| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore SIGUSR2 for future compatibility | Arthur de Jong | 2013-08-23 | 1 | -1/+1 |
* | Handle SIGUSR1 by resetting the retry timer | Arthur de Jong | 2013-08-21 | 1 | -14/+21 |
* | Implement function for resetting reconnect times | Arthur de Jong | 2013-08-21 | 2 | -0/+26 |
* | Return partial shadow information to non-root users | Arthur de Jong | 2013-08-21 | 3 | -12/+11 |
* | Add cast to int when logging configuration summary | Arthur de Jong | 2013-08-20 | 1 | -3/+3 |
* | -n switch for nslcd (prevents process from forking) | Caleb Callaway | 2013-08-18 | 1 | -2/+10 |
* | Fix errors in invalidator changes | Arthur de Jong | 2013-07-26 | 2 | -1/+3 |
* | Rename nscd_invalidate option to reconnect_invalidate | Arthur de Jong | 2013-07-26 | 7 | -62/+65 |
* | Allow invalidating the nfsidmap cache | Arthur de Jong | 2013-07-26 | 4 | -5/+24 |
* | Make tests for system call failures a little more robustly | Arthur de Jong | 2013-05-20 | 1 | -2/+2 |
* | Fix comment | Arthur de Jong | 2013-04-03 | 1 | -1/+1 |
* | Handle user modification requests in nslcd | Arthur de Jong | 2013-03-30 | 4 | -2/+301 |
* | Fix comment for nss_nested_groups config option | Arthur de Jong | 2013-03-28 | 1 | -1/+1 |
* | Implement a nss_nested_groups configuration option | Arthur de Jong | 2013-03-24 | 3 | -12/+26 |
* | Implement support for nested groups in nslcd | Arthur de Jong | 2013-03-24 | 1 | -24/+162 |
* | Implement a mkfilter_group_bymemberdn() function | Steve Hill | 2013-03-24 | 1 | -0/+15 |
* | spelling fixes | Arthur de Jong | 2013-03-24 | 2 | -2/+2 |
* | fix service request logging | Arthur de Jong | 2013-03-24 | 1 | -2/+2 |
* | fix a few compiler warnings | Arthur de Jong | 2013-03-10 | 2 | -5/+7 |
* | only log protocol name if it is present | Arthur de Jong | 2013-03-10 | 1 | -2/+4 |
* | start the nscd invalidator and invalidate the nscd cache ... | Arthur de Jong | 2013-03-09 | 3 | -0/+18 |
* | implement parsing of the nscd_invalidate option | Arthur de Jong | 2013-03-09 | 2 | -22/+83 |
* | implement functionality to send a cache invalidation sign... | Arthur de Jong | 2013-03-09 | 3 | -2/+250 |
* | move signame() function to common.c to make it available ... | Arthur de Jong | 2013-03-09 | 3 | -56/+60 |
* | return the password policy bind information via PAM | Arthur de Jong | 2013-03-03 | 3 | -3/+28 |
* | request and parse password policy controls when doing use... | Arthur de Jong | 2013-03-03 | 1 | -6/+206 |
* | pass the session along to the do_bind() function | Arthur de Jong | 2013-03-03 | 1 | -8/+8 |
* | log a more meaningful error in nslcd when trying to authe... | Arthur de Jong | 2013-03-01 | 1 | -1/+7 |
* | move update_lastchange() function from shadow to pam code | Arthur de Jong | 2013-03-01 | 3 | -69/+68 |
* | log version information from the NSS module | Arthur de Jong | 2013-02-23 | 1 | -1/+11 |
* | extra sanity check to ensure not too many file descriptor... | Arthur de Jong | 2013-02-23 | 1 | -0/+5 |
* | allow names with one character in default validnames opti... | Arthur de Jong | 2013-02-23 | 1 | -1/+1 |
* | handle the log configuration option in nslcd | Arthur de Jong | 2013-02-23 | 4 | -13/+104 |
* | implement functions for configuring alternative logging | Arthur de Jong | 2013-02-23 | 2 | -15/+105 |
* | implement a netgroup_all request | Arthur de Jong | 2013-02-08 | 3 | -2/+12 |
* | make checking dlsym() result a little safer | Arthur de Jong | 2013-01-18 | 1 | -3/+3 |
* | use pthreads thread-local storage as fallback mechanism i... | Arthur de Jong | 2013-01-18 | 1 | -1/+48 |
* | use the AX_TLS macro to find correct thread-local storage... | Arthur de Jong | 2013-01-18 | 1 | -3/+3 |
* | dump full nslcd configuration at debug level on start-up | Arthur de Jong | 2013-01-18 | 2 | -1/+265 |
* | support children search scope for systems that have it | Arthur de Jong | 2013-01-14 | 1 | -0/+4 |
* | reorganise configuration file parsing code | Arthur de Jong | 2013-01-12 | 1 | -561/+535 |
* | have myldap_get_ranged_values() return a list of values i... | Arthur de Jong | 2013-01-12 | 1 | -19/+13 |
* | check result of set_tolist() to ensure that memory alloca... | Arthur de Jong | 2013-01-12 | 4 | -3/+23 |
* | fix memory leak in myldap_get_values_len() when using ran... | Arthur de Jong | 2013-01-12 | 1 | -0/+6 |
* | fix a problem in memory handling in myldap_get_values_len... | Arthur de Jong | 2013-01-12 | 1 | -2/+4 |
* | fix typo in comment | Arthur de Jong | 2013-01-10 | 1 | -1/+1 |
* | perform search for pam_authz_search on all search bases | Arthur de Jong | 2013-01-06 | 1 | -32/+44 |
* | update FIXMEs | Arthur de Jong | 2013-01-05 | 1 | -1/+0 |
* | change ethernet address formatting from FIXME to note | Arthur de Jong | 2013-01-05 | 1 | -4/+4 |
* | inline most is_valid_...() functions | Arthur de Jong | 2013-01-05 | 1 | -27/+11 |