summaryrefslogtreecommitdiff
path: root/common/nslcd-prot.c
AgeCommit message (Expand)Author
2014-11-28closer to buildingLuke Shumaker
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2012-11-11set FD_CLOEXEC in NSS and PAM modules to ensure that nslcd file descriptor is...Arthur de Jong
2012-10-12use poll() instead of select() for checking file descriptor activity to also ...Arthur de Jong
2012-05-09provide a compatibility definition of SUN_LEN() for systems that lack itArthur de Jong
2012-01-17pass the correct size of named socket address (fixes FreeBSD issue, fixes r1295)Arthur de Jong
2010-11-04pass the actual size of the address family and the path length to bind() and ...Arthur de Jong
2009-05-21refactor protocol reading and writing macros to the common directory, use mor...Arthur de Jong