summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-10-11update these to work with cleaner vsbus dma; from netbsdBrandon Creighton
2000-10-11fix argument printing in stack traceBrandon Creighton
2000-10-11add asc*Brandon Creighton
also need vsbus_dma.c
2000-10-11asc* (ncr53c9x on 4000/60 and others) and new dma code;Brandon Creighton
both from netbsd
2000-10-11First rough implementation of the diffie-hellman group exchange. TheNiels 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-11back out weak symbols; deraadt@David Leonard
2000-10-10mount -t is the preferred way to invokeMarco S Hyman
2000-10-10mount -t is the preferred way to invokeMarco S Hyman
2000-10-10mount -t is the preferred way to invokeMarco S Hyman
2000-10-10mount -t is the preferred way to invokeMarco S Hyman
2000-10-10mount -t is the preferred way to invokeMarco S Hyman
2000-10-10Fix typo; claudio@core-sdi.com.Federico G. Schwindt
2000-10-10build mkhybridBob Beck
2000-10-10mkhybrid 1.12b5.1Bob 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-10use rexexp for version string matchingMarkus Friedl
2000-10-10correct register masksBrandon Creighton
2000-10-10bring in stuff from recent netbsd -- correct number of buffers now beingBrandon Creighton
allocated
2000-10-10- add some cases for ka52/53 (VAX_BTYP_1303), tested by hughBrandon Creighton
- things depend on proc0paddr being zero'd out, so do it - also forgot a "3100" in a cpu_model
2000-10-10Remove useless line; mj@who.netTodd C. Miller
2000-10-10mention icmp{,6}.errppslimitJun-ichiro itojun Hagino
2000-10-10little bit of sync with kame ($KAME, s/u_char/u_int8_t/)Jun-ichiro itojun Hagino
2000-10-10Use curses, not ocurses and thus setupterm() not tgetent(). This meansTodd 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-10add primes that can be used for diffie-hellman key exchangeNiels Provos
2000-10-10verify payload of the icmp need fragment message at the tcp layer. okay itojun@Niels Provos
2000-10-10Link with curses, not ocurses and use setupterm(). For now, telnet(1)Todd C. Miller
still needs ocurses but that will change.
2000-10-10Don't ignore $TERMCAP, $TERMINFO, $TERMINFO_DIRS, $TERMPATH, and $HOMETodd 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-10bring 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-10do not call tcp_init twice on dualstack machineJun-ichiro itojun Hagino
2000-10-10manpage for ppsratecheck(9)Jun-ichiro itojun Hagino
2000-10-10implement ppsratecheck(9). from netbsd.Jun-ichiro itojun Hagino
refer mono_time only once in ratecheck(9).
2000-10-10Merge with EOM 1.58Niklas Hallqvist
author: provos increase size of refcnt. okay niklas@
2000-10-10message.c: Merge with EOM 1.156Niklas 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-10Merge with EOM 1.49Niklas 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-10cast size_t to u_long on printing, be friendly with alpha. sync with kameJun-ichiro itojun Hagino
2000-10-10Prune the following environment variables:Todd C. Miller
TERMINFO TERMINFO_DIRS TERMPATH TERMCAP (only if it starts with a '/')
2000-10-10need more size to big_buf for line termination (\r\n).Jun-ichiro itojun Hagino
2000-10-10Fresh infinity from NetBSD.Hugh Graham
2000-10-10Descend vax subdirs.Hugh Graham
2000-10-10use poll to avoid fd_set overflowTheo de Raadt
2000-10-10Use supplied vax support. Don't know if it works.Hugh Graham
2000-10-10^vax^__vax__Hugh Graham
2000-10-10Don't install ieeefp.h on vax. derradt Ok.Hugh Graham
2000-10-10avoid fd_set overflows, half by bg@sics.seTheo de Raadt
2000-10-09Fix non-exploitable buffer oflow in test mode. Also add a line to uncommentTodd C. Miller
in sendmail/Makefile to cause sendmail to drop privs in test mode. From sendmail+gshapiro@SENDMAIL.ORG
2000-10-09Sync.Angelos D. Keromytis
2000-10-09samples/VPN-3way-template.conf: Merge with EOM 1.8Niklas 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-09Merge with EOM 1.133Niklas Hallqvist
author: angelos Use Default entry for Phase 1 configuration if none is found.
2000-10-09Merge with EOM 1.48Niklas Hallqvist
author: niklas properly ifdef PF_KEY extension author: angelos AES support.
2000-10-09crank maxproc for staff login classTodd C. Miller
2000-10-09do not coredump if can't get raw device name, e.g. /tmp on mfs; millert@ okMichael Shalayeff