summaryrefslogtreecommitdiff
path: root/libcacard/vcard_emul_nss.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno1-3/+0
2012-10-05cleanup useless return sentenceAmos Kong1-3/+0
2012-10-05libcacard/vcard_emul_nss: use pstrcpy in place of strncpyJim Meyering1-2/+1
2012-03-26libcacard/vcard_emul_nss: add warning for old coolkeyAlon Levy1-0/+10
2012-03-26libcacard/vcard_emul_nss: handle no readers at startupAlon Levy1-10/+5
2012-03-26libcacard/vcard_emul_nss: don't stop thread when there are no slotsAlon Levy1-0/+11
2011-12-02fix spelling in libcacard sub directoryDong Xu Wang1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-24/+24
2011-07-22libcacard: replace copy_string with strndupChristophe Fergeau1-17/+6
2011-07-22libcacard: introduce NEXT_TOKEN macroChristophe Fergeau1-47/+24
2011-07-22libcacard: fix soft=... parsing in vcard_emul_optionsChristophe Fergeau1-17/+28
2011-07-22libcacard: s/strip(args++)/strip(args+1)Christophe Fergeau1-2/+2
2011-07-22libcacard: don't leak vcard_emul_alloc_arrays memChristophe Fergeau1-1/+10
2011-07-22libcacard/vcard_emul_nss: support cards lying about CKM_RSA_X_509 supportRobert Relyea1-6/+127
2011-05-08Fix typo in comment (consistant -> consistent)Stefan Weil1-1/+1
2011-04-17libcacard: fix opposite usage of isspaceAlon Levy1-2/+2
2011-04-01libcacard: initial commitRobert Relyea1-0/+1157