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
*
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
*
Implement minimal login class support (ie: does a setusercontext()).
peter
1997-01-13
2
-2
/
+27
*
Reviewed by: Bill fenner
julian
1996-11-10
3
-76
/
+227
*
Reviewed by: Bill fenner
julian
1996-11-10
1
-34
/
+30
*
Fix incorrect length argument to memset() function. Closes PR#1937.
alex
1996-11-01
1
-2
/
+2
*
Do not modify a malloc()ed pointer; instead, use memmove().
joerg
1996-10-28
1
-2
/
+3
*
Reviewed by: various
julian
1996-08-09
2
-7
/
+27
*
Increased listen() queue-depth limit to 64.
dg
1996-07-17
1
-2
/
+2
*
Add $Id$
gpalmer
1996-05-07
1
-0
/
+1
*
Call setsockopt(SO_PRIVSTATE) to renounce SS_PRIV on all the sockets
wollman
1996-02-07
2
-36
/
+69
*
Fix a bunch of spelling errors in a bunch of man pages.
mpp
1996-01-30
1
-2
/
+2
*
Make inetd use setproctitle from libutil instead of it's own version.
peter
1996-01-01
2
-5
/
+35
*
Workaround for the setlogin()-in-same-session-as-inetd bug.
peter
1995-11-03
1
-4
/
+25
*
Implement simple quoting for command args.
adam
1995-10-30
1
-3
/
+10
*
Record PID in /var/run/inetd.pid and document same.
wollman
1995-10-12
3
-4
/
+34
*
Correct the "default rate" - it's 256/minute not 1000/minute.
dg
1995-10-09
1
-2
/
+2
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
1
-3
/
+6
[next]