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
/
inetd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
o Remove old setproctitle.
dwmalone
2001-07-17
1
-47
/
+5
*
Fix most of the warnings given by WARNS=2.
dwmalone
2001-06-24
1
-38
/
+65
*
Give inetd the ability to manage unix domain sockets. Details of
dwmalone
2001-06-16
1
-10
/
+95
*
Get rid of se_ctladdrinitok, which doesn't do anything and seemes
dwmalone
2001-06-06
1
-14
/
+0
*
Recently, other BSDs had faith support in inetd. Though our inetd has
ume
2001-05-31
1
-1
/
+7
*
Various cleanups of inetd: Avoid shadowing variables, use socklen_t
dwmalone
2001-01-22
1
-19
/
+17
*
Don't mention /etc/protocols in inetd documentation or comments, as inetd
dwmalone
2001-01-22
1
-2
/
+2
*
Tidy up some prototypes:
dwmalone
2000-12-03
1
-4
/
+8
*
Fix two typos in comments.
dwmalone
2000-10-24
1
-1
/
+1
*
Don't leak a file discriptor if a service we've called accept() for
dwmalone
2000-10-21
1
-0
/
+3
*
Make reconfiguring an external service as builtin service work.
dwmalone
2000-10-02
1
-0
/
+1
*
Explain "-c" option more exactly and state the default in the man
dwmalone
2000-08-03
1
-7
/
+9
*
Sleep for a second after tcp wrappers rejects a connection, so we
dwmalone
2000-07-31
1
-1
/
+3
*
Make sure to use IPv4 mapped IPv6 address when mapped address is
ume
2000-04-02
1
-5
/
+6
*
Make inetd compilable without INET6.
shin
2000-03-11
1
-2
/
+2
*
Fix broken inet logging when wrapping options are not specified.
shin
2000-02-22
1
-2
/
+2
*
Fix inetd wrong AF check for RPC services
shin
2000-02-03
1
-2
/
+3
*
Fix inconsistent debug output. (syslog -> warnx)
shin
2000-01-28
1
-12
/
+8
*
Avoid verbose error messages when ipsec initialization for sockets failed
shin
2000-01-27
1
-2
/
+4
*
several tcp apps IPv6 update
shin
2000-01-25
1
-76
/
+540
*
Do not dot terminate sentences inside FILES section. Lowercase
charnier
2000-01-23
1
-5
/
+5
*
Put the listening socket into non-blocking mode before doing an
peter
1999-11-17
1
-0
/
+8
*
Do not dot or \n terminate syslog string.
charnier
1999-10-13
1
-3
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Bring two wayward memory allocation failure messages in line with
sheldonh
1999-07-26
1
-3
/
+3
*
Don't match up TCP services with UDP sockets.
des
1999-07-23
1
-3
/
+4
*
Relegate the diagnostic descriptor counter to the -DSANITY_CHECK case.
sheldonh
1999-07-22
1
-4
/
+10
*
Remove unnecessary macro introduced in previous commit.
sheldonh
1999-07-22
1
-4
/
+5
*
Don't leak pipe descriptor to daemons on execv().
sheldonh
1999-07-22
1
-4
/
+6
*
Signal handlers should use _exit(2) and not exit(3).
sheldonh
1999-07-22
1
-2
/
+2
*
Move code for all builtin services from inetd.c to builtins.c, including
sheldonh
1999-07-22
1
-582
/
+7
*
Fix for the hosts_options(5) spawn option.
sheldonh
1999-07-21
1
-5
/
+9
*
Fix horribly broken comment. The submitter of the associated code sent
sheldonh
1999-07-21
1
-3
/
+4
*
By popular demand, ident_stream now takes arguments. Ex:
green
1999-07-15
1
-39
/
+49
*
This is the working internal ident service. Turn it on by setting
green
1999-07-15
1
-18
/
+99
*
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
1
-8
/
+9
*
Allow service alias names from /etc/services to be used when specifying
sheldonh
1999-07-02
1
-4
/
+24
*
Ommitted in previous commit message:
sheldonh
1999-06-30
1
-1
/
+1
*
Enable wrapping for dgram services and fix logging so that -l really
sheldonh
1999-06-30
1
-27
/
+30
*
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
*
Add command-line option (-w), specified once to enable wrapping and
sheldonh
1999-06-27
1
-27
/
+19
*
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
1
-19
/
+20
*
Don't stop listening to the signal pipe just because you don't have
des
1999-05-11
1
-6
/
+6
*
Fix the "internal" wrapping as well as a nasty bug involving
markm
1999-04-11
1
-4
/
+8
*
Now inetd(8) has direct support for tcp_wrappers! Not working at the
markm
1999-03-28
1
-4
/
+68
*
Make machtime() function unsigned long instead of long.
danny
1999-01-05
1
-5
/
+5
*
Style cleanups.
des
1999-01-02
1
-42
/
+33
[next]