Age | Commit message (Expand) | Author |
2001-11-29 | fix protocol error: send 'failed' message instead of a 2nd challenge | Markus Friedl |
2001-11-29 | sshd X11 fake server will now listen on localhost by default: | Kevin Steves |
2001-11-29 | remove dead function prototype; ok markus@ | Kevin Steves |
2001-11-22 | volatile sig_atomic_t | Markus Friedl |
2001-11-22 | don't use "\n" in fatal() | Kevin Steves |
2001-11-21 | more on passphrase construction; ok markus@ | Kevin Steves |
2001-11-21 | mem leak | Markus Friedl |
2001-11-19 | kill more registers | Mike Pechkin |
2001-11-19 | clarify/state that private keys are not exposed to clients using the agent; | Kevin Steves |
2001-11-19 | fd leak on HUP; ok stevesk@ | Markus Friedl |
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 |