| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/4.2.0_cvs | cvs2svn | 2000-11-20 | 6 | -6/+6 |
| * | Sync -current and RELENG_4: | David Malone | 2000-10-24 | 5 | -12/+27 |
| * | MFC: Bring RELENG_4 into sync with -current. | David Malone | 2000-07-18 | 3 | -47/+95 |
| * | Make inetd compilable without INET6. | Yoshinobu Inoue | 2000-03-11 | 2 | -2/+4 |
| * | Fix addr length argument value passed to sendto(). | Yoshinobu Inoue | 2000-03-09 | 1 | -10/+10 |
| * | Clarify the facility used for logging with and without the wrapping | Sheldon Hearn | 2000-03-01 | 1 | -7/+20 |
| * | Remove broken hard sentence breaks, which mess up the typeset output. | Sheldon Hearn | 2000-02-29 | 1 | -16/+32 |
| * | Fix broken inet logging when wrapping options are not specified. | Yoshinobu Inoue | 2000-02-22 | 1 | -2/+2 |
| * | Make inetd picobsd friendly, dont use ipsec when RELEASE_CRUNCH | Luigi Rizzo | 2000-02-09 | 1 | -3/+6 |
| * | Fix inetd wrong AF check for RPC services | Yoshinobu Inoue | 2000-02-03 | 1 | -2/+3 |
| * | Drop maintainership of inetd, since nobody respects it anyway. | Dag-Erling Smørgrav | 2000-02-01 | 1 | -1/+0 |
| * | Fix inconsistent debug output. (syslog -> warnx) | Yoshinobu Inoue | 2000-01-28 | 1 | -12/+8 |
| * | Fix English, mdoc and layout of the previous commit, as requested by | Sheldon Hearn | 2000-01-28 | 1 | -60/+81 |
| * | Avoid verbose error messages when ipsec initialization for sockets failed | Yoshinobu Inoue | 2000-01-27 | 1 | -2/+4 |
| * | several tcp apps IPv6 update | Yoshinobu Inoue | 2000-01-25 | 5 | -111/+702 |
| * | Do not dot terminate sentences inside FILES section. Lowercase | Philippe Charnier | 2000-01-23 | 2 | -10/+10 |
| * | I like base-36 better. | Brian Feldman | 2000-01-20 | 1 | -4/+18 |
| * | Implement -g and -d options in my ident code. The -g flag uses a random | Brian Feldman | 2000-01-19 | 2 | -18/+67 |
| * | Put the listening socket into non-blocking mode before doing an | Peter Wemm | 1999-11-17 | 1 | -0/+8 |
| * | Do not dot or \n terminate syslog string. | Philippe Charnier | 1999-10-13 | 1 | -3/+3 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 6 | -6/+6 |
| * | Pull on my asbestos undies and claim ownership of inetd to prevent further | Dag-Erling Smørgrav | 1999-07-26 | 1 | -1/+2 |
| * | Here goes, the "clear up any possible confusion" commit. | Brian Feldman | 1999-07-26 | 1 | -11/+65 |
| * | Bring two wayward memory allocation failure messages in line with | Sheldon Hearn | 1999-07-26 | 1 | -3/+3 |
| * | More cleanups to ident_stream. Variables moved around, changed. | Brian Feldman | 1999-07-25 | 1 | -16/+11 |
| * | Correct a groff error in macro usage ("foo : bar" becomes "``foo: bar''"). | Brian Feldman | 1999-07-24 | 1 | -3/+9 |
| * | More cleanups, asprintf() usage (proper, as opposed to using snprintf()), | Brian Feldman | 1999-07-24 | 1 | -12/+36 |
| * | Clean up to match style(9) more closely. This should fix the problem of | Brian Feldman | 1999-07-24 | 1 | -6/+5 |
| * | Use comments to group functions by service more clearly. I've used the | Sheldon Hearn | 1999-07-24 | 1 | -2/+31 |
| * | Style nits: | Sheldon Hearn | 1999-07-24 | 1 | -5/+8 |
| * | Document the -o and -t options to the internal auth service and give an | Sheldon Hearn | 1999-07-23 | 1 | -7/+9 |
| * | Ahem. Put things back a bit. I declare variables in the scope they're | Brian Feldman | 1999-07-23 | 1 | -9/+13 |
| * | As per DES's prodding, document _all_ the arguments to inetd's auth | Brian Feldman | 1999-07-23 | 1 | -2/+8 |
| * | Style cleanups for iderror() and ident_stream(). Looks like c++ hang-over. | Sheldon Hearn | 1999-07-23 | 1 | -25/+24 |
| * | Fix auth -t argument handling. It was broken for the "sec.usec" case. | Sheldon Hearn | 1999-07-23 | 1 | -4/+5 |
| * | Don't match up TCP services with UDP sockets. | Dag-Erling Smørgrav | 1999-07-23 | 1 | -3/+4 |
| * | Fixed a braino: lack of spaces in sscanf caused ident parsing to fail. | Brian Feldman | 1999-07-23 | 1 | -2/+2 |
| * | "knobs are cheap". Here's a -t timeout option for the internal ident | Brian Feldman | 1999-07-22 | 1 | -2/+18 |
| * | This commit encompasses the following changes to inetd: | Brian Feldman | 1999-07-22 | 2 | -32/+85 |
| * | Relegate the diagnostic descriptor counter to the -DSANITY_CHECK case. | Sheldon Hearn | 1999-07-22 | 1 | -4/+10 |
| * | Remove unnecessary macro introduced in previous commit. | Sheldon Hearn | 1999-07-22 | 1 | -4/+5 |
| * | Don't leak pipe descriptor to daemons on execv(). | Sheldon Hearn | 1999-07-22 | 1 | -4/+6 |
| * | Signal handlers should use _exit(2) and not exit(3). | Sheldon Hearn | 1999-07-22 | 1 | -2/+2 |
| * | Move code for all builtin services from inetd.c to builtins.c, including | Sheldon Hearn | 1999-07-22 | 4 | -583/+648 |
| * | Fix for the hosts_options(5) spawn option. | Sheldon Hearn | 1999-07-21 | 1 | -5/+9 |
| * | Fix horribly broken comment. The submitter of the associated code sent | Sheldon Hearn | 1999-07-21 | 1 | -3/+4 |
| * | Document the new {auth,ident,tap} service and provide examples in the | Sheldon Hearn | 1999-07-16 | 1 | -3/+26 |
| * | By popular demand, ident_stream now takes arguments. Ex: | Brian Feldman | 1999-07-15 | 2 | -45/+49 |
| * | This is the working internal ident service. Turn it on by setting | Brian Feldman | 1999-07-15 | 2 | -19/+106 |
| * | Fix ``:''. | Brian Feldman | 1999-07-11 | 1 | -2/+2 |