masqmail

log src/listen.c

age author description
Thu, 16 Feb 2012 11:22:31 +0100 markus schnalke Beautifying.
Thu, 16 Feb 2012 11:12:39 +0100 markus schnalke Port number are unsigned. This corrects the logfile output.
Sat, 14 Jan 2012 21:36:58 +0100 markus schnalke Removed ident. This had been discussed on the mailing list in Oct 2011.
Thu, 20 Oct 2011 10:20:59 +0200 markus schnalke Reformated multiline comments to have leading asterisks on each line
Thu, 22 Sep 2011 15:07:40 +0200 markus schnalke Switched to `type *name' style
Sat, 27 Aug 2011 16:21:17 +0200 markus schnalke refactoring, partly also related to set_euidgid()
Thu, 02 Dec 2010 17:11:25 -0300 markus schnalke s/EXIT_SUCCESS/0/ && s/EXIT_FAILURE/1/