Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-27 | $Id$ -> $OpenBSD$ | brian | |
2000-02-27 | Fix a bug in end-of-line comment parsing. | brian | |
Fix callback (don't ``forget'' to call back). Restructure how we add/remove the address family when writing/reading the tun device. Notify the tun device that we've changed PID under FreeBSD. | |||
2000-02-27 | When we stop a timer that's the first in the timer list, ensure | brian | |
that we adjust that timers `rest' value (with the current getitimer() values) before using that to adjust the next items `rest' value. After adjusting that value, restart the timer service so that we've now got the correct setitimer() values. When adjusting timer::rest, round to the closest TICKUNIT usecs value. struct descriptor -> struct fdescriptor (to avoid header polution in NetBSD). Introduce LOCALNAT and LOCALRAD defines. The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mib is aligned. Teach this to ``show route'' and clean up some of the sockaddr parsing routines. Add ``set log dns'' to log DNS QUERY packets. When ppp can't identify the relevant name, don't use "???", use <nnn> or <0xnnn> instead. Don't ``break'' when we come accross a non-RTM_IFINFO type entry in the block returned by the NET_RT_IFLIST mib, continue instead. Correct UN_SIZE definition; ben@scientia.demon.co.uk | |||
2000-02-26 | print addresses in extended scoped address format. (sync with kame) | Jun-ichiro itojun Hagino | |
2000-02-25 | support -M and -N; jeff@cepheid.org | Theo de Raadt | |
2000-02-25 | Add some more files to CLEANFILES. (art@ ok) | Hakan Olsson | |
2000-02-25 | use getifaddrs, not SIOCGIFCONF for LP64 align issue. (sync with kame). | Jun-ichiro itojun Hagino | |
2000-02-25 | use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issue. | Jun-ichiro itojun Hagino | |
2000-02-25 | use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issues. | Jun-ichiro itojun Hagino | |
2000-02-25 | fix file path (/usr/local/v6/libexec -> /usr/libexec) | Jun-ichiro itojun Hagino | |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt | |
2000-02-22 | sorry previous fix against alignment issue was totally broken. | Jun-ichiro itojun Hagino | |
2000-02-22 | cleanup some code and build stuff | mjacob | |
2000-02-21 | add simple SES/SAF-TE daemon and tools | mjacob | |
2000-02-21 | prevent align fault on alpha. | Jun-ichiro itojun Hagino | |
2000-02-20 | string manipluation paranoia changes. Most probably not exploitable. | bitblt | |
2000-02-19 | Remove bogus 802.1Q code | Chris Cappuccio | |
ok jakob@ | |||
2000-02-18 | Add support for dumping PPPoE Discovery and Session packets | Jason Wright | |
2000-02-16 | Import IPFilter 3.3.9. Primarily, bugfixes since 3.3.8. See sbin/ipf/HISTORY | Kjell Wooding | |
for details. | |||
2000-02-16 | Install smrsh(8) in /usr/libexec, not in /usr/sbin. | Oleg Safiullin | |
Fix smrsh(8) manpage. ok millert@ | |||
2000-02-16 | remove duplicated BINOWN/BINMODE. | Jun-ichiro itojun Hagino | |
From: Brad <brad@comstyle.com> | |||
2000-02-16 | correct typo and missing command line options (target and datalen). | Jun-ichiro itojun Hagino | |
2000-02-16 | add traceroute6 (oops, forgot to bring it in) | Jun-ichiro itojun Hagino | |
2000-02-14 | Yet another brain-dead `feature'. | Marc Espie | |
2000-02-13 | Clean a bit. More verbose .Nd that will match "apropos swap"; sdb@ssr.com | Aaron Campbell | |
2000-02-12 | Build amiga manpages, always. | Marc Espie | |
2000-02-12 | Allow for iteconfig.8 to be built everywhere. | Marc Espie | |
We don't currently care about atari... if ever we do, should scrape iteconfig_atari diffs into iteconfig.8, move the manpage to `generic' arch, and specify it only applies to atari/amiga... | |||
2000-02-12 | Allow for manpage. | Marc Espie | |
2000-02-12 | Build manpage even if !amiga | Marc Espie | |
2000-02-12 | handle direct lines correctly; rees | Theo de Raadt | |
2000-02-11 | Fix from jonathon.fletcher@pobox.com | Chris Cappuccio | |
Check $new_domain_name_servers not $nameserver | |||
2000-02-09 | I need to get rid of local stuff of my tree. Here is an old | Niklas Hallqvist | |
patch to deal with machines with many interfaces, myself, I have 256 loopbacks on my laptop. | |||
2000-02-08 | don't include netinet6/{icmp6,ip6}.h for rfc2292 conformance. | Jun-ichiro itojun Hagino | |
2000-02-07 | fix include file path. | Jun-ichiro itojun Hagino | |
2000-02-04 | Ox version error. deraadt@ | Jakob Schlyter | |
2000-02-04 | what is this hatred of newlines on error messages? | Theo de Raadt | |
2000-02-03 | add usbdevs | Jakob Schlyter | |
2000-02-03 | usbdevs (from NetBSD). OK deraadt@ fgsch@ | Jakob Schlyter | |
2000-02-02 | add -R flag (accept router renumbering). this makes rtadvd to | Jun-ichiro itojun Hagino | |
take the safer side (router renumbering requires certain ipsec setup). die gracefully on SIGTERM. | |||
2000-02-01 | Update to IPFilter 3.3.8. Man pages still to go. See sbin/ipf/HISTORY | Kjell Wooding | |
for details. | |||
2000-02-01 | no need to extern int errno if errno.h is included | Theo de Raadt | |
2000-01-31 | Don't update /etc/resolv.conf if no data is returned for DNS servers | Chris Cappuccio | |
or if user removes request domain-name-servers from /etc/dhclient.conf | |||
2000-01-29 | ssl_expr_scan.c is generated during build | Bob Beck | |
2000-01-28 | Change Apache config tools to not assume certain files are executable, | Bob Beck | |
and thus allow us to build from cvs trees checked out read only. - basically ensure we call shell scripts by using ${SHELL} instead of ./. from leonard@csee.uq.edu.au Building diffs of this (And some other stuff in Makefile.tmpl) to send to slemko to see if apache will buy it back. | |||
2000-01-28 | More apache 1.3.11 changes | Bob Beck | |
2000-01-26 | remove the yacc munging code again. This time, someone tell the ssl that ↵ | Theo de Raadt | |
this is wrong! | |||
2000-01-25 | Apache 1.3.11 + mod_ssl 2.5.0 merge | Bob Beck | |
2000-01-25 | import apache 1.3.26 + mod_ssl 2.8.10 | Bob Beck | |
2000-01-25 | import apache 1.3.27 and mod_ssl 2.8.11 | Bob Beck | |
2000-01-22 | Spell it "usable", not "useable", for consistency across the man pages. | Aaron Campbell | |