| Commit message (Expand) | Author | Age | Files | Lines |
* | Include the usermod.py file in the distribution | Arthur de Jong | 2013-04-05 | 1 | -1/+2 |
* | Update the shadowLastChange on password change in pynslcd | Arthur de Jong | 2013-03-30 | 1 | -0/+27 |
* | Implement password modification in pynslcd | Arthur de Jong | 2013-03-30 | 1 | -1/+69 |
* | Handle user modification requests in pynslcd | Arthur de Jong | 2013-03-30 | 2 | -0/+132 |
* | Rename authentication function and return connection | Arthur de Jong | 2013-03-30 | 1 | -9/+9 |
* | Mark unsupported pynslcd configuration options | Arthur de Jong | 2013-03-30 | 1 | -17/+16 |
* | Detect and handle connection failure and recovery | Arthur de Jong | 2013-03-29 | 2 | -1/+28 |
* | Start the nscd invalidator process if needed | Arthur de Jong | 2013-03-29 | 1 | -0/+4 |
* | Parse the nscd_invalidate option | Arthur de Jong | 2013-03-29 | 1 | -0/+11 |
* | Functionality for clearing the nscd cache in pynslcd | Arthur de Jong | 2013-03-29 | 2 | -1/+108 |
* | Switch to using os.environ instead of os.putenv() | Arthur de Jong | 2013-03-29 | 1 | -3/+3 |
* | Rename validate_request to validate | Arthur de Jong | 2013-03-29 | 1 | -3/+3 |
* | Also perform authentication search using LDAPSearch class | Arthur de Jong | 2013-03-29 | 1 | -1/+2 |
* | Implement a nss_nested_groups configuration option | Arthur de Jong | 2013-03-24 | 2 | -12/+15 |
* | Implement support for nested groups in pynslcd | Arthur de Jong | 2013-03-24 | 2 | -16/+54 |
* | 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 |