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