Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/myldap.c
Commit message (Expand)AuthorAgeFilesLines
* Implement function for resetting reconnect timesArthur de Jong2013-08-211-0/+22
* Rename nscd_invalidate option to reconnect_invalidateArthur de Jong2013-07-261-2/+2
* spelling fixesArthur de Jong2013-03-241-1/+1
* start the nscd invalidator and invalidate the nscd cache ...Arthur de Jong2013-03-091-0/+4
* return the password policy bind information via PAMArthur de Jong2013-03-031-0/+11
* request and parse password policy controls when doing use...Arthur de Jong2013-03-031-6/+206
* pass the session along to the do_bind() functionArthur de Jong2013-03-031-8/+8
* have myldap_get_ranged_values() return a list of values i...Arthur de Jong2013-01-121-19/+13
* fix memory leak in myldap_get_values_len() when using ran...Arthur de Jong2013-01-121-0/+6
* fix a problem in memory handling in myldap_get_values_len...Arthur de Jong2013-01-121-2/+4
* fix typo in commentArthur de Jong2013-01-101-1/+1
* update FIXMEsArthur de Jong2013-01-051-1/+0
* inline most is_valid_...() functionsArthur de Jong2013-01-051-27/+11
* log and return a diagnostic message instead of just the L...Arthur de Jong2013-01-011-0/+26
* fix setting restart option log message (fixes r1889)Arthur de Jong2013-01-011-2/+2
* remove undocumented restart configuration optionArthur de Jong2012-12-301-4/+2
* reorganise and rename configuration options to be in line...Arthur de Jong2012-12-301-6/+6
* remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong2012-12-301-82/+82
* update C coding style to a more commonly used styleArthur de Jong2012-12-221-721/+756
* fix logic error (use && instead of & for logical and)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