Age | Commit message (Expand) | Author |
2012-05-20 | implement extra range checking of all numeric values | Arthur de Jong |
2012-03-13 | make whether or not to do case-sensitive filtering configurable (patch by Mat... | Arthur de Jong |
2011-11-30 | ensure that /etc/nsswitch.conf is only loaded once after start-up | Arthur de Jong |
2011-09-30 | Use an explicit base of 10 for strtouid()/strtogid()/strtol() calls | Jakub Hrozek |
2011-09-09 | make validation log messages consistent | Arthur de Jong |
2011-09-08 | grow gecos buffer size and consistency improvements to other buffers | Arthur de Jong |
2011-08-27 | provide strtouid() and strtogid() functions that use strtoul() or strtoull() ... | Arthur de Jong |
2011-08-27 | check errno after calls to strtol() to ensure that numbers that are too large... | Arthur de Jong |
2011-08-09 | check nsswitch.conf mtime to see whether file should be reloaded | Arthur de Jong |
2011-08-05 | check whether the NSS shadow map queries LDAP before returning x as a passwor... | Arthur de Jong |
2011-08-05 | implementation of myldap_get_values_len() to use ldap_get_values_len() instea... | Arthur de Jong |
2011-07-02 | make buffer sizes consistent, grow gidNumber buffer to hold larger numbers an... | Arthur de Jong |
2011-04-15 | provide replacement implementation for strndup() for systems that don't have it | Arthur de Jong |
2011-04-15 | support using the objectSid attribute to provide numeric user and group ids, ... | Arthur de Jong |
2011-04-03 | make user and group name validation errors a little more informative | Arthur de Jong |
2011-03-09 | properly handle user-not-found errors when doing authentication (CVE-2011-0438) | Arthur de Jong |
2010-12-28 | allow attribute mapping with an expression for the userPassword attribute for... | Arthur de Jong |
2010-12-20 | implement a nss_min_uid option to filter user entries returned by LDAP | Arthur de Jong |
2010-11-17 | return correct PAM status code for when LDAP server is unavailable (based on ... | Arthur de Jong |
2010-11-07 | log the request with any logged messages | Arthur de Jong |
2010-11-04 | avoid unneeded strdup()s by using a passed buffer to lookup_dn2uid() and usin... | Arthur de Jong |
2010-11-04 | fix race condition that could cause a memory leak | Arthur de Jong |
2010-05-07 | tune some buffer sizes and small cleanups | Arthur de Jong |
2010-04-13 | also have myldap_search() return an LDAP status code | Arthur de Jong |
2009-12-28 | implement attribute mapping using shell-like expressions | Arthur de Jong |
2009-11-01 | give search filter escaping buffers more logical names | Arthur de Jong |
2009-08-31 | rename software to nss-pam-ldapd | Arthur de Jong |
2009-08-12 | don't return password hashes at all for non-root users, based on a patch by A... | Arthur de Jong |
2009-06-29 | fix off by one error in the maximum number of uidNumber attributes in an LDAP... | Arthur de Jong |
2009-06-06 | implement case-sensitive filtering for group, netgroup, passwd, protocols, rp... | Arthur de Jong |
2009-06-03 | make lookup_dn2uid() available to other modules and split uid2dn() into uid2e... | Arthur de Jong |
2009-05-29 | refactor protocol reading and writing macros to the common directory, use mor... | Arthur de Jong |
2009-05-24 | initialise database modules only once after parsing config | Arthur de Jong |
2009-05-24 | support multiple search bases, partially based on a patch by Leigh Wedding <l... | Arthur de Jong |
2009-04-19 | clear up protocol description in nslcd.h, renaming NSLCD_RESULT_SUCCESS to NS... | Arthur de Jong |
2009-02-27 | add some more documentation | Arthur de Jong |
2008-06-13 | combine isvalidusername() and isvalidgroupname() into isvalidname() because t... | Arthur de Jong |
2008-06-06 | miscellaneous portability improvements | Arthur de Jong |
2008-05-03 | implement a cache for dn2uid() lookups that saves some time doing LDAP search... | Arthur de Jong |
2008-04-26 | make log message a little more descriptive | Arthur de Jong |
2008-04-23 | don't issue warning when myldap_get_entry() returns NULL and LDAP_SUCCESS | Arthur de Jong |
2008-04-20 | fix tests for valid user and group names | Arthur de Jong |
2008-04-20 | add checks for valid user and group names in incoming requests and for data r... | Arthur de Jong |
2008-04-19 | add test for emtpy DN | Arthur de Jong |
2008-04-05 | fix member->group searches by also searching for DN in uniqueMember attribute | Arthur de Jong |
2008-02-02 | implement a dn2uid() function to transform a DN into a username (looking insi... | Arthur de Jong |
2008-01-03 | update copyright year | Arthur de Jong |
2008-01-03 | do not warn about missing loginShell attribute because it is not mandatory | Arthur de Jong |
2007-12-09 | switch to new LDAP entry parsing code that is much simpler and more readable | Arthur de Jong |
2007-10-28 | first step to use the new myldap interface | Arthur de Jong |