summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2010-12-07Add support for FAST in krb5 providerSumit Bose8-16/+349
2010-12-07Refactor krb5_child to make helpers more flexibleSumit Bose1-20/+36
2010-12-06Add ldap_chpass_uri config optionSumit Bose7-8/+51
2010-12-06Add new account expired rule to LDAP access providerSumit Bose7-92/+512
2010-12-06Make string_to_shadowpw_days() publicSumit Bose3-33/+36
2010-12-03Allow krb5 lifetime values without a unitSumit Bose1-36/+65
2010-12-03Add support for automatic Kerberos ticket renewalSumit Bose9-3/+423
2010-12-03krb5_child returns TGT lifetimeSumit Bose3-0/+57
2010-12-03Add support for server-side pam response messagesSumit Bose1-0/+8
2010-12-03Add krb5_lifetime optionSumit Bose5-4/+41
2010-12-03Add krb5_renewable_lifetime optionSumit Bose5-4/+45
2010-12-03Check authtok type for krb5 auth and chpassSumit Bose1-0/+12
2010-12-03Add a renew task to krb5_childSumit Bose1-0/+87
2010-12-03Send authtok_type to krb5_childSumit Bose2-2/+6
2010-12-02Add a special filter type to handle enumerationsSumit Bose4-49/+26
2010-12-01Add check_online method to LDAP ID providerSumit Bose4-2/+46
2010-12-01Fix offline detection in sdap_cli_connect requestSumit Bose1-0/+1
2010-12-01Run checks before resetting offline stateSumit Bose6-5/+143
2010-12-01Allow protocol fallback for SRV queriesJakub Hrozek6-12/+36
2010-11-24Print correct error messages for dp_err_to_string()Stephen Gallagher1-6/+6
2010-11-24fix typo in get_server_status()Sumit Bose1-1/+1
2010-11-19Use a more efficient host search filterSumit Bose1-5/+6
2010-11-19Fix offline detection for LDAP auth/chpassSumit Bose1-5/+13
2010-11-18Fix authentication queue code for proxy authStephen Gallagher1-12/+19
2010-11-15Fix const cast issue with sysdb_attrs_users_from_str_listStephen Gallagher1-9/+9
2010-11-15Fix const cast warning in build_attrs_from_mapStephen Gallagher1-3/+3
2010-11-15Fix const cast warning for sysdb_update_membersStephen Gallagher1-6/+6
2010-11-15Introduce pam_verbosity config optionSumit Bose2-0/+2
2010-11-15Sanitize ldap attributes in the config fileStephen Gallagher1-2/+21
2010-11-15Properly document ldap_purge_cache_timeoutStephen Gallagher1-1/+9
2010-11-15Sanitize search filters in LDAP providerStephen Gallagher4-7/+61
2010-11-15Sanitize sysdb dn for memberof lookupStephen Gallagher1-1/+11
2010-11-15Sanitize sysdb filters in the LDAP providerStephen Gallagher1-2/+11
2010-11-15Sanitize sysdb search filters in the IPA providerStephen Gallagher1-2/+17
2010-11-05Review comments for namingContexts patchesSumit Bose2-14/+14
2010-11-04Make ldap_search_base a non-mandatory optionSumit Bose1-35/+25
2010-11-04Use (default)namingContext to set empty search basesSumit Bose4-1/+117
2010-11-04Add defaultNamingContext to RootDSE attributesSumit Bose2-0/+3
2010-11-04Call krb5_child to check access permissionsSumit Bose1-4/+121
2010-11-04Make handle_child_* request publicSumit Bose3-325/+429
2010-11-04Add krb5_kuserok() access check to krb5_childSumit Bose1-17/+73
2010-11-04Make krb5_setup() publicSumit Bose3-6/+8
2010-11-04Add krb5_get_simple_upn()Sumit Bose3-6/+30
2010-11-04Add infrastructure for Kerberos access providerSumit Bose4-26/+184
2010-11-04Store krb5 auth context for other targetsSumit Bose1-1/+2
2010-11-04Don't clean up groups for which a user has it as primary GIDStephen Gallagher1-2/+15
2010-11-01Fix two return value checksSumit Bose1-2/+2
2010-11-01Fix misused SDAP_SEARCH_BASEMoritz Baumann1-1/+1
2010-11-01Fix incorrect free of req in krb5_auth.cStephen Gallagher1-1/+1
2010-10-27Allow authentication for referralsSumit Bose1-0/+193