Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-30 | Better hints handling (used for sorting package lists): | Marc Espie | |
- nodes without a hint should be fully transparent. The make_transparent procedure is potentially slow, but in reality, it's very fast. - don't automatically add an order to un-hinted nodes, so that they are truely transparent. Better memory allocation: split the hash of nodes into a single array instead of duplicating the memory requirements. Okay Todd. | |||
2001-04-30 | ssh-2.0.10 has the weak-key-bug, too. | Markus Friedl | |
2001-04-30 | allow interop with weaker key generation used by ssh-2.0.x, x < 10 | Markus Friedl | |
2001-04-30 | right value for X_NSELCOLL | Artur Grabowski | |
2001-04-30 | Ooops! Undo breakage I introduced in 1.48. | Artur Grabowski | |
2001-04-30 | implement 'ssh -b bind_address' like 'telnet -b' | Markus Friedl | |
2001-04-30 | don't freeaddrinfo if getaddrinfo fails; ok deraadt@,itojun@ | Markus Friedl | |
2001-04-30 | CLSIZE is 1 on all archs and will go away soon. | Artur Grabowski | |
2001-04-29 | Zero a buffer prior to passing it to readlink() as readlink() | Todd C. Miller | |
does not append a NUL itself. | |||
2001-04-29 | speling | Todd C. Miller | |
2001-04-29 | labels should precede actual code, not braces; from NetBSD | Todd C. Miller | |
2001-04-29 | Add a bunch of old revision history comments that we are missing to | Todd C. Miller | |
make diffing easier. No code changes... | |||
2001-04-29 | include string.h not strings.h | Todd C. Miller | |
2001-04-29 | more ssh.com-2.0.x bug-compat; from per@appgate.com | Markus Friedl | |
2001-04-29 | fix whitespace | Markus Friedl | |
2001-04-29 | Use S_ISXXX macros where possible instead of doing this by hand | Todd C. Miller | |
Noticed while diffing against NetBSD version | |||
2001-04-29 | Add comment chars to (or just remove) bare words after #endif/#else for ANSI. | Todd C. Miller | |
Noticed while diffing against NetBSD version | |||
2001-04-29 | If errmsg() is passed a negative argument return strerror(errno) | Todd C. Miller | |
Noticed while diffing against NetBSD version | |||
2001-04-24 | OpenSSH-2.9 | Markus Friedl | |
2001-04-23 | remove debug | Markus Friedl | |
2001-04-23 | allow public key for -e, too | Markus Friedl | |
2001-04-22 | document hostbased and other cleanup | Markus Friedl | |
2001-04-22 | style, noted by stevesk; sort flags in usage | Markus Friedl | |
2001-04-22 | xref draft-ietf-secsh-* | Markus Friedl | |
2001-04-22 | rename arguments -x -> -e (export key), -X -> -i (import key) | Markus Friedl | |
xref draft-ietf-secsh-publickeyfile-01.txt | |||
2001-04-22 | scp > 2GB; niles@scyld.com; ok deraadt@, djm@ | Markus Friedl | |
2001-04-22 | typos spotted by stevesk@; ok deraadt@ | Damien Miller | |
2001-04-21 | Spelling | mouring | |
2001-04-20 | typo | Marc Espie | |
2001-04-20 | systat does not use /dev/drum | Todd C. Miller | |
2001-04-20 | set non-privileged gid before uid; tholo@ and deraadt@ | Markus Friedl | |
2001-04-20 | remove old information from ssh-1.2.12 | Markus Friedl | |
refer to http://www.openssh.com/portable.html and tell how to install OpenSSH on an OpenBSD system, ok deraadt@ | |||
2001-04-20 | Split out and improve escape character documentation, mention ~R in | Damien Miller | |
~? help text; ok markus@ | |||
2001-04-19 | use local variable, no function call needed. | Markus Friedl | |
(btw, hostbased works now with ssh.com >= 2.0.13) | |||
2001-04-18 | error->debug; noted by fries@ | Markus Friedl | |
2001-04-18 | more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now | Markus Friedl | |
(however the 2.1.0 server seems to work only if debug is enabled...) | |||
2001-04-18 | no longer const | Markus Friedl | |
2001-04-18 | use FDQN with trailing dot in the hostbased auth packets, ok deraadt@ | Markus Friedl | |
2001-04-18 | call askpass from ssh, too, based on work by roth@feep.net, ok deraadt | Markus Friedl | |
2001-04-18 | Fix `hinted' options: set initial order to maximal, so that any hint | Marc Espie | |
will be first. Also, keep order around between hints file and reading normal pairt, so that this option actually is useful. | |||
2001-04-18 | Fix typo reported in PR/1779 | Ian Darwin | |
2001-04-18 | debug->debug3 | Markus Friedl | |
2001-04-17 | move auth_approval to do_authenticated(). | Markus Friedl | |
do_child(): nuke hostkeys from memory don't source .ssh/rc for subsystems. | |||
2001-04-17 | undo socks5 and https support since they are not really used and | Markus Friedl | |
only bloat ssh. remove -D from usage(), since '-D' is experimental. | |||
2001-04-17 | add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@ | Markus Friedl | |
2001-04-17 | handle EINTR/EAGAIN on read; ok deraadt@ | Markus Friedl | |
2001-04-17 | check for key!=NULL, thanks to costa | Markus Friedl | |
2001-04-16 | better safe than sorry in later mods; yongari@kt-is.co.kr | Theo de Raadt | |
2001-04-16 | Split motd and hushlogin checks into seperate functions, helps for portable. | Damien Miller | |
From Chris Adams <cmadams@hiwaay.net>; ok markus@ | |||
2001-04-16 | xrealloc dealing with ptr == nULL; mouring | Theo de Raadt | |