summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd
Commit message (Expand)AuthorAgeFilesLines
...
* "can received" -> "can receive".ru2000-03-221-1/+1
* Make inetd compilable without INET6.shin2000-03-112-2/+4
* Fix addr length argument value passed to sendto().shin2000-03-091-10/+10
* Clarify the facility used for logging with and without the wrappingsheldonh2000-03-011-7/+20
* Remove broken hard sentence breaks, which mess up the typeset output.sheldonh2000-02-291-16/+32
* Fix broken inet logging when wrapping options are not specified.shin2000-02-221-2/+2
* Make inetd picobsd friendly, dont use ipsec when RELEASE_CRUNCHluigi2000-02-091-3/+6
* Fix inetd wrong AF check for RPC servicesshin2000-02-031-2/+3
* Drop maintainership of inetd, since nobody respects it anyway.des2000-02-011-1/+0
* Fix inconsistent debug output. (syslog -> warnx)shin2000-01-281-12/+8
* Fix English, mdoc and layout of the previous commit, as requested bysheldonh2000-01-281-60/+81
* Avoid verbose error messages when ipsec initialization for sockets failedshin2000-01-271-2/+4
* several tcp apps IPv6 updateshin2000-01-255-111/+702
* Do not dot terminate sentences inside FILES section. Lowercasecharnier2000-01-232-10/+10
* I like base-36 better.green2000-01-201-4/+18
* Implement -g and -d options in my ident code. The -g flag uses a randomgreen2000-01-192-18/+67
* Put the listening socket into non-blocking mode before doing anpeter1999-11-171-0/+8
* Do not dot or \n terminate syslog string.charnier1999-10-131-3/+3
* $Id$ -> $FreeBSD$peter1999-08-286-6/+6
* Pull on my asbestos undies and claim ownership of inetd to prevent furtherdes1999-07-261-1/+2
* Here goes, the "clear up any possible confusion" commit.green1999-07-261-11/+65
* Bring two wayward memory allocation failure messages in line withsheldonh1999-07-261-3/+3
* More cleanups to ident_stream. Variables moved around, changed.green1999-07-251-16/+11
* Correct a groff error in macro usage ("foo : bar" becomes "``foo: bar''").green1999-07-241-3/+9
* More cleanups, asprintf() usage (proper, as opposed to using snprintf()),green1999-07-241-12/+36
* Clean up to match style(9) more closely. This should fix the problem ofgreen1999-07-241-6/+5
* Use comments to group functions by service more clearly. I've used thesheldonh1999-07-241-2/+31
* Style nits:sheldonh1999-07-241-5/+8
* Document the -o and -t options to the internal auth service and give ansheldonh1999-07-231-7/+9
* Ahem. Put things back a bit. I declare variables in the scope they'regreen1999-07-231-9/+13
* As per DES's prodding, document _all_ the arguments to inetd's authgreen1999-07-231-2/+8
* Style cleanups for iderror() and ident_stream(). Looks like c++ hang-over.sheldonh1999-07-231-25/+24
* Fix auth -t argument handling. It was broken for the "sec.usec" case.sheldonh1999-07-231-4/+5
* Don't match up TCP services with UDP sockets.des1999-07-231-3/+4
* Fixed a braino: lack of spaces in sscanf caused ident parsing to fail.green1999-07-231-2/+2
* "knobs are cheap". Here's a -t timeout option for the internal identgreen1999-07-221-2/+18
* This commit encompasses the following changes to inetd:green1999-07-222-32/+85
* Relegate the diagnostic descriptor counter to the -DSANITY_CHECK case.sheldonh1999-07-221-4/+10
* Remove unnecessary macro introduced in previous commit.sheldonh1999-07-221-4/+5
* Don't leak pipe descriptor to daemons on execv().sheldonh1999-07-221-4/+6
* Signal handlers should use _exit(2) and not exit(3).sheldonh1999-07-221-2/+2
* Move code for all builtin services from inetd.c to builtins.c, includingsheldonh1999-07-224-583/+648
* Fix for the hosts_options(5) spawn option.sheldonh1999-07-211-5/+9
* Fix horribly broken comment. The submitter of the associated code sentsheldonh1999-07-211-3/+4
* Document the new {auth,ident,tap} service and provide examples in thesheldonh1999-07-161-3/+26
* By popular demand, ident_stream now takes arguments. Ex:green1999-07-152-45/+49
* This is the working internal ident service. Turn it on by settinggreen1999-07-152-19/+106
* Fix ``:''.green1999-07-111-2/+2
* Use the proctitle to indicate that we're busy wrapping a request for asheldonh1999-07-091-1/+3
* Allow internal and external wrapping to be enabled independantly ofsheldonh1999-07-092-15/+20
OpenPOWER on IntegriCloud