Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/myldap.c
Commit message (Expand)AuthorAgeFilesLines
* Retry connecting to the first URI after idle_timelimitArthur de Jong2021-05-261-0/+2
* Fix handling of the pam_authc_ppolicy optionArthur de Jong2020-09-111-17/+13
* Log the correct timeout valueArthur de Jong2019-12-271-3/+3
* Various spelling fixesArthur de Jong2019-09-171-8/+8
* Make password expiry messages correct and consistentArthur de Jong2018-08-061-8/+8
* Implement myldap_bind() functionArthur de Jong2017-06-151-19/+26
* Do not try all LDAP servers on failed authenticationArthur de Jong2016-09-041-0/+7
* Display human readable expiry messageMathieu Baeumler2016-02-131-8/+59
* Add pam_authc_ppolicy optionMathieu Baeumler2016-01-061-19/+29
* Fail-over and retry on more errorsArthur de Jong2015-09-301-1/+4
* Open connection before do_try_search()Arthur de Jong2015-09-301-5/+5
* Simplify password policy message handlingArthur de Jong2015-08-151-14/+20
* Fix password policy expiration warningsMathieu Baeumler2015-08-151-3/+1
* Fix formatting of size_t valuesPatrick McLean2015-03-141-6/+6
* Avoid comparison of static array to null pointerPatrick McLean2015-03-111-4/+4
* Avoid accessing searches outside arrayArthur de Jong2015-01-191-1/+1
* Minor comment spelling fixTim Harder2014-07-021-1/+1
* Check a socket's connectivity before trying to use itTim Harder2014-07-021-11/+37
* Clear buffers before free-ingArthur de Jong2014-05-171-0/+2
* Also extract policy controls on BIND failureArthur de Jong2014-05-041-10/+9
* Make buffer size error logging consistentArthur de Jong2014-05-041-0/+7
* Warn when binddn buffer is too smallArthur de Jong2014-05-041-1/+17
* Provide a myldap_get_deref_values() functionArthur de Jong2014-01-051-0/+148
* Request attribute deref via search controlArthur de Jong2014-01-051-1/+34
* Rename entry property to indicate storage typeArthur de Jong2014-01-051-20/+20
* Ignore missing page controlsArthur de Jong2014-01-051-1/+2
* Use do_try_search() also for paged searchesArthur de Jong2014-01-051-46/+24
* Centralise buffer sizesArthur de Jong2013-12-181-4/+4
* Also run invalidators on initial connectArthur de Jong2013-10-251-2/+13
* Fix for common spelling mistakeArthur de Jong2013-08-281-1/+1
* 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