summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2001-03-16Revise globbing for get/put to be more shell-like. In particular,Damien Miller
2001-03-16Add magic for vax-elf and vax-olf. At this time roughly as likely to beHugh Graham
2001-03-15pass Session to do_child + KNFMarkus Friedl
2001-03-15use %lld in printf, ok millert@/deraadt@; report from ssh@client.fiMarkus Friedl
2001-03-14note no getopt()Theo de Raadt
2001-03-14formatting error; m@procyon.comTheo de Raadt
2001-03-14add version commandMarkus Friedl
2001-03-14WallMarkus Friedl
2001-03-13sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@Damien Miller
2001-03-13missing xfree, deny key on parse error; ok stevesk@Markus Friedl
2001-03-12remove old key_fingerprint interface, s/_ex//Markus Friedl
2001-03-11remove -v again. use -B instead for bubblebabble. make -B consistentMarkus Friedl
2001-03-11style+cleanupMarkus Friedl
2001-03-11KNF, and SHA1 binary output is just creeping featurismTheo de Raadt
2001-03-11cleanup & shorten some var names key_fingerprint_bubblebabble.Jakob Schlyter
2001-03-11print both md5, sha1 and bubblebabble fingerprints when usingJakob Schlyter
2001-03-11add improved fingerprint functions. based on work by CarstenJakob Schlyter
2001-03-11debugMarkus Friedl
2001-03-10add PreferredAuthenticationsMarkus Friedl
2001-03-10all known netscreen ssh versions, and older versions of OSU ssh cannotTheo de Raadt
2001-03-10remove unused sgtty macros; ok markus@Kevin Steves
2001-03-10default to SSH2, now that m68k runs fastTheo de Raadt
2001-03-10ignore nonexisting private keys; report rjmooney@mediaone.netMarkus Friedl
2001-03-09Add a missing newline in debug mode to separate debug output fromTodd C. Miller
2001-03-09Typo in Synopsis; there's a -v option, not -uTodd C. Miller
2001-03-09typo; slade@shore.netTheo de Raadt
2001-03-09exit(-#) is wrongTheo de Raadt
2001-03-09create *.pub files with umask 0644, so that you can mv them to authorized_keysTheo de Raadt
2001-03-08implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key ->Markus Friedl
2001-03-08spelling, cleanup; ok deraadt@Kevin Steves
2001-03-08unused; ok markus@Kevin Steves
2001-03-08de-register, use getopt(), prevent a few terribly unlikely bufferPaul Janzen
2001-03-08Print examples correctlyPaul Janzen
2001-03-08turn off useprivilegedports by default. only rhost-auth needsMarkus Friedl
2001-03-07Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handlingDamien Miller
2001-03-07removed dated commentTheo de Raadt
2001-03-07the name "secure shell" is boring, noone ever uses itTheo de Raadt
2001-03-06order thingsTheo de Raadt
2001-03-06sftp -b batchfile; mouring@etoh.eviladmin.orgTheo de Raadt
2001-03-06appease gccTheo de Raadt
2001-03-06If read() fails with EINTR deal with it the same way we treat EAGAINTodd C. Miller
2001-03-06Don't assume we wil get the version string all in one read().Todd C. Miller
2001-03-06EINTR/EAGAIN handling is required in more casesTheo de Raadt
2001-03-05spellingKevin Steves
2001-03-05more ssh_known_hosts2 documentation; ok markus@Kevin Steves
2001-03-05generate a 2*need size (~300 instead of 1024/2048) random privateMarkus Friedl
2001-03-05detail default hmac setup tooTheo de Raadt
2001-03-05switch to aes128-cbc/hmac-md5 by default in SSH2 -- faster; provos & markus okTheo de Raadt
2001-03-05sync error message; ok markus@Kevin Steves
2001-03-05skip inlining, why botherTheo de Raadt