Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-17 | typo in comment | Kevin Steves | |
2001-08-16 | document case sensitivity for ssh, sshd and key file | Kevin Steves | |
options and arguments; ok markus@ | |||
2001-08-16 | deprecate CheckMail. ok markus@ | Jakob Schlyter | |
---------------------------------------------------------------------- | |||
2001-08-14 | consistent documentation and example of ``-o ssh_option'' for sftp and | Kevin Steves | |
scp; document keyword=argument for ssh. | |||
2001-08-14 | "bye"; hk63a@netscape.net | Markus Friedl | |
2001-08-13 | don't need main prototype (also sync with rcp); ok markus@ | Kevin Steves | |
2001-08-11 | fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>. ok markus@ | Jakob Schlyter | |
2001-08-08 | undo last change; does not work for sshd | Markus Friedl | |
2001-08-08 | permanently_set_uid is a noop if user is not privilegued; | Markus Friedl | |
fixes bug on solaris; from sbi@uchicago.edu | |||
2001-08-08 | when describing the -o option, give -o Protocol=1 as the specific example | Theo de Raadt | |
since we are SICK AND TIRED of clueless people who cannot have difficulty thinking on their own. | |||
2001-08-07 | extended failure messages from galb@vandyke.com | Markus Friedl | |
2001-08-06 | use alarm vs. setitimer for portable; ok markus@ | Kevin Steves | |
2001-08-05 | make -t dsa work with commercial servers, too | Markus Friedl | |
2001-08-05 | ssh 2 support; from wayned@users.sourceforge.net | Markus Friedl | |
2001-08-03 | improve usage(). ok markus@ | Jakob Schlyter | |
2001-08-03 | document smartcard options. ok markus@ | Jakob Schlyter | |
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||
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-02 | document smartcard upload/download. ok markus@ | Jakob Schlyter | |
2001-08-02 | more verbose usage(). ok markus@ | Jakob Schlyter | |
2001-08-02 | change -u (upload smartcard key) to -U. ok markus@ | Jakob Schlyter | |
2001-08-02 | add -D readerid option (download, i.e. print public RSA key to stdout). | Markus Friedl | |
check for card present when uploading keys. use strings instead of ints for smartcard reader ids, too. | |||
2001-08-01 | support finish rsa keys. | Markus Friedl | |
free public keys after login -> call finish -> close smartcard. | |||
2001-08-01 | allow uploading RSA keys for non-default AUT0 (sha1 over passphrase like ↵ | Markus Friedl | |
sectok). | |||
2001-08-01 | refer to current ietf drafts for protocol v2 | Markus Friedl | |
2001-08-01 | use strings instead of ints for smartcard reader ids | Markus Friedl | |
2001-07-31 | close smartcard connection if card is missing. | Jakob Schlyter | |
2001-07-31 | avoid paths beginning with "//"; <vinschen@redhat.com> | Jakob Schlyter | |
ok markus@ | |||
2001-07-31 | add 'SmartcardDevice' client option to specify which smartcard device is used | Jakob Schlyter | |
to access a smartcard used for storing the user's private RSA key. ok markus@. | |||
2001-07-31 | do not complain about missing smartcards. ok markus@ | Jakob Schlyter | |
2001-07-30 | initialize key in select method, not Constructor | Jim Rees | |
2001-07-30 | updates; ok deraadt@ | Kevin Steves | |
2001-07-30 | new BSD-style license: | Kevin Steves | |
Brian Gladman <brg@gladman.plus.com>: >I have updated my code at: >http://fp.gladman.plus.com/cryptography_technology/rijndael/index.htm >with a copyright notice as follows: >[...] >I am not sure which version of my old code you are using but I am >happy for the notice above to be substituted for my existing copyright >intent if this meets your purpose. | |||
2001-07-30 | better errorcodes from sc_*; ok markus@ | Jakob Schlyter | |
2001-07-29 | Clarified -o option in scp.1 OKed by Markus@ | mouring | |
2001-07-29 | typo, add -Wunused | Markus Friedl | |
2001-07-28 | cleanup some RSA vs DSA vs SSH1 vs SSH2 notes | Markus Friedl | |
2001-07-27 | shorten lines | Theo de Raadt | |
2001-07-27 | If smart card support is compiled in and a smart card is being used | Todd C. Miller | |
for authentication, make it the first method used. markus@ OK | |||
2001-07-27 | Add important warning. | Jim Rees | |
2001-07-26 | add instructions for changing the passphrase | Jim Rees | |
2001-07-26 | jaut is now login -d | Jim Rees | |
clarify something that confused me. | |||
2001-07-26 | Inquire Cyberflex class for 0xf0 cards | Jim Rees | |
change aid to conform to 7816-5 remove gratuitous fid selects | |||
2001-07-26 | fix "6fb0 uninitialized key" | Jim Rees | |
2001-07-26 | add -t option to test configuration file and keys; pekkas@netcore.fi | Kevin Steves | |
ok markus@ | |||
2001-07-26 | CDIAGFLAGS. Okay markus@ | Marc Espie | |
2001-07-25 | cleanup connect(); connection_attempts 4 -> 1; from eivind@freebsd.org | Markus Friedl | |
2001-07-25 | typo in comment | Markus Friedl | |