Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd/group.py
Commit message (Expand)AuthorAgeFilesLines
* Improve Python code styleArthur de Jong2019-09-081-11/+12
* Add nss_uid_offset and nss_gid_offset to pynslcdArthur de Jong2017-06-251-2/+4
* Implement disable_enumerationAndrew Elble2015-05-011-0/+4
* Implement nss_getgrent_skipmembersArthur de Jong2015-04-201-2/+4
* Support blanking the member attributeArthur de Jong2014-01-051-13/+16
* Remove unneeded importsArthur de Jong2013-09-151-1/+0
* Rearrange Python importsArthur de Jong2013-08-251-1/+1
* Have pynslcd handle mapped userPasswordArthur de Jong2013-08-211-2/+7
* Rename isvalidname() to is_valid_name() in pynslcdArthur de Jong2013-08-181-3/+3
* Use retrieve_by, group_by and group_columns in the cacheArthur de Jong2013-08-171-7/+11
* Give cache tables friendlier namesArthur de Jong2013-08-171-6/+7
* Explicitly define tables used for cacheArthur de Jong2013-08-171-0/+2
* Move cache table creation to modulesArthur de Jong2013-08-171-1/+15
* Use cleaner import and get rid of uid2dn function in pynslcdArthur de Jong2013-07-291-5/+5
* Handle the nss_initgroups_ignoreusers option in pynslcdArthur de Jong2013-07-291-0/+8
* Python style changesArthur de Jong2013-04-121-3/+5
* Implement a nss_nested_groups configuration optionArthur de Jong2013-03-241-11/+13
* Implement support for nested groups in pynslcdArthur de Jong2013-03-241-10/+43
* clean up imports and use ldap.filter.escape_filter_chars(...Arthur de Jong2013-03-091-2/+4
* move Search class to search moduleArthur de Jong2013-03-091-2/+3
* switch protocol from host byte order to network byte orde...Arthur de Jong2012-12-161-2/+2
* implement a naive offline cacheArthur de Jong2012-01-291-0/+20
* 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-291-7/+10
* user the logging framework, handle exceptions properly an...Arthur de Jong2012-01-061-7/+6
* support for reading the configuration file (not all optio...Arthur de Jong2011-12-281-1/+1
* 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-281-8/+1
* make logging more consistent and remove test bases from s...Arthur de Jong2011-12-271-1/+1
* PEP8 fixesArthur de Jong2011-12-271-6/+4
* define the search separately from the requestArthur de Jong2011-12-121-13/+26
* move check of required attributes and other common tests ...Arthur de Jong2011-12-121-9/+3
* 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-131-19/+21
* implement attribute mapping functionality and do some ref...Arthur de Jong2011-05-011-41/+38
* small code improvementsArthur de Jong2011-05-011-2/+1
* put standard library imports before application imports a...Arthur de Jong2011-04-281-6/+4
* remove duplicate and wrong write() methodArthur de Jong2011-04-281-33/+0
* add an experimental (currently partial) Python implementa...Arthur de Jong2010-12-291-0/+174