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
Age
Commit message (
Expand
)
Author
2012-05-18
get rid of a few compiler warnings on FreeBSD
Arthur de Jong
2012-04-26
split the functionality to read everything from the stream into a separate fu...
Arthur de Jong
2012-03-16
put both tio_skip() and tio_close() within if (fixes r1637) and clarify docum...
Arthur de Jong
2012-03-14
read any remaining available data from the stream when closing the connection...
Arthur de Jong
2012-01-17
FreeBSD compilation fixes by Maxim Vetrov
Arthur de Jong
2011-10-12
implement group membership NSS function by Tom Judge (taken from FreeBSD PR 1...
Arthur de Jong
2011-08-14
remove unused variable
Arthur de Jong
2011-03-19
small code improvements
Arthur de Jong
2011-03-10
update copyright headers to add missing years
Arthur de Jong
2011-01-05
add FreeBSD support, partially imported from the FreeBSD port (thanks to Jacq...
Arthur de Jong
2011-01-01
put solnss.c under EXTRA_nss_ldap_so_SOURCES
Arthur de Jong
2011-01-01
ensure that solnss.c ends up in tarball
Arthur de Jong
2010-12-30
correctly set nss_ldap_so_DEPENDENCIES
Arthur de Jong
2010-12-30
split netgroup backend into a "normal" backend and one for setnetgrent
Arthur de Jong
2010-12-30
implement buffer checking and simplify code somewhat
Arthur de Jong
2010-12-30
move Solaris specific NSS functions to separate file
Arthur de Jong
2010-12-17
move LDAP_BE() definition
Arthur de Jong
2010-12-16
remove debugging left-overs
Arthur de Jong
2010-12-16
switch to a common back-end with a common constructor and destructor and put ...
Arthur de Jong
2010-12-13
have a more consistent naming convention for static lookup functions
Arthur de Jong
2010-12-13
fix assignment in if statement (was broken in r1262)
Arthur de Jong
2010-10-28
remove redundant backslash
Arthur de Jong
2010-10-15
make formatting consistent
Arthur de Jong
2010-10-15
also export _nss_ldap_enablelookups so we can disable the NSS module from nslcd
Arthur de Jong
2010-10-15
switch to using SETs to follow the netgroups
Arthur de Jong
2010-10-14
merge changes from trunk
Arthur de Jong
2010-10-14
move _nss_ldap_initgroups_dyn() definition to the end to have more logical order
Arthur de Jong
2010-10-13
link local modules before .a files from common directory to pick symbols up i...
Arthur de Jong
2010-10-11
also try to support older Solaris releases that do not have the returnlen mem...
Arthur de Jong
2010-10-10
generate Solaris NSS functions using same macros that are used for Glibc, spl...
Arthur de Jong
2010-10-10
merge changes from trunk
Arthur de Jong
2010-10-10
make use of UNUSED() consistent throughout the code
Arthur de Jong
2010-10-10
correctly name shared file handle
Arthur de Jong
2010-10-10
put all logic on how to run linker for NSS and PAM components in configure sc...
Arthur de Jong
2010-10-10
put all locgic on how to link in configure script (remove stuff from Makefile...
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
re-introduce rename of protoentfp to serventfp which was introduced in r1246 ...
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-08
correctly name shared file handle
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-04
merge some of the changes for Solaris portability to ease merging, adding --w...
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-25
have a way to limit which NSS maps should be built
Arthur de Jong
2010-09-24
switch to using nss_status_t throughout the code and provide compatibility co...
Arthur de Jong
2010-07-27
use htons() instead of ntohs() (thanks Ted C. Cheng)
Arthur de Jong
2010-07-18
use -h linker flag instead of -soname which seems more portable
Arthur de Jong
[next]