Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd
Commit message (Expand)AuthorAgeFilesLines
* Fix running pynslcd without uid optionArthur de Jong2021-11-141-3/+4
* Add pam_authc_ppolicy support in pynslcdArthur de Jong2019-10-132-3/+6
* Correctly validate shadow requests and responsesArthur de Jong2019-09-081-3/+10
* Update Python interpreter in installed scriptsArthur de Jong2019-09-081-1/+2
* Improve Python code styleArthur de Jong2019-09-0822-244/+319
* Add Python 3 supportArthur de Jong2019-09-0813-85/+129
* Get files ready for 0.9.8 release0.9.8Arthur de Jong2017-06-261-1/+1
* Create pidfile directory in pynslcdArthur de Jong2017-06-253-9/+23
* Add nss_uid_offset and nss_gid_offset to pynslcdArthur de Jong2017-06-253-9/+18
* Reorganise PAM search var building functionsArthur de Jong2017-06-141-2/+2
* Query ethernet addresses in compact and long formatArthur de Jong2017-06-131-4/+5
* Get files ready for 0.9.7 release0.9.7Arthur de Jong2016-08-141-2/+2
* Support ${var:offset:length} in pynslcdArthur de Jong2016-06-031-1/+29
* Fix pynslcd expression representationArthur de Jong2016-06-031-2/+2
* Work around bug in python-daemonArthur de Jong2015-07-191-2/+2
* Implement disable_enumerationAndrew Elble2015-05-014-1/+15
* Implement nss_getgrent_skipmembersArthur de Jong2015-04-202-4/+7
* Allow configuration of NSS and PAM namesArthur de Jong2015-01-192-4/+8
* Fix commentArthur de Jong2014-06-051-1/+1
* Get files ready for 0.9.3 release0.9.3Arthur de Jong2014-03-121-2/+2
* Support blanking the member attributeArthur de Jong2014-01-051-13/+16
* Also run invalidators on initial connectArthur de Jong2013-10-251-2/+6
* Remove unneeded importsArthur de Jong2013-09-152-2/+0
* Handle failure of getpeercred more gracefullyArthur de Jong2013-08-251-9/+9
* Rearrange Python importsArthur de Jong2013-08-254-5/+6
* Have pynslcd handle mapped userPasswordArthur de Jong2013-08-213-4/+17
* Fix rootpwmodpw handling in pynslcdArthur de Jong2013-08-181-2/+2
* Fix not logging passwords in pynslcd (7108b1f)Arthur de Jong2013-08-181-1/+1
* Rename isvalidname() to is_valid_name() in pynslcdArthur de Jong2013-08-184-7/+7
* Do not log passwords in pynslcdArthur de Jong2013-08-181-1/+8
* -n switch for pynslcdArthur de Jong2013-08-181-3/+10
* Use retrieve_by, group_by and group_columns in the cacheArthur de Jong2013-08-179-160/+229
* Make Cache a context managerArthur de Jong2013-08-171-0/+6
* Give cache tables friendlier namesArthur de Jong2013-08-179-61/+74
* Explicitly define tables used for cacheArthur de Jong2013-08-178-14/+35
* Move cache table creation to modulesArthur de Jong2013-08-1712-177/+193
* Fix missing part of d659e83Arthur de Jong2013-07-301-2/+2
* Use cleaner import and get rid of uid2dn function in pynslcdArthur de Jong2013-07-292-12/+5
* Handle the nss_min_uid option in pynslcdArthur de Jong2013-07-292-4/+16
* Handle the nss_initgroups_ignoreusers option in pynslcdArthur de Jong2013-07-292-1/+9
* Fix handling of pam_password_prohibit_message in pynslcdArthur de Jong2013-07-292-2/+2
* Implement config request handling in pynslcdArthur de Jong2013-07-293-3/+49
* Implement PAM session handling in pynslcdArthur de Jong2013-07-281-2/+61
* Properly handle start_tls in pynslcdArthur de Jong2013-07-281-0/+4
* Fix errors in invalidator changesArthur de Jong2013-07-262-2/+2
* Rename nscd_invalidate option to reconnect_invalidateArthur de Jong2013-07-265-19/+19
* Allow invalidating the nfsidmap cacheArthur de Jong2013-07-262-16/+18
* Fix nscd cache flushing bug in pynslcdArthur de Jong2013-07-261-1/+1
* Ignore errors in opening NSS moduleArthur de Jong2013-05-101-1/+4
* Python style changesArthur de Jong2013-04-129-39/+36