summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-11-14check no_agent_forwarding_flag for ssh-2, tooMarkus Friedl
2000-11-14parse options only if key matches; fixes some confusing messages seen by the ↵Markus Friedl
client
2000-11-14cleanup EPSV/EPRT error handling. avoid possible memory leak (getaddrinfo).Jun-ichiro itojun Hagino
correct error code on unsupported protocol parameter against EPRT (522).
2000-11-14Sync usage() with reality; mpech@prosoft.org.lvAaron Campbell
2000-11-14Document the -g option; closes PR/1509 from mpech@prosoft.org.lv.Aaron Campbell
2000-11-14Sync the list of "not supported" options with the source code; fixes PR/1506Aaron Campbell
from mpech@prosoft.org.lv.
2000-11-14remove diagnostic around TL_INTR_INVALID (this is a valid condition when twoJason Wright
devices are on the same interrupt).
2000-11-13Don't map unsafe registers from controllers that require 16 bit io spaceChris Cappuccio
(from NetBSD)
2000-11-13Correct the vendor ID for Aver Media; dev@wanadoo.es. Confirmed with NetBSDAaron Campbell
and Linux's pcidevs. This brooktree driver is an unmaintainable mess. Someone should look into splitting this code up a bit into separate files, as has already been done in NetBSD and FreeBSD.
2000-11-13Machine-independent PC-like keyboard driver; from NetBSD. XXX - Not usedAaron Campbell
anywhere quite yet, but useful to have these files in the tree while we work towards wscons for i386 and alpha.
2000-11-13combine check_epsvall + check_login into check_login_epsvall.Jun-ichiro itojun Hagino
we cnanot split check_login and check_epsvall. if we do that, we end up generating two results against single comand.
2000-11-13Address the i8042 keyboard controller registers as offsets from IO_KBD; fromAaron Campbell
NetBSD. This will ease the pain when we bring in the pckbc MI keyboard driver to be used for wscons/i386 and wscons/alpha.
2000-11-13make sure to check_login on EPSV/LPSV. move epvsall check into check_epsvall.Jun-ichiro itojun Hagino
2000-11-13Make this compile under OpenBSD.Aaron Campbell
2000-11-13- Convert to new timeouts.Aaron Campbell
- Allow it to compile with option WSDISPLAY_COMPAT_RAWKBD.
2000-11-13make compile with !UVMNiklas Hallqvist
2000-11-13typoNiklas Hallqvist
2000-11-13Do not use PG_N on "real" 386es as it does not exist there; from NetBSDNiklas Hallqvist
2000-11-12add support for RSA to SSH2. please test.Markus Friedl
there are now 3 types of keys: RSA1 is used by ssh-1 only, RSA and DSA are used by SSH2. you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA keys for SSH2 and use the RSA keys for hostkeys or for user keys. SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before. IdentityFile2, HostDsaKey and DSAAuthentication are obsolete. you can use multiple IdentityFile and HostKey for all types of keys. the option DSAAuthentication is replaced by PubkeyAuthetication.
2000-11-12Fix XFree86/console mouse transparency for serial mice. Tested with both aAaron Campbell
serial and PS/2 mouse, seems to do the trick; Jean-Baptiste.Marchand@epita.fr
2000-11-12off-by-one when removing a key from the agentMarkus Friedl
2000-11-12typoAaron Campbell
2000-11-12new timeoutsMichael Shalayeff
2000-11-11new timeouts; compilesMichael Shalayeff
2000-11-11new timeouts; jason@ okMichael Shalayeff
2000-11-11undo last change, ipsec+AES and swap-encrypt work againMarkus Friedl
2000-11-11pci portion of eb164 support. from NetBSDEric Jackson
2000-11-11Add bus_space_barrier code to powerpc bus.h. This portion of theDale Rahn
bus interface was not previously implemented. This functionality is required for the latest USB changes. The bus_space_barrier does not perform any operation with this change, it expects that the device mappings will be performed with the Guard bit set which then should not require this forced sync.
2000-11-11Change the le32toh() le16toh() macros back to the previous defintion.Dale Rahn
This change is more portable, redefine the macros to use the host letoh32/letoh16 instead of using possibly less efficient bswap routines.
2000-11-11allow prompt to be specified anywhere on the command line, make it workNiels Provos
with md5. prohibit makekey mode and prompt.
2000-11-11CAST128 should be 6 (again itojun@openbsd.org)Angelos D. Keromytis
2000-11-11AES should be 12 (from IANA) -- itojun@openbsd.orgAngelos D. Keromytis
Note that you have to recompile ipsecadm and isakmpd if you use a new kernel.
2000-11-11The -spi value is hex (andrew@etunnels.com)Angelos D. Keromytis
2000-11-11Remove -spi from flow commands.Angelos D. Keromytis
2000-11-11Increase M_MAXBUF so that it's greater than HDLCSIZEbrian
2000-11-11improve spec conformance of node information query (07).Jun-ichiro itojun Hagino
make sure to check scoped address right on PMTUD. sync with kame.
2000-11-11do not panic on "ifconfig lo0 inet6 fe80::1 -alias". KAME PR 295.Jun-ichiro itojun Hagino
(NOTE: only root can do it)
2000-11-10Update relevant web pages and distrib notes to reflect support for AdaptecAaron Campbell
RAID controllers, since SOME developers forget to, even though they were reminded repeatedly.. *grumble*
2000-11-10careless jason!Theo de Raadt
2000-11-10.Sh AUTHOR -> AUTHORS, ok aaron@Todd T. Fries
2000-11-10show pltime=0 address as "deprecated". sync with kame.Jun-ichiro itojun Hagino
2000-11-10Change the ktrace interface functions from taking the trace vnode to taking theArtur Grabowski
traced proc. The vnode is in the proc and all functions need the proc.
2000-11-10do not advertise dynamic/cloned routesJun-ichiro itojun Hagino
2000-11-10sync with kame.Jun-ichiro itojun Hagino
- allow -s (data len) that are < 8. - more fflush.
2000-11-10reflect realityMarc Espie
2000-11-10Use .Nm instead of spelling out "cpio".Aaron Campbell
2000-11-10tiny fix on getaddrinfo error handlingJun-ichiro itojun Hagino
2000-11-10correct call to freeaddrinfo. do not free region before referenced.Jun-ichiro itojun Hagino
reported by ryo@iij.ad.jp for kame/netbsd, and aaron.
2000-11-10revert, okay @aaronNiels Provos
2000-11-10seperate -> separate, okay aaron@Niels Provos