| Commit message (Expand) | Author | Age | Files | Lines |
* | set correct permissions on socket creation and remove soc... | Arthur de Jong | 2006-12-16 | 1 | -9/+33 |
* | clean up build scripts to only link nslcd to OpenSSL and ... | Arthur de Jong | 2006-12-05 | 1 | -11/+11 |
* | get rid of _nss_ldap_get_ld_errno() which wasn't used | Arthur de Jong | 2006-12-05 | 2 | -34/+0 |
* | fix logging levels and remove some commented out code | Arthur de Jong | 2006-12-03 | 1 | -9/+5 |
* | get rid of some more unneeded code | Arthur de Jong | 2006-12-03 | 3 | -94/+7 |
* | implement a simple threading solution and move code from ... | Arthur de Jong | 2006-11-30 | 18 | -300/+230 |
* | rename LDF_ marcos to NSLCD_ macros to have a single name... | Arthur de Jong | 2006-11-28 | 8 | -49/+48 |
* | get as many files from the root directory as possible, mo... | Arthur de Jong | 2006-11-28 | 8 | -7/+1083 |
* | implement network name lookups on server side plus some f... | Arthur de Jong | 2006-11-28 | 1 | -129/+143 |
* | include config.h as first statement | Arthur de Jong | 2006-11-28 | 1 | -0/+2 |
* | fix typos | Arthur de Jong | 2006-11-27 | 2 | -2/+2 |
* | clean up header files | Arthur de Jong | 2006-11-26 | 14 | -301/+148 |
* | get rid of automount map information lookups through NSS ... | Arthur de Jong | 2006-11-26 | 8 | -484/+39 |
* | implement server end of service name lookup and fix clien... | Arthur de Jong | 2006-11-25 | 1 | -44/+120 |
* | implement rpc service on server side | Arthur de Jong | 2006-11-25 | 1 | -27/+110 |
* | get rid of superfluous test | Arthur de Jong | 2006-11-25 | 1 | -2/+1 |
* | only flush the stream after writing all records | Arthur de Jong | 2006-11-25 | 1 | -1/+1 |
* | implement protocol handling (server side) | Arthur de Jong | 2006-11-25 | 1 | -26/+105 |
* | implement server end of host name lookups (without IPv6 s... | Arthur de Jong | 2006-11-24 | 1 | -92/+144 |
* | only flush the stream after writing all records (not ever... | Arthur de Jong | 2006-11-22 | 5 | -23/+13 |
* | implement server end of shadow lookups | Arthur de Jong | 2006-11-22 | 1 | -26/+81 |
* | make logging a little bit more consistent | Arthur de Jong | 2006-11-22 | 2 | -7/+1 |
* | add extra copyright information (the exact same code was ... | Arthur de Jong | 2006-11-22 | 1 | -0/+3 |
* | implement netgroup lookups, including test code | Arthur de Jong | 2006-11-21 | 1 | -42/+64 |
* | implement nslcd_ether_*() functions | Arthur de Jong | 2006-11-19 | 1 | -32/+126 |
* | add missing semicolon | Arthur de Jong | 2006-11-19 | 1 | -1/+1 |
* | some layout changes | Arthur de Jong | 2006-11-18 | 2 | -44/+44 |
* | include some other functions into lookup functions to inc... | Arthur de Jong | 2006-11-11 | 1 | -42/+30 |
* | fix naming and copyright headers | Arthur de Jong | 2006-11-11 | 22 | -201/+237 |
* | simplify some functions to pass file pointer around inste... | Arthur de Jong | 2006-11-11 | 5 | -19/+224 |
* | some reformatting | Arthur de Jong | 2006-11-11 | 1 | -13/+13 |
* | expand some marcos and combine some code | Arthur de Jong | 2006-11-07 | 1 | -46/+18 |
* | expand some marcos and combine some code | Arthur de Jong | 2006-11-07 | 1 | -42/+20 |
* | implement group functions in server but currently group_b... | Arthur de Jong | 2006-11-06 | 1 | -45/+193 |
* | rename LOOP to STRINGLIST as that is currently the only s... | Arthur de Jong | 2006-11-03 | 1 | -20/+4 |
* | implement nslcd_alias_all() server-side | Arthur de Jong | 2006-11-03 | 1 | -0/+32 |
* | get rid of some more unneeded code | Arthur de Jong | 2006-11-03 | 1 | -28/+1 |
* | some small fixes | Arthur de Jong | 2006-11-02 | 2 | -6/+1 |
* | rename some constants and switch to a more sane naming sc... | Arthur de Jong | 2006-11-02 | 3 | -24/+24 |
* | get rid of some trailing spaces | Arthur de Jong | 2006-11-01 | 3 | -4/+3 |
* | do not close the server-side stream as the main dispatche... | Arthur de Jong | 2006-11-01 | 1 | -5/+8 |
* | move some remaining files into the server/ directory | Arthur de Jong | 2006-11-01 | 14 | -1/+8294 |
* | implement reading of alias information through getaliasby... | Arthur de Jong | 2006-10-31 | 2 | -22/+79 |
* | clear up protocol macros while implementing getpwuid() an... | Arthur de Jong | 2006-10-31 | 2 | -26/+114 |
* | implement simple password lookup with nslcd_getpwnam() fu... | Arthur de Jong | 2006-10-30 | 4 | -12/+148 |
* | move ldap server code into separate directory | Arthur de Jong | 2006-10-25 | 12 | -0/+3404 |