Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/shadow.c
Commit message (Expand)AuthorAgeFilesLines
* check result of set_tolist() to ensure that memory alloca...Arthur de Jong2013-02-231-1/+6
* grow all search filter buffers to 4096 bytes (thanks flavio)Arthur de Jong2012-09-141-2/+2
* implement extra range checking of all numeric valuesArthur de Jong2012-05-201-4/+4
* make whether or not to do case-sensitive filtering config...Arthur de Jong2012-03-131-1/+1
* Use an explicit base of 10 for strtouid()/strtogid()/strt...Jakub Hrozek2011-09-301-3/+3
* make validation log messages consistentArthur de Jong2011-09-091-13/+13
* check errno after calls to strtol() to ensure that number...Arthur de Jong2011-08-271-0/+19
* make buffer sizes consistent, grow gidNumber buffer to ho...Arthur de Jong2011-07-021-4/+4
* check shadow properties (similarly to what pam_unix does)...Arthur de Jong2011-04-301-3/+37
* move code for getting shadow expiry properties to a separ...Arthur de Jong2011-04-301-36/+37
* set maxdays to -1 to indicate no expiry (instead of a lon...Arthur de Jong2011-04-291-1/+1
* fix descriptions of filesArthur de Jong2011-03-231-1/+1
* allow attribute mapping with an expression for the userPa...Arthur de Jong2010-12-281-2/+3
* try to update the shadowLastChange attribute of a user on...Arthur de Jong2010-12-261-0/+66
* log the request with any logged messagesArthur de Jong2010-11-071-4/+3
* tune some buffer sizes and small cleanupsArthur de Jong2010-05-071-2/+2
* implement attribute mapping using shell-like expressionsArthur de Jong2009-12-281-54/+35
* fix log messageArthur de Jong2009-12-271-1/+1
* give search filter escaping buffers more logical namesArthur de Jong2009-11-011-3/+3
* rename software to nss-pam-ldapdArthur de Jong2009-08-311-1/+1
* implement case-sensitive filtering for group, netgroup, p...Arthur de Jong2009-06-061-27/+18
* refactor protocol reading and writing macros to the commo...Arthur de Jong2009-05-291-1/+1
* initialise database modules only once after parsing configArthur de Jong2009-05-241-1/+1
* support multiple search bases, partially based on a patch...Arthur de Jong2009-05-241-5/+7
* clear up protocol description in nslcd.h, renaming NSLCD_...Arthur de Jong2009-04-191-1/+1
* partial support for reading AD date format for pwdLastSet...Arthur de Jong2008-04-051-12/+48
* fix incorrect references to attribute map entriesArthur de Jong2007-12-311-3/+3
* rewrite GET_OPTIONAL_DATE() as an extension to GET_OPTION...Arthur de Jong2007-12-201-20/+4
* switch to new LDAP entry parsing code that is much simple...Arthur de Jong2007-12-091-108/+134
* first step to use the new myldap interfaceArthur de Jong2007-10-281-88/+51
* do not pass useless errnos around because they aren't use...Arthur de Jong2007-09-151-5/+2
* move the two remaining useful functions from util.c to ld...Arthur de Jong2007-09-151-1/+0
* do not flush streams: our caller closes the streams flusi...Arthur de Jong2007-09-141-2/+0
* make use of write_*ent() functions consistentArthur de Jong2007-09-141-17/+24
* remove mutex from all LDAP operations because we now have...Arthur de Jong2007-09-141-2/+0
* get rid of global session and instead pass the session as...Arthur de Jong2007-09-141-31/+16
* move base and scope handling to database specific modules...Arthur de Jong2007-09-081-6/+15
* move filters definitions to the database modules themselv...Arthur de Jong2007-09-081-12/+31
* make handling of ent_context consistent and simplerArthur de Jong2007-09-071-5/+4
* properly initialize all contextsArthur de Jong2007-09-071-1/+1
* remove the ldap-schema.[ch] files since this is now fully...Arthur de Jong2007-09-071-1/+0
* also pass search filter for the *_all() functions from th...Arthur de Jong2007-09-071-2/+5
* rename attlst stuff to attrs since that is the name of th...Arthur de Jong2007-09-071-16/+16
* move some of the filter code to the database specific mod...Arthur de Jong2007-09-071-5/+25
* include service name in attlst storage and functionsArthur de Jong2007-09-031-16/+16
* define the list of attributes to look up in searches in t...Arthur de Jong2007-07-281-2/+21
* switch to the new attribute mapping codeArthur de Jong2007-07-261-0/+1
* move some shadow specific functions to shadow.cArthur de Jong2007-07-261-0/+34
* switch to a new interface for doing attribute mapping, sp...Arthur de Jong2007-07-241-9/+10
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-091-3/+3