| Commit message (Expand) | Author | Age | Files | Lines |
* | Use correct PIC arg for non-GCC compilers | Tim Rice | 2015-03-23 | 1 | -1/+1 |
* | Fix formatting of size_t values | Patrick McLean | 2015-03-14 | 1 | -2/+2 |
* | Clear proper buffer length | Arthur de Jong | 2014-06-06 | 1 | -2/+2 |
* | Clear buffers before free-ing | Arthur de Jong | 2014-05-17 | 1 | -1/+3 |
* | Interpret transferred integers as signed again | Arthur de Jong | 2014-03-10 | 1 | -2/+2 |
* | Use djb2 hash in dict module | Arthur de Jong | 2013-10-14 | 1 | -4/+5 |
* | Also support poll() returning EAGAIN | Arthur de Jong | 2013-09-15 | 1 | -3/+3 |
* | Use clock_gettime() instead of gettimeofday() | Arthur de Jong | 2013-09-02 | 1 | -12/+21 |
* | Use normal timeout handling in tio_skipall() | Arthur de Jong | 2013-08-31 | 2 | -14/+6 |
* | Refactor tio_wait() | Arthur de Jong | 2013-08-31 | 1 | -21/+11 |
* | Fix buffer overflow on interupted read | Arthur de Jong | 2013-08-31 | 1 | -2/+2 |
* | Use a timeout when skipping remaining result data | Arthur de Jong | 2013-08-30 | 2 | -4/+4 |
* | Fix for common spelling mistake | Arthur de Jong | 2013-08-28 | 1 | -1/+1 |
* | fix the description of the tio_time_remaining() function | Arthur de Jong | 2013-03-09 | 1 | -2/+3 |
* | update the trimming expressions code to follow the new co... | Arthur de Jong | 2013-03-03 | 1 | -44/+26 |
* | allow trimming expressions with ${foo#bar} syntax in nslcd | Thorsten Glaser | 2013-03-03 | 1 | -0/+62 |
* | restructure timeout calculation in tio to reduce the numb... | Arthur de Jong | 2013-01-18 | 1 | -41/+30 |
* | log hex values when debugging the protocol | Arthur de Jong | 2013-01-05 | 1 | -3/+3 |
* | update C coding style to a more commonly used style | Arthur de Jong | 2012-12-22 | 10 | -575/+601 |
* | switch protocol from host byte order to network byte orde... | Arthur de Jong | 2012-12-16 | 1 | -20/+26 |
* | update microseconds when setting deadline, not seconds (t... | Arthur de Jong | 2012-12-08 | 1 | -1/+1 |
* | make test even more verbose and set number of writes back... | Arthur de Jong | 2012-12-06 | 1 | -1/+1 |
* | set FD_CLOEXEC in NSS and PAM modules to ensure that nslc... | Arthur de Jong | 2012-11-11 | 1 | -0/+6 |
* | 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 |