Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-10-09 | code to get asc* (ncr 53c9x) working; most of this from netbsd | Brandon Creighton | |
also, write the correct stuff in cpu_coredump (vm_machdep.c) | |||
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 | |
also define VAX_NPTEPG (used by vmparam.h) | |||
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 | |
of a second before attempting to write it again (unless there's something else to do instead). | |||
2000-10-09 | Replace gratuitous eval by results of the evaluation, in particular | Christian Weisgerber | |
don't eval ${_ftp_server_password}. This should allow FTP passwords that contain shell meta characters. ok millert@ | |||
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 | |
sync with latest kame. | |||
2000-10-09 | Don't call cgetset() on $TERMCAP. There are no known problems (that I am | Todd C. Miller | |
aware of) wrt termcap parsing but it is better to be on the safe side. | |||
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 | |
2000-10-09 | Defer most of the attach process as recommended in the comments; mickey@ ok | Aaron Campbell | |
2000-10-09 | uninitialized variable; spotted by Andrew Lunn <andrew.lunn@ascom.ch> | Jason Wright | |
2000-10-09 | Use gcc -shared -fpic to build shared libraries on all arches. | Marc Espie | |
This repairs objective C. | |||
2000-10-09 | Renamed | Marc Espie | |