| Commit message (Expand) | Author | Age | Files | Lines |
* | support the upper and lower functions in attribute mappin... | Arthur de Jong | 2012-03-16 | 1 | -2/+17 |
* | refactor some of the attribute mapping code to introduce ... | Arthur de Jong | 2012-03-16 | 3 | -39/+118 |
* | implement a getpeercred() function | Arthur de Jong | 2012-03-16 | 1 | -2/+7 |
* | implement a naive offline cache | Arthur de Jong | 2012-01-29 | 13 | -4/+516 |
* | small simplification in group lookups (member attributes ... | Arthur de Jong | 2012-01-29 | 1 | -13/+9 |
* | split the result handling into a convert() and write() step | Arthur de Jong | 2012-01-29 | 12 | -114/+111 |
* | formatting fixes | Arthur de Jong | 2012-01-20 | 1 | -1/+2 |
* | add missing Python modules to tarball | Arthur de Jong | 2012-01-20 | 1 | -2/+2 |
* | user the logging framework, handle exceptions properly an... | Arthur de Jong | 2012-01-06 | 14 | -121/+130 |
* | remove some information from config that we don't expect ... | Arthur de Jong | 2011-12-29 | 1 | -9/+0 |
* | support for reading the configuration file (not all optio... | Arthur de Jong | 2011-12-28 | 5 | -23/+254 |
* | move the state variables (from command line) from the con... | Arthur de Jong | 2011-12-28 | 2 | -18/+23 |
* | fall back to trying to authenticate with provided passwor... | Arthur de Jong | 2011-12-28 | 1 | -0/+4 |
* | never request group members for GroupByMemberRequest | Arthur de Jong | 2011-12-28 | 1 | -1/+1 |
* | instead of modifying attmap, modify attribute list | Arthur de Jong | 2011-12-28 | 1 | -3/+3 |
* | fix references to attmap (broken in r1571) | Arthur de Jong | 2011-12-28 | 2 | -9/+2 |
* | make logging more consistent and remove test bases from s... | Arthur de Jong | 2011-12-27 | 5 | -8/+10 |
* | PEP8 fixes | Arthur de Jong | 2011-12-27 | 9 | -24/+37 |
* | define the search separately from the request | Arthur de Jong | 2011-12-12 | 12 | -105/+153 |
* | move check of required attributes and other common tests ... | Arthur de Jong | 2011-12-12 | 13 | -185/+184 |
* | get rid of automake warning | Arthur de Jong | 2011-08-29 | 1 | -1/+1 |
* | replace last traces of groupOfUniqueNames | Arthur de Jong | 2011-08-05 | 1 | -1/+1 |
* | switch to using the member attribute by default instead o... | Arthur de Jong | 2011-08-03 | 1 | -6/+6 |
* | simplify request handling by passing read parameters arou... | Arthur de Jong | 2011-05-13 | 13 | -178/+144 |
* | implement attribute mapping functionality and do some ref... | Arthur de Jong | 2011-05-01 | 15 | -291/+417 |
* | remove unneeded import | Arthur de Jong | 2011-05-01 | 1 | -1/+0 |
* | pass dn and attributes to functions separately | Arthur de Jong | 2011-05-01 | 12 | -28/+18 |
* | small code improvements | Arthur de Jong | 2011-05-01 | 3 | -10/+9 |
* | set maxdays to -1 to indicate no expiry (instead of a lon... | Arthur de Jong | 2011-04-29 | 1 | -1/+1 |
* | put standard library imports before application imports a... | Arthur de Jong | 2011-04-28 | 13 | -53/+40 |
* | remove duplicate and wrong write() method | Arthur de Jong | 2011-04-28 | 1 | -33/+0 |
* | sync validname regular expression with nslcd | Arthur de Jong | 2011-03-26 | 1 | -1/+1 |
* | implement service, protocol and rpc lookups | Arthur de Jong | 2011-03-24 | 4 | -0/+292 |
* | fix the case where the RDN is for some reason not in the cn | Arthur de Jong | 2011-03-24 | 2 | -2/+2 |
* | fix configuration name | Arthur de Jong | 2011-03-24 | 1 | -2/+2 |
* | truncate pidfile to ensure remains of previous value is gone | Arthur de Jong | 2011-03-24 | 1 | -1/+2 |
* | fix use of spaces | Arthur de Jong | 2011-03-23 | 1 | -2/+2 |
* | update copyright headers to add missing years | Arthur de Jong | 2011-03-10 | 3 | -3/+3 |
* | implement module for netgroup lookups | Arthur de Jong | 2011-03-06 | 3 | -2/+83 |
* | add network name lookups | Arthur de Jong | 2011-03-06 | 3 | -2/+91 |
* | clean up compiled python files | Arthur de Jong | 2011-03-06 | 1 | -0/+4 |
* | fix search filter objectClass for hosts | Arthur de Jong | 2011-03-06 | 1 | -2/+2 |
* | implement module for hostname lookups | Arthur de Jong | 2011-02-14 | 4 | -1/+113 |
* | fix comment | Arthur de Jong | 2011-02-14 | 1 | -1/+1 |
* | clean up and add missing files to installation | Arthur de Jong | 2011-02-14 | 2 | -68/+3 |
* | add an experimental (currently partial) Python implementa... | Arthur de Jong | 2010-12-29 | 14 | -0/+1550 |