Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd/passwd.py
Commit message (Expand)AuthorAgeFilesLines
* Improve Python code styleArthur de Jong2019-09-081-17/+17
* Add nss_uid_offset and nss_gid_offset to pynslcdArthur de Jong2017-06-251-5/+10
* Implement disable_enumerationAndrew Elble2015-05-011-0/+4
* Have pynslcd handle mapped userPasswordArthur de Jong2013-08-211-1/+6
* Rename isvalidname() to is_valid_name() in pynslcdArthur de Jong2013-08-181-1/+1
* Move cache table creation to modulesArthur de Jong2013-08-171-2/+12
* 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-291-7/+0
* Handle the nss_min_uid option in pynslcdArthur de Jong2013-07-291-3/+15
* move Search class to search moduleArthur de Jong2013-03-091-2/+3
* switch protocol from host byte order to network byte orde...Arthur de Jong2012-12-161-3/+3
* 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-11/+11
* user the logging framework, handle exceptions properly an...Arthur de Jong2012-01-061-5/+4
* fix references to attmap (broken in r1571)Arthur de Jong2011-12-281-1/+1
* make logging more consistent and remove test bases from s...Arthur de Jong2011-12-271-2/+1
* PEP8 fixesArthur de Jong2011-12-271-3/+3
* define the search separately from the requestArthur de Jong2011-12-121-29/+10
* move check of required attributes and other common tests ...Arthur de Jong2011-12-121-10/+7
* simplify request handling by passing read parameters arou...Arthur de Jong2011-05-131-12/+12
* implement attribute mapping functionality and do some ref...Arthur de Jong2011-05-011-51/+35
* pass dn and attributes to functions separatelyArthur de Jong2011-05-011-2/+1
* put standard library imports before application imports a...Arthur de Jong2011-04-281-6/+4
* add an experimental (currently partial) Python implementa...Arthur de Jong2010-12-291-0/+163