summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-281-2/+2
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-181-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+4
* Various cleanups of inetd: Avoid shadowing variables, use socklen_tdwmalone2001-01-222-20/+18
* Don't mention /etc/protocols in inetd documentation or comments, as inetddwmalone2001-01-222-5/+4
* Prepare for mdoc(7)NG.ru2000-12-271-1/+1
* Add a -F option to the builtin ident service, which allows .fakeid filesdwmalone2000-12-052-3/+17
* Tidy up some prototypes:dwmalone2000-12-033-7/+10
* Make some style changes to the ident_stream() code.green2000-12-021-14/+20
* Security fix: correctly set groups according to the user. Previously,green2000-11-251-6/+15
OpenPOWER on IntegriCloud