summaryrefslogtreecommitdiff
path: root/nslcd/common.c
AgeCommit message (Expand)Author
2014-12-14cleanup:Luke Shumaker
2014-12-04get strict (-Wall -Werror -Wextra), clean upLuke Shumaker
2014-11-29fix errors: the only erroring files left are db_pam.c and nslcd.cLuke Shumaker
2014-11-29wipLuke Shumaker
2013-12-18Centralise buffer sizesArthur de Jong
2013-10-29Fix a number of compiler warningsArthur de Jong
2013-03-09move signame() function to common.c to make it available to all modulesArthur de Jong
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2012-12-16switch protocol from host byte order to network byte order and switch use of ...Arthur de Jong
2012-05-20implement extra range checking of all numeric valuesArthur de Jong
2012-01-09Add a matching va_end() for va_start() in mysnprintf()Jakub Hrozek
2011-09-09make validation log messages consistentArthur de Jong
2011-08-29implement and use a strtoui() function if uid_t or gid_t is of size unsigned ...Arthur de Jong
2011-06-05mark more strings as const and don't free() data returned by cfg_getdomainname()Arthur de Jong
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