summaryrefslogtreecommitdiff
path: root/libcacard
AgeCommit message (Expand)AuthorFilesLines
2014-11-14libcacard: fix resource leakzhanghailiang1-1/+6
2014-10-28libcacard: don't free sign buffer while sign op is pendingRay Strode1-3/+7
2014-10-28libcacard: Lock NSS cert db when selecting an applet on an emulated cardRay Strode1-0/+5
2014-10-28libcacard: introduce new vcard_emul_logoutRay Strode2-4/+13
2014-09-20Fix typos and misspellings in commentszhanghailiang1-2/+2
2014-06-24vscclient: Add required headers to fix build on FreeBSDEd Maste1-0/+2
2014-06-11Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell4-64/+57
2014-06-10libcacard: Clean up dead stores before g_free()Markus Armbruster2-6/+0
2014-06-10libcacard: Drop superfluous conditionals around g_free()Markus Armbruster5-32/+12
2014-06-10libcacard: actually use symbols fileMichael Tokarev1-1/+1
2014-06-10libcacard: replace qemu thread primitives with glib onesMichael Tokarev3-30/+19
2014-06-10vscclient: use glib thread primitives not qemuMichael Tokarev1-33/+37
2014-05-26libcacard: remove useless initializersMichael Tokarev6-22/+21
2014-05-26libcacard: fix wrong array expansion logicMichael Tokarev1-5/+4
2014-05-24libcacard/vcard_emul_nss: Drop a redundant conditionalMarkus Armbruster1-5/+0
2014-05-24libcacard: Convert two leftover realloc() to GLibMarkus Armbruster2-16/+4
2014-05-24libcacard/vreader: Tighten assertion to clarify intentMarkus Armbruster1-1/+1
2014-05-24libcacard/vreader: Drop broken recovery from failed assertionMarkus Armbruster1-5/+3
2014-05-24libcacard: Plug memory leaks around vreader_get_reader_list()Markus Armbruster2-0/+5
2014-05-24libcacard/vscclient: Bury some dead codeMarkus Armbruster1-4/+2
2014-05-24libcacard: g_malloc cleanupsMichael Tokarev6-46/+23
2014-05-09libcacard: remove libcacard-specific CFLAGS and LIBS from global varsMichael Tokarev1-1/+0
2014-05-07libcacard: remove unnecessary EOL from debug printsAlon Levy1-2/+2
2014-05-07libcacard: replace pstrcpy() with memcpy()Michael Tokarev1-1/+2
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert1-1/+1
2014-02-09libcacard: Don't link with all libraries QEMU links toChristophe Fergeau1-1/+1
2013-12-16vscclient: do not add a socket watch if there is not data to sendMarc-André Lureau1-4/+6
2013-12-09libcacard: Fix compilation for older versions of glib (bug #1258168)Stefan Weil1-2/+2
2013-12-02libcacard/vcard_emul_nss: Remove unused statement (value stored is never read)Stefan Weil1-1/+0
2013-12-02libcacard/cac: Remove unused statement (value stored is never read)Stefan Weil1-1/+0
2013-09-23Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori1-1/+2
2013-09-20vscclient: remove unnecessary use of uninitialized variableMichael Tokarev1-2/+1
2013-09-18libcacard: link against qemu-error.o for error_report()Stefan Hajnoczi1-1/+2
2013-09-01misc: Fix some typos in names and commentsStefan Weil2-2/+2
2013-06-21libcacard: Fix cppcheck warning and remove unneeded codeStefan Weil1-16/+6
2013-06-12libcacard/vscclient: fix leakage of socket on error pathsAlon Levy1-2/+7
2013-04-24libcacard/cac: change big switch functions to single return pointAlon Levy1-21/+52
2013-04-24libcacard: move atr setting from macro to functionAlon Levy4-16/+57
2013-04-24libcacard/vreader: add debugging messages for apduAlon Levy3-7/+85
2013-04-24libcacard: change default ATRAlon Levy1-2/+10
2013-04-24libcacard: remove default libcoolkey loadingMarc-André Lureau1-16/+1
2013-04-24libcacard: remove sql: prefixMarc-André Lureau1-4/+2
2013-04-24libcacard: teach vscclient to use GMainLoop for portabilityMarc-André Lureau1-145/+246
2013-04-24libcacard: vscclient to use QemuThread for portabilityMarc-André Lureau1-7/+2
2013-04-24libcacard: split vscclient main() from socket readingMarc-André Lureau1-152/+162
2013-04-24libcacard: use system config directory for nss db on win32Marc-André Lureau1-1/+17
2013-04-24libcacard: correct T0 historical bytes sizeMarc-André Lureau1-1/+1
2013-01-30libcacard: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster3-5/+5
2013-01-12build: fold trace-obj-y into libqemuutil.aPaolo Bonzini1-1/+2
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini1-3/+3