summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd
Commit message (Expand)AuthorAgeFilesLines
* Add used #include <limits.h>.wollman2002-10-271-3/+4
* When printing the wait status, break it down into a signal and a exit status.dwmalone2002-09-041-4/+10
* Swap sense of no_v[46]bind variables and rename as v[46]bind_ok -dwmalone2002-09-041-19/+19
* Fix parsing of unix domain entries after addition of IPv6 RPC support.dwmalone2002-09-041-38/+39
* Don't initialise policy, v4bind and v6bind where the variables aredwmalone2002-09-021-3/+10
* tpc -> tcp in an error message.dwmalone2002-09-021-2/+2
* Clear up a few warnings (unused variable, rpc versions are usigned so use %u,dwmalone2002-09-021-8/+7
* mdoc(7) police: Removed redundant .Ns calls.ru2002-08-131-1/+1
* Add capability for limiting the maximum number of simultaneousume2002-08-073-4/+315
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.ume2002-07-221-4/+2
* Fix typo: corrisponds -> correspondsfanf2002-07-221-1/+1
* add support for rpc IPv6 (rpc/udp/46 ...)alfred2002-07-152-33/+103
* The .Nm utilitycharnier2002-07-141-9/+6
* Replace the SWAP(var0,var1) macro with SWAP(type,var0,var1) and use it asjmallett2002-06-221-9/+9
* Unused macro.jmallett2002-06-221-1/+0
* __FBSDID() strategic insertion.jmallett2002-06-212-5/+6
* Kill __P, yuck.jmallett2002-06-213-46/+46
* Mark unused variables __unused.jmallett2002-06-212-5/+5
* Use __typeof__ instead of typeof.jmallett2002-06-211-1/+1
* Kill bad whitespace and do some style cleanups as a result of the protoize.jmallett2002-06-211-30/+20
* ANSI prototypes via protoize(1).jmallett2002-06-212-100/+64
* Log invalid config entries. Make the -d option actually log tojwd2002-05-261-4/+7
* Make compilable without -DINET6.ume2002-05-081-2/+2
* Log address family of a connection.ume2002-05-081-4/+6
* Correct spacing.dd2002-04-161-1/+1
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-271-1/+1
* Fix a typo.sheldonh2001-12-111-1/+1
* Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently addsdd2001-09-051-2/+2
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-1/+2
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-5/+7
* Turn off WARNS stuff. When combined with -nostdinc and system headerdwmalone2001-07-171-1/+1
* o Remove old setproctitle.dwmalone2001-07-173-50/+9
* Remove whitespace at EOL.dd2001-07-151-25/+25
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* mdoc(7) police: fixed markup, sorted xrefs.ru2001-07-051-13/+22
* mdoc(7) police: fix spacing and punctuation issues.dd2001-07-031-3/+2
* Don't add -Wall, as it's a compiler specific flag.dwmalone2001-06-241-1/+1
* Fix most of the warnings given by WARNS=2.dwmalone2001-06-243-105/+114
* Remove duplicate words.dd2001-06-241-1/+1
* Give inetd the ability to manage unix domain sockets. Details ofdwmalone2001-06-163-12/+169
* Correct cross-reference:sobomax2001-06-071-1/+1
* Get rid of se_ctladdrinitok, which doesn't do anything and seemesdwmalone2001-06-062-16/+0
* Correct a comment - the time service returns seconds since 1900 not 1970.dwmalone2001-06-041-1/+1
* This patch cleans up the ident stuff in inetd. The code which hasdwmalone2001-06-043-123/+145
* Recently, other BSDs had faith support in inetd. Though our inetd hasume2001-05-311-1/+7
* Make dg_echo return up to the first 65536 bytes of a datagram.dwmalone2001-05-261-1/+1
* Don't spell requester as requestor.dwmalone2001-05-261-1/+1
* Allow ident requests with trailing junk following the terminating "\n".dwmalone2001-03-281-1/+3
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
OpenPOWER on IntegriCloud