Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove obsole scard code | 2010-02-08 | 1 | -569/+0 | |
| | |||||
* | add missing checks for openssl return codes; with & ok djm@ | 2006-11-06 | 1 | -5/+7 | |
| | |||||
* | almost entirely get rid of the culture of ".h files that include .h files" | 2006-08-03 | 1 | -3/+4 | |
| | | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step | ||||
* | clean extra spaces | 2006-08-01 | 1 | -5/+5 | |
| | |||||
* | need #include <string.h> | 2006-07-25 | 1 | -1/+3 | |
| | |||||
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | 2006-03-25 | 1 | -0/+1 | |
| | | | | Theo nuked - our scripts to sync -portable need them in the files | ||||
* | introduce xcalloc() and xasprintf() failure-checked allocations functions | 2006-03-25 | 1 | -1/+1 | |
| | | | | | | | | | | and use them throughout openssh xcalloc is particularly important because malloc(nmemb * size) is a dangerous idiom (subject to integer overflow) and it is time for it to die feedback and ok deraadt@ | ||||
* | RCSID() can die | 2006-03-19 | 1 | -1/+0 | |
| | |||||
* | kill a tiny header; ok deraadt@ | 2004-05-08 | 1 | -2/+2 | |
| | |||||
* | add sc_get_key_label; larsch at trustcenter.de; bugzilla#591 | 2003-06-12 | 1 | -1/+8 | |
| | |||||
* | rename log() into logit() to avoid name conflict. markus ok, from netbsd | 2003-04-08 | 1 | -3/+3 | |
| | |||||
* | various KNF and %d for unsigned | 2002-06-23 | 1 | -2/+2 | |
| | |||||
* | try_AUT0 in read_pubkey too, for those paranoid few who want to acl 'sh' | 2002-03-26 | 1 | -27/+34 | |
| | |||||
* | change sc_get_key to sc_get_keys and hide smartcard details in scard.c | 2002-03-25 | 1 | -25/+51 | |
| | |||||
* | we need to figure out AUT0 for sc_private_encrypt, too | 2002-03-24 | 1 | -21/+35 | |
| | |||||
* | Add PIN-protection for secret key. | 2002-03-21 | 1 | -27/+57 | |
| | |||||
* | In sc_put_key(), sc_reader_id should be id. | 2002-03-21 | 1 | -4/+3 | |
| | |||||
* | remove const | 2002-03-21 | 1 | -3/+3 | |
| | |||||
* | move key upload to scard.[ch] | 2002-03-21 | 1 | -1/+116 | |
| | |||||
* | make compile w/ openssl 0.9.7 | 2002-03-21 | 1 | -31/+25 | |
| | |||||
* | call fatal() for openssl allocation failures | 2001-12-27 | 1 | -2/+3 | |
| | |||||
* | basic KNF done while i was looking for something else | 2001-12-19 | 1 | -8/+8 | |
| | |||||
* | Fix segv when smartcard communication error occurs during key load. ok markus@ | 2001-09-28 | 1 | -1/+2 | |
| | |||||
* | never keep a connection to the smartcard open. | 2001-09-17 | 1 | -20/+18 | |
| | | | | allows ssh-keygen -D U while the agent is running; report from jakob@ | ||||
* | clean up some /* SMARTCARD */. ok markus@ | 2001-08-02 | 1 | -2/+2 | |
| | |||||
* | support finish rsa keys. | 2001-08-01 | 1 | -2/+19 | |
| | | | | free public keys after login -> call finish -> close smartcard. | ||||
* | use strings instead of ints for smartcard reader ids | 2001-08-01 | 1 | -7/+10 | |
| | |||||
* | close smartcard connection if card is missing. | 2001-07-31 | 1 | -1/+2 | |
| | |||||
* | do not complain about missing smartcards. ok markus@ | 2001-07-31 | 1 | -3/+9 | |
| | |||||
* | better errorcodes from sc_*; ok markus@ | 2001-07-30 | 1 | -19/+36 | |
| | |||||
* | Inquire Cyberflex class for 0xf0 cards | 2001-07-26 | 1 | -25/+8 | |
| | | | | | change aid to conform to 7816-5 remove gratuitous fid selects | ||||
* | typo in comment | 2001-07-25 | 1 | -2/+2 | |
| | |||||
* | handle card removal more gracefully, add sc_close() to scard.h | 2001-07-04 | 1 | -16/+52 | |
| | |||||
* | update for sectok.h interface changes. | 2001-07-02 | 1 | -159/+109 | |
| | | | | improve error handling. | ||||
* | add smartcard support to the client, too (now you can use both | 2001-06-26 | 1 | -4/+4 | |
| | | | | the agent and the client). | ||||
* | prototype pedant. not very creative... | 2001-06-26 | 1 | -2/+2 | |
| | | | | | - () -> (void) - no variable names | ||||
* | more smartcard support. | 2001-06-26 | 1 | -0/+359 | |