summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)Author
2006-12-21rename server directory to nslcdArthur de Jong
2006-12-21normalize copyright headersArthur de Jong
2006-12-20properly capitalize company nameArthur de Jong
2006-12-19add TODOArthur de Jong
2006-12-18output of --help no longer shows --config option (which isn't there)Arthur de Jong
2006-12-17remove trailing spacesArthur de Jong
2006-12-16set correct permissions on socket creation and remove socket and pidfile on exitArthur de Jong
2006-12-05clean up build scripts to only link nslcd to OpenSSL and to cleanly create a ...Arthur de Jong
2006-12-05get rid of _nss_ldap_get_ld_errno() which wasn't usedArthur de Jong
2006-12-03fix logging levels and remove some commented out codeArthur de Jong
2006-12-03get rid of some more unneeded codeArthur de Jong
2006-11-30implement a simple threading solution and move code from nslcd-server.c to ns...Arthur de Jong
2006-11-28rename LDF_ marcos to NSLCD_ macros to have a single namespaceArthur de Jong
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-27fix typosArthur de Jong
2006-11-26clean up header filesArthur 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-25get rid of superfluous testArthur de Jong
2006-11-25only flush the stream after writing all recordsArthur 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-22only flush the stream after writing all records (not every time) and more log...Arthur de Jong
2006-11-22implement server end of shadow lookupsArthur de Jong
2006-11-22make logging a little bit more consistentArthur de Jong
2006-11-22add extra copyright information (the exact same code was seen in glibc)Arthur de Jong
2006-11-21implement netgroup lookups, including test codeArthur de Jong
2006-11-19implement nslcd_ether_*() functionsArthur de Jong
2006-11-19add missing semicolonArthur de Jong
2006-11-18some layout changesArthur de Jong
2006-11-11include some other functions into lookup functions to increase readabilityArthur de Jong
2006-11-11fix naming and copyright headersArthur de Jong
2006-11-11simplify some functions to pass file pointer around instead of struct and buf...Arthur de Jong
2006-11-11some reformattingArthur de Jong
2006-11-07expand some marcos and combine some codeArthur de Jong
2006-11-07expand some marcos and combine some codeArthur de Jong
2006-11-05implement group functions in server but currently group_bymember() does not workArthur de Jong
2006-11-03rename LOOP to STRINGLIST as that is currently the only supported formatArthur de Jong
2006-11-03implement nslcd_alias_all() server-sideArthur de Jong
2006-11-03get rid of some more unneeded codeArthur de Jong
2006-11-02some small fixesArthur 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-11-01do not close the server-side stream as the main dispatcher will close itArthur de Jong
2006-11-01move some remaining files into the server/ directoryArthur 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