summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2010-12-21Add authorizedService supportStephen Gallagher6-3/+146
2010-12-21Pass all PAM data to the LDAP access providerStephen Gallagher1-9/+12
2010-12-21Fix potential NULL-dereference in krb5_auth_done()Sumit Bose1-3/+3
2010-12-21Remove unused member of a structSumit Bose1-1/+0
2010-12-21Add all values of a multi-valued user attributeSumit Bose1-12/+15
2010-12-20Serialize requests of the same user in the krb5 providerSumit Bose4-0/+239
2010-12-20Fixes for automatic ticket renewalSumit Bose4-44/+100
2010-12-20Avoid multiple initializations in LDAP providerSumit Bose1-39/+30
2010-12-17Start first enumeration immediatelyStephen Gallagher2-3/+42
2010-12-17Fix uninitialized value error in set_local_and_remote_host_infoStephen Gallagher1-1/+1
2010-12-17Fix unsafe return condition in ipa_access_handlerStephen Gallagher1-1/+6
2010-12-15Fix memory leak of library handle in proxySumit Bose2-18/+26
2010-12-14Fix uninitialized value error in sdap_account_expired_shadow()Sumit Bose1-2/+2
2010-12-14Fix incorrect return value on failure in check_and_export_options()Sumit Bose1-0/+1
2010-12-14Fix incorrect return value on failure in resolve_get_domain_send()Sumit Bose1-0/+1
2010-12-14Fix improper NULL check in fo_add_srv_server()Sumit Bose1-1/+2
2010-12-14Fix unchecked return value in sdap_parse_entry()Sumit Bose1-1/+5
2010-12-14Fix unchecked return value in sdap_get_msg_dn()Sumit Bose1-1/+6
2010-12-13Add group support to the simple access providerStephen Gallagher2-14/+215
2010-12-08Remove IPA_ACCESS_TIME defineStephen Gallagher1-13/+11
2010-12-08Bye, bye, ipa_timerulesSumit Bose2-1243/+0
2010-12-08Remove check_access_time() from IPA access providerSumit Bose2-70/+0
2010-12-08Fix build issue with older Kerberos librarySumit Bose1-2/+2
2010-12-07Replace krb5_kdcip by krb5_server in LDAP providerSumit Bose5-13/+24
2010-12-07Mark unavailable Kerberos server as PORT_NOT_WORKINGSumit Bose1-0/+1
2010-12-07ldap: Use USN entries if available.Simo Sorce8-89/+189
2010-12-07ldap: add checks to determine if USN features are available.Simo Sorce9-25/+134
2010-12-07ldap: remove variable that was never assigned nor usedSimo Sorce2-10/+0
2010-12-07Pass sdap_id_ctx in sdap_id_op functions.Simo Sorce4-50/+52
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