summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2000-03-18silence all extra route addition printoutsTheo de Raadt
2000-03-17correct reject route installations for IPv6. improve comments.Jun-ichiro itojun Hagino
2000-03-17more comment fixes.Jun-ichiro itojun Hagino
2000-03-17improve comments. we don't usually need explicit configs.Jun-ichiro itojun Hagino
2000-03-12disallow packets to malicious 6to4 prefix, based onJun-ichiro itojun Hagino
http://playground.iijlab.net/i-d/draft-itojun-ipv6-transition-abuse-00.txt
2000-03-10fix non behaviorTodd T. Fries
with this `!' lines in /etc/hostname.* run even without certain lines (like a comment) preceeding it.
2000-03-05Adda a stripcom function to strip comments (and leading whitespace,Todd C. Miller
depending on IFS). This replaces the ed and sed code previously used to do this.
2000-03-02sun3 is alive, thanks to Miod Vallat <miodrag@ifrance.com>, add ksyms.Todd T. Fries
2000-03-01$OpenBSD$Todd T. Fries
2000-02-29Add /etc/ssh_host_key* to the changelist.Aaron Campbell
2000-02-29existance -> existenceAaron Campbell
2000-02-28add ip6defaultif, which configures default outgoing interfaceJun-ichiro itojun Hagino
when no neighboring router is found (rare case). this is to conform strictly to the ND spec. it is safe to leave it empty.
2000-02-21add SES devicemjacob
2000-02-19description error; discovered in a bar in sweden..Theo de Raadt
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)