summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - (bal) ssh-keyscan double -lssh hack due to seed_rng().mouring2001-08-062-5/+6
|
* - stevesk@cvs.openbsd.org 2001/08/06 19:47:05mouring2001-08-062-16/+11
| | | | | [scp.c] use alarm vs. setitimer for portable; ok markus@
* - markus@cvs.openbsd.org 2001/08/05 23:29:58mouring2001-08-062-4/+10
| | | | | [ssh-keyscan.c] make -t dsa work with commercial servers, too
* - markus@cvs.openbsd.org 2001/08/05 23:18:20mouring2001-08-063-98/+302
| | | | | [ssh-keyscan.1 ssh-keyscan.c] ssh 2 support; from wayned@users.sourceforge.net
* - jakob@cvs.openbsd.org 2001/08/03 10:31:30mouring2001-08-064-15/+33
| | | | | [ssh-add.c ssh-agent.c ssh-keyscan.c] improve usage(). ok markus@
* - jakob@cvs.openbsd.org 2001/08/03 10:31:19mouring2001-08-062-2/+15
| | | | | [ssh-add.1] document smartcard options. ok markus@
* - mpech@cvs.openbsd.org 2001/08/02 18:37:35mouring2001-08-062-13/+21
| | | | | | | | | [ssh-keyscan.1] o) .Sh AUTHOR -> .Sh AUTHORS; o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
* - jakob@cvs.openbsd.org 2001/08/02 16:14:05mouring2001-08-065-13/+16
| | | | | [scard.c ssh-agent.c ssh.c ssh-keygen.c] clean up some /* SMARTCARD */. ok markus@
* - jakob@cvs.openbsd.org 2001/08/02 15:43:57mouring2001-08-064-16/+19
| | | | | [ssh-agent.c ssh.c ssh-keygen.c] add /* SMARTCARD */ to #else/#endif. ok markus@
* - jakob@cvs.openbsd.org 2001/08/02 15:32:10mouring2001-08-062-2/+8
| | | | | [ssh.c] add smartcard to usage(). ok markus@
* - jakob@cvs.openbsd.org 2001/08/02 15:07:23mouring2001-08-062-3/+17
| | | | | [ssh-keygen.1] document smartcard upload/download. ok markus@
* - jakob@cvs.openbsd.org 2001/08/02 15:06:52mouring2001-08-062-4/+26
| | | | | [ssh-keygen.c] more verbose usage(). ok markus@
* - jakob@cvs.openbsd.org 2001/08/02 08:58:35mouring2001-08-062-4/+7
| | | | | [ssh-keygen.c] change -u (upload smartcard key) to -U. ok markus@
* - markus@cvs.openbsd.org 2001/08/02 00:10:17mouring2001-08-062-15/+47
| | | | | | | [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.
* - markus@cvs.openbsd.org 2001/08/01 23:38:45mouring2001-08-063-4/+35
| | | | | | [scard.c ssh.c] support finish rsa keys. free public keys after login -> call finish -> close smartcard.
* - markus@cvs.openbsd.org 2001/08/01 23:33:09mouring2001-08-062-13/+42
| | | | | | [ssh-keygen.c] allow uploading RSA keys for non-default AUT0 (sha1 over passphrase like sectok).
* - markus@cvs.openbsd.org 2001/08/01 22:16:45mouring2001-08-063-7/+10
| | | | | [ssh.1 sshd.8] refer to current ietf drafts for protocol v2
* - markus@cvs.openbsd.org 2001/08/01 22:03:33mouring2001-08-0610-42/+53
| | | | | | [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
* - jakob@cvs.openbsd.org 2001/07/31 12:53:34mouring2001-08-062-2/+6
| | | | | [scard.c] close smartcard connection if card is missing
* - jakob@cvs.openbsd.org 2001/07/31 12:42:50mouring2001-08-063-6/+11
| | | | | | [sftp-int.c sftp-server.c] avoid paths beginning with "//"; <vinschen@redhat.com> ok markus@
* - jakob@cvs.openbsd.org 2001/07/31 09:28:44mouring2001-08-065-14/+34
| | | | | | | [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@.
* - jakob@cvs.openbsd.org 2001/07/31 08:41:10mouring2001-08-062-4/+13
| | | | | [scard.c] do not complain about missing smartcards. ok markus@
* - stevesk@cvs.openbsd.org 2001/07/30 16:23:30mouring2001-08-063-17/+54
| | | | | | | | | | | | | [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.
* - jakob@cvs.openbsd.org 2001/07/30 16:06:07mouring2001-08-063-21/+45
| | | | | [scard.c scard.h] better errorcodes from sc_*; ok markus@
* - mouring@cvs.openbsd.org 2001/07/29 17:02:46mouring2001-08-062-3/+7
| | | | | [scp.1] Clarified -o option in scp.1 OKed by Markus@
* - markus@cvs.openbsd.org 2001/07/28 09:21:15mouring2001-08-062-5/+8
| | | | | [sshd.8] cleanup some RSA vs DSA vs SSH1 vs SSH2 notes
* - deraadt@cvs.openbsd.org 2001/07/27 17:26:16mouring2001-08-062-5/+11
| | | | | [scp.c] shorten lines
* - millert@cvs.openbsd.org 2001/07/27 14:50:45mouring2001-08-062-19/+28
| | | | | | [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
* - rees@cvs.openbsd.org 2001/07/26 20:04:27mouring2001-08-063-30/+17
| | | | | | | [scard.c ssh-keygen.c] Inquire Cyberflex class for 0xf0 cards change aid to conform to 7816-5 remove gratuitous fid selects
* - stevesk@cvs.openbsd.org 2001/07/26 17:18:22mouring2001-08-063-4/+25
| | | | | | [sshd.8 sshd.c] add -t option to test configuration file and keys; pekkas@netcore.fi ok markus@
* - markus@cvs.openbsd.org 2001/07/25 14:35:18mouring2001-08-065-27/+72
| | | | | | [readconf.c ssh.1 ssh.c sshconnect.c] cleanup connect(); connection_attempts 4 -> 1; from eivind@freebsd.org
* - markus@cvs.openbsd.org 2001/07/25 11:59:35mouring2001-08-062-3/+6
| | | | | [scard.c] typo in comment
* - stevesk@cvs.openbsd.org 2001/07/23 18:21:46mouring2001-08-062-5/+7
| | | | | [xmalloc.c] no zero size xstrdup() error; ok markus@
* - stevesk@cvs.openbsd.org 2001/07/23 18:14:58mouring2001-08-063-5/+8
| | | | | [auth2.c auth-rsa.c] use %lu; ok markus@
* - aaron@cvs.openbsd.org 2001/07/23 14:14:18mouring2001-08-062-3/+6
| | | | | [ssh-keygen.1] Fix typo.
* - markus@cvs.openbsd.org 2001/07/23 12:47:05mouring2001-08-062-9/+10
| | | | | [ssh.1] sync PreferredAuthentications
* - markus@cvs.openbsd.org 2001/07/23 09:06:28mouring2001-08-062-10/+14
| | | | | | [sshconnect2.c] reorder default sequence of userauth methods to match ssh behaviour: hostbased,publickey,keyboard-interactive,password
* - markus@cvs.openbsd.org 2001/07/22 22:24:16mouring2001-08-062-11/+11
| | | | | [sshd.8] Xr login.conf
* - markus@cvs.openbsd.org 2001/07/22 22:04:19mouring2001-08-063-8/+8
| | | | | [readconf.c ssh.1] enable challenge-response auth by default; ok millert@
* - pvalchev@cvs.openbsd.org 2001/07/22 21:32:42mouring2001-08-062-3/+7
| | | | | | [ssh.1] There is no option "Compress", point to "Compression" instead; ok markus
* - markus@cvs.openbsd.org 2001/07/22 21:32:27mouring2001-08-063-5/+12
| | | | | [sshpty.c] update comment
* - (djm) Fix interrupted read in entropy gatherer. Spotted by markus@ ondjm2001-08-062-3/+9
| | | | a fast UltraSPARC.
* - (stevesk) use mysignal() in protocol 1 loop now that the SIGCHLDstevesk2001-07-262-4/+8
| | | | handler has converged.
* - (bal) Added 'install-nokeys' to Makefile to assist package builders.mouring2001-07-252-2/+6
|
* Use x11-ssh-askpass 1.2.2djm2001-07-251-1/+1
|
* - (bal) 4711 not 04711 for ssh binary.mouring2001-07-242-4/+7
|
* - stevesk@cvs.openbsd.org 2001/07/20 18:41:51mouring2001-07-222-4/+7
| | | | | [ssh.1] "the" command line
* - markus@cvs.openbsd.org 2001/07/20 14:46:11mouring2001-07-222-17/+20
| | | | | [ssh-agent.c] do not exit() from signal handlers; ok deraadt@
* - stevesk@cvs.openbsd.org 2001/07/19 00:41:44mouring2001-07-222-3/+6
| | | | | [ssh.1] escape chars are below now
* - stevesk@cvs.openbsd.org 2001/07/18 21:40:40mouring2001-07-222-7/+13
| | | | | [ssh-agent.c] chdir("/") from bbraun@synack.net; ok markus@