Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd
Commit message (Expand)AuthorAgeFilesLines
...
* Functionality for clearing the nscd cache in pynslcdArthur de Jong2013-03-292-1/+108
* Switch to using os.environ instead of os.putenv()Arthur de Jong2013-03-291-3/+3
* Rename validate_request to validateArthur de Jong2013-03-291-3/+3
* Also perform authentication search using LDAPSearch classArthur de Jong2013-03-291-1/+2
* Implement a nss_nested_groups configuration optionArthur de Jong2013-03-242-12/+15
* Implement support for nested groups in pynslcdArthur de Jong2013-03-242-16/+54
* log hex value of action id to make debugging easierArthur de Jong2013-03-091-1/+1
* ensure consistent naming of DN variablesArthur de Jong2013-03-091-9/+8
* clean up imports and use ldap.filter.escape_filter_chars(...Arthur de Jong2013-03-097-21/+21
* move get_connection function to search module as Connecti...Arthur de Jong2013-03-093-25/+28
* move Search class to search moduleArthur de Jong2013-03-0915-148/+184
* fix default logging configuration setting in pynslcdArthur de Jong2013-03-091-1/+1
* support trimming expressions with full shell glob matchin...Arthur de Jong2013-03-031-2/+48
* log version information from the NSS moduleArthur de Jong2013-02-231-3/+11
* also search for alternative macAddress representation in ...Arthur de Jong2013-02-231-1/+11
* handle the log configuration option in pynslcdArthur de Jong2013-02-232-15/+37
* disable pynslcd cache for nowArthur de Jong2013-02-082-7/+12
* implement a netgroup_all requestArthur de Jong2013-02-081-1/+6
* support children search scope for systems that have itArthur de Jong2013-01-141-0/+4
* fix parsing of scope option in pynslcdArthur de Jong2013-01-141-2/+2
* request and parse password policy controls when doing use...Arthur de Jong2013-01-061-8/+33
* some simplifications in the current pynslcd PAM request h...Arthur de Jong2013-01-051-9/+11
* update pynslcd PAM protocol handling to be in line with r...Arthur de Jong2013-01-011-14/+14
* add dependency information to regenerate constants.pyArthur de Jong2012-12-301-0/+2
* more comment fixesArthur de Jong2012-12-242-2/+2
* update the netgroup by name request to have one result en...Arthur de Jong2012-12-231-15/+16
* switch protocol from host byte order to network byte orde...Arthur de Jong2012-12-163-24/+6
* merge config.py into constants.py and generate it from co...Arthur de Jong2012-12-154-29/+22
* 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-132-2/+3
* use $(top_srcdir)/nslcd.h instead of $< to avoid problems...Arthur de Jong2012-10-131-1/+1
* change the default value of sasl_canonicalize to yes (tha...Arthur de Jong2012-08-311-1/+1
* introduce a sasl_canonicalize option that will now, by de...Arthur de Jong2012-08-142-0/+12
* 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
* support getting pam_password_prohibit_message from config...Arthur de Jong2012-07-151-1/+2
* rename internal pam_authz_search to pam_authz_searchesArthur de Jong2012-07-152-4/+4
* properly set most LDAP options from configurationArthur de Jong2012-07-151-2/+40
* ensure that cache.py is installed (thanks Jon Severinsson)Arthur de Jong2012-07-071-2/+2
* implement PAM authorisation check using pam_authz_search ...Arthur de Jong2012-05-041-3/+57
* ignore user-supplied DN for PAM requests and don't send i...Arthur de Jong2012-05-041-25/+24
* move expression handling to own moduleArthur de Jong2012-05-044-140/+187
* ensure search also works without attribute mapArthur de Jong2012-05-041-1/+3
* small code style improvementsArthur de Jong2012-05-041-18/+22
* allow the pam_authz_search option to be specified multipl...Arthur de Jong2012-05-041-3/+2
* support the upper and lower functions in attribute mappin...Arthur de Jong2012-03-161-2/+17
* refactor some of the attribute mapping code to introduce ...Arthur de Jong2012-03-163-39/+118
* implement a getpeercred() functionArthur de Jong2012-03-161-2/+7
* implement a naive offline cacheArthur de Jong2012-01-2913-4/+516