summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd/inetd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two typos in comments.dwmalone2000-10-241-1/+1
* Don't leak a file discriptor if a service we've called accept() fordwmalone2000-10-211-0/+3
* Make reconfiguring an external service as builtin service work.dwmalone2000-10-021-0/+1
* Explain "-c" option more exactly and state the default in the mandwmalone2000-08-031-7/+9
* Sleep for a second after tcp wrappers rejects a connection, so wedwmalone2000-07-311-1/+3
* Make sure to use IPv4 mapped IPv6 address when mapped address isume2000-04-021-5/+6
* Make inetd compilable without INET6.shin2000-03-111-2/+2
* Fix broken inet logging when wrapping options are not specified.shin2000-02-221-2/+2
* Fix inetd wrong AF check for RPC servicesshin2000-02-031-2/+3
* Fix inconsistent debug output. (syslog -> warnx)shin2000-01-281-12/+8
* Avoid verbose error messages when ipsec initialization for sockets failedshin2000-01-271-2/+4
* several tcp apps IPv6 updateshin2000-01-251-76/+540
* Do not dot terminate sentences inside FILES section. Lowercasecharnier2000-01-231-5/+5
* 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-281-1/+1
* Bring two wayward memory allocation failure messages in line withsheldonh1999-07-261-3/+3
* Don't match up TCP services with UDP sockets.des1999-07-231-3/+4
* 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-221-582/+7
* 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
* By popular demand, ident_stream now takes arguments. Ex:green1999-07-151-39/+49
* This is the working internal ident service. Turn it on by settinggreen1999-07-151-18/+99
* 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-091-8/+9
* Allow service alias names from /etc/services to be used when specifyingsheldonh1999-07-021-4/+24
* Ommitted in previous commit message:sheldonh1999-06-301-1/+1
* Enable wrapping for dgram services and fix logging so that -l reallysheldonh1999-06-301-27/+30
* Sync usage() with the manpage.sheldonh1999-06-281-2/+3
* Fix broken logic: (!wrap || log) -> (!wrap && log) .sheldonh1999-06-281-2/+2
* Add command-line option (-w), specified once to enable wrapping andsheldonh1999-06-271-27/+19
* Fix handling of maximum children and connections per minute.sheldonh1999-06-211-20/+28
* Various fixes for inetd's TCP Wrappers support:sheldonh1999-06-171-19/+20
* Don't stop listening to the signal pipe just because you don't havedes1999-05-111-6/+6
* Fix the "internal" wrapping as well as a nasty bug involvingmarkm1999-04-111-4/+8
* Now inetd(8) has direct support for tcp_wrappers! Not working at themarkm1999-03-281-4/+68
* Make machtime() function unsigned long instead of long.danny1999-01-051-5/+5
* Style cleanups.des1999-01-021-42/+33
* Back out rev. 1.42 and 1.43. Apply Graham Wheeler's signal handling patch.des1998-12-281-73/+115
* Remove signal mask prior to calling execdillon1998-12-151-1/+2
* Reviewed by: freebsd-currentdillon1998-12-111-27/+63
* Add an "internal" driver for the "ident" protocol (tcp/113).phk1998-11-041-1/+31
* Bruce says that %p is intended to format void pointers only. So use a void *jb1998-08-181-2/+2
* Remove a cast and print the pointer value with %p instead of %x.jb1998-08-171-4/+4
* Add (struct timezone *) cast to NULL for K&Rache1998-07-241-4/+4
* Use NULL as gettimeofday arg instead of 0 castache1998-07-231-8/+8
OpenPOWER on IntegriCloud