Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get files ready for 0.9.1 release0.9.1Arthur de Jong2013-08-2510-264/+931
* Have a nicer way of generating the ChangeLogArthur de Jong2013-08-251-2/+5
* Handle failure of getpeercred more gracefullyArthur de Jong2013-08-251-9/+9
* Only run pynslcd tests if it is enabledArthur de Jong2013-08-251-1/+4
* Add configure test for Python modulesArthur de Jong2013-08-252-7/+87
* Rearrange Python importsArthur de Jong2013-08-256-7/+8
* Ignore SIGUSR2 for future compatibilityArthur de Jong2013-08-231-1/+1
* Add a test for the manual pagesArthur de Jong2013-08-233-9/+54
* Update files from latest automakeArthur de Jong2013-08-232-6/+15
* Have pynslcd handle mapped userPasswordArthur de Jong2013-08-213-4/+17
* Retry LDAP servers quickly after receiving SIGUSR1Arthur de Jong2013-08-214-14/+67
|\
| * Handle SIGUSR1 by resetting the retry timerArthur de Jong2013-08-212-14/+41
| * Implement function for resetting reconnect timesArthur de Jong2013-08-212-0/+26
|/
* Return partial shadow information to non-root usersArthur de Jong2013-08-213-12/+11
* Add cast to int when logging configuration summaryArthur de Jong2013-08-201-3/+3
* Small fix in NEW_AUTHTOK_REQD handlingArthur de Jong2013-08-181-1/+1
* 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
* Update files from test environmentArthur de Jong2013-08-182-46/+62
* Improve error and help output of getent commandArthur de Jong2013-08-181-5/+15
* Run pylint as a testArthur de Jong2013-08-183-3/+295
* Rename isvalidname() to is_valid_name() in pynslcdArthur de Jong2013-08-184-7/+7
* Run xmlto on manual pages as part of the testsArthur de Jong2013-08-181-0/+4
* Do not log passwords in pynslcdArthur de Jong2013-08-181-1/+8
* Implement an option to run in the foregroundArthur de Jong2013-08-184-5/+44
|\
| * Document -n, --nofork optionArthur de Jong2013-08-182-0/+24
| * -n switch for pynslcdArthur de Jong2013-08-181-3/+10
| * -n switch for nslcd (prevents process from forking)Caleb Callaway2013-08-181-2/+10
|/
* Improvements to pynslcd caching functionalityArthur de Jong2013-08-1715-354/+941
|\
| * Implement tests for caching functionalityArthur de Jong2013-08-173-3/+465
| * 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
* Have configure show --disable-utils by defaultArthur de Jong2013-07-281-1/+1
* Have test_pycompile not write any pyc filesArthur de Jong2013-07-281-2/+35
* Dcoumentation updatesArthur de Jong2013-07-271-13/+14
* Test Python syntax on make checkArthur de Jong2013-07-262-2/+36
* Merge fixes for reconnect_invalidate optionArthur de Jong2013-07-264-3/+5
|\
| * Fix errors in invalidator changesArthur de Jong2013-07-264-3/+5
* | Make cache invalidation more genericArthur de Jong2013-07-2615-90/+122
|\|