Age | Commit message (Expand) | Author |
2004-03-11 | ssh, sshd: sync version output, ok djm | Markus Friedl |
2004-03-10 | trim usage to match ssh(1) and look more like unix. ok djm@ | Markus Friedl |
2004-03-09 | increase x11 cookie lifetime to 20 minutes; ok djm | Markus Friedl |
2003-12-16 | application layer keep alive (ServerAliveInterval ServerAliveCountMax) | Markus Friedl |
2003-12-09 | don't modify argv for ssh -o; similar to sshd.c 1.283 | Markus Friedl |
2003-11-24 | Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@ | Darren Tucker |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-10-11 | remote x11 clients are now untrusted by default, uses xauth(8) to generate | Markus Friedl |
2003-09-01 | remove unused kerberos code; ok henning@ | Markus Friedl |
2003-08-13 | socks4->socks, since with support both 4 and 5; dtucker@zip.com.au | Markus Friedl |
2003-08-13 | remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@, | Markus Friedl |
2003-07-22 | remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); | Markus Friedl |
2003-07-16 | don't exit on multiple -v or -d; ok deraadt@ | Markus Friedl |
2003-07-03 | fix AddressFamily option in config file, from brent@graveland.net; ok markus@ | Damien Miller |
2003-07-02 | convert hostkeyalias to lowercase, otherwise uppercase aliases will | Markus Friedl |
2003-06-12 | add sc_get_key_label; larsch at trustcenter.de; bugzilla#591 | Markus Friedl |
2003-05-15 | Make "ssh -V" print the OpenSSL version in a human readable form. Patch | Damien Miller |
2003-05-11 | make channel_new() strdup the 'remote_name' (not the caller); ok theo | Markus Friedl |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2003-02-06 | support 'ProxyCommand none'; bugzilla #433; binder@arago.de; ok djm@ | Markus Friedl |
2002-12-09 | Avoid setting optind to 0 as GNU getopt treats that like we do optreset. | Todd C. Miller |
2002-11-27 | allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp; | Markus Friedl |
2002-11-21 | debug->debug2 | Markus Friedl |
2002-09-19 | bugzilla.mindrot.org #223 - ProxyCommands don't exit. | Damien Miller |
2002-09-11 | don't connect to agent to test for presence if we've previously | Kevin Steves |
2002-08-29 | shrink initial privilege bracket for setuid case; ok markus@ | Kevin Steves |
2002-08-29 | deprecate -P as UsePrivilegedPort defaults to no now; ok markus@ | Kevin Steves |
2002-07-19 | display a warning from ssh when XAuthLocation does not exist or xauth | Kevin Steves |
2002-07-03 | re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_config | Markus Friedl |
2002-06-30 | minor KNF | Theo de Raadt |
2002-06-12 | ssh_connect returns 0 on success | Markus Friedl |
2002-06-11 | remove unused cruft. | Markus Friedl |
2002-06-11 | no longer use uidswap.[ch] from the ssh client | Markus Friedl |
2002-06-08 | deprecate FallBackToRsh and UseRsh; patch from djm@ | Markus Friedl |
2002-06-08 | nuke ptrace comment | Markus Friedl |
2002-05-23 | add comment about ssh-keysign | Markus Friedl |
2002-05-23 | add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic... | Markus Friedl |
2002-05-22 | spelling; abishoff@arc.nasa.gov | Theo de Raadt |
2002-05-16 | don't limit xauth pathlen on client side and longer print length on | Kevin Steves |
2002-04-22 | request reply (success/failure) for -R style fwd in protocol v2, | Markus Friedl |
2002-03-26 | update Copyright | Markus Friedl |
2002-03-25 | simplify num_identity_files handling | Markus Friedl |
2002-03-25 | change sc_get_key to sc_get_keys and hide smartcard details in scard.c | Markus Friedl |
2002-03-21 | Add PIN-protection for secret key. | Jim Rees |
2002-03-19 | KNF whitespace | Markus Friedl |
2002-02-14 | increase the SSH v2 window size to 4 packets. comsumes a little | Markus Friedl |
2002-02-07 | remove bogus comments | Markus Friedl |
2002-02-06 | channel_new never returns NULL, mouring@; ok djm@ | Markus Friedl |
2002-02-05 | merge channel_request() into channel_request_start() | Markus Friedl |
2002-02-03 | generic callbacks are not really used, remove and | Markus Friedl |