Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd-common.h
Commit message (Expand)AuthorAgeFilesLines
* fix buffer size debug messageArthur de Jong2008-02-011-1/+1
* when including stdint.h check if we actually have itArthur de Jong2008-01-271-0/+2
* get rid of some old code and rename ldap-nss to myldap si...Arthur de Jong2007-12-091-20/+1
* switch to new LDAP entry parsing code that is much simple...Arthur de Jong2007-12-091-0/+18
* implement our own stdio-like library that handles IO with...Arthur de Jong2007-06-091-10/+9
* code improvements by making type casts explicit, flagging...Arthur de Jong2007-03-041-4/+4
* fix a few bugs found thanks to the new warningsArthur de Jong2007-02-171-1/+1
* change license from GNU Library General Public License v....Arthur de Jong2007-01-091-7/+7
* if the string to write is NULL, write an empty stringArthur de Jong2006-12-311-3/+10
* ensure that all arrays that are allocated in the buffer a...Arthur de Jong2006-12-311-0/+11
* extract some more common macrosArthur de Jong2006-12-311-8/+30
* do not allocate new memory with malloc() for each request...Arthur de Jong2006-12-271-15/+16
* get as many files from the root directory as possible, mo...Arthur de Jong2006-11-281-3/+0
* implement more detailed protocol logging (dumping the act...Arthur de Jong2006-11-281-9/+32
* fix bug that always causes a READ_STRING_ALLOC to read to...Arthur de Jong2006-11-251-3/+3
* include stdio for definitions of fread(), fwrite() etcArthur de Jong2006-11-251-0/+2
* make protocol logging a little more readable and do not u...Arthur de Jong2006-11-241-22/+31
* add more verbose protocol logging, including logging of e...Arthur de Jong2006-11-191-15/+39
* add proper copyright headersArthur de Jong2006-11-061-2/+22
* remove testing stuffArthur de Jong2006-11-051-1/+0
* fix some variable usage bugs in READ_* marcos and change ...Arthur de Jong2006-11-051-18/+16
* make SKIP more consistent with READArthur de Jong2006-11-031-1/+6
* fix bogus reuse of tmpint32, introducing tmp3int32Arthur de Jong2006-11-031-9/+10
* split buffer management macros into separate macrosArthur de Jong2006-11-031-15/+26
* rename LOOP to STRINGLIST as that is currently the only s...Arthur de Jong2006-11-031-5/+26
* add _nss_ldap_initgroups_dyn() functionArthur de Jong2006-11-031-2/+19
* make loop macros common, create macros for expanding {set...Arthur de Jong2006-11-031-0/+34
* do not try to read and write zero length strings and add ...Arthur de Jong2006-11-011-7/+26
* implement reading of alias information through getaliasby...Arthur de Jong2006-10-311-1/+1
* add header file defining read and write macrosArthur de Jong2006-10-311-0/+84