| Commit message (Expand) | Author | Age | Files | Lines |
| * | Various cleanups of inetd: Avoid shadowing variables, use socklen_t | David Malone | 2001-01-22 | 2 | -20/+18 |
| * | Don't mention /etc/protocols in inetd documentation or comments, as inetd | David Malone | 2001-01-22 | 2 | -5/+4 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-27 | 1 | -1/+1 |
| * | Add a -F option to the builtin ident service, which allows .fakeid files | David Malone | 2000-12-05 | 2 | -3/+17 |
| * | Tidy up some prototypes: | David Malone | 2000-12-03 | 3 | -7/+10 |
| * | Make some style changes to the ident_stream() code. | Brian Feldman | 2000-12-02 | 1 | -14/+20 |
| * | Security fix: correctly set groups according to the user. Previously, | Brian Feldman | 2000-11-25 | 1 | -6/+15 |
| * | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -3/+3 |
| * | Be explicit about the fact that you can only specify one IP address/hostname | Nick Hibma | 2000-10-29 | 1 | -1/+1 |
| * | Fix two typos in comments. | David Malone | 2000-10-24 | 2 | -2/+2 |
| * | Claim maintainership of inetd. | David Malone | 2000-10-21 | 1 | -0/+2 |
| * | Don't leak a file discriptor if a service we've called accept() for | David Malone | 2000-10-21 | 1 | -0/+3 |
| * | Make reconfiguring an external service as builtin service work. | David Malone | 2000-10-02 | 1 | -0/+1 |
| * | Stop internal ident service spinning until the timeout if the | David Malone | 2000-10-02 | 1 | -0/+2 |
| * | Explain "-c" option more exactly and state the default in the man | David Malone | 2000-08-03 | 2 | -8/+13 |
| * | specifer -> specifier | David Malone | 2000-08-03 | 1 | -1/+1 |
| * | Sleep for a second after tcp wrappers rejects a connection, so we | David Malone | 2000-07-31 | 1 | -1/+3 |
| * | Make builtin ident service work if the request arrives in more than | David Malone | 2000-07-12 | 1 | -15/+38 |
| * | Fix the ident server up more: use ssize_t/size_t/socklen_t/int all in the | Brian Feldman | 2000-05-30 | 1 | -23/+22 |
| * | Fix a 64-bit'ism in the handling of the ident service. sysctlbyname() takes | John Baldwin | 2000-05-30 | 1 | -1/+2 |
| * | Clarify the use of the auth service's -d option for specifying | Sheldon Hearn | 2000-04-26 | 1 | -6/+15 |
| * | Make sure to use IPv4 mapped IPv6 address when mapped address is | Hajimu UMEMOTO | 2000-04-02 | 1 | -5/+6 |
| * | Optimize those services that send only one block of data: use send(2) | Sheldon Hearn | 2000-03-28 | 1 | -4/+4 |
| * | Allow using "-d username" without "-r". Example: | Brian Feldman | 2000-03-28 | 2 | -5/+20 |
| * | "can received" -> "can receive". | Ruslan Ermilov | 2000-03-22 | 1 | -1/+1 |
| * | 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 | -110/+701 |
| * | 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 |