summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_connection.c
Commit message (Expand)AuthorAgeFilesLines
* Try all KDCs when getting TGT for LDAPJakub Hrozek2012-05-091-15/+18
* Get the RootDSE after binding if not successfull beforeJakub Hrozek2012-04-201-26/+104
* Free controls in sdap_rebind_procJakub Hrozek2012-04-201-4/+6
* Do not call sdap_auth if not neededJakub Hrozek2012-04-181-7/+11
* LDAP: Fix memory leaks in synchronous_tls_setupStephen Gallagher2012-03-261-8/+10
* LDAP: Errors retrieving the RootDSE should not be fatalStephen Gallagher2012-03-161-15/+8
* Detect cycle in the fail over on subsequent resolve requests onlyJakub Hrozek2012-03-081-2/+4
* Only do one cycle when resolving a serverJakub Hrozek2012-03-061-7/+6
* LDAP: Copy URI instead of pointing at failover service recordStephen Gallagher2012-01-141-2/+8
* Add sdap_connection_expire_timeout optionStephen Gallagher2011-12-121-0/+12
* LDAP: Fix missing break statements in force_tlsStephen Gallagher2011-12-081-6/+12
* LDAP provider: Error while setting the nocanon option should not be fatalJakub Hrozek2011-12-081-3/+9
* Add ldap_sasl_minssf optionJan Zeleny2011-12-081-0/+17
* Provide means of forcing TLS and GSSAPI enabled/disabled for sdap connectionsJakub Hrozek2011-11-291-7/+28
* LDAP: Try next failover server on any errorStephen Gallagher2011-11-291-9/+5
* Cleanup: Remove unused parametersJakub Hrozek2011-11-221-9/+5
* Prevent printing NULL in several places of LDAP providerJakub Hrozek2011-11-181-3/+5
* Support to request canonicalization in LDAP/IPA providerJan Zeleny2011-11-021-0/+15
* sss_ldap_err2string() - ldap_err2string() to sss_ldap_err2string()Pavel Březina2011-09-061-16/+16
* sss_ldap_err2string() - function createdPavel Březina2011-09-061-2/+0
* Add LDAP provider option to set LDAP_OPT_X_SASL_NOCANONJakub Hrozek2011-08-261-0/+11
* Handle timeout during sss_ldap_init_sendJakub Hrozek2011-08-151-1/+5
* Request password control unconditionally during bindJakub Hrozek2011-08-011-6/+6
* Use ldap_init_fd() instead of ldap_initialize() if availableSumit Bose2011-06-301-36/+83
* Add ldap_page_size configuration optionStephen Gallagher2011-04-271-0/+4
* Modify principal selection for keytab authenticationJan Zeleny2011-04-251-2/+7
* Initialise rootdse to NULL if not availableSumit Bose2011-04-121-0/+1
* Initialise srv_opts even if rootDSE is missingSumit Bose2011-04-111-8/+9
* Read only rootDSE data if rootDSE is availableSumit Bose2011-04-081-20/+22
* Don't pass NULL to printf for TLS errorsJakub Hrozek2011-04-081-19/+22
* Do not attempt to use START_TLS on SSL connectionsStephen Gallagher2011-02-161-2/+10
* Convert obfuscated password once at startupSumit Bose2011-01-061-14/+0
* Mark unavailable Kerberos server as PORT_NOT_WORKINGSumit Bose2010-12-071-0/+1
* ldap: add checks to determine if USN features are available.Simo Sorce2010-12-071-9/+19
* Fix offline detection in sdap_cli_connect requestSumit Bose2010-12-011-0/+1
* Use (default)namingContext to set empty search basesSumit Bose2010-11-041-0/+8
* Allow authentication for referralsSumit Bose2010-10-271-0/+193
* Add some missing ldap_memfree()Sumit Bose2010-10-221-2/+4
* Add ldap_deref optionSumit Bose2010-10-221-0/+37
* Initialize kerberos service for GSSAPIJakub Hrozek2010-10-131-4/+88
* Make ldap_child report kerberos return code to parentJakub Hrozek2010-10-131-1/+3
* Check if control is supported before using it.Simo Sorce2010-09-151-7/+9
* Revert "Make ldap bind asynchronous"Jakub Hrozek2010-09-151-127/+91
* Store rootdse supported features in sdap_handlerSumit Bose2010-09-151-34/+17
* Deobfuscate password in back endsJakub Hrozek2010-09-081-7/+52
* Make ldap bind asynchronousMartin Nagy2010-09-021-91/+127
* Log TLS errors to syslogStephen Gallagher2010-07-091-0/+6
* Eliminate delayed sdap_handle destruction after fail-over retry.eindenbom2010-07-091-9/+6
* Use new LDAP connection framework in IPA dynamic DNS forwarder.eindenbom2010-07-091-7/+0
* LDAP connection usage tracking, sharing and failover retry framework.eindenbom2010-07-091-0/+16