index
:
~lukeshu/hackers-nslcd
master
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pynslcd
/
netgroup.py
Age
Commit message (
Expand
)
Author
2014-10-04
remove non-nslcd stuff
Luke Shumaker
2013-08-17
Use retrieve_by, group_by and group_columns in the cache
Arthur de Jong
2013-08-17
Give cache tables friendlier names
Arthur de Jong
2013-08-17
Move cache table creation to modules
Arthur de Jong
2013-03-09
clean up imports and use ldap.filter.escape_filter_chars() directly
Arthur de Jong
2013-03-09
move Search class to search module
Arthur de Jong
2013-02-08
implement a netgroup_all request
Arthur de Jong
2012-12-23
update the netgroup by name request to have one result entry per netgroup wit...
Arthur de Jong
2012-01-29
implement a naive offline cache
Arthur de Jong
2012-01-29
split the result handling into a convert() and write() step
Arthur de Jong
2012-01-06
user the logging framework, handle exceptions properly and some cleanups
Arthur de Jong
2011-12-27
make logging more consistent and remove test bases from shadow and passwd maps
Arthur de Jong
2011-12-27
PEP8 fixes
Arthur de Jong
2011-12-12
define the search separately from the request
Arthur de Jong
2011-12-12
move check of required attributes and other common tests to the Request.handl...
Arthur de Jong
2011-05-13
simplify request handling by passing read parameters around in a dict instead...
Arthur de Jong
2011-05-01
implement attribute mapping functionality and do some refactoring
Arthur de Jong
2011-05-01
pass dn and attributes to functions separately
Arthur de Jong
2011-04-28
put standard library imports before application imports and remove some unuse...
Arthur de Jong
2011-03-06
implement module for netgroup lookups
Arthur de Jong