Ben Lindstrom
0b5afb98eb
- mpech@cvs.openbsd.org 2001/08/02 18:37:35
...
[ssh-keyscan.1]
o) .Sh AUTHOR -> .Sh AUTHORS;
o) .Sh EXAMPLE -> .Sh EXAMPLES;
o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION;
millert@ ok
2001-08-06 22:01:29 +00:00
Ben Lindstrom
bcc1808bf2
- jakob@cvs.openbsd.org 2001/08/02 16:14:05
...
[scard.c ssh-agent.c ssh.c ssh-keygen.c]
clean up some /* SMARTCARD */. ok markus@
2001-08-06 21:59:25 +00:00
Ben Lindstrom
ffce147638
- jakob@cvs.openbsd.org 2001/08/02 15:43:57
...
[ssh-agent.c ssh.c ssh-keygen.c]
add /* SMARTCARD */ to #else/#endif. ok markus@
2001-08-06 21:57:31 +00:00
Ben Lindstrom
61eb9568b3
- jakob@cvs.openbsd.org 2001/08/02 15:32:10
...
[ssh.c]
add smartcard to usage(). ok markus@
2001-08-06 21:53:42 +00:00
Ben Lindstrom
a1ec4a9cb8
- jakob@cvs.openbsd.org 2001/08/02 15:07:23
...
[ssh-keygen.1]
document smartcard upload/download. ok markus@
2001-08-06 21:51:34 +00:00
Ben Lindstrom
97be31e6ff
- jakob@cvs.openbsd.org 2001/08/02 15:06:52
...
[ssh-keygen.c]
more verbose usage(). ok markus@
2001-08-06 21:49:06 +00:00
Ben Lindstrom
f19578c447
- jakob@cvs.openbsd.org 2001/08/02 08:58:35
...
[ssh-keygen.c]
change -u (upload smartcard key) to -U. ok markus@
2001-08-06 21:46:54 +00:00
Ben Lindstrom
8282d6a82f
- markus@cvs.openbsd.org 2001/08/02 00:10:17
...
[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.
2001-08-06 21:44:05 +00:00
Ben Lindstrom
a6c8a8d4d5
- markus@cvs.openbsd.org 2001/08/01 23:38:45
...
[scard.c ssh.c]
support finish rsa keys.
free public keys after login -> call finish -> close smartcard.
2001-08-06 21:42:00 +00:00
Ben Lindstrom
6818bfbf30
- markus@cvs.openbsd.org 2001/08/01 23:33:09
...
[ssh-keygen.c]
allow uploading RSA keys for non-default AUT0 (sha1 over passphrase
like sectok).
2001-08-06 21:40:04 +00:00
Ben Lindstrom
020a8699a9
- markus@cvs.openbsd.org 2001/08/01 22:16:45
...
[ssh.1 sshd.8]
refer to current ietf drafts for protocol v2
2001-08-06 21:38:10 +00:00
Ben Lindstrom
f7db3bb64c
- markus@cvs.openbsd.org 2001/08/01 22:03:33
...
[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
2001-08-06 21:35:51 +00:00
Ben Lindstrom
3ab1dfa2a6
- jakob@cvs.openbsd.org 2001/07/31 12:53:34
...
[scard.c]
close smartcard connection if card is missing
2001-08-06 21:33:44 +00:00
Ben Lindstrom
95148e3de2
- jakob@cvs.openbsd.org 2001/07/31 12:42:50
...
[sftp-int.c sftp-server.c]
avoid paths beginning with "//"; <vinschen@redhat.com>
ok markus@
2001-08-06 21:30:53 +00:00
Ben Lindstrom
ae996bf7d1
- jakob@cvs.openbsd.org 2001/07/31 09:28:44
...
[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@.
2001-08-06 21:27:53 +00:00
Ben Lindstrom
94baf30d14
- jakob@cvs.openbsd.org 2001/07/31 08:41:10
...
[scard.c]
do not complain about missing smartcards. ok markus@
2001-08-06 21:25:38 +00:00
Ben Lindstrom
0256e8b93c
- stevesk@cvs.openbsd.org 2001/07/30 16:23:30
...
[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.
2001-08-06 21:24:11 +00:00
Ben Lindstrom
30b00be24f
- jakob@cvs.openbsd.org 2001/07/30 16:06:07
...
[scard.c scard.h]
better errorcodes from sc_*; ok markus@
2001-08-06 21:22:10 +00:00
Ben Lindstrom
50e22c937f
- mouring@cvs.openbsd.org 2001/07/29 17:02:46
...
[scp.1]
Clarified -o option in scp.1 OKed by Markus@
2001-08-06 21:20:22 +00:00
Ben Lindstrom
07d24dcbd8
- markus@cvs.openbsd.org 2001/07/28 09:21:15
...
[sshd.8]
cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
2001-08-06 21:18:57 +00:00
Ben Lindstrom
2772a3f864
- deraadt@cvs.openbsd.org 2001/07/27 17:26:16
...
[scp.c]
shorten lines
2001-08-06 21:17:12 +00:00
Ben Lindstrom
711b04a56a
- millert@cvs.openbsd.org 2001/07/27 14:50:45
...
[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
2001-08-06 21:12:42 +00:00
Ben Lindstrom
60df8e4f7d
- rees@cvs.openbsd.org 2001/07/26 20:04:27
...
[scard.c ssh-keygen.c]
Inquire Cyberflex class for 0xf0 cards
change aid to conform to 7816-5
remove gratuitous fid selects
2001-08-06 21:10:52 +00:00
Ben Lindstrom
794325ac7a
- stevesk@cvs.openbsd.org 2001/07/26 17:18:22
...
[sshd.8 sshd.c]
add -t option to test configuration file and keys; pekkas@netcore.fi
ok markus@
2001-08-06 21:09:07 +00:00
Ben Lindstrom
f9cedb9ca0
- markus@cvs.openbsd.org 2001/07/25 14:35:18
...
[readconf.c ssh.1 ssh.c sshconnect.c]
cleanup connect(); connection_attempts 4 -> 1; from
eivind@freebsd.org
2001-08-06 21:07:11 +00:00
Ben Lindstrom
f9bedf1441
- markus@cvs.openbsd.org 2001/07/25 11:59:35
...
[scard.c]
typo in comment
2001-08-06 21:05:05 +00:00
Ben Lindstrom
ff6458e03e
- stevesk@cvs.openbsd.org 2001/07/23 18:21:46
...
[xmalloc.c]
no zero size xstrdup() error; ok markus@
2001-08-06 21:03:23 +00:00
Ben Lindstrom
940fb86c9a
- stevesk@cvs.openbsd.org 2001/07/23 18:14:58
...
[auth2.c auth-rsa.c]
use %lu; ok markus@
2001-08-06 21:01:49 +00:00
Ben Lindstrom
d18c80c2a6
- aaron@cvs.openbsd.org 2001/07/23 14:14:18
...
[ssh-keygen.1]
Fix typo.
2001-08-06 21:00:27 +00:00
Ben Lindstrom
a9086a1c4c
- markus@cvs.openbsd.org 2001/07/23 12:47:05
...
[ssh.1]
sync PreferredAuthentications
2001-08-06 20:58:51 +00:00
Ben Lindstrom
45350e8374
- markus@cvs.openbsd.org 2001/07/23 09:06:28
...
[sshconnect2.c]
reorder default sequence of userauth methods to match ssh behaviour:
hostbased,publickey,keyboard-interactive,password
2001-08-06 20:57:11 +00:00
Ben Lindstrom
c8e29ceb68
- markus@cvs.openbsd.org 2001/07/22 22:24:16
...
[sshd.8]
Xr login.conf
2001-08-06 20:55:28 +00:00
Ben Lindstrom
0076d75c25
- markus@cvs.openbsd.org 2001/07/22 22:04:19
...
[readconf.c ssh.1]
enable challenge-response auth by default; ok millert@
2001-08-06 20:53:26 +00:00
Ben Lindstrom
e2b9b06425
- pvalchev@cvs.openbsd.org 2001/07/22 21:32:42
...
[ssh.1]
There is no option "Compress", point to "Compression" instead; ok
markus
2001-08-06 20:50:55 +00:00
Ben Lindstrom
c88785efc8
- markus@cvs.openbsd.org 2001/07/22 21:32:27
...
[sshpty.c]
update comment
2001-08-06 20:47:23 +00:00
Damien Miller
2ab5924d1f
- (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ on
...
a fast UltraSPARC.
2001-08-06 16:51:49 +10:00
Kevin Steves
e26a155415
- (stevesk) use mysignal() in protocol 1 loop now that the SIGCHLD
...
handler has converged.
2001-07-26 17:51:49 +00:00
Ben Lindstrom
8103de7d06
- (bal) Added 'install-nokeys' to Makefile to assist package builders.
2001-07-25 16:24:33 +00:00
Ben Lindstrom
8e2aa5bb63
- (bal) 4711 not 04711 for ssh binary.
2001-07-24 17:00:13 +00:00
Ben Lindstrom
979c981f99
- stevesk@cvs.openbsd.org 2001/07/20 18:41:51
...
[ssh.1]
"the" command line
2001-07-22 20:45:39 +00:00
Ben Lindstrom
0250da057d
- markus@cvs.openbsd.org 2001/07/20 14:46:11
...
[ssh-agent.c]
do not exit() from signal handlers; ok deraadt@
2001-07-22 20:44:00 +00:00
Ben Lindstrom
660076925e
- stevesk@cvs.openbsd.org 2001/07/19 00:41:44
...
[ssh.1]
escape chars are below now
2001-07-22 20:41:59 +00:00
Ben Lindstrom
3fdf876107
- stevesk@cvs.openbsd.org 2001/07/18 21:40:40
...
[ssh-agent.c]
chdir("/") from bbraun@synack.net ; ok markus@
2001-07-22 20:40:24 +00:00
Ben Lindstrom
d01ba98986
- OpenBSD CVS Sync
...
- markus@cvs.openbsd.org 2001/07/18 21:10:43
[sshpty.c]
pr #1946 , allow sshd if /dev is readonly
2001-07-22 20:36:57 +00:00
Ben Lindstrom
d9e0824b43
- (bal) Starting the Unicossmk merger. File merged TODO, configure.in,
...
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>
2001-07-22 19:32:00 +00:00
Tim Rice
5d629cb653
- (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS.
...
report from Mark Miller <markm@swoon.net>
2001-07-19 20:33:46 -07:00
Ben Lindstrom
dc00c93b6c
- OpenBSD CVS Sync
...
- mouring@cvs.openbsd.org 2001/07/18 16:45:52
[scp.c]
Missing -o in scp usage()
2001-07-18 16:50:33 +00:00
Ben Lindstrom
a92783fbfa
cvs + pico == Bad when attempting to abort. <sigh> This should go with
...
the last update.
- (bal) Updated cygwin README and ssh-host-config. Patch by
Corinna Vinschen <vinschen@redhat.com>
2001-07-18 16:27:31 +00:00
Ben Lindstrom
a5820295c3
*** empty log message ***
2001-07-18 16:25:41 +00:00
Ben Lindstrom
cff94beb65
- (bal) Allow sshd to switch user context without password for Cygwin.
...
Patch by Corinna Vinschen <vinschen@redhat.com>
2001-07-18 16:19:48 +00:00