Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Support blanking the member attributeArthur de Jong2014-01-052-3/+11
* Fix typoArthur de Jong2014-01-051-1/+1
* Fix memory leaks related to set_pop()Arthur de Jong2014-01-051-2/+6
* Close daemon pipe file descriptor on fork or execArthur de Jong2014-01-021-0/+18
* Properly daemonise nslcd and only exit when readyArthur de Jong2014-01-024-16/+288
* Use dn2uid cache optionsArthur de Jong2013-12-211-4/+7
* Implement a cache configuration optionArthur de Jong2013-12-212-0/+98
* Have positive and negative cache timeoutsArthur de Jong2013-12-211-9/+18