| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-30 | getifaddrs() can return entries where ifa_addr is NULL. Check for this |  benno | 1 | -2/+3 |
| 2020-02-10 | briefly mention /etc/examples/ in the FILES section of all the |  schwarze | 1 | -4/+8 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -18/+18 |
| 2018-10-15 | struct sockaddr_storage is guaranteed to be large enough, no need to check |  florian | 1 | -4/+1 |
| 2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. |  guenther | 1 | -3/+1 |
| 2017-10-04 | Fix pledge(2) usage |  jca | 1 | -11/+5 |
| 2017-10-04 | Don't try to handle IPv4-compatible IPv6 addresses |  jca | 1 | -10/+5 |
| 2017-10-04 | inetd actually supports stream and datagram sockets only |  jca | 2 | -18/+8 |
| 2017-10-04 | inetd needs cpath pledge to unlink unix socket at program termination. |  benno | 1 | -3/+8 |
| 2016-08-25 | remove lint comments |  tedu | 1 | -11/+1 |
| 2016-03-30 | for some time now mandoc has not required MLINKS to function |  jmc | 1 | -2/+1 |
| 2016-03-16 | Remove a (now) obsolete comment about shortened IPv4 syntax |  mestre | 1 | -2/+1 |
| 2016-03-16 | Replace strncpy(3) calls for safer strlcpy(3) |  mestre | 1 | -7/+5 |
| 2016-03-16 | Replace atoi(3) calls for safer strtonum(3) |  mestre | 1 | -7/+11 |
| 2015-12-22 | remove a NULL-check before free() |  mmcc | 1 | -3/+2 |
| 2015-11-14 | these files document their config files too: adjust NAME accordingly; |  jmc | 1 | -3/+4 |
| 2015-11-01 | needs pledge "cpath" to allow unlink of AF_UNIX sockets eventually |  deraadt | 1 | -2/+2 |
| 2015-11-01 | inetd needs pledge "unix" to bind AF_UNIX sockets |  deraadt | 1 | -2/+2 |
| 2015-10-22 | pledge "abort" left behind accidentally |  deraadt | 1 | -3/+3 |
| 2015-10-19 | optarg and optind are declared by unistd.h |  jca | 1 | -3/+1 |
| 2015-10-19 | Add err.h, missing after pledge() introduction. |  jca | 1 | -1/+2 |
| 2015-10-18 | Make use of pledge(2); initial diff from deraadt@ |  jca | 1 | -2/+9 |
| 2015-10-18 | actually, it uses getaddrinfo |  deraadt | 1 | -3/+3 |
| 2015-09-10 | reduce .Nd to one line and kill .Tn while here |  schwarze | 1 | -4/+3 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -4/+6 |
| 2014-10-29 | replace the use of select and hand rolled deferral of signal handling |  dlg | 2 | -208/+73 |
| 2014-10-13 | jmc@ told me i broke the documentation. inetd doesnt write a pidfile so |  dlg | 1 | -6/+2 |
| 2014-10-13 | dont need to store the same debug flag in two separate variables. |  dlg | 1 | -4/+2 |
| 2014-10-12 | ansi function declarations. |  dlg | 1 | -4/+2 |
| 2014-10-12 | cut out writing a pidfile. rc.d doesnt rely on it, and nor should you. |  dlg | 2 | -17/+2 |
| 2014-06-17 | Convert malloc/memset to calloc, and remove pointless casts while here. |  lteo | 1 | -11/+7 |
| 2014-04-18 | remove references to rshd; |  jmc | 1 | -3/+2 |
| 2013-11-23 | obvious unsigned char casts for ctype |  deraadt | 1 | -4/+6 |
| 2013-11-12 | missing protos |  deraadt | 1 | -1/+7 |
| 2013-04-19 | for datagrams, assume other protocols should fail |  deraadt | 1 | -3/+3 |
| 2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be |  deraadt | 1 | -4/+5 |
| 2012-04-19 | small cleanup(%hd -> %d) |  gsoares | 1 | -2/+2 |
| 2012-03-06 | clean up some newly created lies now that tftpd doesnt run out of inetd. |  dlg | 1 | -13/+3 |
| 2009-12-29 | replace a few remaining UNIX terms with .Ux macros; this diff |  sobrado | 1 | -6/+5 |
| 2009-11-02 | we have closefrom(2), so use it; ok deraadt@ tedu@ |  otto | 1 | -3/+2 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -12/+1 |
| 2008-07-28 | Do not use __progname in inetd as it is not portable. Instead hardcode it to |  claudio | 1 | -10/+6 |
| 2008-07-27 | Use __progname instead of hand rolled version using argv[0]. |  claudio | 1 | -11/+8 |
| 2008-06-28 | add an underscore to argument name. |  sobrado | 2 | -6/+6 |
| 2008-06-04 | adderss -> address |  miod | 1 | -3/+3 |
| 2008-01-25 | validate argv, okay otto@, henning@ |  espie | 1 | -2/+7 |
| 2008-01-06 | remove out of date/irrelevant section of BUGS dealing with ip6; |  jmc | 1 | -7/+1 |
| 2008-01-06 | - document what happens when a service exceeds its max spawn rate. this is |  jmc | 1 | -9/+16 |
| 2008-01-05 | sync usage() w/ SYNOPSIS; |  jmc | 1 | -3/+4 |
| 2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer |  gilles | 1 | -7/+3 |