Age | Commit message (Expand) | Author |
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 |
2001-06-07 | use xxx_put_cstring() | Markus Friedl |
2001-05-31 | undo the .c file split, just merge the header and keep the cvs history | Markus Friedl |
2001-05-30 | merge functions, simplify. | Markus Friedl |
2001-05-30 | channel layer cleanup: merge header files and split .c files | Markus Friedl |
2001-05-28 | fix usage() | Markus Friedl |
2001-05-24 | don't perform escape processing when ``EscapeChar none''; ok markus@ | Kevin Steves |
2001-05-04 | move to Channel **channels (instead of Channel *channels), fixes realloc prob... | Markus Friedl |
2001-04-30 | implement 'ssh -b bind_address' like 'telnet -b' | Markus Friedl |
2001-04-17 | undo socks5 and https support since they are not really used and | Markus Friedl |