summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2001-08-01allow uploading RSA keys for non-default AUT0 (sha1 over passphrase like sect...Markus Friedl
2001-08-01refer to current ietf drafts for protocol v2Markus Friedl
2001-08-01use strings instead of ints for smartcard reader idsMarkus Friedl
2001-07-31close smartcard connection if card is missing.Jakob Schlyter
2001-07-31avoid paths beginning with "//"; <vinschen@redhat.com>Jakob Schlyter
2001-07-31add 'SmartcardDevice' client option to specify which smartcard device is usedJakob Schlyter
2001-07-31do not complain about missing smartcards. ok markus@Jakob Schlyter
2001-07-30initialize key in select method, not ConstructorJim Rees
2001-07-30updates; ok deraadt@Kevin Steves
2001-07-30new BSD-style license:Kevin Steves
2001-07-30better errorcodes from sc_*; ok markus@Jakob Schlyter
2001-07-29Clarified -o option in scp.1 OKed by Markus@mouring
2001-07-29typo, add -WunusedMarkus Friedl
2001-07-28cleanup some RSA vs DSA vs SSH1 vs SSH2 notesMarkus Friedl
2001-07-27shorten linesTheo de Raadt
2001-07-27If smart card support is compiled in and a smart card is being usedTodd C. Miller
2001-07-27Add important warning.Jim Rees
2001-07-26add instructions for changing the passphraseJim Rees
2001-07-26jaut is now login -dJim Rees
2001-07-26Inquire Cyberflex class for 0xf0 cardsJim Rees
2001-07-26fix "6fb0 uninitialized key"Jim Rees
2001-07-26add -t option to test configuration file and keys; pekkas@netcore.fiKevin Steves
2001-07-26CDIAGFLAGS. Okay markus@Marc Espie
2001-07-25cleanup connect(); connection_attempts 4 -> 1; from eivind@freebsd.orgMarkus Friedl
2001-07-25typo in commentMarkus Friedl
2001-07-23no zero size xstrdup() error; ok markus@Kevin Steves
2001-07-23use %lu; ok markus@Kevin Steves
2001-07-23Fix typo.Aaron Campbell
2001-07-23sync PreferredAuthenticationsMarkus Friedl
2001-07-23reorder default sequence of userauth methods to match ssh behaviour:Markus Friedl
2001-07-22Xr login.confMarkus Friedl
2001-07-22enable challenge-response auth by default; ok millert@Markus Friedl
2001-07-22There is no option "Compress", point to "Compression" instead; ok markusPeter Valchev
2001-07-22update commentMarkus Friedl
2001-07-20"the" command lineKevin Steves
2001-07-20do not exit() from signal handlers; ok deraadt@Markus Friedl
2001-07-19escape chars are below nowKevin Steves
2001-07-18chdir("/") from bbraun@synack.net; ok markus@Kevin Steves
2001-07-18pr #1946, allow sshd if /dev is readonlyMarkus Friedl
2001-07-18Missing -o in scp usage()mouring
2001-07-17some initial info about the smartcard support,Markus Friedl
2001-07-17keep track of both maxfd and the size of the malloc'ed fdsets.Markus Friedl
2001-07-17update maxfd if maxfd is closed; report from jmcelroy@dtgnet.comMarkus Friedl
2001-07-15typo in usage; ok markus@Kevin Steves
2001-07-15-d will not fork; ok markus@Kevin Steves
2001-07-15schedule client alive for ssh2 only, greg@cheers.bungi.comMarkus Friedl
2001-07-14delete spurious #includes; ok deraadt@ markus@Kevin Steves
2001-07-11no need to call dirname(pw->pw_dir).Markus Friedl
2001-07-11sort options string, fix -p, add -kMarkus Friedl
2001-07-11make it compilable in all 4 combination of KRB4/KRB5 settings. dugsong okJun-ichiro itojun Hagino