Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* get rid of old test code (most of it should be covered by...Arthur de Jong2006-12-0810-1499/+0
* ignore generated debuild filesArthur de Jong2006-12-080-0/+0
* do not make default values translatableArthur de Jong2006-12-0814-470/+290
* fix indentationArthur de Jong2006-12-081-1/+1
* get rid of more documentation in an attempt to include al...Arthur de Jong2006-12-085-263/+276
* reasonable configuration information (existing nss_ldap c...Arthur de Jong2006-12-089-916/+268
* specify socket and pidfile location with configure scriptArthur de Jong2006-12-082-10/+20
* run debconf-updatepo to get pot and po files in a consist...Arthur de Jong2006-12-0813-663/+2176
* get rid of cdbs build dependencyArthur de Jong2006-12-081-1/+1
* initial step to get working Debian packagingArthur de Jong2006-12-0711-43/+103
* clean up build scripts to only link nslcd to OpenSSL and ...Arthur de Jong2006-12-056-236/+311
* 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
* split out common files into own variable and disable (com...Arthur de Jong2006-12-031-12/+15
* regenerate from prototypes.hArthur de Jong2006-12-031-63/+83
* 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-2817-147/+146
* ignore generated nslcd binaryArthur de Jong2006-11-280-0/+0
* look for nslcd.h now since nslcd.c has been moved into th...Arthur de Jong2006-11-281-1/+1
* get as many files from the root directory as possible, mo...Arthur de Jong2006-11-2826-28/+1260
* implement network name lookups on server side plus some f...Arthur de Jong2006-11-284-135/+212
* include config.h as first statementArthur de Jong2006-11-282-0/+4
* implement more detailed protocol logging (dumping the act...Arthur de Jong2006-11-281-9/+32
* get rid of nslcd-client.{c,h} and move it to nss/common.{...Arthur de Jong2006-11-2717-133/+79
* 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-2617-1420/+43
* implement server end of service name lookup and fix clien...Arthur de Jong2006-11-254-49/+219
* fix bug that always causes a READ_STRING_ALLOC to read to...Arthur de Jong2006-11-251-3/+3
* implement rpc service on server sideArthur de Jong2006-11-253-32/+162
* 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-253-27/+153
* trip trailing whitespaceArthur de Jong2006-11-253-4/+4
* include stdio for definitions of fread(), fwrite() etcArthur de Jong2006-11-251-0/+2
* implement server end of host name lookups (without IPv6 s...Arthur de Jong2006-11-243-175/+182
* fix problem with allocated array for storing addresses, p...Arthur de Jong2006-11-241-17/+23
* make protocol logging a little more readable and do not u...Arthur de Jong2006-11-241-22/+31
* 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-223-28/+83
* 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-215-62/+168
* include a note about encoding of stringsArthur de Jong2006-11-191-1/+1
* implement nslcd_ether_*() functionsArthur de Jong2006-11-192-33/+127
* create prototypes for all server methodsArthur de Jong2006-11-192-11/+64
* write contents of ethernet address not pointerArthur de Jong2006-11-191-1/+1
* add missing semicolonArthur de Jong2006-11-191-1/+1
* add more verbose protocol logging, including logging of e...Arthur de Jong2006-11-191-15/+39