summaryrefslogtreecommitdiff
path: root/usr.sbin/inetd
AgeCommit message (Collapse)Author
2000-08-22If a user is specified in inetd.conf, set the LOGIN_SETGROUP flag tooTodd C. Miller
since setting user implies setting default groups for that user. Porblem noted by sigh@kuzirabekon.econ.nagasaki-u.ac.jp.
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class.
2000-08-03udp source validation: drop v4 mapped altogether.Jun-ichiro itojun Hagino
2000-08-01unused variableJun-ichiro itojun Hagino
2000-08-01be more paranoid about UDP-based echo services validation. namely,Jun-ichiro itojun Hagino
reject the following sources: 0.0.0.0/8 127.0.0.0/8 240.0.0.0/4 255.0.0.0/8 ff00::/8 ::/128 ::ffff:0.0.0.0/96 and ::0.0.0.0/96 obeys IPv4 rule. reserved port, or NFS port. hint from deraadt.
2000-08-01for datagram services, support IPv6.Jun-ichiro itojun Hagino
2000-07-08handle IPv6 address in first element.Jun-ichiro itojun Hagino
permit square bracket notation in first element of inetd.conf, like RFC2732. otherwise colon is slightly ambiguous. sync with kame. [::1]:ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -US -h
2000-06-19honor scopeid when compare ipv6 addrsJun-ichiro itojun Hagino
2000-06-14clarify tcp4/tcp6 interaction.Jun-ichiro itojun Hagino
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-03-31install inetd.conf(5) here insteadTheo de Raadt
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
2000-03-04handle corrupt inetd.conf files better; sdb@ssr.comTheo de Raadt
2000-02-01no need to extern int errno if errno.h is includedTheo de Raadt
1999-12-10indentTheo de Raadt
1999-12-10repair various bugs in -d modeTheo de Raadt
1999-12-08IPv6/v4 inetd(8) from KAME. now you can test ftp over IPv6.Jun-ichiro itojun Hagino
1999-09-23Typo fixes.Alex Feldman
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-02-24fix -R option; hughTheo de Raadt
1999-01-04PIDs does not always fit in shortNiklas Hallqvist
1998-12-04support user.group or user:group, per chown(8)Theo de Raadt
1998-11-21missing \nTheo de Raadt
1998-11-19catch extra junk at the end of the numbersTheo de Raadt
1998-11-18correct strtol() mess around rpc version numbersTheo de Raadt
1998-11-08usr.sbin/ man page repairs, a-iAaron Campbell
1998-10-28fix ? usage handling; route@resentment.infonexus.comTheo de Raadt
1998-07-15close fd leak; jeff@FORYS.CRANBURY.NJ.USTheo de Raadt
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd C. Miller
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there.
1998-06-03use sigsetops, and do cross-block signal handlersTheo de Raadt
1998-03-12unblock SIGPIPE before execv(); chuck.Theo de Raadt
convert to sigaction(); deraadt.
1998-02-24udp time may be contacted at dynamic reservedTheo de Raadt
1997-12-23make it more obvious why pmap_set syslogs happenTheo de Raadt
1997-12-04Fixed a sysadmin-dos.Artur Grabowski
1997-11-14clone freebsd "-R rate"; default to 256 invocations/minuteTheo de Raadt
1997-11-14crank TOOMANY to 160 for nowTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-09-19ignore SIGPIPE; not nearly as much of a problem as linux thoughTheo de Raadt
1997-08-31only check for ftp bounce in tcp, duh. for nonreserved ports, do notTheo de Raadt
close for looping mode. kill an fd leak.
1997-08-29very weird sleep; dholland@eecs.harvard.eduTheo de Raadt
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-07-22cleanupTheo de Raadt
1997-07-08print child exit status in debug mode.kstailey
1997-07-08NULLkstailey
1997-06-26mem* cleanupTheo de Raadt
1997-06-26Document inetd's allowing mutliple comma-separated hostnames in inetd.conf.denny
1997-06-26Better support for specific instance binding in inetd:denny
- Allow comma delimited list of hostnames, create a socket for each - Allow a hostname which resolves to multiple addrs, create a socket for each - Make sure kill -HUP handles specific instance services correctly.
1997-06-23return 32-bits worth of time for time serviceTheo de Raadt