Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* 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
* implement functionality to send a cache invalidation sign...Arthur de Jong2013-03-093-2/+250
* move signame() function to common.c to make it available ...Arthur de Jong2013-03-093-56/+60
* return the password policy bind information via PAMArthur de Jong2013-03-033-3/+28
* 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
* log a more meaningful error in nslcd when trying to authe...Arthur de Jong2013-03-011-1/+7
* move update_lastchange() function from shadow to pam codeArthur de Jong2013-03-013-69/+68
* log version information from the NSS moduleArthur de Jong2013-02-231-1/+11
* extra sanity check to ensure not too many file descriptor...Arthur de Jong2013-02-231-0/+5
* allow names with one character in default validnames opti...Arthur de Jong2013-02-231-1/+1
* handle the log configuration option in nslcdArthur de Jong2013-02-234-13/+104
* implement functions for configuring alternative loggingArthur de Jong2013-02-232-15/+105
* implement a netgroup_all requestArthur de Jong2013-02-083-2/+12
* make checking dlsym() result a little saferArthur de Jong2013-01-181-3/+3
* use pthreads thread-local storage as fallback mechanism i...Arthur de Jong2013-01-181-1/+48
* use the AX_TLS macro to find correct thread-local storage...Arthur de Jong2013-01-181-3/+3
* dump full nslcd configuration at debug level on start-upArthur de Jong2013-01-182-1/+265
* support children search scope for systems that have itArthur de Jong2013-01-141-0/+4
* reorganise configuration file parsing codeArthur de Jong2013-01-121-561/+535
* have myldap_get_ranged_values() return a list of values i...Arthur de Jong2013-01-121-19/+13
* check result of set_tolist() to ensure that memory alloca...Arthur de Jong2013-01-124-3/+23
* 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
* perform search for pam_authz_search on all search basesArthur de Jong2013-01-061-32/+44
* update FIXMEsArthur de Jong2013-01-051-1/+0
* change ethernet address formatting from FIXME to noteArthur de Jong2013-01-051-4/+4
* inline most is_valid_...() functionsArthur de Jong2013-01-051-27/+11