summaryrefslogtreecommitdiff
path: root/nslcd/shadow.c
AgeCommit message (Expand)Author
2014-10-04fooLuke Shumaker
2014-05-04Make buffer size error logging consistentArthur de Jong
2014-01-25Update shadow.c to resolve pwdLastSet issuejoshuashire
2013-12-18Centralise buffer sizesArthur de Jong
2013-08-28Increase password buffer sizeBersl
2013-08-21Return partial shadow information to non-root usersArthur de Jong
2013-03-01move update_lastchange() function from shadow to pam codeArthur de Jong
2013-01-12check result of set_tolist() to ensure that memory allocation problems are lo...Arthur de Jong
2012-12-30remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong
2012-12-23move the action argument to NSLCD_HANDLE to the frontArthur de Jong
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2012-09-14grow all search filter buffers to 4096 bytes (thanks flavio)Arthur de Jong
2012-05-20implement extra range checking of all numeric valuesArthur de Jong
2012-03-13make whether or not to do case-sensitive filtering configurable (patch by Mat...Arthur de Jong
2011-09-30Use an explicit base of 10 for strtouid()/strtogid()/strtol() callsJakub Hrozek
2011-09-09make validation log messages consistentArthur de Jong
2011-08-27check errno after calls to strtol() to ensure that numbers that are too large...Arthur de Jong
2011-07-02make buffer sizes consistent, grow gidNumber buffer to hold larger numbers an...Arthur de Jong
2011-04-30check shadow properties (similarly to what pam_unix does) in the PAM handling...Arthur de Jong
2011-04-30move code for getting shadow expiry properties to a separate functionArthur de Jong
2011-04-29set maxdays to -1 to indicate no expiry (instead of a long time)Arthur de Jong
2011-03-23fix descriptions of filesArthur de Jong
2010-12-28allow attribute mapping with an expression for the userPassword attribute for...Arthur de Jong
2010-12-26try to update the shadowLastChange attribute of a user on password change (th...Arthur de Jong
2010-11-07log the request with any logged messagesArthur de Jong
2010-05-07tune some buffer sizes and small cleanupsArthur de Jong
2009-12-28implement attribute mapping using shell-like expressionsArthur de Jong
2009-12-27fix log messageArthur de Jong
2009-11-01give search filter escaping buffers more logical namesArthur de Jong
2009-08-31rename software to nss-pam-ldapdArthur de Jong
2009-06-06implement case-sensitive filtering for group, netgroup, passwd, protocols, rp...Arthur de Jong
2009-05-29refactor protocol reading and writing macros to the common directory, use mor...Arthur de Jong
2009-05-24initialise database modules only once after parsing configArthur de Jong
2009-05-24support multiple search bases, partially based on a patch by Leigh Wedding <l...Arthur de Jong
2009-04-19clear up protocol description in nslcd.h, renaming NSLCD_RESULT_SUCCESS to NS...Arthur de Jong
2008-04-05partial support for reading AD date format for pwdLastSet attributeArthur de Jong
2007-12-31fix incorrect references to attribute map entriesArthur de Jong
2007-12-20rewrite GET_OPTIONAL_DATE() as an extension to GET_OPTIONAL_LONG()Arthur de Jong
2007-12-09switch to new LDAP entry parsing code that is much simpler and more readableArthur de Jong
2007-10-28first step to use the new myldap interfaceArthur de Jong
2007-09-15do not pass useless errnos around because they aren't used anymoreArthur de Jong
2007-09-14move the two remaining useful functions from util.c to ldap-nss.cArthur de Jong
2007-09-14do not flush streams: our caller closes the streams flusing themArthur de Jong
2007-09-14make use of write_*ent() functions consistentArthur de Jong
2007-09-14remove mutex from all LDAP operations because we now have a session and a con...Arthur de Jong
2007-09-14get rid of global session and instead pass the session as a parameter with ev...Arthur de Jong
2007-09-08move base and scope handling to database specific modules, gettting rid of ld...Arthur de Jong
2007-09-08move filters definitions to the database modules themselves (and already defi...Arthur de Jong
2007-09-07make handling of ent_context consistent and simplerArthur de Jong
2007-09-07properly initialize all contextsArthur de Jong