aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.2.0_cvscvs2svn2000-11-206-6/+6
* Sync -current and RELENG_4:David Malone2000-10-245-12/+27
* MFC: Bring RELENG_4 into sync with -current.David Malone2000-07-183-47/+95
* Make inetd compilable without INET6.Yoshinobu Inoue2000-03-112-2/+4
* Fix addr length argument value passed to sendto().Yoshinobu Inoue2000-03-091-10/+10
* Clarify the facility used for logging with and without the wrappingSheldon Hearn2000-03-011-7/+20
* Remove broken hard sentence breaks, which mess up the typeset output.Sheldon Hearn2000-02-291-16/+32
* Fix broken inet logging when wrapping options are not specified.Yoshinobu Inoue2000-02-221-2/+2
* Make inetd picobsd friendly, dont use ipsec when RELEASE_CRUNCHLuigi Rizzo2000-02-091-3/+6
* Fix inetd wrong AF check for RPC servicesYoshinobu Inoue2000-02-031-2/+3
* Drop maintainership of inetd, since nobody respects it anyway.Dag-Erling Smørgrav2000-02-011-1/+0
* Fix inconsistent debug output. (syslog -> warnx)Yoshinobu Inoue2000-01-281-12/+8
* Fix English, mdoc and layout of the previous commit, as requested bySheldon Hearn2000-01-281-60/+81
* Avoid verbose error messages when ipsec initialization for sockets failedYoshinobu Inoue2000-01-271-2/+4
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-255-111/+702
* Do not dot terminate sentences inside FILES section. LowercasePhilippe Charnier2000-01-232-10/+10
* I like base-36 better.Brian Feldman2000-01-201-4/+18
* Implement -g and -d options in my ident code. The -g flag uses a randomBrian Feldman2000-01-192-18/+67
* Put the listening socket into non-blocking mode before doing anPeter Wemm1999-11-171-0/+8
* Do not dot or \n terminate syslog string.Philippe Charnier1999-10-131-3/+3
* $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