Age | Commit message (Expand) | Author |
2001-05-24 | don't perform escape processing when ``EscapeChar none''; ok markus@ | Kevin Steves |
2001-05-24 | fix comment; from jakob@ | Markus Friedl |
2001-05-22 | note obsolete for > OpenSSH-1.2; ok markus@ | Kevin Steves |
2001-05-20 | configurable authorized_keys{,2} location; originally from peter@; ok djm@ | Markus Friedl |
2001-05-19 | typo in error message | Kevin Steves |
2001-05-19 | sshd command-line arguments and configuration file options that | Kevin Steves |
2001-05-19 | document MACs defaults with .Dq | Markus Friedl |
2001-05-19 | change preferredauthentication order to | Markus Friedl |
2001-05-19 | sort options; Matthew.Stier@fnc.fujitsu.com | Markus Friedl |
2001-05-19 | ftruncate() instead of open()+O_TRUNC like rcp.c does | Markus Friedl |
2001-05-19 | Disable X11 forwarding if xauth binary is not found. Patch from Nalin | Damien Miller |
2001-05-18 | improved kbd-interactive support. work by per@appgate.com and me | Markus Friedl |
2001-05-17 | no spaces in PreferredAuthentications; meixner@rbg.informatik.tu-darmstadt.de | Markus Friedl |
2001-05-16 | more select() error fixes (don't set rfd/wfd to -1). | Markus Friedl |
2001-05-16 | check for open sessions before we call select(); fixes the x11 client | Markus Friedl |
2001-05-16 | return comments for private pem files, too; report from nolan@naic.edu | Markus Friedl |
2001-05-15 | X11 forwarding details improved | Theo de Raadt |
2001-05-12 | readlink does not NULL-terminate; mhe@home.se | Markus Friedl |
2001-05-11 | add unset_nonblock for stdout/err flushing in client_loop(). | Markus Friedl |
2001-05-09 | fix prototype; J.S.Peatfield@damtp.cam.ac.uk | Markus Friedl |
2001-05-09 | fix -R for protocol 2, noticed by greg@nest.cx. | Markus Friedl |
2001-05-08 | no need for xmalloc.h, thanks to espie@ | Markus Friedl |
2001-05-08 | Use addargs() in sftp plus some clean up of addargs(). OK Markus | mouring |
2001-05-08 | adds correct error reporting to async connect()s | Markus Friedl |
2001-05-06 | use atomicio for flushing stdout/stderr bufs. thanks to jbw@izanami.cee.hw.ac.uk | Markus Friedl |
2001-05-06 | cli_read() fails to catch SIGINT + overflow; from obdb@zzlevo.net | Markus Friedl |
2001-05-06 | Use const for 'prompt'. Brought over from portable tree. | mouring |
2001-05-05 | typos, grammar | Kevin Steves |
2001-05-04 | move to Channel **channels (instead of Channel *channels), fixes realloc prob... | Markus Friedl |
2001-05-04 | channel_new() reallocs channels[], we cannot use Channel *c after calling | Markus Friedl |
2001-05-04 | typos | Kevin Steves |
2001-05-03 | Move colon() and cleanhost() to misc.c where I should I have put it in | mouring |
2001-05-03 | remove "\n" from fatal() | Kevin Steves |
2001-05-03 | exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au | Markus Friedl |
2001-05-03 | typo in debug() string | Kevin Steves |
2001-05-02 | fix prompt for ssh-add. | Markus Friedl |
2001-05-02 | Put the 'const' back into ssh_askpass() function. Pointed out | mouring |
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 | implement 'ssh -b bind_address' like 'telnet -b' | Markus Friedl |
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-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 |