Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-01-22 | ie. -> i.e., | Aaron Campbell | |
2000-01-20 | getcwd() does not stuff an error string in buf on error, call strerror() | Todd C. Miller | |
instead. | |||
2000-01-19 | Bug-fix: iteconfig was performing lots of iotcl on the console, but it | Marc Espie | |
turns out all amiga sub-console handlers don't implement all those ioctl, but still could use iteconfig. So: * rework iteconfig's logic to only perform strictly required ioctl, * turn on -Wall and fix a few details, * add -b option to handle console blanker. Approved by niklas@ | |||
2000-01-19 | add rip6query(8) | Jun-ichiro itojun Hagino | |
2000-01-18 | Repair duplicate word occurences; (as found by a Perl script sent to us from | Aaron Campbell | |
Tom Christiansen <tchrist@perl.com>). | |||
2000-01-17 | typo | Theo de Raadt | |
2000-01-17 | sync with latest kame. previous version leaves an udp socket opened | Jun-ichiro itojun Hagino | |
(for use with ioctls) and it was not a pleasant thing. | |||
2000-01-17 | Use AUTHLEN for the length of authname | brian | |
2000-01-16 | print pcap_version in usage() | Jakob Schlyter | |
2000-01-16 | INET6 (from KAME) | Jakob Schlyter | |
2000-01-16 | VLAN 802.1q support | Jakob Schlyter | |
2000-01-16 | enable INET6 | Jakob Schlyter | |
2000-01-16 | INET6 address resolution (from KAME) | Jakob Schlyter | |
2000-01-16 | BGP support (from KAME/WIDE). INET6 parts not done yet. | Jakob Schlyter | |
2000-01-16 | Mobile IP support (from KAME/NetBSD) | Jakob Schlyter | |
2000-01-16 | L2TP support (from KAME) | Jakob Schlyter | |
2000-01-16 | No more gifconfig(8) | Angelos D. Keromytis | |
2000-01-15 | Correct the serial device name | brian | |
Submitted by: Kevin Lo <kevlo@openbsd.org> | |||
2000-01-14 | typo; rogoyski@cs.utexas.edu | Theo de Raadt | |
2000-01-14 | remove unneeded flag | Eric Jackson | |
2000-01-12 | config path change | Jun-ichiro itojun Hagino | |
From: eric jackson <shinobi@monkey.org> | |||
2000-01-10 | the the | Theo de Raadt | |
2000-01-10 | Place NULL arg on end of argv array only after all other args. mickey@ ok | imp | |
2000-01-10 | extra : in err(); imp | Theo de Raadt | |
2000-01-09 | Remove unnecessary ifdefs | Angelos D. Keromytis | |
2000-01-08 | Allow UKC to change tz with 'timezone' command. | David Leonard | |
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 | |