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
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
2008-02-04
fix missing casts
Arthur de Jong
2008-02-04
actually include the compat header files when needed
Arthur de Jong
2008-01-27
when including stdint.h check if we actually have it
Arthur de Jong
2008-01-26
log error when getpeercred() returned nothing
Arthur de Jong
2008-01-26
move code to get information from socket peer to the compat directory because...
Arthur de Jong
2008-01-03
close connections in worker threads at program termination
Arthur de Jong
2008-01-03
make code a little more compact, don't include debug twice in the log message...
Arthur de Jong
2007-12-07
don't use backticks as quote mark
Arthur de Jong
2007-10-27
clean up myldap session after each request
Arthur de Jong
2007-09-23
some small improvements to the code based on some source code checks
Arthur de Jong
2007-09-19
put config filename as a parameter to cfg_init()
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-08-18
rewrite configuration file handling to be simpler and more consistent, this d...
Arthur de Jong
2007-06-18
add comment explaining the use of chmod() over fchmod()
Arthur de Jong
2007-06-16
change fchmod() into chmod() since fchmod() has undifined behaviour on named ...
Arthur de Jong
2007-06-08
implement our own stdio-like library that handles IO with a simple configurab...
Arthur de Jong
2007-06-01
add some comments describing some problems that this code may have
Arthur de Jong
2007-03-04
code improvements by making type casts explicit, flagging ignored return valu...
Arthur de Jong
[next]