Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-18 | silence all extra route addition printouts | Theo de Raadt | |
2000-03-17 | correct reject route installations for IPv6. improve comments. | Jun-ichiro itojun Hagino | |
2000-03-17 | more comment fixes. | Jun-ichiro itojun Hagino | |
2000-03-17 | improve comments. we don't usually need explicit configs. | Jun-ichiro itojun Hagino | |
2000-03-12 | disallow packets to malicious 6to4 prefix, based on | Jun-ichiro itojun Hagino | |
http://playground.iijlab.net/i-d/draft-itojun-ipv6-transition-abuse-00.txt | |||
2000-03-10 | fix non behavior | Todd T. Fries | |
with this `!' lines in /etc/hostname.* run even without certain lines (like a comment) preceeding it. | |||
2000-03-05 | Adda 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-02 | sun3 is alive, thanks to Miod Vallat <miodrag@ifrance.com>, add ksyms. | Todd T. Fries | |
2000-03-01 | $OpenBSD$ | Todd T. Fries | |
2000-02-29 | Add /etc/ssh_host_key* to the changelist. | Aaron Campbell | |
2000-02-29 | existance -> existence | Aaron Campbell | |
2000-02-28 | add ip6defaultif, which configures default outgoing interface | Jun-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-21 | add SES device | mjacob | |
2000-02-19 | description error; discovered in a bar in sweden.. | Theo de Raadt | |
2000-02-09 | add rshd/rlogind for tcp6 cases. | Jun-ichiro itojun Hagino | |
2000-02-05 | add IPv6 loopback (::1) as "localhost". | Jun-ichiro itojun Hagino | |
2000-02-03 | Use the correct terminal entry for Openfirmware console. | Dale S. Rahn | |
Allows visual editors to be used. | |||
2000-01-30 | Use ed, not sed, for pulling the interesting bits out of /etc/sysctl.conf. | Todd C. Miller | |
2000-01-30 | let sed do all the work, do not invoke extra grep; millert@ ok | Michael Shalayeff | |
2000-01-27 | add 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-27 | Don't bind arrow keys in pdksh, the binding are already there by default. | Todd C. Miller | |
2000-01-24 | fix getty problem with ttys. | Steve Murphree | |
2000-01-23 | Correct serial device names | brian | |
Submitted by: kevlo@ | |||
2000-01-17 | add IPv6 items. | Jun-ichiro itojun Hagino | |
2000-01-16 | VIAO -> VAIO | Brad Smith | |
2000-01-16 | ask for even more information to dmesglog | Theo de Raadt | |
2000-01-11 | sendmail is really /usr/libexec/sendmail/sendmail now - not /usr/sbin | Peter Galbavy | |
2000-01-10 | allow arbitrary commands in /etc/hostname.* files if the line starts with '!' | Todd T. Fries | |
2000-01-07 | Add mobileip (proto 55) | Angelos D. Keromytis | |
2000-01-05 | rtadvd.conf | Angelos D. Keromytis | |
2000-01-05 | rtadvd.conf | Angelos D. Keromytis | |
2000-01-02 | add following IPv6 configs: rtadvd_flags route6d_flags rtsold_flags | Jun-ichiro itojun Hagino | |
2000-01-02 | rtsol case can configure the interface up, since it would be nice to finish | Theo 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-02 | one more indentation fix. | Jun-ichiro itojun Hagino | |
2000-01-02 | indentation fix (todd's part) | Jun-ichiro itojun Hagino | |
2000-01-02 | fix rtsold case, reset cmd for each iteration! | Todd T. Fries | |
2000-01-02 | allow options after "rtsol". | Jun-ichiro itojun Hagino | |
XXX both "dhcp" and "rtsol" has keyword *down* at the end. is it okay? | |||
2000-01-02 | echo "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-02 | ipv6 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-02 | add 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-01 | process sysctl.conf way earlier | Theo de Raadt | |
1999-12-31 | install IPv6 reject routes only if kernel is capable of IPv6. | Jun-ichiro itojun Hagino | |
1999-12-30 | insert #vm.swapencrypt=1 | Niels Provos | |
1999-12-16 | show ip6.forwarding | Theo de Raadt | |
1999-12-12 | reflect reality; millert@ ok | Hugh Graham | |
1999-12-11 | enable 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-11 | add fingerd on tcp6. | Jun-ichiro itojun Hagino | |
1999-12-11 | add telnetd on tcp6 (commented out). | Jun-ichiro itojun Hagino | |
1999-12-09 | avoid transmitting invalid IPv6 packets out to the wire. | Jun-ichiro itojun Hagino | |
1999-12-09 | do 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) |