aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd/inetd.c
Commit message (Expand)AuthorAgeFilesLines
* Add used #include <limits.h>.Garrett Wollman2002-10-271-3/+4
* When printing the wait status, break it down into a signal and a exit status.David Malone2002-09-041-4/+10
* Swap sense of no_v[46]bind variables and rename as v[46]bind_ok -David Malone2002-09-041-19/+19
* Fix parsing of unix domain entries after addition of IPv6 RPC support.David Malone2002-09-041-38/+39
* Don't initialise policy, v4bind and v6bind where the variables areDavid Malone2002-09-021-3/+10
* tpc -> tcp in an error message.David Malone2002-09-021-2/+2
* Clear up a few warnings (unused variable, rpc versions are usigned so use %u,David Malone2002-09-021-8/+7
* Add capability for limiting the maximum number of simultaneousHajimu UMEMOTO2002-08-071-3/+283
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.Hajimu UMEMOTO2002-07-221-4/+2
* add support for rpc IPv6 (rpc/udp/46 ...)Alfred Perlstein2002-07-151-32/+99
* Replace the SWAP(var0,var1) macro with SWAP(type,var0,var1) and use it asJuli Mallett2002-06-221-9/+9
* Unused macro.Juli Mallett2002-06-221-1/+0
* __FBSDID() strategic insertion.Juli Mallett2002-06-211-2/+3
* Kill __P, yuck.Juli Mallett2002-06-211-22/+22
* Mark unused variables __unused.Juli Mallett2002-06-211-3/+3
* Use __typeof__ instead of typeof.Juli Mallett2002-06-211-1/+1
* ANSI prototypes via protoize(1).Juli Mallett2002-06-211-56/+28
* Log invalid config entries. Make the -d option actually log toJohn W. De Boskey2002-05-261-4/+7
* Make compilable without -DINET6.Hajimu UMEMOTO2002-05-081-2/+2
* Log address family of a connection.Hajimu UMEMOTO2002-05-081-4/+6
* o Remove old setproctitle.David Malone2001-07-171-47/+5
* Fix most of the warnings given by WARNS=2.David Malone2001-06-241-38/+65
* Give inetd the ability to manage unix domain sockets. Details ofDavid Malone2001-06-161-10/+95
* Get rid of se_ctladdrinitok, which doesn't do anything and seemesDavid Malone2001-06-061-14/+0
* Recently, other BSDs had faith support in inetd. Though our inetd hasHajimu UMEMOTO2001-05-311-1/+7
* Various cleanups of inetd: Avoid shadowing variables, use socklen_tDavid Malone2001-01-221-19/+17
* Don't mention /etc/protocols in inetd documentation or comments, as inetdDavid Malone2001-01-221-2/+2
* Tidy up some prototypes:David Malone2000-12-031-4/+8
* Fix two typos in comments.David Malone2000-10-241-1/+1
* Don't leak a file discriptor if a service we've called accept() forDavid Malone2000-10-211-0/+3
* Make reconfiguring an external service as builtin service work.David Malone2000-10-021-0/+1
* Explain "-c" option more exactly and state the default in the manDavid Malone2000-08-031-7/+9
* Sleep for a second after tcp wrappers rejects a connection, so weDavid Malone2000-07-311-1/+3
* Make sure to use IPv4 mapped IPv6 address when mapped address isHajimu UMEMOTO2000-04-021-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