Age | Commit message (Expand) | Author |
2014-10-29 | replace the use of select and hand rolled deferral of signal handling | David Gwynne |
2014-10-13 | jmc@ told me i broke the documentation. inetd doesnt write a pidfile so | David Gwynne |
2014-10-13 | dont need to store the same debug flag in two separate variables. | David Gwynne |
2014-10-12 | ansi function declarations. | David Gwynne |
2014-10-12 | cut out writing a pidfile. rc.d doesnt rely on it, and nor should you. | David Gwynne |
2014-06-17 | Convert malloc/memset to calloc, and remove pointless casts while here. | Lawrence Teo |
2014-04-18 | remove references to rshd; | Jason McIntyre |
2013-11-23 | obvious unsigned char casts for ctype | Theo de Raadt |
2013-11-12 | missing protos | Theo de Raadt |
2013-04-19 | for datagrams, assume other protocols should fail | Theo de Raadt |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2012-04-19 | small cleanup(%hd -> %d) | Gleydson Soares |
2012-03-06 | clean up some newly created lies now that tftpd doesnt run out of inetd. | David Gwynne |
2009-12-29 | replace a few remaining UNIX terms with .Ux macros; this diff | Igor Sobrado |
2009-11-02 | we have closefrom(2), so use it; ok deraadt@ tedu@ | Otto Moerbeek |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-07-28 | Do not use __progname in inetd as it is not portable. Instead hardcode it to | Claudio Jeker |
2008-07-27 | Use __progname instead of hand rolled version using argv[0]. | Claudio Jeker |
2008-06-28 | add an underscore to argument name. | Igor Sobrado |
2008-06-04 | adderss -> address | Miod Vallat |
2008-01-25 | validate argv, okay otto@, henning@ | Marc Espie |
2008-01-06 | remove out of date/irrelevant section of BUGS dealing with ip6; | Jason McIntyre |
2008-01-06 | - document what happens when a service exceeds its max spawn rate. this is | Jason McIntyre |
2008-01-05 | sync usage() w/ SYNOPSIS; | Jason McIntyre |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2005-06-02 | fix some displays; | Jason McIntyre |
2005-06-02 | remove references to telnetd(8); | Jason McIntyre |
2005-04-02 | Create unix domain sockets with permissions 0666, so clients can | Otto Moerbeek |
2004-09-15 | if (signalflag) { dowork(); signalflag = 0; } is a race. First clear flag, | Otto Moerbeek |
2004-09-14 | remove gcc specific extensions, and ARGSUSED where useful | Theo de Raadt |
2004-09-06 | Reset signal mask in the rate limiting case; check for interrupted | Otto Moerbeek |
2004-07-28 | Should set user and group on unix domain sockets as reported by Juan Vera. | Todd C. Miller |
2004-06-30 | Unbreak unix domain sockets and properly detect and report truncation | Otto Moerbeek |
2004-04-24 | Don't return NULL in getconfigent() when an unresolvable hostname | Todd C. Miller |
2004-03-31 | For non-internal services, if no program arguments are specified use | Todd C. Miller |
2004-01-06 | Fix signal handling when there is an error in inetd.conf. Found by | Todd C. Miller |
2003-12-23 | Remove unnecessary casts (char *). | Mike Pechkin |
2003-10-24 | dont compare int to NULL, millert@ ok | Anil Madhavapeddy |
2003-10-03 | exit if no config file; jeffi@rcn.com | Theo de Raadt |
2003-06-26 | strict proto cleanups | Theo de Raadt |
2003-06-12 | - section reorder | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-28 | advocate posix ":" for user:group. deraadt ok | Jun-ichiro itojun Hagino |
2003-04-08 | identd has been nowait for 5 years now | David Krause |
2003-02-03 | typos; | Jason McIntyre |
2003-01-18 | more typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt |
2002-11-11 | Pass gcc -ansi -pedantic; Chad Loder | Todd C. Miller |
2002-09-06 | use more socklen_t; pvalchev | Theo de Raadt |
2002-07-20 | abort on setusercontext failure; millert ok | Theo de Raadt |