Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* set correct permissions on socket creation and remove soc...Arthur de Jong2006-12-161-9/+33
* clean up build scripts to only link nslcd to OpenSSL and ...Arthur de Jong2006-12-051-11/+11
* get rid of _nss_ldap_get_ld_errno() which wasn't usedArthur de Jong2006-12-052-34/+0
* fix logging levels and remove some commented out codeArthur de Jong2006-12-031-9/+5
* get rid of some more unneeded codeArthur de Jong2006-12-033-94/+7
* implement a simple threading solution and move code from ...Arthur de Jong2006-11-3018-300/+230
* rename LDF_ marcos to NSLCD_ macros to have a single name...Arthur de Jong2006-11-288-49/+48
* get as many files from the root directory as possible, mo...Arthur de Jong2006-11-288-7/+1083
* implement network name lookups on server side plus some f...Arthur de Jong2006-11-281-129/+143
* include config.h as first statementArthur de Jong2006-11-281-0/+2
* fix typosArthur de Jong2006-11-272-2/+2
* clean up header filesArthur de Jong2006-11-2614-301/+148
* get rid of automount map information lookups through NSS ...Arthur de Jong2006-11-268-484/+39
* implement server end of service name lookup and fix clien...Arthur de Jong2006-11-251-44/+120
* implement rpc service on server sideArthur de Jong2006-11-251-27/+110
* get rid of superfluous testArthur de Jong2006-11-251-2/+1
* only flush the stream after writing all recordsArthur de Jong2006-11-251-1/+1
* implement protocol handling (server side)Arthur de Jong2006-11-251-26/+105
* implement server end of host name lookups (without IPv6 s...Arthur de Jong2006-11-241-92/+144
* only flush the stream after writing all records (not ever...Arthur de Jong2006-11-225-23/+13
* implement server end of shadow lookupsArthur de Jong2006-11-221-26/+81
* make logging a little bit more consistentArthur de Jong2006-11-222-7/+1
* add extra copyright information (the exact same code was ...Arthur de Jong2006-11-221-0/+3
* implement netgroup lookups, including test codeArthur de Jong2006-11-211-42/+64
* implement nslcd_ether_*() functionsArthur de Jong2006-11-191-32/+126
* add missing semicolonArthur de Jong2006-11-191-1/+1
* some layout changesArthur de Jong2006-11-182-44/+44
* include some other functions into lookup functions to inc...Arthur de Jong2006-11-111-42/+30
* fix naming and copyright headersArthur de Jong2006-11-1122-201/+237
* simplify some functions to pass file pointer around inste...Arthur de Jong2006-11-115-19/+224
* some reformattingArthur de Jong2006-11-111-13/+13
* expand some marcos and combine some codeArthur de Jong2006-11-071-46/+18
* expand some marcos and combine some codeArthur de Jong2006-11-071-42/+20
* implement group functions in server but currently group_b...Arthur de Jong2006-11-061-45/+193
* rename LOOP to STRINGLIST as that is currently the only s...Arthur de Jong2006-11-031-20/+4
* implement nslcd_alias_all() server-sideArthur de Jong2006-11-031-0/+32
* get rid of some more unneeded codeArthur de Jong2006-11-031-28/+1
* some small fixesArthur de Jong2006-11-022-6/+1
* rename some constants and switch to a more sane naming sc...Arthur de Jong2006-11-023-24/+24
* get rid of some trailing spacesArthur de Jong2006-11-013-4/+3
* do not close the server-side stream as the main dispatche...Arthur de Jong2006-11-011-5/+8
* move some remaining files into the server/ directoryArthur de Jong2006-11-0114-1/+8294
* implement reading of alias information through getaliasby...Arthur de Jong2006-10-312-22/+79
* clear up protocol macros while implementing getpwuid() an...Arthur de Jong2006-10-312-26/+114
* implement simple password lookup with nslcd_getpwnam() fu...Arthur de Jong2006-10-304-12/+148
* move ldap server code into separate directoryArthur de Jong2006-10-2512-0/+3404