Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd/common.py
Commit message (Expand)AuthorAgeFilesLines
* Improve Python code styleArthur de Jong2019-09-081-29/+24
* Add Python 3 supportArthur de Jong2019-09-081-2/+2
* Fix not logging passwords in pynslcd (7108b1f)Arthur de Jong2013-08-181-1/+1
* Rename isvalidname() to is_valid_name() in pynslcdArthur de Jong2013-08-181-2/+2
* Do not log passwords in pynslcdArthur de Jong2013-08-181-1/+8
* Implement support for nested groups in pynslcdArthur de Jong2013-03-241-6/+11
* move Search class to search moduleArthur de Jong2013-03-091-124/+4
* disable pynslcd cache for nowArthur de Jong2013-02-081-6/+8
* ensure search also works without attribute mapArthur de Jong2012-05-041-1/+3
* refactor some of the attribute mapping code to introduce ...Arthur de Jong2012-03-161-9/+6
* implement a naive offline cacheArthur de Jong2012-01-291-4/+22
* split the result handling into a convert() and write() stepArthur de Jong2012-01-291-6/+7
* user the logging framework, handle exceptions properly an...Arthur de Jong2012-01-061-12/+14
* support for reading the configuration file (not all optio...Arthur de Jong2011-12-281-6/+4
* make logging more consistent and remove test bases from s...Arthur de Jong2011-12-271-3/+7
* define the search separately from the requestArthur de Jong2011-12-121-46/+80
* move check of required attributes and other common tests ...Arthur de Jong2011-12-121-14/+68
* simplify request handling by passing read parameters arou...Arthur de Jong2011-05-131-17/+13
* implement attribute mapping functionality and do some ref...Arthur de Jong2011-05-011-6/+18
* pass dn and attributes to functions separatelyArthur de Jong2011-05-011-2/+2
* put standard library imports before application imports a...Arthur de Jong2011-04-281-4/+5
* sync validname regular expression with nslcdArthur de Jong2011-03-261-1/+1
* add an experimental (currently partial) Python implementa...Arthur de Jong2010-12-291-0/+125