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
/
pynslcd.py
Age
Commit message (
Expand
)
Author
2014-10-04
remove non-nslcd stuff
Luke Shumaker
2014-03-12
Get files ready for 0.9.3 release
Arthur de Jong
2013-08-25
Handle failure of getpeercred more gracefully
Arthur de Jong
2013-08-25
Rearrange Python imports
Arthur de Jong
2013-08-18
-n switch for pynslcd
Arthur de Jong
2013-07-29
Implement config request handling in pynslcd
Arthur de Jong
2013-07-26
Fix errors in invalidator changes
Arthur de Jong
2013-07-26
Rename nscd_invalidate option to reconnect_invalidate
Arthur de Jong
2013-05-10
Ignore errors in opening NSS module
Arthur de Jong
2013-04-12
Python style changes
Arthur de Jong
2013-03-30
Handle user modification requests in pynslcd
Arthur de Jong
2013-03-29
Start the nscd invalidator process if needed
Arthur de Jong
2013-03-29
Switch to using os.environ instead of os.putenv()
Arthur de Jong
2013-03-09
log hex value of action id to make debugging easier
Arthur de Jong
2013-03-09
move get_connection function to search module as Connection class as subclass...
Arthur de Jong
2013-02-23
log version information from the NSS module
Arthur de Jong
2013-02-23
handle the log configuration option in pynslcd
Arthur de Jong
2012-12-15
merge config.py into constants.py and generate it from configure
Arthur de Jong
2012-12-14
remove unneeded brackets
Arthur de Jong
2012-11-13
to only set LDAP_OPT_X_SASL_NOCANON if the sasl_canonicalize option is explic...
Arthur de Jong
2012-08-14
introduce a sasl_canonicalize option that will now, by default, disable rever...
Arthur de Jong
2012-07-20
on startup have the gid option default to the primary group of the specified ...
Arthur de Jong
2012-07-15
avoid setting tls_randfile twice and remove fixed FIXME (fixed in r1717)
Arthur de Jong
2012-07-15
set the pynslcd process name if possible
Arthur de Jong
2012-07-15
properly set most LDAP options from configuration
Arthur de Jong
2012-03-16
implement a getpeercred() function
Arthur de Jong
2012-01-20
formatting fixes
Arthur de Jong
2012-01-06
user the logging framework, handle exceptions properly and some cleanups
Arthur de Jong
2011-12-28
support for reading the configuration file (not all options are used though)
Arthur de Jong
2011-12-28
move the state variables (from command line) from the configuration to the ma...
Arthur de Jong
2011-12-27
PEP8 fixes
Arthur de Jong
2011-05-01
small code improvements
Arthur de Jong
2011-03-24
implement service, protocol and rpc lookups
Arthur de Jong
2011-03-10
update copyright headers to add missing years
Arthur de Jong
2011-03-06
implement module for netgroup lookups
Arthur de Jong
2011-03-06
add network name lookups
Arthur de Jong
2011-02-14
implement module for hostname lookups
Arthur de Jong
2010-12-29
add an experimental (currently partial) Python implementation of nslcd to see...
Arthur de Jong