summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* Clean up initgroups processing for RFC2307Stephen Gallagher2010-07-301-16/+196
* Log TLS errors to syslogStephen Gallagher2010-07-092-1/+23
* Add syslog messages for LDAP GSSAPI bindStephen Gallagher2010-07-091-2/+58
* Make RootDSE optionalStephen Gallagher2010-06-282-3/+17
* Add explicit requests for several operational attrsAlexander Gordeev2010-06-281-1/+12
* Fix SASL authenticationSumit Bose2010-06-281-2/+2
* Protect against segfault in remove_ldap_connection_callbacksStephen Gallagher2010-06-181-1/+6
* Fix return value from remove_connection_callback() destructorStephen Gallagher2010-06-181-9/+2
* Standardize on correct spelling of "principal" for krb5Stephen Gallagher2010-06-161-2/+2
* Don't segfault if ldap_access_filter is unspecifiedStephen Gallagher2010-06-141-12/+13
* Properly check that the timeout event was created for cleanup/enumStephen Gallagher2010-06-102-2/+46
* Properly handle missing originalMemberOf entry in initgroupsStephen Gallagher2010-06-101-0/+1
* Allow ldap_access_filter values wrapped in parenthesesStephen Gallagher2010-06-092-3/+21
* Disable connection callbacks when going onlineStephen Gallagher2010-06-093-0/+27
* Fix realm_str dereferenceJakub Hrozek2010-06-091-1/+1
* Fix broken build against older versions of OpenLDAPStephen Gallagher2010-06-062-2/+12
* Fix check if LDAP id provider is already initializedSumit Bose2010-05-201-1/+1
* Add a better error message for TLS failuresStephen Gallagher2010-05-201-3/+32
* Set ldap_search_timeout default to 5 secondsStephen Gallagher2010-05-182-1/+11
* Remove unused ldap_offline_timeout optionStephen Gallagher2010-05-182-2/+0
* Add offline callback to disconnect global SDAP handleSumit Bose2010-05-183-1/+17
* Add ldap_krb5_ticket_lifetime optionSumit Bose2010-05-167-11/+35
* Add ldap_access_filter optionStephen Gallagher2010-05-166-1/+685
* Add dynamic DNS updates to FreeIPAStephen Gallagher2010-05-072-14/+16
* Use service discovery in backendsJakub Hrozek2010-05-074-19/+71
* Add callback when the ID provider switches from offline to onlineStephen Gallagher2010-05-071-0/+9
* Add more warnings about nearly expired passwordsSumit Bose2010-05-071-5/+66
* Properly set up SIGCHLD handlersStephen Gallagher2010-05-071-10/+8
* Use all available servers in LDAP providerJakub Hrozek2010-05-073-14/+91
* Fix segfault in GSSAPI reconnect codeStephen Gallagher2010-05-072-57/+41
* Avoid freeing sdap_handle too earlySimo Sorce2010-05-032-18/+46
* Better handle sdap_handle memory from callers.Simo Sorce2010-05-034-33/+139
* Display a message if a password reset by root failsSumit Bose2010-04-261-0/+8
* Make the handling of fd events opaqueSumit Bose2010-04-265-184/+278
* Set LDAP_OPT_RESTART for all LDAP connectionsSumit Bose2010-04-261-7/+7
* Make ID provider init functions clearerStephen Gallagher2010-04-161-3/+3
* Allow arbitrary-length PAM messagesStephen Gallagher2010-03-251-6/+6
* Fix warnings from -Wmissing-field-initializersSumit Bose2010-03-251-1/+3
* Set LDAP_OPT_RESTART for ldap_sasl_interactive_bind_s()Sumit Bose2010-03-251-0/+7
* Improvements for LDAP Password Policy supportRalf Haferkamp2010-03-224-13/+103
* Lower debug level of unexpected LDAP result codesSumit Bose2010-03-221-0/+5
* Fix error message for ldap_start_tlsStephen Gallagher2010-03-181-1/+1
* Fixed authentication check for CHAUTHTOK_PRELIMRalf Haferkamp2010-03-151-1/+1
* Fixed check for expired passwordsRalf Haferkamp2010-03-151-2/+4
* Improve safe alignment buffer handling macrosSimo Sorce2010-03-032-18/+18
* Fix check for values of expiration limitsJakub Hrozek2010-02-251-1/+1
* Remove a check that was left behindJakub Hrozek2010-02-251-7/+1
* Better cleanup task handlingJakub Hrozek2010-02-233-37/+239
* Do not check entries during cleanup taskJakub Hrozek2010-02-232-81/+59
* Do not schedule enumeration after a cleanupJakub Hrozek2010-02-231-2/+2