summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_connection.c
Commit message (Expand)AuthorAgeFilesLines
* Fix formating of variables with ber_ typeLukas Slebodnik2013-09-111-2/+3
* Fix formating of variables with type: time_tLukas Slebodnik2013-09-111-1/+1
* Fix formating of variables with type: intLukas Slebodnik2013-09-111-1/+1
* LDAP: new SDAP domain structureJakub Hrozek2013-06-071-1/+2
* Fixing critical format string issues.Lukas Slebodnik2013-05-201-2/+2
* sdap: add sdap_connect_host requestPavel Březina2013-05-021-0/+186
* Display the last grace warning, tooJakub Hrozek2013-05-021-1/+1
* LDAP: Fix value initialization warningsLukas Slebodnik2013-04-041-1/+1
* Making the authtok structure really opaque.Lukas Slebodnik2013-04-021-3/+9
* LDAP: Fix value initializationOndrej Kos2013-03-271-1/+1
* Use common error facility instead of sdap_resultSimo Sorce2013-03-191-90/+62
* LDAP: Check for authtok validityJakub Hrozek2013-02-111-7/+9
* Fix LDAP authentication - invalid password lengthPavel Březina2013-01-141-1/+1
* Change pam data auth tokens.Simo Sorce2013-01-101-37/+51
* LDAP: Expire even non authenticated connectionsJakub Hrozek2012-11-181-8/+11
* FO: Check server validity before setting statusJakub Hrozek2012-09-131-7/+14
* Unbreak SASLPavel Březina2012-07-311-9/+12
* Fix uninitialized valuesNick Guay2012-07-181-1/+1
* LDAP: Properly cast type for MINSSF valueJan Vcelak2012-07-181-11/+9
* LDAP: Print extended failure message for SASL bindStephen Gallagher2012-07-021-2/+14
* Simple implementation of Netscape password warning expiration controlJoshua Roys2012-05-221-22/+74
* 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