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
/
builtins.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework all non-contributed files that use `struct timezone'.
ed
2012-09-01
1
-7
/
+1
*
Spelling fixes for usr.sbin/
uqs
2011-12-30
1
-1
/
+1
*
Update a couple of comments relating to RFCs.
dwmalone
2006-04-17
1
-2
/
+5
*
Port 37 (RFC 738) style times are supposed to be a 32 bit time since
dwmalone
2006-04-17
1
-6
/
+6
*
Fix typo: corrisponds -> corresponds
fanf
2002-07-22
1
-1
/
+1
*
__FBSDID() strategic insertion.
jmallett
2002-06-21
1
-3
/
+3
*
Kill __P, yuck.
jmallett
2002-06-21
1
-15
/
+15
*
Mark unused variables __unused.
jmallett
2002-06-21
1
-2
/
+2
*
Kill bad whitespace and do some style cleanups as a result of the protoize.
jmallett
2002-06-21
1
-30
/
+20
*
ANSI prototypes via protoize(1).
jmallett
2002-06-21
1
-44
/
+36
*
Introduce a version field to `struct xucred' in place of one of the
dd
2002-02-27
1
-1
/
+1
*
o Remove old setproctitle.
dwmalone
2001-07-17
1
-3
/
+3
*
Fix most of the warnings given by WARNS=2.
dwmalone
2001-06-24
1
-25
/
+38
*
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
1
-110
/
+119
*
Make dg_echo return up to the first 65536 bytes of a datagram.
dwmalone
2001-05-26
1
-1
/
+1
*
Allow ident requests with trailing junk following the terminating "\n".
dwmalone
2001-03-28
1
-1
/
+3
*
Switch to using a struct xucred instead of a struct xucred when not
green
2001-02-18
1
-1
/
+1
*
Add a -F option to the builtin ident service, which allows .fakeid files
dwmalone
2000-12-05
1
-3
/
+7
*
Tidy up some prototypes:
dwmalone
2000-12-03
1
-2
/
+0
*
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
*
Stop internal ident service spinning until the timeout if the
dwmalone
2000-10-02
1
-0
/
+2
*
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
*
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
1
-2
/
+14
*
Make inetd compilable without INET6.
shin
2000-03-11
1
-0
/
+2
*
Fix addr length argument value passed to sendto().
shin
2000-03-09
1
-10
/
+10
*
several tcp apps IPv6 update
shin
2000-01-25
1
-31
/
+57
*
I like base-36 better.
green
2000-01-20
1
-4
/
+18
*
Implement -g and -d options in my ident code. The -g flag uses a random
green
2000-01-19
1
-12
/
+45
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Here goes, the "clear up any possible confusion" commit.
green
1999-07-26
1
-11
/
+65
*
More cleanups to ident_stream. Variables moved around, changed.
green
1999-07-25
1
-16
/
+11
*
More cleanups, asprintf() usage (proper, as opposed to using snprintf()),
green
1999-07-24
1
-12
/
+36
*
Clean up to match style(9) more closely. This should fix the problem of
green
1999-07-24
1
-6
/
+5
*
Use comments to group functions by service more clearly. I've used the
sheldonh
1999-07-24
1
-2
/
+31
*
Style nits:
sheldonh
1999-07-24
1
-5
/
+8
*
Ahem. Put things back a bit. I declare variables in the scope they're
green
1999-07-23
1
-9
/
+13
*
Style cleanups for iderror() and ident_stream(). Looks like c++ hang-over.
sheldonh
1999-07-23
1
-25
/
+24
*
Fix auth -t argument handling. It was broken for the "sec.usec" case.
sheldonh
1999-07-23
1
-4
/
+5
*
Fixed a braino: lack of spaces in sscanf caused ident parsing to fail.
green
1999-07-23
1
-2
/
+2
*
"knobs are cheap". Here's a -t timeout option for the internal ident
green
1999-07-22
1
-2
/
+18
*
This commit encompasses the following changes to inetd:
green
1999-07-22
1
-30
/
+83
*
Move code for all builtin services from inetd.c to builtins.c, including
sheldonh
1999-07-22
1
-0
/
+505