Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support printing children search scopeArthur de Jong2013-12-211-0/+3
* Centralise buffer sizesArthur de Jong2013-12-1816-82/+93
* Fix a number of compiler warningsArthur de Jong2013-10-298-16/+15
* Compatibility definitions for {set,get,end}usershell()Arthur de Jong2013-10-291-0/+1
* Start invalidator after locking pidfileArthur de Jong2013-10-291-7/+9
* Also run invalidators on initial connectArthur de Jong2013-10-251-2/+13
* Increase NSS_LDAP_CONFIG_MAX_BASES to 31Arthur de Jong2013-10-071-1/+1
* Use larger nslcd send buffersArthur de Jong2013-09-081-1/+1
* In nslcd, log EPIPE only on debug levelArthur de Jong2013-08-301-1/+4
* Increase password buffer sizeBersl2013-08-283-3/+3
* Fix for common spelling mistakeArthur de Jong2013-08-281-1/+1
* Ignore SIGUSR2 for future compatibilityArthur de Jong2013-08-231-1/+1
* Handle SIGUSR1 by resetting the retry timerArthur de Jong2013-08-211-14/+21
* Implement function for resetting reconnect timesArthur de Jong2013-08-212-0/+26
* Return partial shadow information to non-root usersArthur de Jong2013-08-213-12/+11
* Add cast to int when logging configuration summaryArthur de Jong2013-08-201-3/+3
* -n switch for nslcd (prevents process from forking)Caleb Callaway2013-08-181-2/+10
* Fix errors in invalidator changesArthur de Jong2013-07-262-1/+3
* Rename nscd_invalidate option to reconnect_invalidateArthur de Jong2013-07-267-62/+65
* Allow invalidating the nfsidmap cacheArthur de Jong2013-07-264-5/+24
* Make tests for system call failures a little more robustlyArthur de Jong2013-05-201-2/+2
* Fix commentArthur de Jong2013-04-031-1/+1