summaryrefslogtreecommitdiff
path: root/nslcd-server.c
AgeCommit message (Expand)Author
2006-11-28get as many files from the root directory as possible, moving all server rela...Arthur de Jong
2006-11-28implement network name lookups on server side plus some fixes on the client sideArthur de Jong
2006-11-28include config.h as first statementArthur de Jong
2006-11-26get rid of automount map information lookups through NSS as this is not used ...Arthur de Jong
2006-11-25implement server end of service name lookup and fix client end to translate b...Arthur de Jong
2006-11-25implement rpc service on server sideArthur de Jong
2006-11-25implement protocol handling (server side)Arthur de Jong
2006-11-24implement server end of host name lookups (without IPv6 support sofar)Arthur de Jong
2006-11-22implement server end of shadow lookupsArthur de Jong
2006-11-21implement netgroup lookups, including test codeArthur de Jong
2006-11-19implement nslcd_ether_*() functionsArthur de Jong
2006-11-19create prototypes for all server methodsArthur de Jong
2006-11-05implement group functions in server but currently group_bymember() does not workArthur de Jong
2006-11-03clean struct sockaddr_un structure before usageArthur de Jong
2006-11-03implement nslcd_alias_all() server-sideArthur de Jong
2006-11-02rename some constants and switch to a more sane naming schemeArthur de Jong
2006-11-01get rid of some trailing spacesArthur de Jong
2006-10-31implement reading of alias information through getaliasbyname()Arthur de Jong
2006-10-31clear up protocol macros while implementing getpwuid() and {set,get,end}pwent...Arthur de Jong
2006-10-30get first working version of end-to-end test of nss call using simple test pr...Arthur de Jong
2006-10-23implemented basic client/server setup with a thin client comminicating with a...Arthur de Jong