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
/
nss
/
common.c
Age
Commit message (
Expand
)
Author
2014-10-04
remove non-nslcd stuff
Luke Shumaker
2013-02-27
add missing include statement for NULL definition
Arthur de Jong
2013-02-23
define and export an _nss_ldap_version symbol
Arthur de Jong
2012-12-22
update C coding style to a more commonly used style
Arthur de Jong
2010-06-14
implement a global symbol inside the NSS module to allow applications to disa...
Arthur de Jong
2009-05-21
refactor protocol reading and writing macros to the common directory, use mor...
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
grow the read buffer maximum size to 2Mbyte to allow for groups with about 15...
Arthur de Jong
2008-04-26
increase time out values because now nslcd will error out more quickly if the...
Arthur de Jong
2008-02-12
implement resizable I/O buffers and tune buffer sizes to normal requests
Arthur de Jong
2008-02-01
remove the nslcd2nss() function because it's not needed with the current prot...
Arthur de Jong
2008-01-27
when including stdint.h check if we actually have it
Arthur de Jong
2007-12-25
remove NSLCD_RESULT_UNAVAIL because it's not needed anymore (the connection i...
Arthur de Jong
2007-09-23
some small improvements to the code based on some source code checks
Arthur de Jong
2007-06-08
implement our own stdio-like library that handles IO with a simple configurab...
Arthur de Jong
2007-03-04
code improvements by making type casts explicit, flagging ignored return valu...
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-08
fix indentation
Arthur de Jong
2006-11-27
get rid of nslcd-client.{c,h} and move it to nss/common.{c,h}, this ensures t...
Arthur de Jong
2006-11-02
rename some constants and switch to a more sane naming scheme
Arthur de Jong
2006-10-31
make code consistent by adding headers, removing trailing whitespace and prop...
Arthur de Jong
2006-10-31
clear up protocol macros while implementing getpwuid() and {set,get,end}pwent...
Arthur de Jong
2006-10-25
add some basic minimal NSS code that can be generated from macros
Arthur de Jong