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
/
prototypes.h
Age
Commit message (
Expand
)
Author
2010-10-04
merge some of the changes for Solaris portability to ease merging, adding --w...
Arthur de Jong
2010-09-24
switch to using nss_status_t throughout the code and provide compatibility co...
Arthur de Jong
2010-06-17
have more compatibility code for NSS module and move compatibility code to 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
make include guard names consistent throughout the source and avoid conflicts...
Arthur de Jong
2010-01-23
simple improvement for FreeBSD
Arthur de Jong
2009-12-21
also use compat/ether.h for nss functions
Arthur de Jong
2009-09-04
some simple changes in includes to make FreeBSD diff smaller
Arthur de Jong
2008-05-02
remove checking for first entry and always return NSS_STATUS_RETURN when no m...
Arthur de Jong
2008-01-03
update copyright year
Arthur de Jong
2008-01-01
enable the _nss_ldap_initgroups_dyn() function that is now implemented in nslcd
Arthur de Jong
2007-03-04
code improvements by making type casts explicit, flagging ignored return valu...
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-12-17
add note about glibc manual
Arthur de Jong
2006-12-16
remove _nss_ldap_initgroups_dyn() from interface for now because it is curren...
Arthur de Jong
2006-11-26
get rid of automount map information lookups through NSS as this is not used ...
Arthur de Jong
2006-11-25
trip trailing whitespace
Arthur de Jong
2006-11-17
implement netgroup lookups
Arthur de Jong
2006-11-15
implement network information lookups through NSS
Arthur de Jong
2006-11-14
implement automounter maps lookups
Arthur de Jong
2006-11-10
rename nss/exports.h to nss/prototypes.h
Arthur de Jong