Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* also support poll() returning EAGAIN (2f088ec from 0.9)Arthur de Jong2014-03-151-3/+3
* fix for common spelling mistake (8571bc1 from 0.9)Arthur de Jong2013-12-071-1/+1
* use a timeout when skipping remaining result data (c9e2f9...Arthur de Jong2013-10-062-5/+5
* fix buffer overflow on interrupted read (thanks John Sull...Arthur de Jong2013-09-011-2/+2
* fix setting deadline microsecond value (thanks Julien Cri...Arthur de Jong2012-12-081-1/+1
* set FD_CLOEXEC in NSS and PAM modules to ensure that nslc...Arthur de Jong2012-11-111-0/+6
* allow attribute options in attribute mapping expressionsArthur de Jong2012-10-191-1/+1
* use poll() instead of select() for checking file descript...Arthur de Jong2012-10-123-102/+50
* check if the file descriptor can be stored in the select(...Arthur de Jong2012-10-121-0/+15
* provide a compatibility definition of SUN_LEN() for syste...Arthur de Jong2012-05-091-1/+2
* split the functionality to read everything from the strea...Arthur de Jong2012-04-262-12/+28
* read any remaining available data from the stream when cl...Arthur de Jong2012-03-142-4/+35
* ensure that we don't try to read more than SSIZE_MAX bytesArthur de Jong2012-03-141-2/+9
* pass the correct size of named socket address (fixes Free...Arthur de Jong2012-01-171-1/+1
* handle expressions where the expander function returns NU...Arthur de Jong2011-06-051-0/+4
* switch variable expander function type name because _t su...Arthur de Jong2011-05-132-7/+7
* tv_usec in struct timeval must be lower than 1000000 (pat...Arthur de Jong2011-03-311-1/+1
* small code improvementsArthur de Jong2011-03-191-1/+2
* fix a problem in the timeout paramater that was being pas...Arthur de Jong2011-03-141-1/+1
* update copyright headers to add missing yearsArthur de Jong2011-03-101-1/+1
* return connection reset when connection was closed by the...Arthur de Jong2010-12-261-1/+6
* pass the actual size of the address family and the path l...Arthur de Jong2010-11-041-1/+1
* implement dict_getany() and set_pop() functions to be abl...Arthur de Jong2010-10-154-1/+35
* make DICTs and SETs case-sensitiveArthur de Jong2010-10-153-16/+14
* 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