summaryrefslogtreecommitdiff
path: root/nslcd/common.c
AgeCommit message (Expand)Author
2011-04-15support using the objectSid attribute to provide numeric user and group ids, ...Arthur de Jong
2011-03-25implement a validnames option that can be used to fine-tune the test for vali...Arthur de Jong
2011-03-11move HOST_NAME_MAX fallback definition to header fileArthur de Jong
2011-03-10update copyright headers to add missing yearsArthur de Jong
2011-01-29implement a fqdn variable that can be used inside pam_authz_search filtersArthur de Jong
2010-12-28allow attribute mapping with an expression for the userPassword attribute for...Arthur de Jong
2010-12-24also support tilde (~) in user and group names, except as first characterArthur de Jong
2010-12-24make logic of character tests easier to readArthur de Jong
2009-09-04some simple changes in includes to make FreeBSD diff smallerArthur de Jong
2009-08-31rename software to nss-pam-ldapdArthur de Jong
2009-02-27check user and group names against LOGIN_NAME_MAX if it is definedArthur de Jong
2008-12-03allow backslashes in names execpt as first or last characterArthur de Jong
2008-10-01also allow spaces in user and group names because it was causing problems in ...Arthur de Jong
2008-06-13combine isvalidusername() and isvalidgroupname() into isvalidname() because t...Arthur de Jong
2007-12-31fix bug that would return a password of one character shortArthur de Jong
2007-12-14explain why we write an invalid address (in comment) and add TODO to describe...Arthur de Jong
2007-12-09switch to new LDAP entry parsing code that is much simpler and more readableArthur de Jong
2007-09-08move nss2nslcd() to ldap-nss.cArthur de Jong
2007-09-07move some of the filter code to the database specific modules to be able to r...Arthur de Jong
2007-01-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2006-12-21rename server directory to nslcdArthur de Jong