summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2000-02-09add rshd/rlogind for tcp6 cases.Jun-ichiro itojun Hagino
2000-02-05add IPv6 loopback (::1) as "localhost".Jun-ichiro itojun Hagino
2000-02-03Use the correct terminal entry for Openfirmware console.Dale S. Rahn
Allows visual editors to be used.
2000-01-30Use ed, not sed, for pulling the interesting bits out of /etc/sysctl.conf.Todd C. Miller
2000-01-30let sed do all the work, do not invoke extra grep; millert@ okMichael Shalayeff
2000-01-27add IPv6 reverse lookup table for loopback (::1).Jun-ichiro itojun Hagino
XXX shares database file with IPv4 one (0.0.127.in-addr.arpa)
2000-01-27Don't bind arrow keys in pdksh, the binding are already there by default.Todd C. Miller
2000-01-24fix getty problem with ttys.Steve Murphree
2000-01-23Correct serial device namesbrian
Submitted by: kevlo@
2000-01-17add IPv6 items.Jun-ichiro itojun Hagino
2000-01-16VIAO -> VAIOBrad Smith
2000-01-16ask for even more information to dmesglogTheo de Raadt
2000-01-11sendmail is really /usr/libexec/sendmail/sendmail now - not /usr/sbinPeter Galbavy
2000-01-10allow arbitrary commands in /etc/hostname.* files if the line starts with '!'Todd T. Fries
2000-01-07Add mobileip (proto 55)Angelos D. Keromytis
2000-01-05rtadvd.confAngelos D. Keromytis
2000-01-05rtadvd.confAngelos D. Keromytis
2000-01-02add following IPv6 configs: rtadvd_flags route6d_flags rtsold_flagsJun-ichiro itojun Hagino
2000-01-02rtsol case can configure the interface up, since it would be nice to finishTheo de Raadt
DAD before the actual rtsol(8) run happens later. and since it will rtsol, it is going to be up in any case.
2000-01-02one more indentation fix.Jun-ichiro itojun Hagino
2000-01-02indentation fix (todd's part)Jun-ichiro itojun Hagino
2000-01-02fix rtsold case, reset cmd for each iteration!Todd T. Fries
2000-01-02allow options after "rtsol".Jun-ichiro itojun Hagino
XXX both "dhcp" and "rtsol" has keyword *down* at the end. is it okay?
2000-01-02echo "IPv6 autoconf: interfaces" before invoking rtsol.Jun-ichiro itojun Hagino
sleep for net.inet6.ip6.dad_count seconds to ensure that IPv6 DAD is completed. TODO: rtsold (rc.conf line), manpage
2000-01-02ipv6 autoconf on hosts (non-routers).Jun-ichiro itojun Hagino
to do this, 1. in sysctl.conf, add these lines: net.inet6.ip6.forwarding=0 net.inet6.ip6.accept_rtadv=1 2. in hostname.foo, add rtsol specifying two or more interfaces with "rtsol" may result in strange behavior - ipv6 spec does not permit multi-interface node to be autoconfig'ed.
2000-01-02add to hostname.* parsing:Todd T. Fries
- multiple entries support (read: aliases) - inet6 support - support for comments (#) (look for hostname.if(5) commit for syntax details)
2000-01-01process sysctl.conf way earlierTheo de Raadt
1999-12-31install IPv6 reject routes only if kernel is capable of IPv6.Jun-ichiro itojun Hagino
1999-12-30insert #vm.swapencrypt=1Niels Provos
1999-12-16show ip6.forwardingTheo de Raadt
1999-12-12reflect reality; millert@ okHugh Graham
1999-12-11enable rtadvd in usr.sbin/Makefile.Jun-ichiro itojun Hagino
rcsid police on usr.sbin/rtadvd. add sample config into etc/rtadvd.conf. add files into distrib/sets/list.
1999-12-11add fingerd on tcp6.Jun-ichiro itojun Hagino
1999-12-11add telnetd on tcp6 (commented out).Jun-ichiro itojun Hagino
1999-12-09avoid transmitting invalid IPv6 packets out to the wire.Jun-ichiro itojun Hagino
1999-12-09do not perform IPv6 initialization for loopback interface.Jun-ichiro itojun Hagino
MUST make lo0 up before any IPv6 operations. it will be considered a pilot error if you don't. (I prefer to have lo0 initialized automatically)
1999-12-08sample entry for IPv6 ftp.Jun-ichiro itojun Hagino
1999-12-05expr(1)-less makedev.Michael Shalayeff
includes some works from todd@ and millert@ verified by todd@ and millert@
1999-11-30initial /etc filesMichael Shalayeff
1999-11-26/var/db/locate.database should be owned by root, not nobody. WhileTodd C. Miller
/usr/libexec/locate.updatedb does run as nobody the redirection is done as root so the resulting file is owned by root. sync log file owner/mode with what is is newsyslog.conf
1999-11-25Synch path with main MAKEDEV (include /usr/sbin, so chown works).Ian Darwin
1999-11-23formattingNiklas Hallqvist
1999-11-23isakmpd is elsewhere; evanc@concer.toTheo de Raadt
1999-11-22match /dev/fd{0,1,2,3}{,B,C,D,E,F,G,H}[abcdefghijklmnop] when doing device ↵Todd C. Miller
checks; closes PR #750
1999-11-20Fix cd/wcd aliases. Closes PR #981Todd C. Miller
1999-11-11Allow identd to be used w/o inetd.Federico G. Schwindt
1999-11-11Do not default to stacken.kth.se. The user should enter his own cell.Artur Grabowski
1999-10-25extra entries; joe@nall.comTheo de Raadt
1999-10-18ssh startup fix; millertTheo de Raadt
1999-10-17Fix typo; kwesterback@home.comAaron Campbell