summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-03-01order libraries sensibly for static architecturesTheo de Raadt
2000-03-01do not put extra garbage in this, since it does get linked inTheo de Raadt
2000-03-01syncJason Wright
2000-03-01add broadcom bcm5201; netbsdJason Wright
2000-03-01rm dupTodd T. Fries
2000-03-01typo fix; halogen@nol.netTheo de Raadt
2000-03-01argh, fix the new formatting errorsTheo de Raadt
2000-03-01Mention a few more helpful man pagesEric Jackson
2000-02-29kparse.h is goneTheo de Raadt
2000-02-29syncTheo de Raadt
2000-02-29Add /etc/ssh_host_key* to the changelist.Aaron Campbell
2000-02-29existance -> existenceAaron Campbell
2000-02-29some key binding examplesTheo de Raadt
2000-02-29some binding informationTheo de Raadt
2000-02-29more fix to ancillary data alignment. we need padding afterJun-ichiro itojun Hagino
last cmsg_data item (see the figure on RFC2292 page 18).
2000-02-29Enable the AriadneII driver + more of IDE stuffNiklas Hallqvist
2000-02-29This one is for jj: The AriadneII driver, adapted from Bernd Enesti'sNiklas Hallqvist
NetBSD driver
2000-02-29delete more extrasTheo de Raadt
2000-02-29fix alignment constraint in IPv6 routing header manipulation (ancillary data).Jun-ichiro itojun Hagino
documented in RFC2292. from: shin@kame.net
2000-02-29Better backwards regexp searching. POSIX regexp's don't really giveTodd C. Miller
a good way to do this.
2000-02-29<crypto/blf.h>Markus Friedl
2000-02-29repair troff which makedb does not likeTheo de Raadt
2000-02-29excess filesTheo de Raadt
2000-02-29ensure tcp window size does not overflow (16bit unsigned after window scale).Jun-ichiro itojun Hagino
FreeBSD PR: 16914
2000-02-29Various cleanup.Aaron Campbell
2000-02-29Various cleanup.Aaron Campbell
2000-02-29Use Dq/Sq and friends.Aaron Campbell
2000-02-29install crypto headersTheo de Raadt
2000-02-29Kill old gnuemacs regex code--we now use POSIX regexTodd C. Miller
This means mg is now truly free (public domain)
2000-02-29regex.cTodd C. Miller
2000-02-29Make reverse searching work.Todd C. Miller
2000-02-28Merge with EOM 1.45Niklas Hallqvist
author: niklas I must have been on drugs. X509 is not preshared key.
2000-02-28Use POSIX extended regular expressions.Todd C. Miller
Reverse regex searching does not yet work.
2000-02-28remove unneeded variable and cleanJason Wright
2000-02-28move crypto codeTheo de Raadt
2000-02-28Merge with EOM 1.23Niklas Hallqvist
author: niklas nm@wizard.web.am & winquist@cybernet.com both independently found my bug, a %s without a string given.
2000-02-28add start of a crash pageTheo de Raadt
2000-02-28enable sesdTheo de Raadt
2000-02-28need string.hTheo de Raadt
2000-02-28syncTheo de Raadt
2000-02-28make depend kernel tooTheo de Raadt
2000-02-28turn off x11-fwd for the client, too.Markus Friedl
2000-02-28create x11 cookie fileMarkus Friedl
2000-02-28Optimized fdalloc as in Banga and Mogul paper:Niels Provos
http://www.usenix.org/publications/library/proceedings/usenix98/banga.html
2000-02-28add ip6defaultif, which configures default outgoing interfaceJun-ichiro itojun Hagino
when no neighboring router is found (rare case). this is to conform strictly to the ND spec. it is safe to leave it empty.
2000-02-28Use a base of 0 when calling stroul() as per the man page; gagnocg@ev1.netTodd C. Miller
2000-02-28- check raw socket icmp6 filter only if the packet is icmp6.Jun-ichiro itojun Hagino
- allow setting raw socket icmp6 filter only if it is IPPROTO_ICMPV6 socket. (cmetz may object about above two items...) - add rip6_ctlinput, to flush cached router properly on redirects.
2000-02-28Sanitize v{,un}mapbuf. (use the sizes we are passed, not the size from ↵Theo de Raadt
b_count); art
2000-02-28Lots of obvious clean-up, but needs more work.Aaron Campbell
2000-02-28fix ICMPv6 redirect input. the bug can result in invalid ND entry.Jun-ichiro itojun Hagino