summaryrefslogtreecommitdiff
path: root/libcacard
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-12libcacard: list oslib-obj-y file explicitlyPaolo Bonzini1-1/+5
2013-01-12libcacard: link vscclient to dynamic libraryPaolo Bonzini1-2/+1
2013-01-12libcacard: rewrite Makefile in non-recursive stylePaolo Bonzini1-25/+10
2013-01-12libcacard: add list of exported symbolsPaolo Bonzini2-1/+79
2013-01-12libcacard: use per-target variable definitionsPaolo Bonzini1-2/+5
2013-01-12libcacard: prepare to use -y trick in the MakefilePaolo Bonzini1-6/+4
2013-01-12libcacard: require libtool to build itPaolo Bonzini1-8/+0
2013-01-12libcacard: fix missing symbol in libcacard.soAlon Levy1-1/+1
2013-01-12build: support linking with libtool objects/librariesPaolo Bonzini1-4/+7
2013-01-12build: make libtool verbose when making with V=1Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini3-4/+4
2012-11-19libcacard: link in stubsPaolo Bonzini1-1/+1
2012-11-19libcacard: make unnesting rules available to Makefile.objsPaolo Bonzini1-1/+1
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno3-5/+0
2012-10-05cleanup useless return sentenceAmos Kong3-5/+0
2012-10-05libcacard/vcard_emul_nss: use pstrcpy in place of strncpyJim Meyering2-2/+4
2012-06-21libcacard: build fixesBlue Swirl1-4/+5
2012-06-07build: libcacard Makefile cleanupsPaolo Bonzini1-11/+6
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
2012-03-09Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-11/+11
2012-03-09libcacard: Fix compilation with gcc-4.7Hans de Goede1-2/+2
2012-03-08Spelling fixes in comments (it's -> its)Stefan Weil1-1/+1