Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get files ready for 0.9.0 release0.9.0Arthur de Jong2013-04-059-22/+684
* Include the usermod.py file in the distributionArthur de Jong2013-04-051-1/+2
* Fix docbook validationArthur de Jong2013-04-051-1/+1
* Ignore missing Python in initial testArthur de Jong2013-04-031-1/+1
* Fix commentArthur de Jong2013-04-031-1/+1
* 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
* Implement used modification functionalityArthur de Jong2013-03-3016-5/+851
|\
| * Initial version of a chsh.ldap utilityArthur de Jong2013-03-309-3/+388
| * Handle user modification requests in pynslcdArthur de Jong2013-03-302-0/+132
| * Handle user modification requests in nslcdArthur de Jong2013-03-304-2/+301
| * Define a NSLCD_ACTION_USERMOD requestArthur de Jong2013-03-301-0/+30
|/
* Rename authentication function and return connectionArthur de Jong2013-03-301-9/+9
* Fix test for absence of PythonArthur de Jong2013-03-301-1/+1
* Mark unsupported pynslcd configuration optionsArthur de Jong2013-03-301-17/+16
* Preset default configure values consistentlyArthur de Jong2013-03-301-7/+7
* Give an error when the Python interpreter is missingArthur de Jong2013-03-301-1/+1
* Build command-line utilities by default if Python is avai...Arthur de Jong2013-03-301-2/+12
* Implement clearing of nscd cache in pynslcdArthur de Jong2013-03-295-1/+150
|\
| * 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
* Make the NSS tests dependant on the configuration of nssw...Arthur de Jong2013-03-281-1/+45
* Do not rely on printf() being able to print NULL stringsArthur de Jong2013-03-281-9/+16
* Fix manual page generationArthur de Jong2013-03-281-1/+1
* Fix comment for nss_nested_groups config optionArthur de Jong2013-03-281-1/+1
* Implement support for nested groupsArthur de Jong2013-03-2411-54/+556
|\
| * Add tests for nested group functionalityArthur de Jong2013-03-242-9/+287
| * Implement a nss_nested_groups configuration optionArthur de Jong2013-03-247-28/+60
| * Implement support for nested groups in pynslcdArthur de Jong2013-03-242-16/+54
| * Implement support for nested groups in nslcdArthur de Jong2013-03-241-24/+162
| * Implement a mkfilter_group_bymemberdn() functionSteve Hill2013-03-242-0/+16
|/
* Unpack the LDIF file to make diffs clearerArthur de Jong2013-03-242-0/+55867
* spelling fixesArthur de Jong2013-03-242-2/+2
* fix service request loggingArthur de Jong2013-03-241-2/+2
* NSS: Return TRYAGAIN on zero-length bufferJakub Hrozek2013-03-191-1/+6
* fix the text representation of shadow information for nsc...Arthur de Jong2013-03-111-7/+7
* implement a lookup_shadow test command for use on systems...Arthur de Jong2013-03-113-1/+102
* fix a few compiler warningsArthur de Jong2013-03-102-5/+7
* guess the value for --with-pam-seclib-dir if it is not sp...Arthur de Jong2013-03-101-2/+12
* small portability fix in test_pamcmds.shArthur de Jong2013-03-101-2/+4
* only log protocol name if it is presentArthur de Jong2013-03-101-2/+4
* also support systems without bet_get_enum()Arthur de Jong2013-03-102-1/+5
* 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