Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-22 | Correct Xr'efs; brad@ | Aaron Campbell | |
2000-03-22 | queuing -> queueing; chuck@home.snew.com | Todd C. Miller | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-03-19 | Add some diagnostics to prove that incoming IP fragments are | brian | |
being dealt with correctly. | |||
2000-03-19 | cleanup | Bob Beck | |
2000-03-19 | apache 1.3.12 + mod_ssl 2.6.2 merge | Bob Beck | |
2000-03-19 | new minty 0.9.5 openssl | Bob Beck | |
2000-03-19 | Allow environment variables on command/config lines; markk@knigma.org | brian | |
Add the ``resolv'' command so that when ``enable dns'' is used, it's possible to restore the file. | |||
2000-03-18 | fix parsing of commands after @ keywords and hourly bitmap handling; | Theo de Raadt | |
sheldonh@uunet.co.za | |||
2000-03-18 | delete generated files (again (*&@#$ | Theo de Raadt | |
2000-03-15 | Repair mdoc botch. | Aaron Campbell | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-03-14 | support DESTDIR include fetching; dm | Theo de Raadt | |
2000-03-13 | Import of Darren Reed's IPFilter 3.3.11. See sbin/ipf/HISTORY for detailed | Kjell Wooding | |
changelog. Documentation changes are now way behind. Volunteers? | |||
2000-03-13 | bring in latest rtadvd source from kame. | Jun-ichiro itojun Hagino | |
this fixes unclosed file descriptor in router renumbering case. | |||
2000-03-12 | improve SECURITY section. sync with kame. | Jun-ichiro itojun Hagino | |
2000-03-12 | correct use of perror(). improve src addr selection. (sync with kame) | Jun-ichiro itojun Hagino | |
2000-03-07 | Use ETHERTYPE_8021Q | Chris Cappuccio | |
2000-03-07 | Add 802.1Q from kuznet@ms2.inr.ac.ru via tcpdump.org | Chris Cappuccio | |
also, make extracted_ethertype not extern | |||
2000-03-06 | Do not leave `(' characters dangling at the end of lines; instead, use the | Aaron Campbell | |
appropriate mdoc macros to handle these cases. | |||
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell | |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell | |
least, this is the impression I get from looking at a lot of Perl docs. | |||
2000-03-04 | Try to standardize the options list introduction; it should read "The options | Aaron Campbell | |
are as follows:", except in special cases. | |||
2000-03-04 | Refresh the NAT IP pointer after a potential mbuf reallocation. This | brian | |
caused frequent lock-ups for individual sessions over a NAT'd ppp link when MTU sizes ended up more or less exactly wrong. | |||
2000-03-04 | handle corrupt inetd.conf files better; sdb@ssr.com | Theo de Raadt | |
2000-03-03 | Fix some printf-type argument bugs | brian | |
2000-03-02 | interactivly -> interactively (Germans can't spell) :-) | Aaron Campbell | |
2000-03-02 | alternativly -> alternatively | Aaron Campbell | |
2000-03-02 | typo fix. | Jun-ichiro itojun Hagino | |
2000-02-28 | enable sesd | Theo de Raadt | |
2000-02-28 | bring in latest kame code. | Jun-ichiro itojun Hagino | |
- ndp -I (set default outgoing interface when no default router is defined) - ndp -s proxy (proxy NDP) | |||
2000-02-28 | Better English | brian | |
2000-02-27 | -Wall on alpha | Theo de Raadt | |
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@ |