summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_async_connection.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Fix formating of variables with ber_ typeLukas Slebodnik1-2/+3
2013-09-11Fix formating of variables with type: time_tLukas Slebodnik1-1/+1
2013-09-11Fix formating of variables with type: intLukas Slebodnik1-1/+1
2013-06-07LDAP: new SDAP domain structureJakub Hrozek1-1/+2
2013-05-20Fixing critical format string issues.Lukas Slebodnik1-2/+2
2013-05-02sdap: add sdap_connect_host requestPavel Březina1-0/+186
2013-05-02Display the last grace warning, tooJakub Hrozek1-1/+1
2013-04-04LDAP: Fix value initialization warningsLukas Slebodnik1-1/+1
2013-04-02Making the authtok structure really opaque.Lukas Slebodnik1-3/+9
2013-03-27LDAP: Fix value initializationOndrej Kos1-1/+1
2013-03-19Use common error facility instead of sdap_resultSimo Sorce1-90/+62
2013-02-11LDAP: Check for authtok validityJakub Hrozek1-7/+9
2013-01-14Fix LDAP authentication - invalid password lengthPavel Březina1-1/+1
2013-01-10Change pam data auth tokens.Simo Sorce1-37/+51
2012-11-18LDAP: Expire even non authenticated connectionsJakub Hrozek1-8/+11
2012-09-13FO: Check server validity before setting statusJakub Hrozek1-7/+14
2012-07-31Unbreak SASLPavel Březina1-9/+12
2012-07-18Fix uninitialized valuesNick Guay1-1/+1
2012-07-18LDAP: Properly cast type for MINSSF valueJan Vcelak1-11/+9
2012-07-02LDAP: Print extended failure message for SASL bindStephen Gallagher1-2/+14
2012-05-22Simple implementation of Netscape password warning expiration controlJoshua Roys1-22/+74
2012-05-09Try all KDCs when getting TGT for LDAPJakub Hrozek1-15/+18
2012-04-20Get the RootDSE after binding if not successfull beforeJakub Hrozek1-26/+104
2012-04-20Free controls in sdap_rebind_procJakub Hrozek1-4/+6
2012-04-18Do not call sdap_auth if not neededJakub Hrozek1-7/+11
2012-03-26LDAP: Fix memory leaks in synchronous_tls_setupStephen Gallagher1-8/+10
2012-03-16LDAP: Errors retrieving the RootDSE should not be fatalStephen Gallagher1-15/+8
2012-03-08Detect cycle in the fail over on subsequent resolve requests onlyJakub Hrozek1-2/+4
2012-03-06Only do one cycle when resolving a serverJakub Hrozek1-7/+6
2012-01-14LDAP: Copy URI instead of pointing at failover service recordStephen Gallagher1-2/+8
2011-12-12Add sdap_connection_expire_timeout optionStephen Gallagher1-0/+12
2011-12-08LDAP: Fix missing break statements in force_tlsStephen Gallagher1-6/+12
2011-12-08LDAP provider: Error while setting the nocanon option should not be fatalJakub Hrozek1-3/+9
2011-12-08Add ldap_sasl_minssf optionJan Zeleny1-0/+17
2011-11-29Provide means of forcing TLS and GSSAPI enabled/disabled for sdap connectionsJakub Hrozek1-7/+28
2011-11-29LDAP: Try next failover server on any errorStephen Gallagher1-9/+5
2011-11-22Cleanup: Remove unused parametersJakub Hrozek1-9/+5
2011-11-18Prevent printing NULL in several places of LDAP providerJakub Hrozek1-3/+5
2011-11-02Support to request canonicalization in LDAP/IPA providerJan Zeleny1-0/+15
2011-09-06sss_ldap_err2string() - ldap_err2string() to sss_ldap_err2string()Pavel Březina1-16/+16
2011-09-06sss_ldap_err2string() - function createdPavel Březina1-2/+0
2011-08-26Add LDAP provider option to set LDAP_OPT_X_SASL_NOCANONJakub Hrozek1-0/+11
2011-08-15Handle timeout during sss_ldap_init_sendJakub Hrozek1-1/+5
2011-08-01Request password control unconditionally during bindJakub Hrozek1-6/+6
2011-06-30Use ldap_init_fd() instead of ldap_initialize() if availableSumit Bose1-36/+83
2011-04-27Add ldap_page_size configuration optionStephen Gallagher1-0/+4
2011-04-25Modify principal selection for keytab authenticationJan Zeleny1-2/+7
2011-04-12Initialise rootdse to NULL if not availableSumit Bose1-0/+1
2011-04-11Initialise srv_opts even if rootDSE is missingSumit Bose1-8/+9
2011-04-08Read only rootDSE data if rootDSE is availableSumit Bose1-20/+22