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
/
nslcd-server.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-28
include config.h as first statement
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
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-19
implement nslcd_ether_*() functions
Arthur de Jong
2006-11-19
create prototypes for all server methods
Arthur de Jong
2006-11-05
implement group functions in server but currently group_bymember() does not work
Arthur de Jong
2006-11-03
clean struct sockaddr_un structure before usage
Arthur de Jong
2006-11-03
implement nslcd_alias_all() server-side
Arthur de Jong
2006-11-02
rename some constants and switch to a more sane naming scheme
Arthur de Jong
2006-11-01
get rid of some trailing spaces
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
2006-10-23
implemented basic client/server setup with a thin client comminicating with a...
Arthur de Jong