Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-11 | update these to work with cleaner vsbus dma; from netbsd | Brandon Creighton | |
2000-10-11 | fix argument printing in stack trace | Brandon Creighton | |
2000-10-11 | add asc* | Brandon Creighton | |
also need vsbus_dma.c | |||
2000-10-11 | asc* (ncr53c9x on 4000/60 and others) and new dma code; | Brandon Creighton | |
both from netbsd | |||
2000-10-11 | First rough implementation of the diffie-hellman group exchange. The | Niels Provos | |
client can ask the server for bigger groups to perform the diffie-hellman in, thus increasing the attack complexity when using ciphers with longer keys. University of Windsor provided network, T the company. | |||
2000-10-11 | back out weak symbols; deraadt@ | David Leonard | |
2000-10-10 | mount -t is the preferred way to invoke | Marco S Hyman | |
2000-10-10 | mount -t is the preferred way to invoke | Marco S Hyman | |
2000-10-10 | mount -t is the preferred way to invoke | Marco S Hyman | |
2000-10-10 | mount -t is the preferred way to invoke | Marco S Hyman | |
2000-10-10 | mount -t is the preferred way to invoke | Marco S Hyman | |
2000-10-10 | Fix typo; claudio@core-sdi.com. | Federico G. Schwindt | |
2000-10-10 | build mkhybrid | Bob Beck | |
2000-10-10 | mkhybrid 1.12b5.1 | Bob Beck | |
Note, this normally makes a "mkisofs" which is the same binary, mkisofs from here needs to be tested out prior to replacing our existing mkisofs with this. (currently just installs mkhybrid) | |||
2000-10-10 | use rexexp for version string matching | Markus Friedl | |
2000-10-10 | correct register masks | Brandon Creighton | |
2000-10-10 | bring in stuff from recent netbsd -- correct number of buffers now being | Brandon Creighton | |
allocated | |||
2000-10-10 | - add some cases for ka52/53 (VAX_BTYP_1303), tested by hugh | Brandon Creighton | |
- things depend on proc0paddr being zero'd out, so do it - also forgot a "3100" in a cpu_model | |||
2000-10-10 | Remove useless line; mj@who.net | Todd C. Miller | |
2000-10-10 | mention icmp{,6}.errppslimit | Jun-ichiro itojun Hagino | |
2000-10-10 | little bit of sync with kame ($KAME, s/u_char/u_int8_t/) | Jun-ichiro itojun Hagino | |
2000-10-10 | Use curses, not ocurses and thus setupterm() not tgetent(). This means | Todd C. Miller | |
we no longer need to have a faked up telnet_setupterm(). Remove some unused variables and add missing err.h include in sys_bsd.c | |||
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 | |
still needs ocurses but that will change. | |||
2000-10-10 | Don't ignore $TERMCAP, $TERMINFO, $TERMINFO_DIRS, $TERMPATH, and $HOME | Todd C. Miller | |
if root but not setugid. Fix select usage to deal with an arbitrary number of fd's. This code is not compiled since we use poll(2). | |||
2000-10-10 | bring in icmp rate limitation code. | Jun-ichiro itojun Hagino | |
make icmp6 rate limitation to latest (uses ppsratecheck only). (sync with netbsd) TODO: tcp SYN rate limit? | |||
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 | |
refer mono_time only once in ratecheck(9). | |||
2000-10-10 | Merge with EOM 1.58 | Niklas Hallqvist | |
author: provos increase size of refcnt. okay niklas@ | |||
2000-10-10 | message.c: Merge with EOM 1.156 | Niklas Hallqvist | |
message.h: Merge with EOM 1.51 transport.c: Merge with EOM 1.43 author: provos use message_send_expire for timeouts. okay niklas@ | |||
2000-10-10 | Merge with EOM 1.49 | Niklas Hallqvist | |
author: niklas Very ugly, transient fix so isakmpd works in a backward compatible way, instead of requiring the new undocumented ACQUIRE-based setup | |||
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 | |
TERMINFO TERMINFO_DIRS TERMPATH TERMCAP (only if it starts with a '/') | |||
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 | |
in sendmail/Makefile to cause sendmail to drop privs in test mode. From sendmail+gshapiro@SENDMAIL.ORG | |||
2000-10-09 | Sync. | Angelos D. Keromytis | |
2000-10-09 | samples/VPN-3way-template.conf: Merge with EOM 1.8 | Niklas Hallqvist | |
samples/VPN-east.conf: Merge with EOM 1.12 samples/VPN-west.conf: Merge with EOM 1.13 samples/policy: Merge with EOM 1.6 samples/singlehost-west.conf: Merge with EOM 1.9 samples/singlehost-east.conf: Merge with EOM 1.9 conf.c: Merge with EOM 1.37 ipsec.c: Merge with EOM 1.133 ipsec_num.cst: Merge with EOM 1.4 isakmpd.conf.5: Merge with EOM 1.48 isakmpd.policy.5: Merge with EOM 1.21 policy.c: Merge with EOM 1.46 author: angelos AES support. | |||
2000-10-09 | Merge with EOM 1.133 | Niklas Hallqvist | |
author: angelos Use Default entry for Phase 1 configuration if none is found. | |||
2000-10-09 | Merge with EOM 1.48 | Niklas Hallqvist | |
author: niklas properly ifdef PF_KEY extension author: angelos AES support. | |||
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 | |