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
*
Perform a major cleanup of the usr.sbin Makefiles.
obrien
2001-07-20
1
-5
/
+7
*
Turn off WARNS stuff. When combined with -nostdinc and system header
dwmalone
2001-07-17
1
-1
/
+1
*
o Remove old setproctitle.
dwmalone
2001-07-17
3
-50
/
+9
*
Remove whitespace at EOL.
dd
2001-07-15
1
-25
/
+25
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
dd
2001-07-09
1
-1
/
+0
*
mdoc(7) police: fixed markup, sorted xrefs.
ru
2001-07-05
1
-13
/
+22
*
mdoc(7) police: fix spacing and punctuation issues.
dd
2001-07-03
1
-3
/
+2
*
Don't add -Wall, as it's a compiler specific flag.
dwmalone
2001-06-24
1
-1
/
+1
*
Fix most of the warnings given by WARNS=2.
dwmalone
2001-06-24
3
-105
/
+114
*
Remove duplicate words.
dd
2001-06-24
1
-1
/
+1
*
Give inetd the ability to manage unix domain sockets. Details of
dwmalone
2001-06-16
3
-12
/
+169
*
Correct cross-reference:
sobomax
2001-06-07
1
-1
/
+1
*
Get rid of se_ctladdrinitok, which doesn't do anything and seemes
dwmalone
2001-06-06
2
-16
/
+0
*
Correct a comment - the time service returns seconds since 1900 not 1970.
dwmalone
2001-06-04
1
-1
/
+1
*
This patch cleans up the ident stuff in inetd. The code which has
dwmalone
2001-06-04
3
-123
/
+145
*
Recently, other BSDs had faith support in inetd. Though our inetd has
ume
2001-05-31
1
-1
/
+7
*
Make dg_echo return up to the first 65536 bytes of a datagram.
dwmalone
2001-05-26
1
-1
/
+1
*
Don't spell requester as requestor.
dwmalone
2001-05-26
1
-1
/
+1
*
Allow ident requests with trailing junk following the terminating "\n".
dwmalone
2001-03-28
1
-1
/
+3
*
- Backout botched attempt to introduce MANSECT feature.
ru
2001-03-26
1
-0
/
+1
*
Set the default manual section for usr.sbin/ to 8.
ru
2001-03-20
1
-1
/
+0
*
Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.
ru
2001-02-28
1
-2
/
+2
*
Switch to using a struct xucred instead of a struct xucred when not
green
2001-02-18
1
-1
/
+1
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
1
-2
/
+4
*
Various cleanups of inetd: Avoid shadowing variables, use socklen_t
dwmalone
2001-01-22
2
-20
/
+18
*
Don't mention /etc/protocols in inetd documentation or comments, as inetd
dwmalone
2001-01-22
2
-5
/
+4
*
Prepare for mdoc(7)NG.
ru
2000-12-27
1
-1
/
+1
*
Add a -F option to the builtin ident service, which allows .fakeid files
dwmalone
2000-12-05
2
-3
/
+17
*
Tidy up some prototypes:
dwmalone
2000-12-03
3
-7
/
+10
*
Make some style changes to the ident_stream() code.
green
2000-12-02
1
-14
/
+20
*
Security fix: correctly set groups according to the user. Previously,
green
2000-11-25
1
-6
/
+15
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-3
/
+3
*
Be explicit about the fact that you can only specify one IP address/hostname
n_hibma
2000-10-29
1
-1
/
+1
*
Fix two typos in comments.
dwmalone
2000-10-24
2
-2
/
+2
*
Claim maintainership of inetd.
dwmalone
2000-10-21
1
-0
/
+2
*
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
*
Stop internal ident service spinning until the timeout if the
dwmalone
2000-10-02
1
-0
/
+2
*
Explain "-c" option more exactly and state the default in the man
dwmalone
2000-08-03
2
-8
/
+13
*
specifer -> specifier
dwmalone
2000-08-03
1
-1
/
+1
*
Sleep for a second after tcp wrappers rejects a connection, so we
dwmalone
2000-07-31
1
-1
/
+3
*
Make builtin ident service work if the request arrives in more than
dwmalone
2000-07-12
1
-15
/
+38
*
Fix the ident server up more: use ssize_t/size_t/socklen_t/int all in the
green
2000-05-30
1
-23
/
+22
*
Fix a 64-bit'ism in the handling of the ident service. sysctlbyname() takes
jhb
2000-05-30
1
-1
/
+2
*
Clarify the use of the auth service's -d option for specifying
sheldonh
2000-04-26
1
-6
/
+15
*
Make sure to use IPv4 mapped IPv6 address when mapped address is
ume
2000-04-02
1
-5
/
+6
*
Optimize those services that send only one block of data: use send(2)
sheldonh
2000-03-28
1
-4
/
+4
*
Allow using "-d username" without "-r". Example:
green
2000-03-28
2
-5
/
+20
*
"can received" -> "can receive".
ru
2000-03-22
1
-1
/
+1
[next]