| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle the nss_min_uid option in pynslcd | Arthur de Jong | 2013-07-29 | 2 | -4/+16 |
* | Handle the nss_initgroups_ignoreusers option in pynslcd | Arthur de Jong | 2013-07-29 | 2 | -1/+9 |
* | Fix handling of pam_password_prohibit_message in pynslcd | Arthur de Jong | 2013-07-29 | 2 | -2/+2 |
* | Implement config request handling in pynslcd | Arthur de Jong | 2013-07-29 | 3 | -3/+49 |
* | Implement PAM session handling in pynslcd | Arthur de Jong | 2013-07-28 | 1 | -2/+61 |
* | Properly handle start_tls in pynslcd | Arthur de Jong | 2013-07-28 | 1 | -0/+4 |
* | Have configure show --disable-utils by default | Arthur de Jong | 2013-07-28 | 1 | -1/+1 |
* | Have test_pycompile not write any pyc files | Arthur de Jong | 2013-07-28 | 1 | -2/+35 |
* | Dcoumentation updates | Arthur de Jong | 2013-07-27 | 1 | -13/+14 |
* | Test Python syntax on make check | Arthur de Jong | 2013-07-26 | 2 | -2/+36 |
* | Merge fixes for reconnect_invalidate option | Arthur de Jong | 2013-07-26 | 4 | -3/+5 |
|\ |
|
| * | Fix errors in invalidator changes | Arthur de Jong | 2013-07-26 | 4 | -3/+5 |
* | | Make cache invalidation more generic | Arthur de Jong | 2013-07-26 | 15 | -90/+122 |
|\| |
|
| * | Rename nscd_invalidate option to reconnect_invalidate | Arthur de Jong | 2013-07-26 | 14 | -84/+87 |
| * | Allow invalidating the nfsidmap cache | Arthur de Jong | 2013-07-26 | 7 | -25/+54 |
|/ |
|
* | Fix nscd cache flushing bug in pynslcd | Arthur de Jong | 2013-07-26 | 1 | -1/+1 |
* | Upgrade to automake 1.13 | Arthur de Jong | 2013-07-11 | 14 | -604/+1008 |
* | Add an explicit cast to int in lookup_shadow | Arthur de Jong | 2013-05-20 | 1 | -1/+1 |
* | Make tests for system call failures a little more robustly | Arthur de Jong | 2013-05-20 | 1 | -2/+2 |
* | Ignore errors in opening NSS module | Arthur de Jong | 2013-05-10 | 1 | -1/+4 |
* | Python style changes | Arthur de Jong | 2013-04-12 | 13 | -106/+104 |
* | Raise an error with a missing old password on password mo... | Arthur de Jong | 2013-04-12 | 1 | -1/+3 |
* | Set FD_CLOEXEC on the client socket in utilities | Arthur de Jong | 2013-04-12 | 1 | -1/+1 |
* | Fix getting caller's uid on password change (pynslcd) | Arthur de Jong | 2013-04-12 | 1 | -1/+1 |
* | Install utilities in share/nslcd-utils | Arthur de Jong | 2013-04-12 | 1 | -1/+1 |
* | Fix the way manual pages are installed | Arthur de Jong | 2013-04-06 | 1 | -7/+9 |
* | Get files ready for 0.9.0 release0.9.0 | Arthur de Jong | 2013-04-05 | 9 | -22/+684 |
* | Include the usermod.py file in the distribution | Arthur de Jong | 2013-04-05 | 1 | -1/+2 |
* | Fix docbook validation | Arthur de Jong | 2013-04-05 | 1 | -1/+1 |
* | Ignore missing Python in initial test | Arthur de Jong | 2013-04-03 | 1 | -1/+1 |
* | Fix comment | Arthur de Jong | 2013-04-03 | 1 | -1/+1 |
* | Update the shadowLastChange on password change in pynslcd | Arthur de Jong | 2013-03-30 | 1 | -0/+27 |
* | Implement password modification in pynslcd | Arthur de Jong | 2013-03-30 | 1 | -1/+69 |
* | Implement used modification functionality | Arthur de Jong | 2013-03-30 | 16 | -5/+851 |
|\ |
|
| * | Initial version of a chsh.ldap utility | Arthur de Jong | 2013-03-30 | 9 | -3/+388 |
| * | Handle user modification requests in pynslcd | Arthur de Jong | 2013-03-30 | 2 | -0/+132 |
| * | Handle user modification requests in nslcd | Arthur de Jong | 2013-03-30 | 4 | -2/+301 |
| * | Define a NSLCD_ACTION_USERMOD request | Arthur de Jong | 2013-03-30 | 1 | -0/+30 |
|/ |
|
* | Rename authentication function and return connection | Arthur de Jong | 2013-03-30 | 1 | -9/+9 |
* | Fix test for absence of Python | Arthur de Jong | 2013-03-30 | 1 | -1/+1 |
* | Mark unsupported pynslcd configuration options | Arthur de Jong | 2013-03-30 | 1 | -17/+16 |
* | Preset default configure values consistently | Arthur de Jong | 2013-03-30 | 1 | -7/+7 |
* | Give an error when the Python interpreter is missing | Arthur de Jong | 2013-03-30 | 1 | -1/+1 |
* | Build command-line utilities by default if Python is avai... | Arthur de Jong | 2013-03-30 | 1 | -2/+12 |
* | Implement clearing of nscd cache in pynslcd | Arthur de Jong | 2013-03-29 | 5 | -1/+150 |
|\ |
|
| * | Detect and handle connection failure and recovery | Arthur de Jong | 2013-03-29 | 2 | -1/+28 |
| * | Start the nscd invalidator process if needed | Arthur de Jong | 2013-03-29 | 1 | -0/+4 |
| * | Parse the nscd_invalidate option | Arthur de Jong | 2013-03-29 | 1 | -0/+11 |
| * | Functionality for clearing the nscd cache in pynslcd | Arthur de Jong | 2013-03-29 | 2 | -1/+108 |
|/ |
|
* | Switch to using os.environ instead of os.putenv() | Arthur de Jong | 2013-03-29 | 1 | -3/+3 |