| Commit message (Expand) | Author | Age | Files | Lines |
* | allow attribute options in attribute mapping expressions | Arthur de Jong | 2012-10-19 | 1 | -1/+1 |
* | use poll() instead of select() for checking file descript... | Arthur de Jong | 2012-10-12 | 3 | -102/+50 |
* | check if the file descriptor can be stored in the select(... | Arthur de Jong | 2012-10-12 | 1 | -0/+15 |
* | provide a compatibility definition of SUN_LEN() for syste... | Arthur de Jong | 2012-05-09 | 1 | -1/+2 |
* | split the functionality to read everything from the strea... | Arthur de Jong | 2012-04-26 | 2 | -12/+28 |
* | read any remaining available data from the stream when cl... | Arthur de Jong | 2012-03-14 | 2 | -4/+35 |
* | ensure that we don't try to read more than SSIZE_MAX bytes | Arthur de Jong | 2012-03-14 | 1 | -2/+9 |
* | pass the correct size of named socket address (fixes Free... | Arthur de Jong | 2012-01-17 | 1 | -1/+1 |
* | handle expressions where the expander function returns NU... | Arthur de Jong | 2011-06-05 | 1 | -0/+4 |
* | switch variable expander function type name because _t su... | Arthur de Jong | 2011-05-13 | 2 | -7/+7 |
* | tv_usec in struct timeval must be lower than 1000000 (pat... | Arthur de Jong | 2011-03-31 | 1 | -1/+1 |
* | small code improvements | Arthur de Jong | 2011-03-19 | 1 | -1/+2 |
* | fix a problem in the timeout paramater that was being pas... | Arthur de Jong | 2011-03-14 | 1 | -1/+1 |
* | update copyright headers to add missing years | Arthur de Jong | 2011-03-10 | 1 | -1/+1 |
* | return connection reset when connection was closed by the... | Arthur de Jong | 2010-12-26 | 1 | -1/+6 |
* | pass the actual size of the address family and the path l... | Arthur de Jong | 2010-11-04 | 1 | -1/+1 |
* | implement dict_getany() and set_pop() functions to be abl... | Arthur de Jong | 2010-10-15 | 4 | -1/+35 |
* | make DICTs and SETs case-sensitive | Arthur de Jong | 2010-10-15 | 3 | -16/+14 |
* | also don't expand variables in rest of ${var:+rest} expre... | Arthur de Jong | 2010-08-14 | 1 | -3/+12 |
* | do not expand variables in rest of ${var:-rest} expressio... | Arthur de Jong | 2010-08-14 | 1 | -5/+18 |
* | make include guard names consistent throughout the source... | Arthur de Jong | 2010-06-14 | 5 | -15/+15 |
* | remove commented out memberOf and ipNetmaskNumber attribu... | Arthur de Jong | 2010-06-12 | 1 | -1/+0 |
* | make logging of buffer checks consistent | Arthur de Jong | 2010-05-13 | 1 | -2/+4 |
* | fix typo | Arthur de Jong | 2010-02-27 | 1 | -1/+1 |
* | implement attribute mapping using shell-like expressions | Arthur de Jong | 2009-12-28 | 3 | -2/+252 |
* | WRITE_STRINGLIST(): properly handle the case where the li... | Arthur de Jong | 2009-12-28 | 1 | -9/+17 |
* | change dict and set API to perform loops with a list of s... | Arthur de Jong | 2009-12-13 | 4 | -60/+59 |
* | fix the case where the string passed to WRITE_STRING() is... | Arthur de Jong | 2009-10-07 | 1 | -3/+3 |
* | rename software to nss-pam-ldapd | Arthur de Jong | 2009-08-31 | 6 | -6/+6 |
* | remove unneeded EXTRA_DIST | Arthur de Jong | 2009-05-29 | 1 | -2/+0 |
* | refactor protocol reading and writing macros to the commo... | Arthur de Jong | 2009-05-29 | 3 | -1/+442 |
* | restore the old writing code which masks SIGPIPE on platf... | Arthur de Jong | 2008-06-12 | 1 | -0/+21 |
* | miscellaneous portability improvements | Arthur de Jong | 2008-06-06 | 1 | -1/+3 |
* | use send() with a flag to ignore SIGPIPE instead of write... | Arthur de Jong | 2008-05-17 | 1 | -15/+3 |
* | add sanity checks to sleep calls to never sleep too long ... | Arthur de Jong | 2008-05-16 | 1 | -4/+14 |
* | fix problem where first item in the hashtable could be re... | Arthur de Jong | 2008-04-23 | 1 | -1/+1 |
* | allocate room for key string just after entry to save on ... | Arthur de Jong | 2008-04-21 | 1 | -72/+12 |
* | fix wrapping and indenting of comments | Arthur de Jong | 2008-04-19 | 1 | -19/+18 |
* | implement a set that uses the dict module as back-end | Arthur de Jong | 2008-04-19 | 3 | -2/+132 |
* | implement new dict module that uses a hashtable which is ... | Arthur de Jong | 2008-04-19 | 1 | -92/+252 |
* | add note about freed values | Arthur de Jong | 2008-04-17 | 1 | -1/+3 |
* | change dict_values_first() and dict_values_next() into di... | Arthur de Jong | 2008-04-17 | 2 | -12/+18 |
* | split out the flushing of the buffers to separate functio... | Arthur de Jong | 2008-02-15 | 1 | -38/+84 |
* | implement resizable I/O buffers and tune buffer sizes to ... | Arthur de Jong | 2008-02-12 | 2 | -27/+68 |
* | always allocate the read and write buffers and make the s... | Arthur de Jong | 2008-02-12 | 1 | -85/+61 |
* | when including stdint.h check if we actually have it | Arthur de Jong | 2008-01-27 | 1 | -0/+2 |
* | add limited implementation of tio_mark() and tio_reset() ... | Arthur de Jong | 2008-01-01 | 2 | -26/+78 |
* | simple check for validity of key value in dict_put() | Arthur de Jong | 2007-12-01 | 1 | -0/+2 |
* | fix memory leak in I/O module not free()ing allocated sto... | Arthur de Jong | 2007-10-27 | 1 | -3/+6 |
* | portability improvement to fall back to ETIMEDOUT when ET... | Arthur de Jong | 2007-10-27 | 1 | -0/+5 |