| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Force inetd to have listen queue size to be set to the value of | Andrey Zonov | 2013-01-20 | 1 | -1/+1 |
| * | Replace the use of wall clock time with monotonically increasing | Xin LI | 2012-06-04 | 1 | -3/+3 |
| * | Replace index() and rindex() calls with strchr() and strrchr(). | Ed Schouten | 2012-01-03 | 1 | -2/+2 |
| * | ANSIfy some more tools in usr.sbin/. | Ed Schouten | 2010-01-02 | 1 | -2/+1 |
| * | Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swap | Attilio Rao | 2009-11-25 | 1 | -0/+4 |
| * | Sync comment with actual configuration format. | Xin LI | 2009-02-13 | 1 | -2/+2 |
| * | Commit IPv6 support for FAST_IPSEC to the tree. | George V. Neville-Neil | 2007-07-01 | 1 | -1/+1 |
| * | Don't try to apply connection-per-ip rate limiting to unix domain | David Malone | 2007-03-11 | 1 | -0/+1 |
| * | Removed T/TCP bits. | Ruslan Ermilov | 2006-09-14 | 1 | -8/+2 |
| * | Revert previous commit for now, which seems to have (re)introduced some | Xin LI | 2006-01-18 | 1 | -135/+226 |
| * | Improves and cleanups over inetd(8): | Xin LI | 2006-01-18 | 1 | -226/+135 |
| * | Pidfiles should be created with permission preventing users from opening | Pawel Jakub Dawidek | 2005-09-16 | 1 | -1/+1 |
| * | Use pidfile(3) in inetd(8). | Pawel Jakub Dawidek | 2005-08-24 | 1 | -8/+16 |
| * | NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines | Hajimu UMEMOTO | 2005-05-13 | 1 | -17/+8 |
| * | Prefer C99's __func__ over GCC's __FUNCTION__. | Stefan Farfeleder | 2004-09-26 | 1 | -9/+9 |
| * | Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software | Warner Losh | 2004-08-07 | 1 | -4/+0 |
| * | Remove the requirement that the "discard" service be defined in the | Brooks Davis | 2004-04-20 | 1 | -1/+5 |
| * | The list of (key,value) pairs to request_init is terminated by a 0 key, | David Malone | 2004-04-04 | 1 | -1/+1 |
| * | On startup, warn if inetd's config file doesn't exist. This isn't | David Malone | 2004-03-22 | 1 | -0/+2 |
| * | Rather than use the gcc -fno-builtin-log flag, just rename the 'int log' | Peter Wemm | 2003-10-30 | 1 | -4/+4 |
| * | Since semantic of IPV6_PKTINFO was changed in RFC3542, we need to | Hajimu UMEMOTO | 2003-10-26 | 1 | -1/+1 |
| * | Use -fno-builtin-log so gcc doesn't get ideas about using a math function | Peter Wemm | 2003-10-26 | 1 | -1/+1 |
| * | Get the connections per minute calculation right. By good fortune | David Malone | 2003-07-15 | 1 | -1/+1 |
| * | Under some unusual conditions, inetd can leak a open file discriptor | David Malone | 2003-02-23 | 1 | -7/+23 |
| * | After calling login_getclass, be sure to call login_close so that | David Malone | 2003-02-23 | 1 | -1/+6 |
| * | The tcp_wrappers function `fromhost()' can fail. In such | Hajimu UMEMOTO | 2003-02-13 | 1 | -2/+16 |
| * | Using LOGIN_SETALL &~LOGIN_SETMAC to avoid setting the MAC label improperly, | Robert Watson | 2003-01-16 | 1 | -1/+1 |
| * | For now, set only the resource limits and process priority associated | Robert Watson | 2003-01-08 | 1 | -1/+2 |
| * | Add used #include <limits.h>. | Garrett Wollman | 2002-10-27 | 1 | -3/+4 |
| * | When printing the wait status, break it down into a signal and a exit status. | David Malone | 2002-09-04 | 1 | -4/+10 |
| * | Swap sense of no_v[46]bind variables and rename as v[46]bind_ok - | David Malone | 2002-09-04 | 1 | -19/+19 |
| * | Fix parsing of unix domain entries after addition of IPv6 RPC support. | David Malone | 2002-09-04 | 1 | -38/+39 |
| * | Don't initialise policy, v4bind and v6bind where the variables are | David Malone | 2002-09-02 | 1 | -3/+10 |
| * | tpc -> tcp in an error message. | David Malone | 2002-09-02 | 1 | -2/+2 |
| * | Clear up a few warnings (unused variable, rpc versions are usigned so use %u, | David Malone | 2002-09-02 | 1 | -8/+7 |
| * | Add capability for limiting the maximum number of simultaneous | Hajimu UMEMOTO | 2002-08-07 | 1 | -3/+283 |
| * | use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY. | Hajimu UMEMOTO | 2002-07-22 | 1 | -4/+2 |
| * | add support for rpc IPv6 (rpc/udp/46 ...) | Alfred Perlstein | 2002-07-15 | 1 | -32/+99 |
| * | Replace the SWAP(var0,var1) macro with SWAP(type,var0,var1) and use it as | Juli Mallett | 2002-06-22 | 1 | -9/+9 |
| * | Unused macro. | Juli Mallett | 2002-06-22 | 1 | -1/+0 |
| * | __FBSDID() strategic insertion. | Juli Mallett | 2002-06-21 | 1 | -2/+3 |
| * | Kill __P, yuck. | Juli Mallett | 2002-06-21 | 1 | -22/+22 |
| * | Mark unused variables __unused. | Juli Mallett | 2002-06-21 | 1 | -3/+3 |
| * | Use __typeof__ instead of typeof. | Juli Mallett | 2002-06-21 | 1 | -1/+1 |
| * | ANSI prototypes via protoize(1). | Juli Mallett | 2002-06-21 | 1 | -56/+28 |
| * | Log invalid config entries. Make the -d option actually log to | John W. De Boskey | 2002-05-26 | 1 | -4/+7 |
| * | Make compilable without -DINET6. | Hajimu UMEMOTO | 2002-05-08 | 1 | -2/+2 |
| * | Log address family of a connection. | Hajimu UMEMOTO | 2002-05-08 | 1 | -4/+6 |
| * | o Remove old setproctitle. | David Malone | 2001-07-17 | 1 | -47/+5 |
| * | Fix most of the warnings given by WARNS=2. | David Malone | 2001-06-24 | 1 | -38/+65 |