aboutsummaryrefslogtreecommitdiff
path: root/libcacard
AgeCommit message (Expand)Author
2015-04-30libcacard: do not use full paths for include files in the same dirMichael Tokarev
2015-04-30libcacard: stop including qemu-common.hPaolo Bonzini
2015-02-10libcacard: stop linking against every single 3rd party libraryDaniel P. Berrange
2014-11-14libcacard: fix resource leakzhanghailiang
2014-10-28libcacard: don't free sign buffer while sign op is pendingRay Strode
2014-10-28libcacard: Lock NSS cert db when selecting an applet on an emulated cardRay Strode
2014-10-28libcacard: introduce new vcard_emul_logoutRay Strode
2014-09-20Fix typos and misspellings in commentszhanghailiang
2014-06-24vscclient: Add required headers to fix build on FreeBSDEd Maste
2014-06-11Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell
2014-06-10libcacard: Clean up dead stores before g_free()Markus Armbruster
2014-06-10libcacard: Drop superfluous conditionals around g_free()Markus Armbruster
2014-06-10libcacard: actually use symbols fileMichael Tokarev
2014-06-10libcacard: replace qemu thread primitives with glib onesMichael Tokarev
2014-06-10vscclient: use glib thread primitives not qemuMichael Tokarev
2014-05-26libcacard: remove useless initializersMichael Tokarev
2014-05-26libcacard: fix wrong array expansion logicMichael Tokarev
2014-05-24libcacard/vcard_emul_nss: Drop a redundant conditionalMarkus Armbruster
2014-05-24libcacard: Convert two leftover realloc() to GLibMarkus Armbruster
2014-05-24libcacard/vreader: Tighten assertion to clarify intentMarkus Armbruster
2014-05-24libcacard/vreader: Drop broken recovery from failed assertionMarkus Armbruster
2014-05-24libcacard: Plug memory leaks around vreader_get_reader_list()Markus Armbruster
2014-05-24libcacard/vscclient: Bury some dead codeMarkus Armbruster
2014-05-24libcacard: g_malloc cleanupsMichael Tokarev
2014-05-09libcacard: remove libcacard-specific CFLAGS and LIBS from global varsMichael Tokarev
2014-05-07libcacard: remove unnecessary EOL from debug printsAlon Levy
2014-05-07libcacard: replace pstrcpy() with memcpy()Michael Tokarev
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert
2014-02-09libcacard: Don't link with all libraries QEMU links toChristophe Fergeau
2013-12-16vscclient: do not add a socket watch if there is not data to sendMarc-André Lureau
2013-12-09libcacard: Fix compilation for older versions of glib (bug #1258168)Stefan Weil
2013-12-02libcacard/vcard_emul_nss: Remove unused statement (value stored is never read)Stefan Weil
2013-12-02libcacard/cac: Remove unused statement (value stored is never read)Stefan Weil
2013-09-23Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-09-20vscclient: remove unnecessary use of uninitialized variableMichael Tokarev
2013-09-18libcacard: link against qemu-error.o for error_report()Stefan Hajnoczi
2013-09-01misc: Fix some typos in names and commentsStefan Weil
2013-06-21libcacard: Fix cppcheck warning and remove unneeded codeStefan Weil
2013-06-12libcacard/vscclient: fix leakage of socket on error pathsAlon Levy
2013-04-24libcacard/cac: change big switch functions to single return pointAlon Levy
2013-04-24libcacard: move atr setting from macro to functionAlon Levy
2013-04-24libcacard/vreader: add debugging messages for apduAlon Levy
2013-04-24libcacard: change default ATRAlon Levy
2013-04-24libcacard: remove default libcoolkey loadingMarc-André Lureau
2013-04-24libcacard: remove sql: prefixMarc-André Lureau
2013-04-24libcacard: teach vscclient to use GMainLoop for portabilityMarc-André Lureau
2013-04-24libcacard: vscclient to use QemuThread for portabilityMarc-André Lureau
2013-04-24libcacard: split vscclient main() from socket readingMarc-André Lureau
2013-04-24libcacard: use system config directory for nss db on win32Marc-André Lureau
2013-04-24libcacard: correct T0 historical bytes sizeMarc-André Lureau