summaryrefslogtreecommitdiff
path: root/libcacard/vcard_emul_nss.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-02libcacard/vcard_emul_nss: Remove unused statement (value stored is never read)Stefan Weil1-1/+0
2013-06-21libcacard: Fix cppcheck warning and remove unneeded codeStefan Weil1-16/+6
2013-04-24libcacard: move atr setting from macro to functionAlon Levy1-3/+11
2013-04-24libcacard: remove default libcoolkey loadingMarc-André Lureau1-16/+1
2013-04-24libcacard: remove sql: prefixMarc-André Lureau1-4/+2
2013-04-24libcacard: use system config directory for nss db on win32Marc-André Lureau1-1/+17
2013-01-30libcacard: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster1-2/+2
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