| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | log hex value of action id to make debugging easier | Arthur de Jong | 2013-03-09 | 1 | -1/+1 |
* | ensure consistent naming of DN variables | Arthur de Jong | 2013-03-09 | 1 | -9/+8 |
* | clean up imports and use ldap.filter.escape_filter_chars(... | Arthur de Jong | 2013-03-09 | 7 | -21/+21 |
* | move get_connection function to search module as Connecti... | Arthur de Jong | 2013-03-09 | 3 | -25/+28 |
* | move Search class to search module | Arthur de Jong | 2013-03-09 | 15 | -148/+184 |
* | fix default logging configuration setting in pynslcd | Arthur de Jong | 2013-03-09 | 1 | -1/+1 |
* | support trimming expressions with full shell glob matchin... | Arthur de Jong | 2013-03-03 | 1 | -2/+48 |
* | log version information from the NSS module | Arthur de Jong | 2013-02-23 | 1 | -3/+11 |
* | also search for alternative macAddress representation in ... | Arthur de Jong | 2013-02-23 | 1 | -1/+11 |
* | handle the log configuration option in pynslcd | Arthur de Jong | 2013-02-23 | 2 | -15/+37 |
* | disable pynslcd cache for now | Arthur de Jong | 2013-02-08 | 2 | -7/+12 |
* | implement a netgroup_all request | Arthur de Jong | 2013-02-08 | 1 | -1/+6 |
* | support children search scope for systems that have it | Arthur de Jong | 2013-01-14 | 1 | -0/+4 |
* | fix parsing of scope option in pynslcd | Arthur de Jong | 2013-01-14 | 1 | -2/+2 |
* | request and parse password policy controls when doing use... | Arthur de Jong | 2013-01-06 | 1 | -8/+33 |
* | some simplifications in the current pynslcd PAM request h... | Arthur de Jong | 2013-01-05 | 1 | -9/+11 |
* | update pynslcd PAM protocol handling to be in line with r... | Arthur de Jong | 2013-01-01 | 1 | -14/+14 |
* | add dependency information to regenerate constants.py | Arthur de Jong | 2012-12-30 | 1 | -0/+2 |
* | more comment fixes | Arthur de Jong | 2012-12-24 | 2 | -2/+2 |
* | update the netgroup by name request to have one result en... | Arthur de Jong | 2012-12-23 | 1 | -15/+16 |
* | switch protocol from host byte order to network byte orde... | Arthur de Jong | 2012-12-16 | 3 | -24/+6 |
* | merge config.py into constants.py and generate it from co... | Arthur de Jong | 2012-12-15 | 4 | -29/+22 |
* | remove unneeded brackets | Arthur de Jong | 2012-12-14 | 1 | -1/+1 |
* | to only set LDAP_OPT_X_SASL_NOCANON if the sasl_canonical... | Arthur de Jong | 2012-11-13 | 2 | -2/+3 |
* | use $(top_srcdir)/nslcd.h instead of $< to avoid problems... | Arthur de Jong | 2012-10-13 | 1 | -1/+1 |
* | change the default value of sasl_canonicalize to yes (tha... | Arthur de Jong | 2012-08-31 | 1 | -1/+1 |
* | introduce a sasl_canonicalize option that will now, by de... | Arthur de Jong | 2012-08-14 | 2 | -0/+12 |
* | on startup have the gid option default to the primary gro... | Arthur de Jong | 2012-07-20 | 1 | -10/+9 |
* | avoid setting tls_randfile twice and remove fixed FIXME (... | Arthur de Jong | 2012-07-15 | 1 | -3/+0 |
* | set the pynslcd process name if possible | Arthur de Jong | 2012-07-15 | 1 | -0/+6 |
* | support getting pam_password_prohibit_message from config... | Arthur de Jong | 2012-07-15 | 1 | -1/+2 |
* | rename internal pam_authz_search to pam_authz_searches | Arthur de Jong | 2012-07-15 | 2 | -4/+4 |
* | properly set most LDAP options from configuration | Arthur de Jong | 2012-07-15 | 1 | -2/+40 |
* | ensure that cache.py is installed (thanks Jon Severinsson) | Arthur de Jong | 2012-07-07 | 1 | -2/+2 |
* | implement PAM authorisation check using pam_authz_search ... | Arthur de Jong | 2012-05-04 | 1 | -3/+57 |
* | ignore user-supplied DN for PAM requests and don't send i... | Arthur de Jong | 2012-05-04 | 1 | -25/+24 |
* | move expression handling to own module | Arthur de Jong | 2012-05-04 | 4 | -140/+187 |
* | ensure search also works without attribute map | Arthur de Jong | 2012-05-04 | 1 | -1/+3 |
* | small code style improvements | Arthur de Jong | 2012-05-04 | 1 | -18/+22 |
* | allow the pam_authz_search option to be specified multipl... | Arthur de Jong | 2012-05-04 | 1 | -3/+2 |
* | support the upper and lower functions in attribute mappin... | Arthur de Jong | 2012-03-16 | 1 | -2/+17 |
* | refactor some of the attribute mapping code to introduce ... | Arthur de Jong | 2012-03-16 | 3 | -39/+118 |
* | implement a getpeercred() function | Arthur de Jong | 2012-03-16 | 1 | -2/+7 |
* | implement a naive offline cache | Arthur de Jong | 2012-01-29 | 13 | -4/+516 |
* | small simplification in group lookups (member attributes ... | Arthur de Jong | 2012-01-29 | 1 | -13/+9 |
* | split the result handling into a convert() and write() step | Arthur de Jong | 2012-01-29 | 12 | -114/+111 |
* | formatting fixes | Arthur de Jong | 2012-01-20 | 1 | -1/+2 |
* | add missing Python modules to tarball | Arthur de Jong | 2012-01-20 | 1 | -2/+2 |
* | user the logging framework, handle exceptions properly an... | Arthur de Jong | 2012-01-06 | 14 | -121/+130 |
* | remove some information from config that we don't expect ... | Arthur de Jong | 2011-12-29 | 1 | -9/+0 |