summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2002-02-12Let overlapped upload path handle servers which reorder ACKs. This may beDamien Miller
permitted by the protocol spec; ok markus@
2002-02-12Perform multiple overlapping read/write requests in file transfer. MostlyDamien Miller
done by Tobias Ringstrom <tori@ringstrom.mine.nu>; ok markus@
2002-02-11support up to 40 algorithms per proposalMarkus Friedl
2002-02-11include md5.h not hmac.hMarkus Friedl
2002-02-11do not complain about port > 1024 if rhosts-auth is disabledMarkus Friedl
2002-02-11include md5.h, not evp.hMarkus Friedl
2002-02-11restore kexinit handler if we reset the dispatcher, this unbreaks rekeyingMarkus Friedl
s/kex_clear_dispatch/kex_reset_dispatch/
2002-02-11there are in fact two 4-term licenses here..Theo de Raadt
2002-02-10Correctly handle pority settings on commandline.Miod Vallat
2002-02-10spellingTheo de Raadt
2002-02-10Typo.Aaron Campbell
2002-02-10more /etc/ssh; openbsd@davidkrause.comTheo de Raadt
2002-02-09move ssh config files to /etc/sshTheo de Raadt
2002-02-09fix "no characters" input case; tim@robbins.dropbear.id.auTheo de Raadt
2002-02-08more gosmacsTheo de Raadt
2002-02-08more docs...Theo de Raadt
2002-02-07remove bogus commentsMarkus Friedl
2002-02-07I want my vacation to be case nonsensitive in readheaders().Mike Pechkin
millert@ ok
2002-02-06channel_new never returns NULL, mouring@; ok djm@Markus Friedl
2002-02-06minor KNFMarkus Friedl
2002-02-06sync usage() with manual.Mike Pechkin
markus@ ok
2002-02-06sort options; ok mpech@, stevesk@Markus Friedl
2002-02-05Get rid of signal race (and handling of SIGWINCH).Artur Grabowski
New code is almost done, but not really tested yet.
2002-02-05use log interface and remove perror() in child. useKevin Steves
fatal_add_cleanup() vs. atexit(). ok mouring@ markus@
2002-02-05merge channel_request() into channel_request_start()Markus Friedl
2002-02-05Add "-B" option to specify copy buffer length (default 32k); ok markus@Damien Miller
2002-02-04Add "-P" option to directly connect to a local sftp-server. Should be usefulDamien Miller
for regression testing; ok markus@
2002-02-04more sync for default ssh-add identities; ok markus@Kevin Steves
2002-02-04fix a typo; from Sam Smith <S@mSmith.net>Michael Shalayeff
2002-02-04add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1,Markus Friedl
fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@
2002-02-04cross checking of announced vs actual pktype in pubkey/hostbaed auth; ok ↵Markus Friedl
stevesk@
2002-02-04unneeded includesKevin Steves
2002-02-03ssh-add also adds $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa now.Kevin Steves
2002-02-03some KeepAlive cleanup/clarify; ok markus@Kevin Steves
2002-02-03more cross checking if announced vs. used key type; ok stevesk@Markus Friedl
2002-02-03generic callbacks are not really used, remove andMarkus Friedl
add a callback for msg of type SSH2_MSG_CHANNEL_OPEN_CONFIRMATION ok djm@
2002-02-03remove unused channel_input_channel_requestMarkus Friedl
2002-02-03don't use channel_input_channel_request and callbackMarkus Friedl
use new server_input_channel_req() instead: server_input_channel_req does generic request parsing on server side session_input_channel_req handles just session specific things now ok djm@
2002-02-01Document -vArtur Grabowski
2002-02-01Add a verbose flag. Print unused memory types when verbose.Artur Grabowski
Don't print unused pools when not verbose.
2002-02-01strlcpyJun-ichiro itojun Hagino
2002-01-31no need for WNOHANG; ok stevesk@Markus Friedl
2002-01-31cross check announced key type and type from key blobMarkus Friedl
2002-01-31Bugfix picked up from NetBSD, and checked by pval:Hugh Graham
: date: 2001/10/20 10:04:50; author: aymeric : Fix a cut_line() caller not using the right value for (former) ENTIRE_LINE, : by defining the (newer) CUT_LINE_TO_EOL define in common/cut.h and using it : where due. : Bug reported on current-users by Masanori Kanaoka <kanaoka@ann.hi-ho.ne.jp> : diagnosed by Bang Jun-Young <bjy@mogua.org>, : quick-fixed by Robert Elz <kre@munnari.OZ.AU>.
2002-01-31OBEY!Michael Shalayeff
2002-01-30use defined(__ELF__) instead of a list of ELF architectures from whichMatthieu Herrb
sparc64 was missing. This fixes a bug with ELF static libraries on sparc64
2002-01-29mention exit status; ok stevesk@Markus Friedl
2002-01-29don't depend on servconf.c; ok djm@Markus Friedl
2002-01-29add DIAGNOSTICS; ok stevesk@Markus Friedl
2002-01-29limit subsystem length in log; ok markus@Kevin Steves