summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd
Commit message (Expand)AuthorAgeFilesLines
* $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
* Allow service alias names from /etc/services to be used when specifyingsheldonh1999-07-022-6/+26
* Clarify that the services name, as specified in inetd.conf, for ansheldonh1999-07-021-1/+9
* Ommitted in previous commit message:sheldonh1999-06-302-2/+2
* Enable wrapping for dgram services and fix logging so that -l reallysheldonh1999-06-302-33/+51
* Sync usage() with the manpage.sheldonh1999-06-281-2/+3
* Fix broken logic: (!wrap || log) -> (!wrap && log) .sheldonh1999-06-281-2/+2
* Fix the SYNOPSIS to reflect that the -w option can be specified twice.sheldonh1999-06-271-2/+2
* Add command-line option (-w), specified once to enable wrapping andsheldonh1999-06-273-37/+45
* Use Dq mdoc tag for double-quoted words.sheldonh1999-06-211-12/+33
* Fix handling of maximum children and connections per minute.sheldonh1999-06-211-20/+28
* Various fixes for inetd's TCP Wrappers support:sheldonh1999-06-173-24/+26
* Don't stop listening to the signal pipe just because you don't havedes1999-05-111-6/+6
* There seems to be a problem (most likely when there is no hosts.allow)markm1999-05-071-2/+2
* MFS: sort reference list and embelish history.obrien1999-05-011-5/+9
* Fix the "internal" wrapping as well as a nasty bug involvingmarkm1999-04-113-9/+17
* Now inetd(8) has direct support for tcp_wrappers! Not working at themarkm1999-03-283-9/+80
* Make machtime() function unsigned long instead of long.danny1999-01-051-5/+5
* Style cleanups.des1999-01-021-42/+33
OpenPOWER on IntegriCloud