Age | Commit message (Expand) | Author |
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 |
2001-09-24 | don't rely on <unistd.h> for getopt(3) extern variable declarations; | Kevin Steves |
2001-09-20 | bug compat: request a dummy channel for -N (no shell) sessions + cleanup; vin... | Markus Friedl |
2001-09-03 | fatal() for nonexistent -Fssh_config. ok markus@ | Kevin Steves |
2001-08-29 | validate ports for -L/-R; ok markus@ | Kevin Steves |
2001-08-29 | document -D and DynamicForward; ok markus@ | Kevin Steves |
2001-08-28 | allow: ssh -F configfile host | Markus Friedl |
2001-08-11 | fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. ok markus@ | Jakob Schlyter |
2001-08-02 | clean up some /* SMARTCARD */. ok markus@ | Jakob Schlyter |
2001-08-02 | add /* SMARTCARD */ to #else/#endif. ok markus@ | Jakob Schlyter |
2001-08-02 | add smartcard to usage(). ok markus@ | Jakob Schlyter |
2001-08-01 | support finish rsa keys. | Markus Friedl |
2001-08-01 | use strings instead of ints for smartcard reader ids | Markus Friedl |
2001-07-31 | add 'SmartcardDevice' client option to specify which smartcard device is used | Jakob Schlyter |
2001-07-27 | If smart card support is compiled in and a smart card is being used | Todd C. Miller |
2001-07-25 | cleanup connect(); connection_attempts 4 -> 1; from eivind@freebsd.org | Markus Friedl |
2001-07-11 | sort options string, fix -p, add -k | Markus Friedl |
2001-07-09 | Use getopt(3); markus@ ok. | Federico G. Schwindt |
2001-06-26 | add smartcard support to the client, too (now you can use both | Markus Friedl |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-06-22 | don't overwrite argv (fixes ssh user@host in 'ps'), report by ericj@ | Markus Friedl |