Age | Commit message (Expand) | Author |
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 |
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 |
2001-04-16 | xrealloc dealing with ptr == nULL; mouring | Theo de Raadt |
2001-04-16 | IPv6 support for sftp (which I bungled in my last patch) which is | mouring |
2001-04-15 | 2,1, not 1,2 | Theo de Raadt |
2001-04-15 | use fatal() or error() vs. fprintf(); ok markus@ | Kevin Steves |
2001-04-15 | default for protocol is 1,2; ok markus@ | Kevin Steves |