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
/
nslcd.c
Age
Commit message (
Expand
)
Author
2012-05-18
get rid of a few compiler warnings on FreeBSD
Arthur de Jong
2012-05-09
provide a compatibility definition of SUN_LEN() for systems that lack it
Arthur de Jong
2012-05-09
remove duplicate debug from log message
Arthur de Jong
2012-05-04
don't try to close _SC_OPEN_MAX file descriptor
Arthur de Jong
2012-02-29
update copyright years
Arthur de Jong
2012-01-20
clarify error messages and fix typo in comment
Arthur de Jong
2012-01-17
pass the correct size of named socket address (fixes FreeBSD issue, fixes r1295)
Arthur de Jong
2012-01-09
Warn if fd cannot be closed in is_locked()
Jakub Hrozek
2011-12-28
typo fix in comment
Arthur de Jong
2011-12-10
properly handle failures to truncate the pid file
Arthur de Jong
2011-12-01
ensure that uid, gid and pid vars are properly initialised and log denied req...
Arthur de Jong
2011-04-18
fix r1429 to properly handle absence of RTLD_NODELETE
Arthur de Jong
2011-04-18
support systems without RTLD_NODELETE
Arthur de Jong
2011-03-25
no longer indefinitely wait for all worker threads to finish before exiting (...
Arthur de Jong
2011-03-23
provide a definition of daemon() for systems that lack it
Arthur de Jong
2011-03-19
small code improvements
Arthur de Jong
2011-03-06
ensure that session id is only logged while handling a connection
Arthur de Jong
2011-02-11
create the directory for the socket and pidfile
Arthur de Jong
2010-12-08
in each worker wake up once in a while to check whether any existing LDAP con...
Arthur de Jong
2010-11-26
close all open file descriptors on start
Arthur de Jong
2010-11-04
move acceptconnection() function body inside the worker() so we can more easi...
Arthur de Jong
2010-11-04
pass the actual size of the address family and the path length to bind() and ...
Arthur de Jong
2010-10-16
fix log message
Arthur de Jong
2010-09-05
implement a rootpwmodpw option that allows root users to change user password...
Arthur de Jong
2010-07-07
allow configuring NSS module's SONAME from configure and use this in nslcd to...
Arthur de Jong
2010-06-16
use RTLD_NODELETE during dlopen() instead of not using dlclose()
Arthur de Jong
2010-06-14
implement a global symbol inside the NSS module to allow applications to disa...
Arthur de Jong
2010-06-11
fix and remove source code comments
Arthur de Jong
2010-01-28
patch by Jan Schampera to implement a --check option
Arthur de Jong
2010-01-23
lock the pidfile at start-up to ensure only one nslcd process is running (bas...
Arthur de Jong
2009-10-07
implement password changing in the PAM module by performing an LDAP password ...
Arthur de Jong
2009-08-31
rename configfile to /etc/nslcd.conf and make debian packaging copy the file ...
Arthur de Jong
2009-08-12
don't return password hashes at all for non-root users, based on a patch by A...
Arthur de Jong
2009-06-12
make error message a little clearer
Arthur de Jong
2009-06-03
import preliminary version of PAM functionality into nslcd
Arthur de Jong
2009-05-09
according to autoupdate RETSIGTYPE can be considered void always
Arthur de Jong
2009-04-30
move debugging initialisation to myldap_set_debuglevel() function
Arthur de Jong
2009-03-22
update copyright year
Arthur de Jong
2008-12-03
clean the environment and set LDAPNOINIT to disable parsing of LDAP configfil...
Arthur de Jong
2008-06-15
give pidfile and socket creation functions more logical names
Arthur de Jong
2008-06-06
add uid and gid configuration keywords that set the user id and group id of t...
Arthur de Jong
2008-06-06
environ is defined in unistd.h
Arthur de Jong
2008-06-06
increase write buffer size in nslcd to free up threads earlier and increase t...
Arthur de Jong
2008-05-16
include a random string in every log message to be able to group log messages...
Arthur de Jong
2008-05-04
make number of threads configurable with the threads keyword
Arthur de Jong
2008-05-04
fix copyright year
Arthur de Jong
2008-04-26
spelling fix in comment
Arthur de Jong
2008-04-05
only return shadow entries to root users
Arthur de Jong
2008-02-12
implement resizable I/O buffers and tune buffer sizes to normal requests
Arthur de Jong
2008-02-04
only call __nss_configure_lookup() if it is available, if it isn't the platfo...
Arthur de Jong
[next]