summaryrefslogtreecommitdiff
path: root/nslcd/shadow.c
AgeCommit message (Expand)Author
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
2007-09-07remove the ldap-schema.[ch] files since this is now fully implemented in the ...Arthur de Jong
2007-09-07also pass search filter for the *_all() functions from the database module in...Arthur de Jong
2007-09-07rename attlst stuff to attrs since that is the name of the parameter that is ...Arthur de Jong
2007-09-07move some of the filter code to the database specific modules to be able to r...Arthur de Jong
2007-09-03include service name in attlst storage and functionsArthur de Jong
2007-07-28define the list of attributes to look up in searches in the service modules i...Arthur de Jong
2007-07-26switch to the new attribute mapping codeArthur de Jong
2007-07-26move some shadow specific functions to shadow.cArthur de Jong
2007-07-24switch to a new interface for doing attribute mapping, splitting the attribut...Arthur de Jong
2007-06-08implement our own stdio-like library that handles IO with a simple configurab...Arthur de Jong
2007-03-04code improvements by making type casts explicit, flagging ignored return valu...Arthur de Jong
2007-01-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2006-12-27do not allocate new memory with malloc() for each request with a string param...Arthur de Jong
2006-12-21rename server directory to nslcdArthur de Jong