| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix inconsistent debug output. (syslog -> warnx) | shin | 2000-01-28 | 1 | -12/+8 |
* | Fix English, mdoc and layout of the previous commit, as requested by | sheldonh | 2000-01-28 | 1 | -60/+81 |
* | 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 | 5 | -111/+702 |
* | Do not dot terminate sentences inside FILES section. Lowercase | charnier | 2000-01-23 | 2 | -10/+10 |
* | I like base-36 better. | green | 2000-01-20 | 1 | -4/+18 |
* | Implement -g and -d options in my ident code. The -g flag uses a random | green | 2000-01-19 | 2 | -18/+67 |
* | 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 | 6 | -6/+6 |
* | Pull on my asbestos undies and claim ownership of inetd to prevent further | des | 1999-07-26 | 1 | -1/+2 |
* | Here goes, the "clear up any possible confusion" commit. | green | 1999-07-26 | 1 | -11/+65 |
* | Bring two wayward memory allocation failure messages in line with | sheldonh | 1999-07-26 | 1 | -3/+3 |
* | More cleanups to ident_stream. Variables moved around, changed. | green | 1999-07-25 | 1 | -16/+11 |
* | Correct a groff error in macro usage ("foo : bar" becomes "``foo: bar''"). | green | 1999-07-24 | 1 | -3/+9 |
* | More cleanups, asprintf() usage (proper, as opposed to using snprintf()), | green | 1999-07-24 | 1 | -12/+36 |
* | Clean up to match style(9) more closely. This should fix the problem of | green | 1999-07-24 | 1 | -6/+5 |
* | Use comments to group functions by service more clearly. I've used the | sheldonh | 1999-07-24 | 1 | -2/+31 |
* | Style nits: | sheldonh | 1999-07-24 | 1 | -5/+8 |
* | Document the -o and -t options to the internal auth service and give an | sheldonh | 1999-07-23 | 1 | -7/+9 |
* | Ahem. Put things back a bit. I declare variables in the scope they're | green | 1999-07-23 | 1 | -9/+13 |
* | As per DES's prodding, document _all_ the arguments to inetd's auth | green | 1999-07-23 | 1 | -2/+8 |
* | Style cleanups for iderror() and ident_stream(). Looks like c++ hang-over. | sheldonh | 1999-07-23 | 1 | -25/+24 |
* | Fix auth -t argument handling. It was broken for the "sec.usec" case. | sheldonh | 1999-07-23 | 1 | -4/+5 |
* | Don't match up TCP services with UDP sockets. | des | 1999-07-23 | 1 | -3/+4 |
* | Fixed a braino: lack of spaces in sscanf caused ident parsing to fail. | green | 1999-07-23 | 1 | -2/+2 |
* | "knobs are cheap". Here's a -t timeout option for the internal ident | green | 1999-07-22 | 1 | -2/+18 |
* | This commit encompasses the following changes to inetd: | green | 1999-07-22 | 2 | -32/+85 |
* | 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 | 4 | -583/+648 |
* | 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 |
* | Document the new {auth,ident,tap} service and provide examples in the | sheldonh | 1999-07-16 | 1 | -3/+26 |
* | By popular demand, ident_stream now takes arguments. Ex: | green | 1999-07-15 | 2 | -45/+49 |
* | This is the working internal ident service. Turn it on by setting | green | 1999-07-15 | 2 | -19/+106 |
* | Fix ``:''. | green | 1999-07-11 | 1 | -2/+2 |
* | 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 | 2 | -15/+20 |
* | Allow service alias names from /etc/services to be used when specifying | sheldonh | 1999-07-02 | 2 | -6/+26 |
* | Clarify that the services name, as specified in inetd.conf, for an | sheldonh | 1999-07-02 | 1 | -1/+9 |
* | Ommitted in previous commit message: | sheldonh | 1999-06-30 | 2 | -2/+2 |
* | Enable wrapping for dgram services and fix logging so that -l really | sheldonh | 1999-06-30 | 2 | -33/+51 |
* | Sync usage() with the manpage. | sheldonh | 1999-06-28 | 1 | -2/+3 |
* | Fix broken logic: (!wrap || log) -> (!wrap && log) . | sheldonh | 1999-06-28 | 1 | -2/+2 |
* | Fix the SYNOPSIS to reflect that the -w option can be specified twice. | sheldonh | 1999-06-27 | 1 | -2/+2 |
* | Add command-line option (-w), specified once to enable wrapping and | sheldonh | 1999-06-27 | 3 | -37/+45 |
* | Use Dq mdoc tag for double-quoted words. | sheldonh | 1999-06-21 | 1 | -12/+33 |