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
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
2007-03-02
do chmod on file descriptor instead of on file name
Arthur de Jong
2007-02-17
add gcc attributes to some functions and parameters
Arthur de Jong
2007-01-09
change license from GNU Library General Public License v.2 to GNU Lesser Gene...
Arthur de Jong
2006-12-21
rename server directory to nslcd
Arthur de Jong