summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_connection.c
Commit message (Expand)AuthorAgeFilesLines
* Downcast to errno_t after tevent_req_is_errorLukas Slebodnik2016-06-291-5/+15
* Inform about (un)successful connectionPavel Březina2016-05-111-0/+5
* SDAP: Add return code ERR_ACCOUNT_LOCKEDPavel Reichl2016-02-171-0/+6
* sdap_connect_send: fail if uri or sockaddr is NULLPavel Březina2016-01-191-0/+6
* FO: Use refcount to keep track of servers returned to callersJakub Hrozek2015-10-231-2/+2
* IPA: Improve messages about failuresPavel Reichl2015-08-071-2/+6
* LDAP: Consolidate SDAP_SASL_REALM/SDAP_KRB5_REALM behaviourJakub Hrozek2015-06-141-7/+1
* LDAP: Do not set keytab through environment variableJakub Hrozek2015-06-141-10/+0
* LDAP: return after tevent_req_errorJakub Hrozek2015-05-111-0/+1
* SDAP: Make StartTLS bind configurable with ldap_opt_timeoutJakub Hrozek2015-03-231-2/+3
* SDAP: Make simple bind timeout configurableJakub Hrozek2015-03-231-5/+8
* Add missing new lines to debug messagesLukas Slebodnik2015-03-171-1/+1
* SDAP: check that connection is open before bindPavel Reichl2014-10-121-10/+103
* SDAP: move deciding of tls usage into new functionPavel Reichl2014-10-121-20/+37
* LDAP: Do not clobber return value when multiple controls are returnedJakub Hrozek2014-09-161-3/+4
* LDAP: Check the LDAP handle before using itJakub Hrozek2014-05-121-0/+13
* sdap: move non async functions from sdap_async_connection.c to sdap_utils.cPavel Březina2014-02-181-18/+0
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-121-58/+74
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-121-132/+132
* 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