summaryrefslogtreecommitdiff
path: root/scard.c
AgeCommit message (Collapse)Author
2002-01-22 - markus@cvs.openbsd.org 2001/12/27 18:22:16Damien Miller
[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
2001-12-21 - deraadt@cvs.openbsd.org 2001/12/19 07:18:56Damien Miller
[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
2001-09-28 - (djm) OpenBSD CVS sync:Damien Miller
- djm@cvs.openbsd.org 2001/09/28 09:49:31 [scard.c] Fix segv when smartcard communication error occurs during key load. ok markus@
2001-09-18 - markus@cvs.openbsd.org 2001/09/17 20:22:14Ben Lindstrom
[scard.c] never keep a connection to the smartcard open. allows ssh-keygen -D U while the agent is running; report from jakob@
2001-09-18 - (djm) Configure support for smartcardsDamien Miller
2001-08-06 - jakob@cvs.openbsd.org 2001/08/02 16:14:05Ben Lindstrom
[scard.c ssh-agent.c ssh.c ssh-keygen.c] clean up some /* SMARTCARD */. ok markus@
2001-08-06 - markus@cvs.openbsd.org 2001/08/01 23:38:45Ben Lindstrom
[scard.c ssh.c] support finish rsa keys. free public keys after login -> call finish -> close smartcard.
2001-08-06 - markus@cvs.openbsd.org 2001/08/01 22:03:33Ben Lindstrom
[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 - jakob@cvs.openbsd.org 2001/07/31 12:53:34Ben Lindstrom
[scard.c] close smartcard connection if card is missing
2001-08-06 - jakob@cvs.openbsd.org 2001/07/31 08:41:10Ben Lindstrom
[scard.c] do not complain about missing smartcards. ok markus@
2001-08-06 - jakob@cvs.openbsd.org 2001/07/30 16:06:07Ben Lindstrom
[scard.c scard.h] better errorcodes from sc_*; ok markus@
2001-08-06 - rees@cvs.openbsd.org 2001/07/26 20:04:27Ben Lindstrom
[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 - markus@cvs.openbsd.org 2001/07/25 11:59:35Ben Lindstrom
[scard.c] typo in comment
2001-07-14 - OpenBSD CVS SyncDamien Miller
- 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
2001-07-04 - (bal) forget a few new files in sync up.Ben Lindstrom