summaryrefslogtreecommitdiff
path: root/pynslcd/pynslcd.py
AgeCommit message (Expand)Author
2013-02-23log version information from the NSS moduleArthur de Jong
2013-02-23handle the log configuration option in pynslcdArthur de Jong
2012-12-15merge config.py into constants.py and generate it from configureArthur de Jong
2012-12-14remove unneeded bracketsArthur de Jong
2012-11-13to only set LDAP_OPT_X_SASL_NOCANON if the sasl_canonicalize option is explic...Arthur de Jong
2012-08-14introduce a sasl_canonicalize option that will now, by default, disable rever...Arthur de Jong
2012-07-20on startup have the gid option default to the primary group of the specified ...Arthur de Jong
2012-07-15avoid setting tls_randfile twice and remove fixed FIXME (fixed in r1717)Arthur de Jong
2012-07-15set the pynslcd process name if possibleArthur de Jong
2012-07-15properly set most LDAP options from configurationArthur de Jong
2012-03-16implement a getpeercred() functionArthur de Jong
2012-01-20formatting fixesArthur de Jong
2012-01-06user the logging framework, handle exceptions properly and some cleanupsArthur de Jong
2011-12-28support for reading the configuration file (not all options are used though)Arthur de Jong
2011-12-28move the state variables (from command line) from the configuration to the ma...Arthur de Jong
2011-12-27PEP8 fixesArthur de Jong
2011-05-01small code improvementsArthur de Jong
2011-03-24implement service, protocol and rpc lookupsArthur de Jong
2011-03-10update copyright headers to add missing yearsArthur de Jong
2011-03-06implement module for netgroup lookupsArthur de Jong
2011-03-06add network name lookupsArthur de Jong
2011-02-14implement module for hostname lookupsArthur de Jong
2010-12-29add an experimental (currently partial) Python implementation of nslcd to see...Arthur de Jong