Age | Commit message (Expand) | Author |
2000-10-10 | add primes that can be used for diffie-hellman key exchange | Niels Provos |
2000-10-10 | verify payload of the icmp need fragment message at the tcp layer. okay itojun@ | Niels Provos |
2000-10-10 | Link with curses, not ocurses and use setupterm(). For now, telnet(1) | Todd C. Miller |
2000-10-10 | Don't ignore $TERMCAP, $TERMINFO, $TERMINFO_DIRS, $TERMPATH, and $HOME | Todd C. Miller |
2000-10-10 | bring in icmp rate limitation code. | Jun-ichiro itojun Hagino |
2000-10-10 | do not call tcp_init twice on dualstack machine | Jun-ichiro itojun Hagino |
2000-10-10 | manpage for ppsratecheck(9) | Jun-ichiro itojun Hagino |
2000-10-10 | implement ppsratecheck(9). from netbsd. | Jun-ichiro itojun Hagino |
2000-10-10 | Merge with EOM 1.58 | Niklas Hallqvist |
2000-10-10 | message.c: Merge with EOM 1.156 | Niklas Hallqvist |
2000-10-10 | Merge with EOM 1.49 | Niklas Hallqvist |
2000-10-10 | cast size_t to u_long on printing, be friendly with alpha. sync with kame | Jun-ichiro itojun Hagino |
2000-10-10 | Prune the following environment variables: | Todd C. Miller |
2000-10-10 | need more size to big_buf for line termination (\r\n). | Jun-ichiro itojun Hagino |
2000-10-10 | Fresh infinity from NetBSD. | Hugh Graham |
2000-10-10 | Descend vax subdirs. | Hugh Graham |
2000-10-10 | use poll to avoid fd_set overflow | Theo de Raadt |
2000-10-10 | Use supplied vax support. Don't know if it works. | Hugh Graham |
2000-10-10 | ^vax^__vax__ | Hugh Graham |
2000-10-10 | Don't install ieeefp.h on vax. derradt Ok. | Hugh Graham |
2000-10-10 | avoid fd_set overflows, half by bg@sics.se | Theo de Raadt |
2000-10-09 | Fix non-exploitable buffer oflow in test mode. Also add a line to uncomment | Todd C. Miller |
2000-10-09 | Sync. | Angelos D. Keromytis |
2000-10-09 | samples/VPN-3way-template.conf: Merge with EOM 1.8 | Niklas Hallqvist |
2000-10-09 | Merge with EOM 1.133 | Niklas Hallqvist |
2000-10-09 | Merge with EOM 1.48 | Niklas Hallqvist |
2000-10-09 | crank maxproc for staff login class | Todd C. Miller |
2000-10-09 | do not coredump if can't get raw device name, e.g. /tmp on mfs; millert@ ok | Michael Shalayeff |
2000-10-09 | code to get asc* (ncr 53c9x) working; most of this from netbsd | Brandon Creighton |
2000-10-09 | some definitions; from netbsd | Brandon Creighton |
2000-10-09 | save the right info in struct md_coredump | Brandon Creighton |
2000-10-09 | - remove vmapbuf/vunmapbuf dummy macros (we have these now) | Brandon Creighton |
2000-10-09 | Don't exit when we get ENOBUFS from writev(), drop the packet instead. | brian |
2000-10-09 | If write() gives -1/ENOBUFS, keep the packet and sleep for 1/10th | brian |
2000-10-09 | Replace gratuitous eval by results of the evaluation, in particular | Christian Weisgerber |
2000-10-09 | make midway.c (en* driver) work on non-32bit. from kjc@csl.sony.co.jp | Jun-ichiro itojun Hagino |
2000-10-09 | AES. | Angelos D. Keromytis |
2000-10-09 | AES support. | Angelos D. Keromytis |
2000-10-09 | AES. | Angelos D. Keromytis |
2000-10-09 | AES alias for Rijndael, also adjust the name. | Angelos D. Keromytis |
2000-10-09 | AES number. | Angelos D. Keromytis |
2000-10-09 | fix ndp -c (flush link-locals properly) | Jun-ichiro itojun Hagino |
2000-10-09 | Don't call cgetset() on $TERMCAP. There are no known problems (that I am | Todd C. Miller |
2000-10-09 | interop with ssh-agent2, from <res@shore.net> | Markus Friedl |
2000-10-09 | clear options on every call. | Markus Friedl |
2000-10-09 | -X now reads private ssh.com DSA keys, too. | Markus Friedl |
2000-10-09 | Create fd_sets big enough to handle getdtablesize() descriptors. | brian |
2000-10-09 | pcibios kernel device is now doing this job | Michael Shalayeff |
2000-10-09 | do not build debug libs (if enabled in mk.conf) | Michael Shalayeff |
2000-10-09 | moused will now co-exist with X | Aaron Campbell |