Age | Commit message (Expand) | Author |
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 |
2002-01-27 | handle simple case to identify FamilyLocal display; ok markus@ | Kevin Steves |
2002-01-16 | wrapper for channel_setup_fwd_listener | Markus Friedl |
2001-12-28 | remove plen from the dispatch fn. it's no longer used. | Markus Friedl |
2001-12-28 | packet_read* no longer return the packet length, since it's not used. | Markus Friedl |
2001-12-28 | s/packet_done/packet_check_eom/ (end-of-message); ok djm@ | Markus Friedl |
2001-12-27 | get rid of packet_integrity_check, use packet_done() instead. | Markus Friedl |
2001-12-20 | Conformance fix: we should send failing packet sequence number when | Damien Miller |
2001-12-19 | change the buffer/packet interface to use void* vs. char*; ok markus@ | Kevin Steves |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-11-30 | sscanf() length dependencies are clearer now; can also shrink proto | Kevin Steves |
2001-10-24 | ignore SIGPIPE early, makes ssh work if agent dies, netbsd-pr via itojun@ | Markus Friedl |
2001-10-24 | remove unused | Markus Friedl |
2001-10-08 | some more IPv4or6 cleanup | Markus Friedl |
2001-10-01 | remove ugliness; vp@drexel.edu via angelos | Markus Friedl |
2001-09-28 | bug: read user config first; report kaukasoi@elektroni.ee.tut.fi | Markus Friedl |