Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-01 | order libraries sensibly for static architectures | Theo de Raadt | |
2000-03-01 | do not put extra garbage in this, since it does get linked in | Theo de Raadt | |
2000-03-01 | sync | Jason Wright | |
2000-03-01 | add broadcom bcm5201; netbsd | Jason Wright | |
2000-03-01 | rm dup | Todd T. Fries | |
2000-03-01 | typo fix; halogen@nol.net | Theo de Raadt | |
2000-03-01 | argh, fix the new formatting errors | Theo de Raadt | |
2000-03-01 | Mention a few more helpful man pages | Eric Jackson | |
2000-02-29 | kparse.h is gone | Theo de Raadt | |
2000-02-29 | sync | Theo de Raadt | |
2000-02-29 | Add /etc/ssh_host_key* to the changelist. | Aaron Campbell | |
2000-02-29 | existance -> existence | Aaron Campbell | |
2000-02-29 | some key binding examples | Theo de Raadt | |
2000-02-29 | some binding information | Theo de Raadt | |
2000-02-29 | more fix to ancillary data alignment. we need padding after | Jun-ichiro itojun Hagino | |
last cmsg_data item (see the figure on RFC2292 page 18). | |||
2000-02-29 | Enable the AriadneII driver + more of IDE stuff | Niklas Hallqvist | |
2000-02-29 | This one is for jj: The AriadneII driver, adapted from Bernd Enesti's | Niklas Hallqvist | |
NetBSD driver | |||
2000-02-29 | delete more extras | Theo de Raadt | |
2000-02-29 | fix alignment constraint in IPv6 routing header manipulation (ancillary data). | Jun-ichiro itojun Hagino | |
documented in RFC2292. from: shin@kame.net | |||
2000-02-29 | Better backwards regexp searching. POSIX regexp's don't really give | Todd C. Miller | |
a good way to do this. | |||
2000-02-29 | <crypto/blf.h> | Markus Friedl | |
2000-02-29 | repair troff which makedb does not like | Theo de Raadt | |
2000-02-29 | excess files | Theo de Raadt | |
2000-02-29 | ensure tcp window size does not overflow (16bit unsigned after window scale). | Jun-ichiro itojun Hagino | |
FreeBSD PR: 16914 | |||
2000-02-29 | Various cleanup. | Aaron Campbell | |
2000-02-29 | Various cleanup. | Aaron Campbell | |
2000-02-29 | Use Dq/Sq and friends. | Aaron Campbell | |
2000-02-29 | install crypto headers | Theo de Raadt | |
2000-02-29 | Kill old gnuemacs regex code--we now use POSIX regex | Todd C. Miller | |
This means mg is now truly free (public domain) | |||
2000-02-29 | regex.c | Todd C. Miller | |
2000-02-29 | Make reverse searching work. | Todd C. Miller | |
2000-02-28 | Merge with EOM 1.45 | Niklas Hallqvist | |
author: niklas I must have been on drugs. X509 is not preshared key. | |||
2000-02-28 | Use POSIX extended regular expressions. | Todd C. Miller | |
Reverse regex searching does not yet work. | |||
2000-02-28 | remove unneeded variable and clean | Jason Wright | |
2000-02-28 | move crypto code | Theo de Raadt | |
2000-02-28 | Merge with EOM 1.23 | Niklas Hallqvist | |
author: niklas nm@wizard.web.am & winquist@cybernet.com both independently found my bug, a %s without a string given. | |||
2000-02-28 | add start of a crash page | Theo de Raadt | |
2000-02-28 | enable sesd | Theo de Raadt | |
2000-02-28 | need string.h | Theo de Raadt | |
2000-02-28 | sync | Theo de Raadt | |
2000-02-28 | make depend kernel too | Theo de Raadt | |
2000-02-28 | turn off x11-fwd for the client, too. | Markus Friedl | |
2000-02-28 | create x11 cookie file | Markus Friedl | |
2000-02-28 | Optimized fdalloc as in Banga and Mogul paper: | Niels Provos | |
http://www.usenix.org/publications/library/proceedings/usenix98/banga.html | |||
2000-02-28 | add ip6defaultif, which configures default outgoing interface | Jun-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-28 | Use a base of 0 when calling stroul() as per the man page; gagnocg@ev1.net | Todd 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-28 | Sanitize v{,un}mapbuf. (use the sizes we are passed, not the size from ↵ | Theo de Raadt | |
b_count); art | |||
2000-02-28 | Lots of obvious clean-up, but needs more work. | Aaron Campbell | |
2000-02-28 | fix ICMPv6 redirect input. the bug can result in invalid ND entry. | Jun-ichiro itojun Hagino | |