aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
Commit message (Expand)AuthorAgeFilesLines
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-14/+29
* Remove the requirement that the "discard" service be defined in theBrooks Davis2004-04-201-1/+5
* The list of (key,value) pairs to request_init is terminated by a 0 key,David Malone2004-04-041-1/+1
* On startup, warn if inetd's config file doesn't exist. This isn'tDavid Malone2004-03-221-0/+2
* Revert previous change. The effect of -w or -W option is described inPhilippe Charnier2004-02-291-1/+1
* According to source code, under certain conditions, logging goes to thePhilippe Charnier2004-02-251-1/+1
* Rather than use the gcc -fno-builtin-log flag, just rename the 'int log'Peter Wemm2003-10-302-5/+4
* Since semantic of IPV6_PKTINFO was changed in RFC3542, we need toHajimu UMEMOTO2003-10-261-1/+1
* Use -fno-builtin-log so gcc doesn't get ideas about using a math functionPeter Wemm2003-10-262-2/+3
* Move my inetd maintainer note to src/MAINTAINERS.David Malone2003-07-151-2/+0
* Get the connections per minute calculation right. By good fortuneDavid Malone2003-07-151-1/+1
* The .Xr utilityPhilippe Charnier2003-06-081-4/+6
* Under some unusual conditions, inetd can leak a open file discriptorDavid Malone2003-02-231-7/+23
* After calling login_getclass, be sure to call login_close so thatDavid Malone2003-02-231-1/+6
* The tcp_wrappers function `fromhost()' can fail. In suchHajimu UMEMOTO2003-02-131-2/+16
* Using LOGIN_SETALL &~LOGIN_SETMAC to avoid setting the MAC label improperly,Robert Watson2003-01-161-1/+1
* For now, set only the resource limits and process priority associatedRobert Watson2003-01-081-1/+2
* 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
* mdoc(7) police: Removed redundant .Ns calls.Ruslan Ermilov2002-08-131-1/+1
* Add capability for limiting the maximum number of simultaneousHajimu UMEMOTO2002-08-073-4/+315
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.Hajimu UMEMOTO2002-07-221-4/+2
* Fix typo: corrisponds -> correspondsTony Finch2002-07-221-1/+1
* add support for rpc IPv6 (rpc/udp/46 ...)Alfred Perlstein2002-07-152-33/+103
* The .Nm utilityPhilippe Charnier2002-07-141-9/+6
* 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-212-5/+6
* Kill __P, yuck.Juli Mallett2002-06-213-46/+46
* Mark unused variables __unused.Juli Mallett2002-06-212-5/+5
* Use __typeof__ instead of typeof.Juli Mallett2002-06-211-1/+1
* Kill bad whitespace and do some style cleanups as a result of the protoize.Juli Mallett2002-06-211-30/+20
* ANSI prototypes via protoize(1).Juli Mallett2002-06-212-100/+64
* 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
* Correct spacing.Dima Dorfman2002-04-161-1/+1
* Introduce a version field to `struct xucred' in place of one of theDima Dorfman2002-02-271-1/+1
* Fix a typo.Sheldon Hearn2001-12-111-1/+1
* Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently addsDima Dorfman2001-09-051-2/+2
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+2
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-5/+7
* Turn off WARNS stuff. When combined with -nostdinc and system headerDavid Malone2001-07-171-1/+1
* o Remove old setproctitle.David Malone2001-07-173-50/+9
* Remove whitespace at EOL.Dima Dorfman2001-07-151-25/+25