Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Raise an error with a missing old password on password mo...Arthur de Jong2013-04-121-1/+3
* Fix getting caller's uid on password change (pynslcd)Arthur de Jong2013-04-121-1/+1
* Include the usermod.py file in the distributionArthur de Jong2013-04-051-1/+2
* Update the shadowLastChange on password change in pynslcdArthur de Jong2013-03-301-0/+27
* Implement password modification in pynslcdArthur de Jong2013-03-301-1/+69
* Handle user modification requests in pynslcdArthur de Jong2013-03-302-0/+132
* Rename authentication function and return connectionArthur de Jong2013-03-301-9/+9
* Mark unsupported pynslcd configuration optionsArthur de Jong2013-03-301-17/+16
* Detect and handle connection failure and recoveryArthur de Jong2013-03-292-1/+28
* Start the nscd invalidator process if neededArthur de Jong2013-03-291-0/+4
* Parse the nscd_invalidate optionArthur de Jong2013-03-291-0/+11
* Functionality for clearing the nscd cache in pynslcdArthur de Jong2013-03-292-1/+108
* Switch to using os.environ instead of os.putenv()Arthur de Jong2013-03-291-3/+3
* Rename validate_request to validateArthur de Jong2013-03-291-3/+3
* Also perform authentication search using LDAPSearch classArthur de Jong2013-03-291-1/+2
* Implement a nss_nested_groups configuration optionArthur de Jong2013-03-242-12/+15
* Implement support for nested groups in pynslcdArthur de Jong2013-03-242-16/+54
* log hex value of action id to make debugging easierArthur de Jong2013-03-091-1/+1
* ensure consistent naming of DN variablesArthur de Jong2013-03-091-9/+8
* clean up imports and use ldap.filter.escape_filter_chars(...Arthur de Jong2013-03-097-21/+21
* move get_connection function to search module as Connecti...Arthur de Jong2013-03-093-25/+28
* move Search class to search moduleArthur de Jong2013-03-0915-148/+184
* fix default logging configuration setting in pynslcdArthur de Jong2013-03-091-1/+1
* support trimming expressions with full shell glob matchin...Arthur de Jong2013-03-031-2/+48
* log version information from the NSS moduleArthur de Jong2013-02-231-3/+11
* also search for alternative macAddress representation in ...Arthur de Jong2013-02-231-1/+11
* handle the log configuration option in pynslcdArthur de Jong2013-02-232-15/+37
* disable pynslcd cache for nowArthur de Jong2013-02-082-7/+12
* implement a netgroup_all requestArthur de Jong2013-02-081-1/+6
* support children search scope for systems that have itArthur de Jong2013-01-141-0/+4
* fix parsing of scope option in pynslcdArthur de Jong2013-01-141-2/+2
* request and parse password policy controls when doing use...Arthur de Jong2013-01-061-8/+33
* some simplifications in the current pynslcd PAM request h...Arthur de Jong2013-01-051-9/+11
* update pynslcd PAM protocol handling to be in line with r...Arthur de Jong2013-01-011-14/+14
* add dependency information to regenerate constants.pyArthur de Jong2012-12-301-0/+2
* more comment fixesArthur de Jong2012-12-242-2/+2
* update the netgroup by name request to have one result en...Arthur de Jong2012-12-231-15/+16