aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd/inetd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC:David Malone2004-05-301-6/+12
* MFC 1.120: Get the connections per minute calculation right.David Malone2003-07-271-1/+1
* MFC:David Malone2003-04-051-20/+47
* MFC 1.117: The tcp_wrappers function `fromhost()' can fail. In suchHajimu UMEMOTO2003-02-151-2/+16
* MFC: Add capability for limiting the maximum number of simultaneousHajimu UMEMOTO2002-08-211-3/+282
* MFC 1.97John W. De Boskey2002-08-181-4/+7
* MFC: use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.Hajimu UMEMOTO2002-07-291-4/+2
* MFC 1.95: Log address family of a connection.Hajimu UMEMOTO2002-06-291-4/+6
* Sync with -current:David Malone2001-07-171-108/+164
* MFC 1.89->1.90: Recently, other BSDs had faith support in inetd.Hajimu UMEMOTO2001-06-071-1/+7
* MFC: Sync inetd with -current, except xucred change.David Malone2001-02-281-25/+27
* Sync -current and RELENG_4:David Malone2000-10-241-9/+17
* MFC: Bring RELENG_4 into sync with -current.David Malone2000-07-181-5/+6
* Make inetd compilable without INET6.Yoshinobu Inoue2000-03-111-2/+2
* Fix broken inet logging when wrapping options are not specified.Yoshinobu Inoue2000-02-221-2/+2
* Fix inetd wrong AF check for RPC servicesYoshinobu Inoue2000-02-031-2/+3
* Fix inconsistent debug output. (syslog -> warnx)Yoshinobu Inoue2000-01-281-12/+8
* Avoid verbose error messages when ipsec initialization for sockets failedYoshinobu Inoue2000-01-271-2/+4
* several tcp apps IPv6 updateYoshinobu Inoue2000-01-251-75/+539
* Do not dot terminate sentences inside FILES section. LowercasePhilippe Charnier2000-01-231-5/+5
* 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-281-1/+1
* Bring two wayward memory allocation failure messages in line withSheldon Hearn1999-07-261-3/+3
* Don't match up TCP services with UDP sockets.Dag-Erling Smørgrav1999-07-231-3/+4
* 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-221-581/+6
* 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
* By popular demand, ident_stream now takes arguments. Ex:Brian Feldman1999-07-151-39/+49
* This is the working internal ident service. Turn it on by settingBrian Feldman1999-07-151-18/+99
* 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-091-8/+9
* Allow service alias names from /etc/services to be used when specifyingSheldon Hearn1999-07-021-4/+24
* Ommitted in previous commit message:Sheldon Hearn1999-06-301-1/+1
* Enable wrapping for dgram services and fix logging so that -l reallySheldon Hearn1999-06-301-27/+30
* Sync usage() with the manpage.Sheldon Hearn1999-06-281-2/+3
* Fix broken logic: (!wrap || log) -> (!wrap && log) .Sheldon Hearn1999-06-281-2/+2
* Add command-line option (-w), specified once to enable wrapping andSheldon Hearn1999-06-271-27/+19
* 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-171-19/+20
* Don't stop listening to the signal pipe just because you don't haveDag-Erling Smørgrav1999-05-111-6/+6
* Fix the "internal" wrapping as well as a nasty bug involvingMark Murray1999-04-111-4/+8
* Now inetd(8) has direct support for tcp_wrappers! Not working at theMark Murray1999-03-281-4/+68
* 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
* Back out rev. 1.42 and 1.43. Apply Graham Wheeler's signal handling patch.Dag-Erling Smørgrav1998-12-281-73/+115