summaryrefslogtreecommitdiff
path: root/nslcd-common.h
AgeCommit message (Expand)Author
2009-05-21refactor protocol reading and writing macros to the common directory, use mor...Arthur de Jong
2009-05-09merge r882 from trunkArthur de Jong
2008-02-01fix buffer size debug messageArthur de Jong
2008-01-27when including stdint.h check if we actually have itArthur de Jong
2007-12-09get rid of some old code and rename ldap-nss to myldap since there is no more...Arthur de Jong
2007-12-09switch to new LDAP entry parsing code that is much simpler and more readableArthur de Jong
2007-06-08implement our own stdio-like library that handles IO with a simple configurab...Arthur de Jong
2007-03-04code improvements by making type casts explicit, flagging ignored return valu...Arthur de Jong
2007-02-17fix a few bugs found thanks to the new warningsArthur de Jong
2007-01-09change license from GNU Library General Public License v.2 to GNU Lesser Gene...Arthur de Jong
2006-12-31if the string to write is NULL, write an empty stringArthur de Jong
2006-12-31ensure that all arrays that are allocated in the buffer are now aligned to th...Arthur de Jong
2006-12-31extract some more common macrosArthur de Jong
2006-12-27do not allocate new memory with malloc() for each request with a string param...Arthur de Jong
2006-11-28get as many files from the root directory as possible, moving all server rela...Arthur de Jong
2006-11-28implement more detailed protocol logging (dumping the actual byte values read...Arthur de Jong
2006-11-25fix bug that always causes a READ_STRING_ALLOC to read to a variable called nameArthur de Jong
2006-11-25include stdio for definitions of fread(), fwrite() etcArthur de Jong
2006-11-24make protocol logging a little more readable and do not use fseek() in stream...Arthur de Jong
2006-11-19add more verbose protocol logging, including logging of errorsArthur de Jong
2006-11-05add proper copyright headersArthur de Jong
2006-11-05remove testing stuffArthur de Jong
2006-11-05fix some variable usage bugs in READ_* marcos and change protocol debugging m...Arthur de Jong
2006-11-03make SKIP more consistent with READArthur de Jong
2006-11-03fix bogus reuse of tmpint32, introducing tmp3int32Arthur de Jong
2006-11-03split buffer management macros into separate macrosArthur de Jong
2006-11-03rename LOOP to STRINGLIST as that is currently the only supported formatArthur de Jong
2006-11-03add _nss_ldap_initgroups_dyn() functionArthur de Jong
2006-11-03make loop macros common, create macros for expanding {set,get,end}ent() funct...Arthur de Jong
2006-11-01do not try to read and write zero length strings and add protocol debugging o...Arthur de Jong
2006-10-31implement reading of alias information through getaliasbyname()Arthur de Jong
2006-10-31add header file defining read and write macrosArthur de Jong