Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd/network.py
Commit message (Expand)AuthorAgeFilesLines
* Improve Python code styleArthur de Jong2019-09-081-3/+4
* Use retrieve_by, group_by and group_columns in the cacheArthur de Jong2013-08-171-21/+30
* Give cache tables friendlier namesArthur de Jong2013-08-171-12/+12
* Explicitly define tables used for cacheArthur de Jong2013-08-171-0/+2
* Move cache table creation to modulesArthur de Jong2013-08-171-0/+18
* move Search class to search moduleArthur de Jong2013-03-091-2/+3
* implement a naive offline cacheArthur de Jong2012-01-291-0/+26
* split the result handling into a convert() and write() stepArthur de Jong2012-01-291-8/+6
* user the logging framework, handle exceptions properly an...Arthur de Jong2012-01-061-4/+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-9/+5
* simplify request handling by passing read parameters arou...Arthur de Jong2011-05-131-9/+7
* implement attribute mapping functionality and do some ref...Arthur de Jong2011-05-011-21/+12
* pass dn and attributes to functions separatelyArthur de Jong2011-05-011-3/+2
* put standard library imports before application imports a...Arthur de Jong2011-04-281-4/+2
* fix the case where the RDN is for some reason not in the cnArthur de Jong2011-03-241-1/+1
* add network name lookupsArthur de Jong2011-03-061-0/+87