Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* fix for common spelling mistake (8571bc1 from 0.9, r2055 ...Arthur de Jong2013-12-081-1/+1
* fix buffer overflow on interrupted read (thanks John Sull...Arthur de Jong2013-09-011-2/+2
* use the more portable EBADF instead of EBADFD (thanks Ste...Arthur de Jong2013-05-021-2/+2
* set FD_CLOEXEC in NSS and PAM modules to ensure that nslc...Arthur de Jong2012-12-141-0/+6
* check if the file descriptor can be stored in the select(...Arthur de Jong2012-10-121-0/+10
* ensure that we don't try to read more than SSIZE_MAX byte...Arthur de Jong2012-05-111-2/+9
* handle expressions where the expander function returns NU...Arthur de Jong2011-06-051-0/+4
* also don't expand variables in rest of ${var:+rest} expre...Arthur de Jong2010-08-141-3/+12
* do not expand variables in rest of ${var:-rest} expressio...Arthur de Jong2010-08-141-5/+18
* make include guard names consistent throughout the source...Arthur de Jong2010-06-145-15/+15
* remove commented out memberOf and ipNetmaskNumber attribu...Arthur de Jong2010-06-121-1/+0
* make logging of buffer checks consistentArthur de Jong2010-05-131-2/+4
* fix typoArthur de Jong2010-02-271-1/+1
* implement attribute mapping using shell-like expressionsArthur de Jong2009-12-283-2/+252
* WRITE_STRINGLIST(): properly handle the case where the li...Arthur de Jong2009-12-281-9/+17
* change dict and set API to perform loops with a list of s...Arthur de Jong2009-12-134-60/+59
* fix the case where the string passed to WRITE_STRING() is...Arthur de Jong2009-10-071-3/+3
* rename software to nss-pam-ldapdArthur de Jong2009-08-316-6/+6
* remove unneeded EXTRA_DISTArthur de Jong2009-05-291-2/+0
* refactor protocol reading and writing macros to the commo...Arthur de Jong2009-05-293-1/+442
* restore the old writing code which masks SIGPIPE on platf...Arthur de Jong2008-06-121-0/+21
* miscellaneous portability improvementsArthur de Jong2008-06-061-1/+3
* use send() with a flag to ignore SIGPIPE instead of write...Arthur de Jong2008-05-171-15/+3
* add sanity checks to sleep calls to never sleep too long ...Arthur de Jong2008-05-161-4/+14
* fix problem where first item in the hashtable could be re...Arthur de Jong2008-04-231-1/+1
* allocate room for key string just after entry to save on ...Arthur de Jong2008-04-211-72/+12
* fix wrapping and indenting of commentsArthur de Jong2008-04-191-19/+18
* implement a set that uses the dict module as back-endArthur de Jong2008-04-193-2/+132
* implement new dict module that uses a hashtable which is ...Arthur de Jong2008-04-191-92/+252
* add note about freed valuesArthur de Jong2008-04-171-1/+3
* change dict_values_first() and dict_values_next() into di...Arthur de Jong2008-04-172-12/+18
* split out the flushing of the buffers to separate functio...Arthur de Jong2008-02-151-38/+84
* implement resizable I/O buffers and tune buffer sizes to ...Arthur de Jong2008-02-122-27/+68
* always allocate the read and write buffers and make the s...Arthur de Jong2008-02-121-85/+61
* when including stdint.h check if we actually have itArthur de Jong2008-01-271-0/+2
* add limited implementation of tio_mark() and tio_reset() ...Arthur de Jong2008-01-012-26/+78
* simple check for validity of key value in dict_put()Arthur de Jong2007-12-011-0/+2
* fix memory leak in I/O module not free()ing allocated sto...Arthur de Jong2007-10-271-3/+6
* portability improvement to fall back to ETIMEDOUT when ET...Arthur de Jong2007-10-271-0/+5
* fix usage of DEBUG_TIO_STATSArthur de Jong2007-10-191-2/+3
* also initialize sa_sigaction although it's not usedArthur de Jong2007-09-241-0/+1
* some small improvements to the code based on some source ...Arthur de Jong2007-09-231-0/+2
* just use -fPIC on all files in this directoryArthur de Jong2007-09-211-1/+1
* fix a serious bug in dict_values_next() that would return...Arthur de Jong2007-07-231-3/+11
* add support for removing entries from a DICT by setting t...Arthur de Jong2007-07-232-5/+7
* fix typoArthur de Jong2007-07-151-1/+1
* fix bug with buffer magic in writing codeArthur de Jong2007-07-151-11/+18
* add const and add FIXME about a to-be-fixed race conditionArthur de Jong2007-07-131-1/+5
* support building outside the source directoryArthur de Jong2007-06-171-0/+2
* fix casts of types where neededArthur de Jong2007-06-121-0/+1