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