summaryrefslogtreecommitdiff
path: root/src/providers/ldap
AgeCommit message (Expand)AuthorFilesLines
2010-06-10Properly handle missing originalMemberOf entry in initgroupsStephen Gallagher1-0/+1
2010-06-09Allow ldap_access_filter values wrapped in parenthesesStephen Gallagher2-3/+21
2010-06-09Disable connection callbacks when going onlineStephen Gallagher3-0/+27
2010-06-09Fix realm_str dereferenceJakub Hrozek1-1/+1
2010-06-06Fix broken build against older versions of OpenLDAPStephen Gallagher2-2/+12
2010-05-27Fix check if LDAP id provider is already initializedSumit Bose1-1/+1
2010-05-27Add ldap_access_filter optionStephen Gallagher6-1/+558
2010-05-27Add offline callback to disconnect global SDAP handleSumit Bose3-1/+17
2010-05-20Add a better error message for TLS failuresStephen Gallagher1-3/+32
2010-05-16Add ldap_krb5_ticket_lifetime optionSumit Bose7-11/+35
2010-05-16Add dynamic DNS updates to FreeIPAStephen Gallagher2-14/+16
2010-05-16Properly set up SIGCHLD handlersStephen Gallagher1-10/+8
2010-05-07Revert "Add dynamic DNS updates to FreeIPA"Stephen Gallagher2-16/+14
2010-05-07Add dynamic DNS updates to FreeIPAStephen Gallagher2-14/+16
2010-05-07Use service discovery in backendsJakub Hrozek4-19/+71
2010-05-07Add callback when the ID provider switches from offline to onlineStephen Gallagher1-0/+9
2010-05-07Add more warnings about nearly expired passwordsSumit Bose1-5/+66
2010-05-07Use all available servers in LDAP providerJakub Hrozek3-14/+91
2010-05-07Fix segfault in GSSAPI reconnect codeStephen Gallagher2-57/+41
2010-05-03Avoid freeing sdap_handle too earlySimo Sorce2-18/+46
2010-05-03Better handle sdap_handle memory from callers.Simo Sorce4-33/+139
2010-04-30Silence warnings with -O2Jakub Hrozek1-2/+4
2010-04-26Display a message if a password reset by root failsSumit Bose1-0/+8
2010-04-26Make the handling of fd events opaqueSumit Bose5-184/+278
2010-04-26Set LDAP_OPT_RESTART for all LDAP connectionsSumit Bose1-7/+7
2010-04-16Make ID provider init functions clearerStephen Gallagher1-3/+3
2010-04-12sysdb: remove remaining traces of sysdb_handleSimo Sorce1-2/+0
2010-04-12sysdb: convert sysdb_get_user_attrSimo Sorce1-134/+69
2010-04-12Remove remaining use of sysdb_transaction_sendSimo Sorce1-319/+99
2010-04-12sysdb: convert sysdb_search_groupsSimo Sorce1-133/+57
2010-04-12sysdb: delete sysdb_delete_groupSimo Sorce2-125/+55
2010-04-12sysdb: convert sysdb_delete_userSimo Sorce2-195/+70
2010-04-12sysdb: convert sysdb_search_usersSimo Sorce1-67/+37
2010-04-12sysdb: convert sysdb_cache_passwordSimo Sorce1-32/+11
2010-04-12sysdb: convert sysdb_store/add(_basic)_groupSimo Sorce1-295/+100
2010-04-12sysdb: convert sysdb_store/add(_basic)_userSimo Sorce1-195/+85
2010-04-12sysdb: convert sysdb_search_entry and sysdb_delete_recursiveSimo Sorce1-37/+11
2010-03-25Allow arbitrary-length PAM messagesStephen Gallagher1-6/+6
2010-03-25Fix warnings from -Wmissing-field-initializersSumit Bose1-1/+3
2010-03-25Set LDAP_OPT_RESTART for ldap_sasl_interactive_bind_s()Sumit Bose1-0/+7
2010-03-22Improvements for LDAP Password Policy supportRalf Haferkamp4-13/+103
2010-03-22Lower debug level of unexpected LDAP result codesSumit Bose1-0/+5
2010-03-18Fix error message for ldap_start_tlsStephen Gallagher1-1/+1
2010-03-15Fixed authentication check for CHAUTHTOK_PRELIMRalf Haferkamp1-1/+1
2010-03-15Fixed check for expired passwordsRalf Haferkamp1-2/+4
2010-03-03Improve safe alignment buffer handling macrosSimo Sorce2-18/+18
2010-02-25Fix check for values of expiration limitsJakub Hrozek1-1/+1
2010-02-25Remove a check that was left behindJakub Hrozek1-7/+1
2010-02-23Better cleanup task handlingJakub Hrozek3-37/+239
2010-02-23Do not check entries during cleanup taskJakub Hrozek2-81/+59