| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unneeded imports | Arthur de Jong | 2013-09-15 | 1 | -1/+0 |
* | Rearrange Python imports | Arthur de Jong | 2013-08-25 | 1 | -1/+1 |
* | Have pynslcd handle mapped userPassword | Arthur de Jong | 2013-08-21 | 1 | -2/+7 |
* | Rename isvalidname() to is_valid_name() in pynslcd | Arthur de Jong | 2013-08-18 | 1 | -3/+3 |
* | Use retrieve_by, group_by and group_columns in the cache | Arthur de Jong | 2013-08-17 | 1 | -7/+11 |
* | Give cache tables friendlier names | Arthur de Jong | 2013-08-17 | 1 | -6/+7 |
* | Explicitly define tables used for cache | Arthur de Jong | 2013-08-17 | 1 | -0/+2 |
* | Move cache table creation to modules | Arthur de Jong | 2013-08-17 | 1 | -1/+15 |
* | Use cleaner import and get rid of uid2dn function in pynslcd | Arthur de Jong | 2013-07-29 | 1 | -5/+5 |
* | Handle the nss_initgroups_ignoreusers option in pynslcd | Arthur de Jong | 2013-07-29 | 1 | -0/+8 |
* | Python style changes | Arthur de Jong | 2013-04-12 | 1 | -3/+5 |
* | Implement a nss_nested_groups configuration option | Arthur de Jong | 2013-03-24 | 1 | -11/+13 |
* | Implement support for nested groups in pynslcd | Arthur de Jong | 2013-03-24 | 1 | -10/+43 |
* | clean up imports and use ldap.filter.escape_filter_chars(... | Arthur de Jong | 2013-03-09 | 1 | -2/+4 |
* | 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 | -2/+2 |
* | implement a naive offline cache | Arthur de Jong | 2012-01-29 | 1 | -0/+20 |
* | 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 | 1 | -7/+10 |
* | user the logging framework, handle exceptions properly an... | Arthur de Jong | 2012-01-06 | 1 | -7/+6 |
* | support for reading the configuration file (not all optio... | Arthur de Jong | 2011-12-28 | 1 | -1/+1 |
* | 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 | 1 | -8/+1 |
* | make logging more consistent and remove test bases from s... | Arthur de Jong | 2011-12-27 | 1 | -1/+1 |
* | PEP8 fixes | Arthur de Jong | 2011-12-27 | 1 | -6/+4 |
* | define the search separately from the request | Arthur de Jong | 2011-12-12 | 1 | -13/+26 |
* | move check of required attributes and other common tests ... | Arthur de Jong | 2011-12-12 | 1 | -9/+3 |
* | 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 | 1 | -19/+21 |
* | implement attribute mapping functionality and do some ref... | Arthur de Jong | 2011-05-01 | 1 | -41/+38 |
* | small code improvements | 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 |
* | remove duplicate and wrong write() method | Arthur de Jong | 2011-04-28 | 1 | -33/+0 |
* | add an experimental (currently partial) Python implementa... | Arthur de Jong | 2010-12-29 | 1 | -0/+174 |