summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* Treat a zero-length password as a failureStephen Gallagher2010-08-241-0/+7
* Clean up initgroups processing for RFC2307Stephen Gallagher2010-08-031-11/+89
* Validate keytab at startupJakub Hrozek2010-08-032-48/+19
* Fix getting default realm in the ldap childJakub Hrozek2010-08-031-1/+10
* Log TLS errors to syslogStephen Gallagher2010-07-092-1/+23
* Add syslog messages for LDAP GSSAPI bindStephen Gallagher2010-07-091-2/+58
* Eliminate delayed sdap_handle destruction after fail-over retry.eindenbom2010-07-091-9/+6
* Remove remainder of now unused global LDAP connection handle.eindenbom2010-07-094-188/+1
* Use new LDAP connection framework in IPA dynamic DNS forwarder.eindenbom2010-07-092-7/+4
* Use new LDAP connection framework in LDAP access backend.eindenbom2010-07-091-59/+73
* Use new LDAP connection framework for LDAP user and group enumeration.eindenbom2010-07-091-236/+131
* Use new LDAP connection framework to get user account groups from LDAP.eindenbom2010-07-091-108/+67
* Use new LDAP connection framework to get group account info from LDAP.eindenbom2010-07-092-37/+66
* Use new LDAP connection framework to get user account info from LDAP.eindenbom2010-07-092-38/+91
* Add an interface to try next fail-over server after connection to the active ...eindenbom2010-07-091-0/+3
* LDAP connection usage tracking, sharing and failover retry framework.eindenbom2010-07-096-0/+869
* GSSAPI ticket expiry time is returned from ldap_child and stored in sdap_hand...eindenbom2010-07-096-17/+64
* Add dns_discovery_domain optionJakub Hrozek2010-06-301-1/+0
* 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-271-1/+1
* Add ldap_access_filter optionStephen Gallagher2010-05-276-1/+558
* Add offline callback to disconnect global SDAP handleSumit Bose2010-05-273-1/+17
* Add a better error message for TLS failuresStephen Gallagher2010-05-201-3/+32
* Add ldap_krb5_ticket_lifetime optionSumit Bose2010-05-167-11/+35
* Add dynamic DNS updates to FreeIPAStephen Gallagher2010-05-162-14/+16
* Properly set up SIGCHLD handlersStephen Gallagher2010-05-161-10/+8
* Revert "Add dynamic DNS updates to FreeIPA"Stephen Gallagher2010-05-072-16/+14
* 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
* 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
* Silence warnings with -O2Jakub Hrozek2010-04-301-2/+4
* 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