index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
inetd
/
inetd.c
Age
Commit message (
Expand
)
Author
2006-05-11
- use socklen_t where appropriate
mrg
2005-04-09
Don't ignore SIGCHLD, because we are not going to get kqueue notifications
christos
2004-11-28
Simplify code a bit, and whitespace.
christos
2004-10-29
Add (unsigned char) cast to ctype functions
dsl
2004-10-20
Add two missing `#ifdef INET6's.
pk
2004-09-14
Change the log that is produced when the maximum spawn count per
rumble
2004-01-25
Allow quoting using single or double quotes inside inetd.conf. Closes
cube
2003-10-21
Don't assign NULL to an integer.
fvdl
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-13
use strlcpy
itojun
2003-04-22
"user:group=foo.bar" is weird. use colon on both sides
itojun
2003-04-22
always configure IPV6_FAITH explicitly to avoid misconfiguring it on SIGHUP.
itojun
2003-02-16
Because signals are delivered synchronously via kqueue(2) there is no
tron
2003-02-16
Now that signal handling is done via kqueue(2) we need to enter
tron
2003-02-13
Improve kqueue(2) utilization:
tron
2003-02-12
KNF.
tron
2003-02-12
Rewrite inetd(8) to use kqueue(2) for enhanced performance and scalability.
tron
2002-09-19
If we can't set FD_CLOEXEC on a listening socket, close it rather than allowing
mycroft
2002-07-04
correct udp-from-broadcast check. From: andre@ae-35.com
itojun
2002-06-05
on internal udp echoback service, reject request if source address is a
itojun
2002-06-01
no need for inetd_dummy variable. from openbsd
itojun
2002-06-01
minor KNF
itojun
2002-06-01
cleanup main() by splitting it up in two. inspired by openbsd change
itojun
2002-06-01
socklen_t cleanup. make MULOG code actually compile (is there anyone using
itojun
2002-05-31
use setproctitle(3); from itojun.
christos
2002-01-21
deamon -> daemon
wiz
2001-12-26
Convert some 'long's to 'uint32_t's. Now rdate works against an LP64 box.
abs
2001-04-06
Negative exit code cleanup: Replace exit(-x) with exit(x).
wiz
2001-02-19
convert to use getprogname()
cgd
2001-01-11
use explicit name rather than __progname in openlog
lukem
2000-08-01
be more paranoid about UDP-based echo services validation. namely,
itojun
2000-07-23
Remove bogus typeof hack, and just use the type directly.
mycroft
2000-07-08
permit square-bracket notation (as in RFC2732) for the first element
itojun
2000-07-07
explicitly check if the address family is supported, by using socket(2).
itojun
2000-07-05
more change on getaddrinfo error handling.
itojun
2000-07-04
add faithd(8) support. with "faith/tcp6" protocol specification,
itojun
2000-07-04
emit more friendly message on nonexistent service name.
itojun
2000-07-03
check for mux service by ISMUX(), not by != NORM_TYPE
itojun
2000-07-03
remove duplicated ipsec setup code. we always call setup() on
itojun
2000-06-02
Modify to support RPC over IPv6.
fvdl
2000-05-13
use LOG_WARNING for syslog output for address family mismatch.
itojun
2000-05-13
correct extremely unfriendly error message when the kernel does not
itojun
2000-03-06
fix IPsec policy parser. #@ should affect multiple lines as documented.
itojun
2000-01-31
sync with latest libipsec.
itojun
2000-01-27
make error check against getnameinfo().
itojun
2000-01-13
call sigsetmask() on ipsec initialization failure.
itojun
1999-10-06
A colon is the preferred way to split a user and group name pair; make this
ad
1999-09-15
fix internal servers (like echo) so that they can accept AF_INET6 connections.
itojun
1999-08-02
Fix PR7739: correct -DRPC rot in inetd.c
sommerfeld
1999-07-28
query service name properly on libwrap warnings.
itojun
[next]