| Commit message (Expand) | Author | Age | Files | Lines |
* | add support for rpc IPv6 (rpc/udp/46 ...) | alfred | 2002-07-15 | 1 | -32/+99 |
* | Replace the SWAP(var0,var1) macro with SWAP(type,var0,var1) and use it as | jmallett | 2002-06-22 | 1 | -9/+9 |
* | Unused macro. | jmallett | 2002-06-22 | 1 | -1/+0 |
* | __FBSDID() strategic insertion. | jmallett | 2002-06-21 | 1 | -2/+3 |
* | Kill __P, yuck. | jmallett | 2002-06-21 | 1 | -22/+22 |
* | Mark unused variables __unused. | jmallett | 2002-06-21 | 1 | -3/+3 |
* | Use __typeof__ instead of typeof. | jmallett | 2002-06-21 | 1 | -1/+1 |
* | ANSI prototypes via protoize(1). | jmallett | 2002-06-21 | 1 | -56/+28 |
* | Log invalid config entries. Make the -d option actually log to | jwd | 2002-05-26 | 1 | -4/+7 |
* | Make compilable without -DINET6. | ume | 2002-05-08 | 1 | -2/+2 |
* | Log address family of a connection. | ume | 2002-05-08 | 1 | -4/+6 |
* | o Remove old setproctitle. | dwmalone | 2001-07-17 | 1 | -47/+5 |
* | Fix most of the warnings given by WARNS=2. | dwmalone | 2001-06-24 | 1 | -38/+65 |
* | Give inetd the ability to manage unix domain sockets. Details of | dwmalone | 2001-06-16 | 1 | -10/+95 |
* | Get rid of se_ctladdrinitok, which doesn't do anything and seemes | dwmalone | 2001-06-06 | 1 | -14/+0 |
* | Recently, other BSDs had faith support in inetd. Though our inetd has | ume | 2001-05-31 | 1 | -1/+7 |
* | Various cleanups of inetd: Avoid shadowing variables, use socklen_t | dwmalone | 2001-01-22 | 1 | -19/+17 |
* | Don't mention /etc/protocols in inetd documentation or comments, as inetd | dwmalone | 2001-01-22 | 1 | -2/+2 |
* | Tidy up some prototypes: | dwmalone | 2000-12-03 | 1 | -4/+8 |
* | Fix two typos in comments. | dwmalone | 2000-10-24 | 1 | -1/+1 |
* | Don't leak a file discriptor if a service we've called accept() for | dwmalone | 2000-10-21 | 1 | -0/+3 |
* | Make reconfiguring an external service as builtin service work. | dwmalone | 2000-10-02 | 1 | -0/+1 |
* | Explain "-c" option more exactly and state the default in the man | dwmalone | 2000-08-03 | 1 | -7/+9 |
* | Sleep for a second after tcp wrappers rejects a connection, so we | dwmalone | 2000-07-31 | 1 | -1/+3 |
* | Make sure to use IPv4 mapped IPv6 address when mapped address is | ume | 2000-04-02 | 1 | -5/+6 |
* | Make inetd compilable without INET6. | shin | 2000-03-11 | 1 | -2/+2 |
* | Fix broken inet logging when wrapping options are not specified. | shin | 2000-02-22 | 1 | -2/+2 |
* | Fix inetd wrong AF check for RPC services | shin | 2000-02-03 | 1 | -2/+3 |
* | Fix inconsistent debug output. (syslog -> warnx) | shin | 2000-01-28 | 1 | -12/+8 |
* | Avoid verbose error messages when ipsec initialization for sockets failed | shin | 2000-01-27 | 1 | -2/+4 |
* | several tcp apps IPv6 update | shin | 2000-01-25 | 1 | -76/+540 |
* | Do not dot terminate sentences inside FILES section. Lowercase | charnier | 2000-01-23 | 1 | -5/+5 |
* | Put the listening socket into non-blocking mode before doing an | peter | 1999-11-17 | 1 | -0/+8 |
* | Do not dot or \n terminate syslog string. | charnier | 1999-10-13 | 1 | -3/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Bring two wayward memory allocation failure messages in line with | sheldonh | 1999-07-26 | 1 | -3/+3 |
* | Don't match up TCP services with UDP sockets. | des | 1999-07-23 | 1 | -3/+4 |
* | Relegate the diagnostic descriptor counter to the -DSANITY_CHECK case. | sheldonh | 1999-07-22 | 1 | -4/+10 |
* | Remove unnecessary macro introduced in previous commit. | sheldonh | 1999-07-22 | 1 | -4/+5 |
* | Don't leak pipe descriptor to daemons on execv(). | sheldonh | 1999-07-22 | 1 | -4/+6 |
* | Signal handlers should use _exit(2) and not exit(3). | sheldonh | 1999-07-22 | 1 | -2/+2 |
* | Move code for all builtin services from inetd.c to builtins.c, including | sheldonh | 1999-07-22 | 1 | -582/+7 |
* | Fix for the hosts_options(5) spawn option. | sheldonh | 1999-07-21 | 1 | -5/+9 |
* | Fix horribly broken comment. The submitter of the associated code sent | sheldonh | 1999-07-21 | 1 | -3/+4 |
* | By popular demand, ident_stream now takes arguments. Ex: | green | 1999-07-15 | 1 | -39/+49 |
* | This is the working internal ident service. Turn it on by setting | green | 1999-07-15 | 1 | -18/+99 |
* | Use the proctitle to indicate that we're busy wrapping a request for a | sheldonh | 1999-07-09 | 1 | -1/+3 |
* | Allow internal and external wrapping to be enabled independantly of | sheldonh | 1999-07-09 | 1 | -8/+9 |
* | Allow service alias names from /etc/services to be used when specifying | sheldonh | 1999-07-02 | 1 | -4/+24 |
* | Ommitted in previous commit message: | sheldonh | 1999-06-30 | 1 | -1/+1 |