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
/
netgroup.c
Age
Commit message (
Expand
)
Author
2010-12-13
have a more consistent naming convention for static lookup functions
Arthur de Jong
2010-10-15
switch to using SETs to follow the netgroups
Arthur de Jong
2010-10-10
generate Solaris NSS functions using same macros that are used for Glibc, spl...
Arthur de Jong
2010-10-09
have one shared file handle per flavour instead of one global one (for now) a...
Arthur de Jong
2010-10-09
nss-pam-ldapd fixes for solaris 10 build
Ted Cheng
2010-10-08
re-introduce {set,get,end}**ent() file handle in Solaris code path and some o...
Arthur de Jong
2010-10-04
merge changes from trunk
Arthur de Jong
2010-10-04
try to make use of UNUSED() consistent
Arthur de Jong
2010-10-04
improve consistency of code layout
Arthur de Jong
2010-10-03
first attempt to split Solaris and Glibc code more and determine NSS flavour ...
Arthur de Jong
2010-09-30
import Solaris support developed by Ted C. Cheng of Symas Corporation merged ...
Arthur de Jong
2010-09-24
switch to using nss_status_t throughout the code and provide compatibility co...
Arthur de Jong
2010-06-14
implement a global symbol inside the NSS module to allow applications to disa...
Arthur de Jong
2010-06-14
remove some unused include statements
Arthur de Jong
2009-05-21
refactor protocol reading and writing macros to the common directory, use mor...
Arthur de Jong
2009-05-07
merge r865 from trunk
Arthur de Jong
2008-05-02
remove checking for first entry and always return NSS_STATUS_RETURN when no m...
Arthur de Jong
2008-02-01
do not set errno (and h_errno) if we got the last entry from get*ent() (this ...
Arthur de Jong
2008-02-01
remove the nslcd2nss() function because it's not needed with the current prot...
Arthur de Jong
2008-01-03
only start the NSLCD_ACTION_*_ALL requests with the first call to getent() in...
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-02-17
add gcc attributes to some functions and parameters
Arthur de Jong
2007-01-17
ensure that all NSS functions can be generated by the marcos in common.h and ...
Arthur de Jong
2007-01-10
fix netgroup lookups so that _nss_ldap_getnetgrent_r() returns NSS_STATUS_RET...
Arthur de Jong
2007-01-09
change license from GNU Library General Public License v.2 to GNU Lesser Gene...
Arthur de Jong
2007-01-08
use our own thread-local file pointer for doing requests instead of misusing ...
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-25
trip trailing whitespace
Arthur de Jong
2006-11-21
implement netgroup lookups, including test code
Arthur de Jong
2006-11-17
implement netgroup lookups
Arthur de Jong