Age | Commit message (Expand) | Author |
2001-05-01 | Revert stupid buggy optimisation. | Marc Espie |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell |
2001-05-01 | Use opendir/readdir instead of open/read when making a file list. | Artur Grabowski |
2001-05-01 | raise the file name and buffer name sizes | Artur Grabowski |
2001-05-01 | Reformat EXAMPLES section. | Aaron Campbell |
2001-04-30 | Better hints handling (used for sorting package lists): | Marc Espie |
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 |
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 |
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 |
2001-04-29 | Add comment chars to (or just remove) bare words after #endif/#else for ANSI. | Todd C. Miller |
2001-04-29 | If errmsg() is passed a negative argument return strerror(errno) | Todd C. Miller |
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 |
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 |
2001-04-20 | Split out and improve escape character documentation, mention ~R in | Damien Miller |
2001-04-19 | use local variable, no function call needed. | Markus Friedl |
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 |
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 |
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 |
2001-04-17 | undo socks5 and https support since they are not really used and | Markus Friedl |
2001-04-17 | add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@ | Markus Friedl |