Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd/shadow.py
Commit message (Expand)AuthorAgeFilesLines
* Correctly validate shadow requests and responsesArthur de Jong2019-09-081-3/+10
* Improve Python code styleArthur de Jong2019-09-081-10/+11
* Implement disable_enumerationAndrew Elble2015-05-011-0/+5
* Have pynslcd handle mapped userPasswordArthur de Jong2013-08-211-1/+4
* Move cache table creation to modulesArthur de Jong2013-08-171-1/+14
* Python style changesArthur de Jong2013-04-121-1/+1
* clean up imports and use ldap.filter.escape_filter_chars(...Arthur de Jong2013-03-091-2/+0
* move Search class to search moduleArthur de Jong2013-03-091-2/+3
* more comment fixesArthur de Jong2012-12-241-1/+1
* implement a naive offline cacheArthur de Jong2012-01-291-0/+5
* split the result handling into a convert() and write() stepArthur de Jong2012-01-291-17/+19
* make logging more consistent and remove test bases from s...Arthur de Jong2011-12-271-1/+0
* PEP8 fixesArthur de Jong2011-12-271-2/+2
* define the search separately from the requestArthur de Jong2011-12-121-1/+4
* move check of required attributes and other common tests ...Arthur de Jong2011-12-121-15/+12
* simplify request handling by passing read parameters arou...Arthur de Jong2011-05-131-7/+6
* implement attribute mapping functionality and do some ref...Arthur de Jong2011-05-011-35/+27
* pass dn and attributes to functions separatelyArthur de Jong2011-05-011-2/+1
* set maxdays to -1 to indicate no expiry (instead of a lon...Arthur de Jong2011-04-291-1/+1
* put standard library imports before application imports a...Arthur de Jong2011-04-281-3/+3
* add an experimental (currently partial) Python implementa...Arthur de Jong2010-12-291-0/+116