Age | Commit message (Collapse) | Author |
|
[scp.c]
use alarm vs. setitimer for portable; ok markus@
|
|
[ssh-keyscan.c]
make -t dsa work with commercial servers, too
|
|
[ssh-keyscan.1 ssh-keyscan.c]
ssh 2 support; from wayned@users.sourceforge.net
|
|
[ssh-add.c ssh-agent.c ssh-keyscan.c]
improve usage(). ok markus@
|
|
[ssh-add.1]
document smartcard options. ok markus@
|
|
[ssh-keyscan.1]
o) .Sh AUTHOR -> .Sh AUTHORS;
o) .Sh EXAMPLE -> .Sh EXAMPLES;
o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION;
millert@ ok
|
|
[scard.c ssh-agent.c ssh.c ssh-keygen.c]
clean up some /* SMARTCARD */. ok markus@
|
|
[ssh-agent.c ssh.c ssh-keygen.c]
add /* SMARTCARD */ to #else/#endif. ok markus@
|
|
[ssh.c]
add smartcard to usage(). ok markus@
|
|
[ssh-keygen.1]
document smartcard upload/download. ok markus@
|
|
[ssh-keygen.c]
more verbose usage(). ok markus@
|
|
[ssh-keygen.c]
change -u (upload smartcard key) to -U. ok markus@
|
|
[ssh-keygen.c]
add -D readerid option (download, i.e. print public RSA key to stdout).
check for card present when uploading keys.
use strings instead of ints for smartcard reader ids, too.
|
|
[scard.c ssh.c]
support finish rsa keys.
free public keys after login -> call finish -> close smartcard.
|
|
[ssh-keygen.c]
allow uploading RSA keys for non-default AUT0 (sha1 over passphrase
like sectok).
|
|
[ssh.1 sshd.8]
refer to current ietf drafts for protocol v2
|
|
[authfd.c authfd.h readconf.c readconf.h scard.c scard.h ssh-add.c
ssh-agent.c ssh.c]
use strings instead of ints for smartcard reader ids
|
|
[scard.c]
close smartcard connection if card is missing
|
|
[sftp-int.c sftp-server.c]
avoid paths beginning with "//"; <vinschen@redhat.com>
ok markus@
|
|
[readconf.c readconf.h ssh.1 ssh.c]
add 'SmartcardDevice' client option to specify which smartcard device
is used to access a smartcard used for storing the user's private RSA
key. ok markus@.
|
|
[scard.c]
do not complain about missing smartcards. ok markus@
|
|
[rijndael.c rijndael.h]
new BSD-style license:
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.
|
|
[scard.c scard.h]
better errorcodes from sc_*; ok markus@
|
|
[scp.1]
Clarified -o option in scp.1 OKed by Markus@
|
|
[sshd.8]
cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
|
|
[scp.c]
shorten lines
|
|
[ssh.c]
If smart card support is compiled in and a smart card is being used
for authentication, make it the first method used. markus@ OK
|
|
[scard.c ssh-keygen.c]
Inquire Cyberflex class for 0xf0 cards
change aid to conform to 7816-5
remove gratuitous fid selects
|
|
[sshd.8 sshd.c]
add -t option to test configuration file and keys; pekkas@netcore.fi
ok markus@
|
|
[readconf.c ssh.1 ssh.c sshconnect.c]
cleanup connect(); connection_attempts 4 -> 1; from
eivind@freebsd.org
|
|
[scard.c]
typo in comment
|
|
[xmalloc.c]
no zero size xstrdup() error; ok markus@
|
|
[auth2.c auth-rsa.c]
use %lu; ok markus@
|
|
[ssh-keygen.1]
Fix typo.
|
|
[ssh.1]
sync PreferredAuthentications
|
|
[sshconnect2.c]
reorder default sequence of userauth methods to match ssh behaviour:
hostbased,publickey,keyboard-interactive,password
|
|
[sshd.8]
Xr login.conf
|
|
[readconf.c ssh.1]
enable challenge-response auth by default; ok millert@
|
|
[ssh.1]
There is no option "Compress", point to "Compression" instead; ok
markus
|
|
[sshpty.c]
update comment
|
|
a fast UltraSPARC.
|
|
handler has converged.
|
|
|
|
|
|
[ssh.1]
"the" command line
|
|
[ssh-agent.c]
do not exit() from signal handlers; ok deraadt@
|
|
[ssh.1]
escape chars are below now
|
|
[ssh-agent.c]
chdir("/") from bbraun@synack.net; ok markus@
|
|
- markus@cvs.openbsd.org 2001/07/18 21:10:43
[sshpty.c]
pr #1946, allow sshd if /dev is readonly
|
|
myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in.
Added openbsd-compat/bsd-cray.c. Rest will be merged after
approval. Selective patches from William L. Jones
<jones@mail.utexas.edu>
|