Age | Commit message (Expand) | Author |
2001-11-17 | enum/int type cleanup where it made sense to do so; ok markus@ | Kevin Steves |
2001-11-16 | handle empty lines instead of dumping core; report from sha@sha-1.net | Markus Friedl |
2001-11-14 | errno saving wrapping in a signal handler | Theo de Raadt |
2001-11-13 | enter 3.0.1 | Markus Friedl |
2001-11-12 | enable authorized_keys2 again. tested by fries@ | Markus Friedl |
2001-11-12 | fix krb5 authorization check. found by <jhawk@MIT.EDU>. from art@, deraadt@ ok | Dug Song |
2001-11-11 | make AuthorizedKeysFile2 fallback to AuthorizedKeysFile if AuthorizedKeysFile... | Markus Friedl |
2001-11-10 | remove extra debug() | Markus Friedl |
2001-11-10 | KNF (unexpand) | Markus Friedl |
2001-11-10 | cleanup libwrap support (remove bogus comment, bogus close(), add debug, etc). | Markus Friedl |
2001-11-09 | remove extra trailing dot from log message; pilot@naughty.monkey.org | Markus Friedl |
2001-11-09 | don't memset too much memory, ok millert@ | Markus Friedl |
2001-11-08 | don't print ROOT in CAPS for the authentication messages, i.e. | Markus Friedl |
2001-11-08 | mention setuid root requirements; noted by cnorris@csc.UVic.ca; ok stevesk@ | Markus Friedl |
2001-11-08 | don't strdup too much data; from gotoh@taiyo.co.jp; ok millert. | Markus Friedl |
2001-11-07 | crank c->path to 256 so they can hold a full hostname; dwd@bell-labs.com | Markus Friedl |
2001-11-07 | unused includes | Markus Friedl |
2001-11-07 | s/Keepalive/KeepAlive/; from openbsd@davidkrause.com | Markus Friedl |
2001-11-07 | missing free and sync dss/rsa code. | Markus Friedl |
2001-11-07 | ssh_rsa_sign/verify: SSH_BUG_SIGBLOB not supported | Markus Friedl |
2001-11-07 | pad using the padding field from the ssh2 packet instead of sending | Markus Friedl |
2001-10-30 | undo (disable debug again) | Markus Friedl |
2001-10-30 | ssh.1 | Markus Friedl |
2001-10-29 | hostbased: check for client hostkey before building chost | Markus Friedl |
2001-10-25 | better docu for fingerprinting, ok deraadt@ | Markus Friedl |
2001-10-24 | make ~& (backgrounding) work again for proto v1; add support ~& for v2, too | Markus Friedl |
2001-10-24 | ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@ | Markus Friedl |
2001-10-24 | mention remote port in debug message | Markus Friedl |
2001-10-24 | remove unused | Markus Friedl |
2001-10-15 | crank version | Theo de Raadt |
2001-10-11 | clear select masks if we return before calling select(). | Markus Friedl |
2001-10-11 | delay detach of session if a channel gets closed but the child is still alive. | Markus Friedl |
2001-10-10 | try to keep channels open until an exit-status message is sent. | Markus Friedl |
2001-10-09 | simplify session close: no more delayed session_close, no more blocking wait(... | Markus Friedl |
2001-10-09 | close all channels if the connection to the remote host has been closed, | Markus Friedl |
2001-10-09 | stat subsystem command before calling do_exec, and return error to client. | Markus Friedl |
2001-10-09 | chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu | Markus Friedl |
2001-10-08 | some more IPv4or6 cleanup | Markus Friedl |
2001-10-08 | use correct family for -b option | Markus Friedl |
2001-10-08 | better debug | Markus Friedl |
2001-10-07 | BSD_AUTH supersedes SKEY, so SKEY is commented out. | Markus Friedl |
2001-10-07 | avoid possible FD_ISSET overflow for channels established | Markus Friedl |
2001-10-07 | grammer; Matthew_Clarke@mindlink.bc.ca | Markus Friedl |
2001-10-06 | unify hostkey check error messages, simplify prompt. | Markus Friedl |
2001-10-06 | fix typo in error message, sync with do_exec_nopty | Markus Friedl |
2001-10-06 | remove unused argument | Markus Friedl |
2001-10-04 | client_alive_check cleanup | Markus Friedl |
2001-10-04 | comment out bogus conditions for selecting on connection_in | Markus Friedl |
2001-10-04 | call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com | Markus Friedl |
2001-10-03 | missing copyright | Markus Friedl |