summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/scard.c
AgeCommit message (Expand)Author
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-25introduce xcalloc() and xasprintf() failure-checked allocations functionsDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
2004-05-08kill a tiny header; ok deraadt@Damien Miller
2003-06-12add sc_get_key_label; larsch at trustcenter.de; bugzilla#591Markus Friedl
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
2002-06-23various KNF and %d for unsignedTheo de Raadt
2002-03-26try_AUT0 in read_pubkey too, for those paranoid few who want to acl 'sh'Jim Rees
2002-03-25change sc_get_key to sc_get_keys and hide smartcard details in scard.cMarkus Friedl
2002-03-24we need to figure out AUT0 for sc_private_encrypt, tooMarkus Friedl
2002-03-21Add PIN-protection for secret key.Jim Rees
2002-03-21In sc_put_key(), sc_reader_id should be id.Jim Rees
2002-03-21remove constMarkus Friedl
2002-03-21move key upload to scard.[ch]Markus Friedl
2002-03-21make compile w/ openssl 0.9.7Markus Friedl
2001-12-27call fatal() for openssl allocation failuresMarkus Friedl
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-09-28Fix segv when smartcard communication error occurs during key load. ok markus@Damien Miller
2001-09-17never keep a connection to the smartcard open.Markus Friedl
2001-08-02clean up some /* SMARTCARD */. ok markus@Jakob Schlyter
2001-08-01support finish rsa keys.Markus Friedl
2001-08-01use strings instead of ints for smartcard reader idsMarkus Friedl
2001-07-31close smartcard connection if card is missing.Jakob Schlyter
2001-07-31do not complain about missing smartcards. ok markus@Jakob Schlyter
2001-07-30better errorcodes from sc_*; ok markus@Jakob Schlyter
2001-07-26Inquire Cyberflex class for 0xf0 cardsJim Rees
2001-07-25typo in commentMarkus Friedl
2001-07-04handle card removal more gracefully, add sc_close() to scard.hMarkus Friedl
2001-07-02update for sectok.h interface changes.Markus Friedl
2001-06-26add smartcard support to the client, too (now you can use bothMarkus Friedl
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
2001-06-26more smartcard support.Markus Friedl