aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-6/+6
* Pull on my asbestos undies and claim ownership of inetd to prevent furtherDag-Erling Smørgrav1999-07-261-1/+2
* Here goes, the "clear up any possible confusion" commit.Brian Feldman1999-07-261-11/+65
* Bring two wayward memory allocation failure messages in line withSheldon Hearn1999-07-261-3/+3
* More cleanups to ident_stream. Variables moved around, changed.Brian Feldman1999-07-251-16/+11
* Correct a groff error in macro usage ("foo : bar" becomes "``foo: bar''").Brian Feldman1999-07-241-3/+9
* More cleanups, asprintf() usage (proper, as opposed to using snprintf()),Brian Feldman1999-07-241-12/+36
* Clean up to match style(9) more closely. This should fix the problem ofBrian Feldman1999-07-241-6/+5
* Use comments to group functions by service more clearly. I've used theSheldon Hearn1999-07-241-2/+31
* Style nits:Sheldon Hearn1999-07-241-5/+8
* Document the -o and -t options to the internal auth service and give anSheldon Hearn1999-07-231-7/+9
* Ahem. Put things back a bit. I declare variables in the scope they'reBrian Feldman1999-07-231-9/+13
* As per DES's prodding, document _all_ the arguments to inetd's authBrian Feldman1999-07-231-2/+8
* Style cleanups for iderror() and ident_stream(). Looks like c++ hang-over.Sheldon Hearn1999-07-231-25/+24
* Fix auth -t argument handling. It was broken for the "sec.usec" case.Sheldon Hearn1999-07-231-4/+5
* Don't match up TCP services with UDP sockets.Dag-Erling Smørgrav1999-07-231-3/+4
* Fixed a braino: lack of spaces in sscanf caused ident parsing to fail.Brian Feldman1999-07-231-2/+2
* "knobs are cheap". Here's a -t timeout option for the internal identBrian Feldman1999-07-221-2/+18
* This commit encompasses the following changes to inetd:Brian Feldman1999-07-222-32/+85
* Relegate the diagnostic descriptor counter to the -DSANITY_CHECK case.Sheldon Hearn1999-07-221-4/+10
* Remove unnecessary macro introduced in previous commit.Sheldon Hearn1999-07-221-4/+5
* Don't leak pipe descriptor to daemons on execv().Sheldon Hearn1999-07-221-4/+6
* Signal handlers should use _exit(2) and not exit(3).Sheldon Hearn1999-07-221-2/+2
* Move code for all builtin services from inetd.c to builtins.c, includingSheldon Hearn1999-07-224-583/+648
* Fix for the hosts_options(5) spawn option.Sheldon Hearn1999-07-211-5/+9
* Fix horribly broken comment. The submitter of the associated code sentSheldon Hearn1999-07-211-3/+4
* Document the new {auth,ident,tap} service and provide examples in theSheldon Hearn1999-07-161-3/+26
* By popular demand, ident_stream now takes arguments. Ex:Brian Feldman1999-07-152-45/+49
* This is the working internal ident service. Turn it on by settingBrian Feldman1999-07-152-19/+106
* Fix ``:''.Brian Feldman1999-07-111-2/+2
* Use the proctitle to indicate that we're busy wrapping a request for aSheldon Hearn1999-07-091-1/+3
* Allow internal and external wrapping to be enabled independantly ofSheldon Hearn1999-07-092-15/+20
* Allow service alias names from /etc/services to be used when specifyingSheldon Hearn1999-07-022-6/+26
* Clarify that the services name, as specified in inetd.conf, for anSheldon Hearn1999-07-021-1/+9
* Ommitted in previous commit message:Sheldon Hearn1999-06-302-2/+2
* Enable wrapping for dgram services and fix logging so that -l reallySheldon Hearn1999-06-302-33/+51
* Sync usage() with the manpage.Sheldon Hearn1999-06-281-2/+3
* Fix broken logic: (!wrap || log) -> (!wrap && log) .Sheldon Hearn1999-06-281-2/+2
* Fix the SYNOPSIS to reflect that the -w option can be specified twice.Sheldon Hearn1999-06-271-2/+2
* Add command-line option (-w), specified once to enable wrapping andSheldon Hearn1999-06-273-37/+45
* Use Dq mdoc tag for double-quoted words.Sheldon Hearn1999-06-211-12/+33
* Fix handling of maximum children and connections per minute.Sheldon Hearn1999-06-211-20/+28
* Various fixes for inetd's TCP Wrappers support:Sheldon Hearn1999-06-173-24/+26
* Don't stop listening to the signal pipe just because you don't haveDag-Erling Smørgrav1999-05-111-6/+6
* There seems to be a problem (most likely when there is no hosts.allow)Mark Murray1999-05-071-2/+2
* MFS: sort reference list and embelish history.David E. O'Brien1999-05-011-5/+9
* Fix the "internal" wrapping as well as a nasty bug involvingMark Murray1999-04-113-9/+17
* Now inetd(8) has direct support for tcp_wrappers! Not working at theMark Murray1999-03-283-9/+80
* Make machtime() function unsigned long instead of long.Daniel O'Callaghan1999-01-051-5/+5
* Style cleanups.Dag-Erling Smørgrav1999-01-021-42/+33