Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-07 | Don't set ifaddr::in_addrs to 1 after an ``iface clear'' on an interface | brian | |
with no addresses. | |||
2000-01-07 | Upgrade from 2.23 -> 2.26 | brian | |
I'll follow up with a list of changes (too big for a commit message IMHO) | |||
2000-01-06 | tiny nroff fix. sync with kame repository. | Jun-ichiro itojun Hagino | |
2000-01-06 | Rework language. | Angelos D. Keromytis | |
2000-01-05 | Config file should be in /etc | Angelos D. Keromytis | |
2000-01-05 | avoid use of kvm (sync with latest kame) | Jun-ichiro itojun Hagino | |
2000-01-04 | fix layout | Theo de Raadt | |
2000-01-04 | strip on install, from fgsch@ | Bob Beck | |
2000-01-04 | Add rmoption/rmoptions; useful for people who want a slightly | Angelos D. Keromytis | |
modified version of GENERIC. | |||
2000-01-03 | .Sh "SEE ALSO" -> .Sh SEE ALSO | Paul Janzen | |
2000-01-03 | Old getdate.y was not Y2K compliant, us the one that comes with cvs instead. | Todd C. Miller | |
2000-01-03 | Y2K bug in logging function, tm_year is year - 1900, not the last two digits | Todd C. Miller | |
of year. Two digit years are just a bad idea anyway so convert to a four digit year in the logfile. | |||
2000-01-03 | Use warnx() instead of the error() kludge | Angelos D. Keromytis | |
2000-01-03 | Allow for duplicate maxusers definitions (so one can include a GENERIC | Angelos D. Keromytis | |
and use a different value). config will print a warning that there has been a duplicate entry, and will use the second definition. More generally, config will end up using the last maxusers definition in the config file. | |||
2000-01-02 | wording changes (in sync with kame repository) | Jun-ichiro itojun Hagino | |
from: deraadt | |||
2000-01-02 | avoid "buf = realloc(buf, n)" (actually no harm). | Jun-ichiro itojun Hagino | |
sync with latest kame tree. | |||
2000-01-02 | bring "rtsol" descrpition to the top. (sync'ed with latest kame tree) | Jun-ichiro itojun Hagino | |
suggested by: deraadt | |||
2000-01-01 | move sysctl(8) to /sbin, with a relative symbolic link remaining in the old ↵ | Theo de Raadt | |
location | |||
1999-12-30 | vm.swapencrypt | Niels Provos | |
1999-12-30 | vm.swapencrypt for UVM | Niels Provos | |
1999-12-30 | correct connect() call | Theo de Raadt | |
1999-12-30 | comment type. from kwesterback@home.com | Kjell Wooding | |
1999-12-23 | Add -I flag for compatibility. | Angelos D. Keromytis | |
1999-12-21 | rcsid police. add Makefile. add gifconfig to SUBDIR. | Jun-ichiro itojun Hagino | |
1999-12-21 | gifconfig from KAME | Jun-ichiro itojun Hagino | |
1999-12-21 | typo fix. | Jun-ichiro itojun Hagino | |
From: Michael Shalayeff <mickey@lucifier.dial-up.user.akula.net> | |||
1999-12-20 | add faithd to SUBDIR. | Jun-ichiro itojun Hagino | |
1999-12-20 | rcsid police. | Jun-ichiro itojun Hagino | |
pathname change (/usr/local/v6/libexec -> /usr/libexec) bring in some of kame fixes (sprintf -> snprintf, proc title). | |||
1999-12-20 | faith translator deamon, from KAME | Jun-ichiro itojun Hagino | |
1999-12-19 | Fix the TIMEOUT case not to dump the shell environment. | Angelos D. Keromytis | |
1999-12-18 | If the protocol specified via the -P flag is 1 (IPPROTO_ICMP), use | Angelos D. Keromytis | |
ICMP Echo Request packets (rather than UDP packets) for the traceroute (mlists@gizmo.kyrnet.kg) Also, if the -c flag is specified, the UDP destination port is not incremented; rather, the base port is used for all packets (33434 or as set via the -p flag). | |||
1999-12-18 | Fix error message. | Angelos D. Keromytis | |
1999-12-17 | terminate an arg vector w/ NULL | Michael Shalayeff | |
1999-12-16 | Add the ability to use interface names in place of addresses | Kjell Wooding | |
in firewall rules. i.e. block return-rst in quick on fxp0 proto tcp from any to fxp0 port = 9999 This will make things like DHCP much easier to deal with in the future. | |||
1999-12-16 | move dump file to /var/run, not /var/tmp. | Jun-ichiro itojun Hagino | |
1999-12-16 | deposit dump file in /var/run; markus | Theo de Raadt | |
1999-12-16 | use arc4random() | Theo de Raadt | |
1999-12-15 | Import of Darren Reed's IPFilter 3.3.4, including OpenBSD patches. | Kjell Wooding | |
Many, many enhancements and improvements, including new in-kernel proxies, enhancements to logging, and many bugfixes. Note: Man pages have not yet been re-converted to mdoc. | |||
1999-12-12 | route6d now works fine (because of udp socket advanced API fix) | Jun-ichiro itojun Hagino | |
1999-12-11 | it looks that route6d is not working right, because of | Jun-ichiro itojun Hagino | |
behavior difference in socket layer against multicast destination. | |||
1999-12-11 | add and enable route6d. fix bogus enties in distrib/sets/lists. | Jun-ichiro itojun Hagino | |
XXX route6d is not really tested on kame/openbsd. there can be some trouble with kernel advanced API part. | |||
1999-12-11 | route6d, simple ripng daemon, from KAME | Jun-ichiro itojun Hagino | |
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 | router advertisement daemon, from KAME | Jun-ichiro itojun Hagino | |
1999-12-10 | indent | Theo de Raadt | |
1999-12-10 | repair various bugs in -d mode | Theo de Raadt | |
1999-12-10 | add IPv6 support. net.inet6.{ip6,icmp6} will be printed. | Jun-ichiro itojun Hagino | |
1999-12-10 | add ndp(8), arp(8) lookalike for IPv6. | Jun-ichiro itojun Hagino | |
1999-12-10 | arp(8) lookalike for IPv6, from KAME | Jun-ichiro itojun Hagino | |
1999-12-10 | Fix a few typos. | Angelos D. Keromytis | |