Age | Commit message (Collapse) | Author |
|
[sshd.8]
no rexd; ok markus@
|
|
[ssh.1]
hostname not optional; ok markus@
|
|
[ssh.1 sshd.8]
minor typos and cleanup
|
|
[servconf.h]
typo in comment
|
|
[ssh.1 sshd.8]
document case sensitivity for ssh, sshd and key file
options and arguments; ok markus@
|
|
[servconf.c servconf.h session.c sshd.8]
deprecate CheckMail. ok markus@
|
|
|
|
[scp.1 sftp.1 ssh.1]
consistent documentation and example of ``-o ssh_option'' for sftp and
scp; document keyword=argument for ssh.
|
|
[sftp.1 sftp-int.c]
"bye"; hk63a@netscape.net
|
|
[scp.c]
don't need main prototype (also sync with rcp); ok markus@
|
|
[ssh.c tildexpand.c]
fix more paths beginning with "//"; <bradshaw@staff.crosswalk.com>.
ok markus@
|
|
[uidswap.c]
undo last change; does not work for sshd
|
|
[uidswap.c]
permanently_set_uid is a noop if user is not privilegued;
fixes bug on solaris; from sbi@uchicago.edu
|
|
[scp.1]
when describing the -o option, give -o Protocol=1 as the specific example
since we are SICK AND TIRED of clueless people who cannot have difficulty
thinking on their own.
|
|
[authfd.c authfd.h]
extended failure messages from galb@vandyke.com
|
|
|
|
|
|
|
|
ok wendyp@cray.com
|
|
|
|
Michael Stone <mstone@cs.loyola.edu>. ok stevesk, tim
|
|
_BSD_INET_NTOP_H. Pointed out by Mark Miller <markm@swoon.net>
|
|
openbsd-compat/openbsd-compat.h ] Add inet_ntop.c inet_ntop.h back
in. Needed for sshconnect.c
[sshconnect.c] fix INET6_ADDRSTRLEN for non IPv6 machines
[configure.in] make tests with missing libraries fail
patch by Wendy Palm <wendyp@cray.com>
Added openbsd-compat/bsd-cray.h. Selective patches from
William L. Jones <jones@mail.utexas.edu>
|
|
Patches by William L. Jones <jones@mail.utexas.edu>
|
|
|
|
[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
|