Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/myldap.c
Commit message (Expand)AuthorAgeFilesLines
* various typo and other comment fixes (4b01125, b0785de, b...Arthur de Jong2013-04-281-4/+4
* fix memory leak in myldap_get_values_len() when using ran...Arthur de Jong2013-02-231-0/+6
* fix a problem in memory handling in myldap_get_values_len...Arthur de Jong2013-02-231-2/+4
* fix logic error (use && instead of & for logical and) (r1...Arthur de Jong2012-12-201-1/+1
* to only set LDAP_OPT_X_SASL_NOCANON if the sasl_canonical...Arthur de Jong2012-11-131-2/+5
* log connection message before clearing error indicators t...Arthur de Jong2012-11-111-3/+3
* fix logic error when falling back to getting ranged attri...Arthur de Jong2012-09-161-1/+4
* swap values and buf assignment to avoid compiler alignmen...Arthur de Jong2012-09-161-3/+3
* provide an alternative do_rebind() for Netscape LDAPArthur de Jong2012-09-011-0/+29
* remove variable definition that was introduced in r1626 b...Arthur de Jong2012-08-141-1/+0
* introduce a sasl_canonicalize option that will now, by de...Arthur de Jong2012-08-141-0/+4
* remove duplicate getting of LDAP_OPT_DIAGNOSTIC_MESSAGE (...Arthur de Jong2012-07-081-5/+0
* get rid of a few compiler warnings on FreeBSDArthur de Jong2012-05-181-1/+1
* always try to log the ldap error, the diagnostic message ...Arthur de Jong2012-03-161-42/+68
* remove extra newline from log messageArthur de Jong2012-03-051-4/+4
* provide more detailed logging information for ldap_start_...Arthur de Jong2012-03-051-3/+11
* log the first 10 search results in debug mode to make deb...Arthur de Jong2012-02-291-1/+16
* Warn if ldap_set_option() fails for LDAP_OPT_ERROR_NUMJakub Hrozek2012-01-091-4/+8
* Fix a typo in disconnect logicJakub Hrozek2011-12-091-1/+1
* move LDAP_DEPRECATED and LDAP_REFERRALS to configure.ac t...Arthur de Jong2011-08-301-6/+0
* pass a statically allocated callback structure to OpenLDA...Arthur de Jong2011-08-271-1/+2
* set the socket timeout in a connection callback to avoid ...Arthur de Jong2011-08-071-27/+75
* implementation of myldap_get_values_len() to use ldap_get...Arthur de Jong2011-08-051-1/+104
* fix r1468Arthur de Jong2011-06-051-2/+2
* simplify and correct find_rdn_value() to handle splitting...Arthur de Jong2011-06-051-4/+3
* fix problem with partial attribute name matches in DN (e....Arthur de Jong2011-05-211-0/+1
* report correct reported error from ldap_abandon()Arthur de Jong2011-04-221-1/+1
* fix problem with endless loop on incorrect passwordArthur de Jong2011-03-111-4/+1
* include definition of rc in all code paths because it's u...Arthur de Jong2011-01-011-3/+1
* try to update the shadowLastChange attribute of a user on...Arthur de Jong2010-12-261-0/+12
* pass the ld to do_bind() instead of the session to use th...Arthur de Jong2010-12-121-14/+18
* fix commentArthur de Jong2010-12-121-1/+1
* in each worker wake up once in a while to check whether a...Arthur de Jong2010-12-081-6/+5
* call myldap_session_check() before adding a new search to...Arthur de Jong2010-11-031-2/+2
* set a longer socket timout for the normal connection (jus...Arthur de Jong2010-10-151-19/+23
* simplify SASL includesArthur de Jong2010-10-141-3/+3
* set timeout options on LDAP socket to avoid problems when...Arthur de Jong2010-10-121-0/+11
* make use of UNUSED() consistent throughout the codeArthur de Jong2010-10-101-1/+1
* remove variables which are no longer necessary due to r1220Arthur de Jong2010-09-271-2/+0
* remove disabling keepalives since we handle SIGPIPE anywayArthur de Jong2010-09-271-6/+0
* remove ugly empty lineArthur de Jong2010-09-261-1/+0
* add some more error cases which should trigger a disconnectArthur de Jong2010-09-231-1/+3
* handle errors from ldap_result() consistently and also re...Arthur de Jong2010-09-201-32/+35
* add logging to SASL interaction functionArthur de Jong2010-06-191-0/+12
* improve debug logging of SASL bind callsArthur de Jong2010-06-191-4/+14
* make SASL binding code a little earier to readArthur de Jong2010-06-181-16/+12
* remove the use_sasl option and instead rely on sasl_mech ...Arthur de Jong2010-06-181-1/+1
* only log "connected to LDAP server" if the previous conne...Arthur de Jong2010-05-091-2/+3
* rename reconnect_maxsleeptime option to reconnect_retrytimeArthur de Jong2010-05-091-4/+4
* don't log errno if it is not set (make error less confusing)Arthur de Jong2010-05-091-6/+9