Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd
Commit message (Expand)AuthorAgeFilesLines
* implement a naive offline cacheArthur de Jong2012-01-2913-4/+516
* small simplification in group lookups (member attributes ...Arthur de Jong2012-01-291-13/+9
* split the result handling into a convert() and write() stepArthur de Jong2012-01-2912-114/+111
* formatting fixesArthur de Jong2012-01-201-1/+2
* add missing Python modules to tarballArthur de Jong2012-01-201-2/+2
* user the logging framework, handle exceptions properly an...Arthur de Jong2012-01-0614-121/+130
* remove some information from config that we don't expect ...Arthur de Jong2011-12-291-9/+0
* support for reading the configuration file (not all optio...Arthur de Jong2011-12-285-23/+254
* move the state variables (from command line) from the con...Arthur de Jong2011-12-282-18/+23
* fall back to trying to authenticate with provided passwor...Arthur de Jong2011-12-281-0/+4
* never request group members for GroupByMemberRequestArthur de Jong2011-12-281-1/+1
* instead of modifying attmap, modify attribute listArthur de Jong2011-12-281-3/+3
* fix references to attmap (broken in r1571)Arthur de Jong2011-12-282-9/+2
* make logging more consistent and remove test bases from s...Arthur de Jong2011-12-275-8/+10
* PEP8 fixesArthur de Jong2011-12-279-24/+37
* define the search separately from the requestArthur de Jong2011-12-1212-105/+153
* move check of required attributes and other common tests ...Arthur de Jong2011-12-1213-185/+184
* get rid of automake warningArthur de Jong2011-08-291-1/+1
* replace last traces of groupOfUniqueNamesArthur de Jong2011-08-051-1/+1
* switch to using the member attribute by default instead o...Arthur de Jong2011-08-031-6/+6
* simplify request handling by passing read parameters arou...Arthur de Jong2011-05-1313-178/+144
* implement attribute mapping functionality and do some ref...Arthur de Jong2011-05-0115-291/+417
* remove unneeded importArthur de Jong2011-05-011-1/+0
* pass dn and attributes to functions separatelyArthur de Jong2011-05-0112-28/+18
* small code improvementsArthur de Jong2011-05-013-10/+9
* 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-2813-53/+40
* remove duplicate and wrong write() methodArthur de Jong2011-04-281-33/+0
* sync validname regular expression with nslcdArthur de Jong2011-03-261-1/+1
* implement service, protocol and rpc lookupsArthur de Jong2011-03-244-0/+292
* fix the case where the RDN is for some reason not in the cnArthur de Jong2011-03-242-2/+2
* fix configuration nameArthur de Jong2011-03-241-2/+2
* truncate pidfile to ensure remains of previous value is goneArthur de Jong2011-03-241-1/+2
* fix use of spacesArthur de Jong2011-03-231-2/+2
* update copyright headers to add missing yearsArthur de Jong2011-03-103-3/+3
* implement module for netgroup lookupsArthur de Jong2011-03-063-2/+83
* add network name lookupsArthur de Jong2011-03-063-2/+91
* clean up compiled python filesArthur de Jong2011-03-061-0/+4
* fix search filter objectClass for hostsArthur de Jong2011-03-061-2/+2
* implement module for hostname lookupsArthur de Jong2011-02-144-1/+113
* fix commentArthur de Jong2011-02-141-1/+1
* clean up and add missing files to installationArthur de Jong2011-02-142-68/+3
* add an experimental (currently partial) Python implementa...Arthur de Jong2010-12-2914-0/+1550