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
/
testnss.c
Age
Commit message (
Expand
)
Author
2006-11-28
get as many files from the root directory as possible, moving all server rela...
Arthur de Jong
2006-11-28
implement network name lookups on server side plus some fixes on the client side
Arthur de Jong
2006-11-25
implement server end of service name lookup and fix client end to translate b...
Arthur de Jong
2006-11-25
implement rpc service on server side
Arthur de Jong
2006-11-25
implement protocol handling (server side)
Arthur de Jong
2006-11-24
implement server end of host name lookups (without IPv6 support sofar)
Arthur de Jong
2006-11-22
implement server end of shadow lookups
Arthur de Jong
2006-11-21
implement netgroup lookups, including test code
Arthur de Jong
2006-11-10
rename nss/exports.h to nss/prototypes.h
Arthur de Jong
2006-11-10
implement NSS-side shadow lookups (plus test code)
Arthur de Jong
2006-11-10
implement NSS-side ethers database lookups plus test code
Arthur de Jong
2006-11-10
add test code for host database and add const to function definition
Arthur de Jong
2006-11-05
add proper copyright headers
Arthur de Jong
2006-11-05
implement group functions in server but currently group_bymember() does not work
Arthur de Jong
2006-11-01
implement NSS side of getgrnam(), getgrgid() and {set,get,end}grent()
Arthur de Jong
2006-11-01
only print result on success and errors on failure
Arthur de Jong
2006-10-31
implement reading of alias information through getaliasbyname()
Arthur de Jong
2006-10-31
clear up protocol macros while implementing getpwuid() and {set,get,end}pwent...
Arthur de Jong
2006-10-30
get first working version of end-to-end test of nss call using simple test pr...
Arthur de Jong