Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd/pynslcd.py
Commit message (Expand)AuthorAgeFilesLines
* Improve Python code styleArthur de Jong2019-09-081-17/+23
* Add Python 3 supportArthur de Jong2019-09-081-7/+7
* Get files ready for 0.9.8 release0.9.8Arthur de Jong2017-06-261-1/+1
* Create pidfile directory in pynslcdArthur de Jong2017-06-251-8/+2
* Get files ready for 0.9.7 release0.9.7Arthur de Jong2016-08-141-2/+2
* Work around bug in python-daemonArthur de Jong2015-07-191-2/+2
* Allow configuration of NSS and PAM namesArthur de Jong2015-01-191-3/+4
* Get files ready for 0.9.3 release0.9.3Arthur de Jong2014-03-121-2/+2
* Handle failure of getpeercred more gracefullyArthur de Jong2013-08-251-9/+9
* Rearrange Python importsArthur de Jong2013-08-251-2/+2
* -n switch for pynslcdArthur de Jong2013-08-181-3/+10
* Implement config request handling in pynslcdArthur de Jong2013-07-291-0/+1
* Fix errors in invalidator changesArthur de Jong2013-07-261-1/+1
* Rename nscd_invalidate option to reconnect_invalidateArthur de Jong2013-07-261-4/+4
* Ignore errors in opening NSS moduleArthur de Jong2013-05-101-1/+4
* Python style changesArthur de Jong2013-04-121-15/+17
* Handle user modification requests in pynslcdArthur de Jong2013-03-301-0/+1
* Start the nscd invalidator process if neededArthur de Jong2013-03-291-0/+4
* Switch to using os.environ instead of os.putenv()Arthur de Jong2013-03-291-3/+3
* log hex value of action id to make debugging easierArthur de Jong2013-03-091-1/+1
* move get_connection function to search module as Connecti...Arthur de Jong2013-03-091-24/+2
* log version information from the NSS moduleArthur de Jong2013-02-231-3/+11
* handle the log configuration option in pynslcdArthur de Jong2013-02-231-14/+19
* merge config.py into constants.py and generate it from co...Arthur de Jong2012-12-151-15/+14
* remove unneeded bracketsArthur de Jong2012-12-141-1/+1
* to only set LDAP_OPT_X_SASL_NOCANON if the sasl_canonical...Arthur de Jong2012-11-131-1/+2
* introduce a sasl_canonicalize option that will now, by de...Arthur de Jong2012-08-141-0/+1
* on startup have the gid option default to the primary gro...Arthur de Jong2012-07-201-10/+9
* avoid setting tls_randfile twice and remove fixed FIXME (...Arthur de Jong2012-07-151-3/+0
* set the pynslcd process name if possibleArthur de Jong2012-07-151-0/+6
* properly set most LDAP options from configurationArthur de Jong2012-07-151-2/+40
* implement a getpeercred() functionArthur de Jong2012-03-161-2/+7
* formatting fixesArthur de Jong2012-01-201-1/+2
* user the logging framework, handle exceptions properly an...Arthur de Jong2012-01-061-62/+81
* support for reading the configuration file (not all optio...Arthur de Jong2011-12-281-2/+3
* move the state variables (from command line) from the con...Arthur de Jong2011-12-281-9/+22
* PEP8 fixesArthur de Jong2011-12-271-7/+18
* small code improvementsArthur de Jong2011-05-011-4/+4
* implement service, protocol and rpc lookupsArthur de Jong2011-03-241-0/+3
* update copyright headers to add missing yearsArthur de Jong2011-03-101-1/+1
* implement module for netgroup lookupsArthur de Jong2011-03-061-0/+1
* add network name lookupsArthur de Jong2011-03-061-1/+2
* implement module for hostname lookupsArthur de Jong2011-02-141-0/+1
* add an experimental (currently partial) Python implementa...Arthur de Jong2010-12-291-0/+276