| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve Python code style | Arthur de Jong | 2019-09-08 | 1 | -17/+17 |
* | Add nss_uid_offset and nss_gid_offset to pynslcd | Arthur de Jong | 2017-06-25 | 1 | -5/+10 |
* | Implement disable_enumeration | Andrew Elble | 2015-05-01 | 1 | -0/+4 |
* | Have pynslcd handle mapped userPassword | Arthur de Jong | 2013-08-21 | 1 | -1/+6 |
* | Rename isvalidname() to is_valid_name() in pynslcd | Arthur de Jong | 2013-08-18 | 1 | -1/+1 |
* | Move cache table creation to modules | Arthur de Jong | 2013-08-17 | 1 | -2/+12 |
* | Fix missing part of d659e83 | Arthur de Jong | 2013-07-30 | 1 | -2/+2 |
* | Use cleaner import and get rid of uid2dn function in pynslcd | Arthur de Jong | 2013-07-29 | 1 | -7/+0 |
* | Handle the nss_min_uid option in pynslcd | Arthur de Jong | 2013-07-29 | 1 | -3/+15 |
* | move Search class to search module | Arthur de Jong | 2013-03-09 | 1 | -2/+3 |
* | switch protocol from host byte order to network byte orde... | Arthur de Jong | 2012-12-16 | 1 | -3/+3 |
* | implement a naive offline cache | Arthur de Jong | 2012-01-29 | 1 | -0/+5 |
* | split the result handling into a convert() and write() step | Arthur de Jong | 2012-01-29 | 1 | -11/+11 |
* | user the logging framework, handle exceptions properly an... | Arthur de Jong | 2012-01-06 | 1 | -5/+4 |
* | fix references to attmap (broken in r1571) | Arthur de Jong | 2011-12-28 | 1 | -1/+1 |
* | make logging more consistent and remove test bases from s... | Arthur de Jong | 2011-12-27 | 1 | -2/+1 |
* | PEP8 fixes | Arthur de Jong | 2011-12-27 | 1 | -3/+3 |
* | define the search separately from the request | Arthur de Jong | 2011-12-12 | 1 | -29/+10 |
* | move check of required attributes and other common tests ... | Arthur de Jong | 2011-12-12 | 1 | -10/+7 |
* | simplify request handling by passing read parameters arou... | Arthur de Jong | 2011-05-13 | 1 | -12/+12 |
* | implement attribute mapping functionality and do some ref... | Arthur de Jong | 2011-05-01 | 1 | -51/+35 |
* | pass dn and attributes to functions separately | Arthur de Jong | 2011-05-01 | 1 | -2/+1 |
* | put standard library imports before application imports a... | Arthur de Jong | 2011-04-28 | 1 | -6/+4 |
* | add an experimental (currently partial) Python implementa... | Arthur de Jong | 2010-12-29 | 1 | -0/+163 |