| Commit message (Expand) | Author | Age | Files | Lines |
* | implement extra range checking of all numeric values | Arthur de Jong | 2012-05-20 | 1 | -2/+2 |
* | Add a matching va_end() for va_start() in mysnprintf() | Jakub Hrozek | 2012-01-09 | 1 | -0/+1 |
* | make validation log messages consistent | Arthur de Jong | 2011-09-09 | 1 | -2/+4 |
* | implement and use a strtoui() function if uid_t or gid_t ... | Arthur de Jong | 2011-08-29 | 1 | -0/+17 |
* | mark more strings as const and don't free() data returned... | Arthur de Jong | 2011-06-05 | 1 | -1/+1 |
* | support using the objectSid attribute to provide numeric ... | Arthur de Jong | 2011-04-15 | 1 | -0/+57 |
* | implement a validnames option that can be used to fine-tu... | Arthur de Jong | 2011-03-25 | 1 | -40/+4 |
* | move HOST_NAME_MAX fallback definition to header file | Arthur de Jong | 2011-03-11 | 1 | -4/+0 |
* | update copyright headers to add missing years | Arthur de Jong | 2011-03-10 | 1 | -1/+1 |
* | implement a fqdn variable that can be used inside pam_aut... | Arthur de Jong | 2011-01-29 | 1 | -0/+72 |
* | allow attribute mapping with an expression for the userPa... | Arthur de Jong | 2010-12-28 | 1 | -14/+11 |
* | also support tilde (~) in user and group names, except as... | Arthur de Jong | 2010-12-24 | 1 | -1/+1 |
* | make logic of character tests easier to read | Arthur de Jong | 2010-12-24 | 1 | -7/+14 |
* | some simple changes in includes to make FreeBSD diff smaller | Arthur de Jong | 2009-09-04 | 1 | -0/+1 |
* | rename software to nss-pam-ldapd | Arthur de Jong | 2009-08-31 | 1 | -1/+1 |
* | check user and group names against LOGIN_NAME_MAX if it i... | Arthur de Jong | 2009-02-27 | 1 | -1/+6 |
* | allow backslashes in names execpt as first or last character | Arthur de Jong | 2008-12-03 | 1 | -2/+3 |
* | also allow spaces in user and group names because it was ... | Arthur de Jong | 2008-10-01 | 1 | -1/+1 |
* | combine isvalidusername() and isvalidgroupname() into isv... | Arthur de Jong | 2008-06-13 | 1 | -0/+32 |
* | fix bug that would return a password of one character short | Arthur de Jong | 2007-12-31 | 1 | -6/+1 |
* | explain why we write an invalid address (in comment) and ... | Arthur de Jong | 2007-12-14 | 1 | -1/+3 |
* | switch to new LDAP entry parsing code that is much simple... | Arthur de Jong | 2007-12-09 | 1 | -0/+97 |
* | move nss2nslcd() to ldap-nss.c | Arthur de Jong | 2007-09-08 | 1 | -15/+0 |
* | move some of the filter code to the database specific mod... | Arthur de Jong | 2007-09-07 | 1 | -1/+19 |
* | change license from GNU Library General Public License v.... | Arthur de Jong | 2007-01-09 | 1 | -7/+7 |
* | rename server directory to nslcd | Arthur de Jong | 2006-12-21 | 1 | -0/+42 |