summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2000-03-22Correct Xr'efs; brad@Aaron Campbell
2000-03-22queuing -> queueing; chuck@home.snew.comTodd C. Miller
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
2000-03-19Add some diagnostics to prove that incoming IP fragments arebrian
being dealt with correctly.
2000-03-19cleanupBob Beck
2000-03-19apache 1.3.12 + mod_ssl 2.6.2 mergeBob Beck
2000-03-19new minty 0.9.5 opensslBob Beck
2000-03-19Allow environment variables on command/config lines; markk@knigma.orgbrian
Add the ``resolv'' command so that when ``enable dns'' is used, it's possible to restore the file.
2000-03-18fix parsing of commands after @ keywords and hourly bitmap handling;Theo de Raadt
sheldonh@uunet.co.za
2000-03-18delete generated files (again (*&@#$Theo de Raadt
2000-03-15Repair mdoc botch.Aaron Campbell
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
2000-03-14support DESTDIR include fetching; dmTheo de Raadt
2000-03-13Import of Darren Reed's IPFilter 3.3.11. See sbin/ipf/HISTORY for detailedKjell Wooding
changelog. Documentation changes are now way behind. Volunteers?
2000-03-13bring in latest rtadvd source from kame.Jun-ichiro itojun Hagino
this fixes unclosed file descriptor in router renumbering case.
2000-03-12improve SECURITY section. sync with kame.Jun-ichiro itojun Hagino
2000-03-12correct use of perror(). improve src addr selection. (sync with kame)Jun-ichiro itojun Hagino
2000-03-07Use ETHERTYPE_8021QChris Cappuccio
2000-03-07Add 802.1Q from kuznet@ms2.inr.ac.ru via tcpdump.orgChris Cappuccio
also, make extracted_ethertype not extern
2000-03-06Do not leave `(' characters dangling at the end of lines; instead, use theAaron Campbell
appropriate mdoc macros to handle these cases.
2000-03-05Finish standardizing options list introduction.Aaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
least, this is the impression I get from looking at a lot of Perl docs.
2000-03-04Try to standardize the options list introduction; it should read "The optionsAaron Campbell
are as follows:", except in special cases.
2000-03-04Refresh the NAT IP pointer after a potential mbuf reallocation. Thisbrian
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-04handle corrupt inetd.conf files better; sdb@ssr.comTheo de Raadt
2000-03-03Fix some printf-type argument bugsbrian
2000-03-02interactivly -> interactively (Germans can't spell) :-)Aaron Campbell
2000-03-02alternativly -> alternativelyAaron Campbell
2000-03-02typo fix.Jun-ichiro itojun Hagino
2000-02-28enable sesdTheo de Raadt
2000-02-28bring 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-28Better Englishbrian
2000-02-27-Wall on alphaTheo de Raadt
2000-02-27$Id$ -> $OpenBSD$brian
2000-02-27Fix 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-27When we stop a timer that's the first in the timer list, ensurebrian
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-26print addresses in extended scoped address format. (sync with kame)Jun-ichiro itojun Hagino
2000-02-25support -M and -N; jeff@cepheid.orgTheo de Raadt
2000-02-25Add some more files to CLEANFILES. (art@ ok)Hakan Olsson
2000-02-25use getifaddrs, not SIOCGIFCONF for LP64 align issue. (sync with kame).Jun-ichiro itojun Hagino
2000-02-25use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issue.Jun-ichiro itojun Hagino
2000-02-25use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issues.Jun-ichiro itojun Hagino
2000-02-25fix file path (/usr/local/v6/libexec -> /usr/libexec)Jun-ichiro itojun Hagino
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
2000-02-22sorry previous fix against alignment issue was totally broken.Jun-ichiro itojun Hagino
2000-02-22cleanup some code and build stuffmjacob
2000-02-21add simple SES/SAF-TE daemon and toolsmjacob
2000-02-21prevent align fault on alpha.Jun-ichiro itojun Hagino
2000-02-20string manipluation paranoia changes. Most probably not exploitable.bitblt
2000-02-19Remove bogus 802.1Q codeChris Cappuccio
ok jakob@