| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix running pynslcd without uid option | Arthur de Jong | 2021-11-14 | 1 | -3/+4 |
* | Add pam_authc_ppolicy support in pynslcd | Arthur de Jong | 2019-10-13 | 2 | -3/+6 |
* | Correctly validate shadow requests and responses | Arthur de Jong | 2019-09-08 | 1 | -3/+10 |
* | Update Python interpreter in installed scripts | Arthur de Jong | 2019-09-08 | 1 | -1/+2 |
* | Improve Python code style | Arthur de Jong | 2019-09-08 | 22 | -244/+319 |
* | Add Python 3 support | Arthur de Jong | 2019-09-08 | 13 | -85/+129 |
* | Get files ready for 0.9.8 release0.9.8 | Arthur de Jong | 2017-06-26 | 1 | -1/+1 |
* | Create pidfile directory in pynslcd | Arthur de Jong | 2017-06-25 | 3 | -9/+23 |
* | Add nss_uid_offset and nss_gid_offset to pynslcd | Arthur de Jong | 2017-06-25 | 3 | -9/+18 |
* | Reorganise PAM search var building functions | Arthur de Jong | 2017-06-14 | 1 | -2/+2 |
* | Query ethernet addresses in compact and long format | Arthur de Jong | 2017-06-13 | 1 | -4/+5 |
* | Get files ready for 0.9.7 release0.9.7 | Arthur de Jong | 2016-08-14 | 1 | -2/+2 |
* | Support ${var:offset:length} in pynslcd | Arthur de Jong | 2016-06-03 | 1 | -1/+29 |
* | Fix pynslcd expression representation | Arthur de Jong | 2016-06-03 | 1 | -2/+2 |
* | Work around bug in python-daemon | Arthur de Jong | 2015-07-19 | 1 | -2/+2 |
* | Implement disable_enumeration | Andrew Elble | 2015-05-01 | 4 | -1/+15 |
* | Implement nss_getgrent_skipmembers | Arthur de Jong | 2015-04-20 | 2 | -4/+7 |
* | Allow configuration of NSS and PAM names | Arthur de Jong | 2015-01-19 | 2 | -4/+8 |
* | Fix comment | Arthur de Jong | 2014-06-05 | 1 | -1/+1 |
* | Get files ready for 0.9.3 release0.9.3 | Arthur de Jong | 2014-03-12 | 1 | -2/+2 |
* | Support blanking the member attribute | Arthur de Jong | 2014-01-05 | 1 | -13/+16 |
* | Also run invalidators on initial connect | Arthur de Jong | 2013-10-25 | 1 | -2/+6 |
* | Remove unneeded imports | Arthur de Jong | 2013-09-15 | 2 | -2/+0 |
* | Handle failure of getpeercred more gracefully | Arthur de Jong | 2013-08-25 | 1 | -9/+9 |
* | Rearrange Python imports | Arthur de Jong | 2013-08-25 | 4 | -5/+6 |
* | Have pynslcd handle mapped userPassword | Arthur de Jong | 2013-08-21 | 3 | -4/+17 |
* | Fix rootpwmodpw handling in pynslcd | Arthur de Jong | 2013-08-18 | 1 | -2/+2 |
* | Fix not logging passwords in pynslcd (7108b1f) | Arthur de Jong | 2013-08-18 | 1 | -1/+1 |
* | Rename isvalidname() to is_valid_name() in pynslcd | Arthur de Jong | 2013-08-18 | 4 | -7/+7 |
* | Do not log passwords in pynslcd | Arthur de Jong | 2013-08-18 | 1 | -1/+8 |
* | -n switch for pynslcd | Arthur de Jong | 2013-08-18 | 1 | -3/+10 |
* | Use retrieve_by, group_by and group_columns in the cache | Arthur de Jong | 2013-08-17 | 9 | -160/+229 |
* | Make Cache a context manager | Arthur de Jong | 2013-08-17 | 1 | -0/+6 |
* | Give cache tables friendlier names | Arthur de Jong | 2013-08-17 | 9 | -61/+74 |
* | Explicitly define tables used for cache | Arthur de Jong | 2013-08-17 | 8 | -14/+35 |
* | Move cache table creation to modules | Arthur de Jong | 2013-08-17 | 12 | -177/+193 |
* | Fix missing part of d659e83 | Arthur de Jong | 2013-07-30 | 1 | -2/+2 |
* | Use cleaner import and get rid of uid2dn function in pynslcd | Arthur de Jong | 2013-07-29 | 2 | -12/+5 |
* | 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 |
* | Fix errors in invalidator changes | Arthur de Jong | 2013-07-26 | 2 | -2/+2 |
* | Rename nscd_invalidate option to reconnect_invalidate | Arthur de Jong | 2013-07-26 | 5 | -19/+19 |
* | Allow invalidating the nfsidmap cache | Arthur de Jong | 2013-07-26 | 2 | -16/+18 |
* | Fix nscd cache flushing bug in pynslcd | Arthur de Jong | 2013-07-26 | 1 | -1/+1 |
* | Ignore errors in opening NSS module | Arthur de Jong | 2013-05-10 | 1 | -1/+4 |
* | Python style changes | Arthur de Jong | 2013-04-12 | 9 | -39/+36 |