Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* Get files ready for 0.9.7 release0.9.7Arthur de Jong2016-08-141-2/+2
* Also honor ignorecase in PAMArthur de Jong2016-06-031-1/+1
* Display human readable expiry messageMathieu Baeumler2016-02-131-8/+59
* Fix nss_disable_enumeration configurationArthur de Jong2016-02-131-1/+1
* Add pam_authc_ppolicy optionMathieu Baeumler2016-01-063-19/+49
* Fix error handling on credential changeArthur de Jong2016-01-061-2/+4
* Fix updating of 'shadowLastChange' attribute when chasing...Vasilis Tsiligiannis2015-12-231-0/+9
* Correct file readability checkArthur de Jong2015-11-131-9/+2
* 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
* Loosen up file existence checkArthur de Jong2015-08-271-70/+65
* Simplify password policy message handlingArthur de Jong2015-08-151-14/+20
* Fix password policy expiration warningsMathieu Baeumler2015-08-151-3/+1
* Check file existence for configuration optionsArthur de Jong2015-07-191-5/+43
* Also fix signed integer bug in binsid2id()Arthur de Jong2015-06-132-2/+2
* Fixed signed 32bit overflow bug on 32bit systemsGeoffrey McRae2015-06-111-14/+18
* Allow configuration values longer than 63 charactersJed Liu2015-05-241-2/+2
* Implement disable_enumerationAndrew Elble2015-05-013-3/+17
* Implement nss_getgrent_skipmembersArthur de Jong2015-04-203-5/+16
* Avoid signal race condition on start-upArthur de Jong2015-04-162-3/+4
* ENODATA is missing on FreeBSDArthur de Jong2015-03-221-1/+5
* Various small fixes when using --with-module-nameArthur de Jong2015-03-222-4/+4
* Fix formatting of size_t valuesPatrick McLean2015-03-143-12/+12
* Avoid comparison of static array to null pointerPatrick McLean2015-03-111-4/+4
* Don't let the oom killer kill nslcdPatrick McLean2015-03-111-0/+23
* Allow configuration of NSS and PAM namesArthur de Jong2015-01-191-3/+3
* Avoid accessing searches outside arrayArthur de Jong2015-01-191-1/+1
* Fix format stringArthur de Jong2014-10-101-3/+3
* Block signals sooner to avoid race conditionsArthur de Jong2014-10-041-11/+11
* uid_t/gid_t should be formatted as unsigned longJason Luan2014-09-304-20/+20
* Fix issues with daemonisingArthur de Jong2014-09-281-14/+24
* Minor comment spelling fixTim Harder2014-07-021-1/+1
* Check a socket's connectivity before trying to use itTim Harder2014-07-021-11/+37
* Fix copy-pastoArthur de Jong2014-07-021-2/+2
* Fix password modification by rootArthur de Jong2014-06-061-1/+1
* Fix code indentationArthur de Jong2014-06-061-1/+1
* Clear buffers before free-ingArthur de Jong2014-05-172-0/+18
* Improve error logging of user login failuresArthur de Jong2014-05-041-2/+2
* Also extract policy controls on BIND failureArthur de Jong2014-05-041-10/+9
* Log daemonising failuresArthur de Jong2014-05-042-0/+13
* Fix mapping group member attribute to empty stringArthur de Jong2014-05-041-1/+1
* Make buffer size error logging consistentArthur de Jong2014-05-0417-19/+100
* Warn when binddn buffer is too smallArthur de Jong2014-05-044-9/+34
* Grow DN buffer sizeArthur de Jong2014-05-041-3/+3
* Use larger nslcd password bufferushi2014-05-021-1/+1
* Support builtin Windows groupsDavy Defaud2014-01-311-0/+13
* Update shadow.c to resolve pwdLastSet issuejoshuashire2014-01-251-1/+1
* Use myldap_get_deref_values() to get member uidsArthur de Jong2014-01-051-0/+21
* Provide a myldap_get_deref_values() functionArthur de Jong2014-01-052-1/+156
* Skip member attributes in bymember searchArthur de Jong2014-01-051-2/+17