index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
inetd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the proctitle to indicate that we're busy wrapping a request for a
sheldonh
1999-07-09
1
-1
/
+3
*
Allow internal and external wrapping to be enabled independantly of
sheldonh
1999-07-09
2
-15
/
+20
*
Allow service alias names from /etc/services to be used when specifying
sheldonh
1999-07-02
2
-6
/
+26
*
Clarify that the services name, as specified in inetd.conf, for an
sheldonh
1999-07-02
1
-1
/
+9
*
Ommitted in previous commit message:
sheldonh
1999-06-30
2
-2
/
+2
*
Enable wrapping for dgram services and fix logging so that -l really
sheldonh
1999-06-30
2
-33
/
+51
*
Sync usage() with the manpage.
sheldonh
1999-06-28
1
-2
/
+3
*
Fix broken logic: (!wrap || log) -> (!wrap && log) .
sheldonh
1999-06-28
1
-2
/
+2
*
Fix the SYNOPSIS to reflect that the -w option can be specified twice.
sheldonh
1999-06-27
1
-2
/
+2
*
Add command-line option (-w), specified once to enable wrapping and
sheldonh
1999-06-27
3
-37
/
+45
*
Use Dq mdoc tag for double-quoted words.
sheldonh
1999-06-21
1
-12
/
+33
*
Fix handling of maximum children and connections per minute.
sheldonh
1999-06-21
1
-20
/
+28
*
Various fixes for inetd's TCP Wrappers support:
sheldonh
1999-06-17
3
-24
/
+26
*
Don't stop listening to the signal pipe just because you don't have
des
1999-05-11
1
-6
/
+6
*
There seems to be a problem (most likely when there is no hosts.allow)
markm
1999-05-07
1
-2
/
+2
*
MFS: sort reference list and embelish history.
obrien
1999-05-01
1
-5
/
+9
*
Fix the "internal" wrapping as well as a nasty bug involving
markm
1999-04-11
3
-9
/
+17
*
Now inetd(8) has direct support for tcp_wrappers! Not working at the
markm
1999-03-28
3
-9
/
+80
*
Make machtime() function unsigned long instead of long.
danny
1999-01-05
1
-5
/
+5
*
Style cleanups.
des
1999-01-02
1
-42
/
+33
*
Back out rev. 1.42 and 1.43. Apply Graham Wheeler's signal handling patch.
des
1998-12-28
1
-73
/
+115
*
Remove signal mask prior to calling exec
dillon
1998-12-15
1
-1
/
+2
*
Reviewed by: freebsd-current
dillon
1998-12-11
1
-27
/
+63
*
Add an "internal" driver for the "ident" protocol (tcp/113).
phk
1998-11-04
1
-1
/
+31
*
Bruce says that %p is intended to format void pointers only. So use a void *
jb
1998-08-18
1
-2
/
+2
*
Remove a cast and print the pointer value with %p instead of %x.
jb
1998-08-17
1
-4
/
+4
*
Add (struct timezone *) cast to NULL for K&R
ache
1998-07-24
1
-4
/
+4
*
Use NULL as gettimeofday arg instead of 0 cast
ache
1998-07-23
1
-8
/
+8
*
last patch misapplied.
phk
1998-07-22
1
-2
/
+2
*
This may apply to all known versions of inetd.
phk
1998-07-22
1
-1
/
+4
*
Spelling fixes.
phk
1998-06-10
1
-2
/
+2
*
Small typo in T/TCP patch ("speicfy" -> "specify").
pb
1998-05-15
1
-2
/
+2
*
On request of Garrett, ad a way to specify that a service should be
guido
1998-05-14
2
-3
/
+20
*
Fixed gross errors in previous commit. `sapipe' was used uninitialized
bde
1998-05-11
1
-7
/
+11
*
Unblock SIGPIPE before execv(); convert from sigvec to sigaction
guido
1998-05-08
1
-16
/
+18
*
Redo tcpmux stuff. tcpmux handling is now performed after inetd
guido
1998-05-07
1
-15
/
+20
*
Document the requirement for TCPMUX to also be enabled as an internal
wollman
1998-04-13
1
-1
/
+12
*
Make maxchild and max child-per-minute default values configurable from
pst
1998-02-24
2
-20
/
+62
*
Add possibility to specify maximum number of connections per minute
dima
1997-10-29
2
-8
/
+132
*
Implement group part now, final syntax is:
ache
1997-10-28
2
-17
/
+49
*
Implement login classes sepcification as user[/loginclass]
ache
1997-10-27
2
-10
/
+56
*
Use err(3).
charnier
1997-09-19
2
-50
/
+49
*
Remove and odd sleep found by David Holland and posted to -security.
imp
1997-08-29
1
-3
/
+4
*
login_getclass() -> login_getpwclass().
davidn
1997-05-10
1
-3
/
+2
*
Condition SO_PRIVSTATE twiddling on the definedness of SO_PRIVSTATE.
wollman
1997-04-28
1
-1
/
+3
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-31
1
-2
/
+2
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
3
-3
/
+3
*
The "-a" option for inetd specifies a specific IP address for the
julian
1997-02-05
1
-0
/
+1
*
Sort cross references.
wosch
1997-01-20
1
-2
/
+2
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
3
-3
/
+3
[next]