Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle user modification requests in nslcdArthur de Jong2013-03-304-2/+301
* Fix comment for nss_nested_groups config optionArthur de Jong2013-03-281-1/+1
* Implement a nss_nested_groups configuration optionArthur de Jong2013-03-243-12/+26
* Implement support for nested groups in nslcdArthur de Jong2013-03-241-24/+162
* Implement a mkfilter_group_bymemberdn() functionSteve Hill2013-03-241-0/+15
* spelling fixesArthur de Jong2013-03-242-2/+2
* fix service request loggingArthur de Jong2013-03-241-2/+2
* fix a few compiler warningsArthur de Jong2013-03-102-5/+7
* only log protocol name if it is presentArthur de Jong2013-03-101-2/+4
* start the nscd invalidator and invalidate the nscd cache ...Arthur de Jong2013-03-093-0/+18
* implement parsing of the nscd_invalidate optionArthur de Jong2013-03-092-22/+83