summaryrefslogtreecommitdiff
path: root/scard.c
Commit message (Collapse)AuthorAgeFilesLines
* - djm@cvs.openbsd.org 2004/05/08 00:21:31Darren Tucker2004-05-131-2/+2
| | | | | | [clientloop.c misc.h readpass.c scard.c ssh-add.c ssh-agent.c ssh-keygen.c sshconnect.c sshconnect1.c sshconnect2.c] removed: readpass.h kill a tiny header; ok deraadt@
* - markus@cvs.openbsd.org 2003/06/12 19:12:03Damien Miller2003-06-181-1/+8
| | | | | [scard.c scard.h ssh-agent.c ssh.c] add sc_get_key_label; larsch at trustcenter.de; bugzilla#591
* - (djm) RCSID sync w/ OpenBSDDamien Miller2003-05-141-1/+1
|
* *** empty log message ***Damien Miller2003-04-091-2/+2
|
* - deraadt@cvs.openbsd.org 2002/06/23 03:30:58Ben Lindstrom2002-06-231-2/+2
| | | | | | [scard.c ssh-dss.c ssh-rsa.c sshconnect.c sshconnect2.c sshd.c sshlogin.c sshpty.c] various KNF and %d for unsigned
* - (bal) Patch for OpenSC SmartCard library; ok markus@; patch byBen Lindstrom2002-04-051-2/+2
| | | | | | Juha Yrjölä <jyrjola@cc.hut.fi> - (bal) Minor documentation update to reflect smartcard library support changes.
* - rees@cvs.openbsd.org 2002/03/26 18:46:59Ben Lindstrom2002-03-271-27/+34
| | | | | [scard.c] try_AUT0 in read_pubkey too, for those paranoid few who want to acl 'sh'
* - markus@cvs.openbsd.org 2002/03/25 17:34:27Ben Lindstrom2002-03-261-25/+51
| | | | | [scard.c scard.h ssh-agent.c ssh-keygen.c ssh.c] change sc_get_key to sc_get_keys and hide smartcard details in scard.c
* - markus@cvs.openbsd.org 2002/03/24 18:05:29Ben Lindstrom2002-03-261-21/+35
| | | | | [scard.c] we need to figure out AUT0 for sc_private_encrypt, too
* - rees@cvs.openbsd.org 2002/03/21 21:54:34Ben Lindstrom2002-03-221-27/+57
| | | | | [scard.c scard.h ssh-keygen.c] Add PIN-protection for secret key.
* - rees@cvs.openbsd.org 2002/03/21 18:08:15Ben Lindstrom2002-03-221-4/+4
| | | | | [scard.c] In sc_put_key(), sc_reader_id should be id.
* - markus@cvs.openbsd.org 2002/03/21 16:57:15Ben Lindstrom2002-03-221-4/+118
| | | | | [scard.c] remove const
* - markus@cvs.openbsd.org 2002/03/21 16:38:06Ben Lindstrom2002-03-221-31/+25
| | | | | [scard.c] make compile w/ openssl 0.9.7
* - markus@cvs.openbsd.org 2001/12/27 18:22:16Damien Miller2002-01-221-2/+3
| | | | | [auth1.c authfile.c auth-rsa.c dh.c kexdh.c kexgex.c key.c rsa.c scard.c ssh-agent.c sshconnect1.c sshd.c ssh-dss.c] call fatal() for openssl allocation failures
* - deraadt@cvs.openbsd.org 2001/12/19 07:18:56Damien Miller2001-12-211-8/+8
| | | | | | | | | | | | [auth1.c auth2.c auth2-chall.c auth-bsdauth.c auth.c authfile.c auth.h] [auth-krb4.c auth-rhosts.c auth-skey.c bufaux.c canohost.c channels.c] [cipher.c clientloop.c compat.c compress.c deattack.c key.c log.c mac.c] [match.c misc.c nchan.c packet.c readconf.c rijndael.c rijndael.h scard.c] [servconf.c servconf.h serverloop.c session.c sftp.c sftp-client.c] [sftp-glob.c sftp-int.c sftp-server.c ssh-add.c ssh-agent.c ssh.c] [sshconnect1.c sshconnect2.c sshconnect.c sshd.8 sshd.c sshd_config] [ssh-keygen.c sshlogin.c sshpty.c sshtty.c ttymodes.c uidswap.c] basic KNF done while i was looking for something else
* - (djm) OpenBSD CVS sync:Damien Miller2001-09-281-1/+2
| | | | | | | - djm@cvs.openbsd.org 2001/09/28 09:49:31 [scard.c] Fix segv when smartcard communication error occurs during key load. ok markus@
* - markus@cvs.openbsd.org 2001/09/17 20:22:14Ben Lindstrom2001-09-181-20/+18
| | | | | | [scard.c] never keep a connection to the smartcard open. allows ssh-keygen -D U while the agent is running; report from jakob@
* - (djm) Configure support for smartcardsDamien Miller2001-09-181-1/+1
|
* - jakob@cvs.openbsd.org 2001/08/02 16:14:05Ben Lindstrom2001-08-061-2/+2
| | | | | [scard.c ssh-agent.c ssh.c ssh-keygen.c] clean up some /* SMARTCARD */. ok markus@
* - markus@cvs.openbsd.org 2001/08/01 23:38:45Ben Lindstrom2001-08-061-2/+19
| | | | | | [scard.c ssh.c] support finish rsa keys. free public keys after login -> call finish -> close smartcard.
* - markus@cvs.openbsd.org 2001/08/01 22:03:33Ben Lindstrom2001-08-061-7/+10
| | | | | | [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:34Ben Lindstrom2001-08-061-1/+2
| | | | | [scard.c] close smartcard connection if card is missing
* - jakob@cvs.openbsd.org 2001/07/31 08:41:10Ben Lindstrom2001-08-061-3/+9
| | | | | [scard.c] do not complain about missing smartcards. ok markus@
* - jakob@cvs.openbsd.org 2001/07/30 16:06:07Ben Lindstrom2001-08-061-19/+36
| | | | | [scard.c scard.h] better errorcodes from sc_*; ok markus@
* - rees@cvs.openbsd.org 2001/07/26 20:04:27Ben Lindstrom2001-08-061-25/+8
| | | | | | | [scard.c ssh-keygen.c] Inquire Cyberflex class for 0xf0 cards change aid to conform to 7816-5 remove gratuitous fid selects
* - markus@cvs.openbsd.org 2001/07/25 11:59:35Ben Lindstrom2001-08-061-2/+2
| | | | | [scard.c] typo in comment
* - OpenBSD CVS SyncDamien Miller2001-07-141-16/+52
| | | | | | - markus@cvs.openbsd.org 2001/07/04 23:13:10 [scard.c scard.h ssh-agent.c] handle card removal more gracefully, add sc_close() to scard.h
* - (bal) forget a few new files in sync up.Ben Lindstrom2001-07-041-0/+309