summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2014-12-16Get -pedanticLuke Shumaker
2014-12-15be stricter everywhere (-D_FORTIFY_SOURCE=2)Luke Shumaker
2014-12-04get strict (-Wall -Werror -Wextra), clean upLuke Shumaker
2014-12-03use NSLCD_HANDLE{,_UID}() to generate more of the codeLuke Shumaker
2014-11-29common/inotify_helpers:inotify_print_event: output C-literal syntaxLuke Shumaker
2014-11-28closer to buildingLuke Shumaker
2014-11-28buildsystemLuke Shumaker
2014-11-28cleanup inotify helpersLuke Shumaker
2014-11-28fooLuke Shumaker
2014-06-06Clear proper buffer lengthArthur de Jong
2014-05-17Clear buffers before free-ingArthur de Jong
2014-03-10Interpret transferred integers as signed againArthur de Jong
2013-10-14Use djb2 hash in dict moduleArthur de Jong
2013-09-15Also support poll() returning EAGAINArthur de Jong
2013-09-02Use clock_gettime() instead of gettimeofday()Arthur de Jong
2013-08-31Use normal timeout handling in tio_skipall()Arthur de Jong
2013-08-31Refactor tio_wait()Arthur de Jong
2013-08-31Fix buffer overflow on interupted readArthur de Jong
2013-08-30Use a timeout when skipping remaining result dataArthur de Jong
2013-08-28Fix for common spelling mistakeArthur de Jong
2013-03-09fix the description of the tio_time_remaining() functionArthur de Jong
2013-03-03update the trimming expressions code to follow the new coding styleArthur de Jong
2013-03-03allow trimming expressions with ${foo#bar} syntax in nslcdThorsten Glaser
2013-01-18restructure timeout calculation in tio to reduce the number of times gettimeo...Arthur de Jong
2013-01-05log hex values when debugging the protocolArthur de Jong
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2012-12-16switch protocol from host byte order to network byte order and switch use of ...Arthur de Jong
2012-12-08update microseconds when setting deadline, not seconds (thanks Julien Cristau)Arthur de Jong
2012-12-06make test even more verbose and set number of writes back at 10000 to avoid i...Arthur de Jong
2012-11-11set FD_CLOEXEC in NSS and PAM modules to ensure that nslcd file descriptor is...Arthur de Jong
2012-10-19allow attribute options in attribute mapping expressionsArthur de Jong
2012-10-12use poll() instead of select() for checking file descriptor activity to also ...Arthur de Jong
2012-10-12check if the file descriptor can be stored in the select() file descriptor setArthur de Jong
2012-05-09provide a compatibility definition of SUN_LEN() for systems that lack itArthur de Jong
2012-04-26split the functionality to read everything from the stream into a separate fu...Arthur de Jong
2012-03-14read any remaining available data from the stream when closing the connection...Arthur de Jong
2012-03-14ensure that we don't try to read more than SSIZE_MAX bytesArthur de Jong
2012-01-17pass the correct size of named socket address (fixes FreeBSD issue, fixes r1295)Arthur de Jong
2011-06-05handle expressions where the expander function returns NULL (handle it as an ...Arthur de Jong
2011-05-13switch variable expander function type name because _t suffix is reservedArthur de Jong
2011-03-31tv_usec in struct timeval must be lower than 1000000 (patch by SATOH Fumiyasu)Arthur de Jong
2011-03-19small code improvementsArthur de Jong
2011-03-14fix a problem in the timeout paramater that was being passed to select() and ...Arthur de Jong
2011-03-10update copyright headers to add missing yearsArthur de Jong
2010-12-26return connection reset when connection was closed by the other endArthur de Jong
2010-11-04pass the actual size of the address family and the path length to bind() and ...Arthur de Jong
2010-10-15implement dict_getany() and set_pop() functions to be able to pick and remove...Arthur de Jong
2010-10-15make DICTs and SETs case-sensitiveArthur de Jong
2010-08-14also don't expand variables in rest of ${var:+rest} expressions if var is not...Arthur de Jong
2010-08-14do not expand variables in rest of ${var:-rest} expressions if var is not bla...Arthur de Jong