index
:
~lukeshu/hackers-nslcd
master
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nslcd
/
shadow.c
Age
Commit message (
Expand
)
Author
2014-10-04
foo
Luke Shumaker
2014-05-04
Make buffer size error logging consistent
Arthur de Jong
2014-01-25
Update shadow.c to resolve pwdLastSet issue
joshuashire
2013-12-18
Centralise buffer sizes
Arthur de Jong
2013-08-28
Increase password buffer size
Bersl
2013-08-21
Return partial shadow information to non-root users
Arthur de Jong
2013-03-01
move update_lastchange() function from shadow to pam code
Arthur de Jong
2013-01-12
check result of set_tolist() to ensure that memory allocation problems are lo...
Arthur de Jong
2012-12-30
remove the ldc_ prefix from struct ldap_config fields
Arthur de Jong
2012-12-23
move the action argument to NSLCD_HANDLE to the front
Arthur de Jong
2012-12-22
update C coding style to a more commonly used style
Arthur de Jong
2012-09-14
grow all search filter buffers to 4096 bytes (thanks flavio)
Arthur de Jong
2012-05-20
implement extra range checking of all numeric values
Arthur de Jong
2012-03-13
make whether or not to do case-sensitive filtering configurable (patch by Mat...
Arthur de Jong
2011-09-30
Use an explicit base of 10 for strtouid()/strtogid()/strtol() calls
Jakub Hrozek
2011-09-09
make validation log messages consistent
Arthur de Jong
2011-08-27
check errno after calls to strtol() to ensure that numbers that are too large...
Arthur de Jong
2011-07-02
make buffer sizes consistent, grow gidNumber buffer to hold larger numbers an...
Arthur de Jong
2011-04-30
check shadow properties (similarly to what pam_unix does) in the PAM handling...
Arthur de Jong
2011-04-30
move code for getting shadow expiry properties to a separate function
Arthur de Jong
2011-04-29
set maxdays to -1 to indicate no expiry (instead of a long time)
Arthur de Jong
2011-03-23
fix descriptions of files
Arthur de Jong
2010-12-28
allow attribute mapping with an expression for the userPassword attribute for...
Arthur de Jong
2010-12-26
try to update the shadowLastChange attribute of a user on password change (th...
Arthur de Jong
2010-11-07
log the request with any logged messages
Arthur de Jong
2010-05-07
tune some buffer sizes and small cleanups
Arthur de Jong
2009-12-28
implement attribute mapping using shell-like expressions
Arthur de Jong
2009-12-27
fix log message
Arthur de Jong
2009-11-01
give search filter escaping buffers more logical names
Arthur de Jong
2009-08-31
rename software to nss-pam-ldapd
Arthur de Jong
2009-06-06
implement case-sensitive filtering for group, netgroup, passwd, protocols, rp...
Arthur de Jong
2009-05-29
refactor protocol reading and writing macros to the common directory, use mor...
Arthur de Jong
2009-05-24
initialise database modules only once after parsing config
Arthur de Jong
2009-05-24
support multiple search bases, partially based on a patch by Leigh Wedding <l...
Arthur de Jong
2009-04-19
clear up protocol description in nslcd.h, renaming NSLCD_RESULT_SUCCESS to NS...
Arthur de Jong
2008-04-05
partial support for reading AD date format for pwdLastSet attribute
Arthur de Jong
2007-12-31
fix incorrect references to attribute map entries
Arthur de Jong
2007-12-20
rewrite GET_OPTIONAL_DATE() as an extension to GET_OPTIONAL_LONG()
Arthur de Jong
2007-12-09
switch to new LDAP entry parsing code that is much simpler and more readable
Arthur de Jong
2007-10-28
first step to use the new myldap interface
Arthur de Jong
2007-09-15
do not pass useless errnos around because they aren't used anymore
Arthur de Jong
2007-09-14
move the two remaining useful functions from util.c to ldap-nss.c
Arthur de Jong
2007-09-14
do not flush streams: our caller closes the streams flusing them
Arthur de Jong
2007-09-14
make use of write_*ent() functions consistent
Arthur de Jong
2007-09-14
remove mutex from all LDAP operations because we now have a session and a con...
Arthur de Jong
2007-09-14
get rid of global session and instead pass the session as a parameter with ev...
Arthur de Jong
2007-09-08
move base and scope handling to database specific modules, gettting rid of ld...
Arthur de Jong
2007-09-08
move filters definitions to the database modules themselves (and already defi...
Arthur de Jong
2007-09-07
make handling of ent_context consistent and simpler
Arthur de Jong
2007-09-07
properly initialize all contexts
Arthur de Jong
[next]