summaryrefslogtreecommitdiffstats
path: root/libcacard
Commit message (Expand)AuthorAgeFilesLines
* libcacard: remove unnecessary EOL from debug printsAlon Levy2014-05-071-2/+2
* libcacard: replace pstrcpy() with memcpy()Michael Tokarev2014-05-071-1/+2
* Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert2014-03-091-1/+1
* libcacard: Don't link with all libraries QEMU links toChristophe Fergeau2014-02-091-1/+1
* vscclient: do not add a socket watch if there is not data to sendMarc-André Lureau2013-12-161-4/+6
* libcacard: Fix compilation for older versions of glib (bug #1258168)Stefan Weil2013-12-091-2/+2
* libcacard/vcard_emul_nss: Remove unused statement (value stored is never read)Stefan Weil2013-12-021-1/+0
* libcacard/cac: Remove unused statement (value stored is never read)Stefan Weil2013-12-021-1/+0
* Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-09-231-1/+2
|\
| * libcacard: link against qemu-error.o for error_report()Stefan Hajnoczi2013-09-181-1/+2
* | vscclient: remove unnecessary use of uninitialized variableMichael Tokarev2013-09-201-2/+1
|/
* misc: Fix some typos in names and commentsStefan Weil2013-09-012-2/+2
* libcacard: Fix cppcheck warning and remove unneeded codeStefan Weil2013-06-211-16/+6
* libcacard/vscclient: fix leakage of socket on error pathsAlon Levy2013-06-121-2/+7
* libcacard/cac: change big switch functions to single return pointAlon Levy2013-04-241-21/+52
* libcacard: move atr setting from macro to functionAlon Levy2013-04-244-16/+57
* libcacard/vreader: add debugging messages for apduAlon Levy2013-04-243-7/+85
* libcacard: change default ATRAlon Levy2013-04-241-2/+10
* libcacard: remove default libcoolkey loadingMarc-André Lureau2013-04-241-16/+1
* libcacard: remove sql: prefixMarc-André Lureau2013-04-241-4/+2
* libcacard: teach vscclient to use GMainLoop for portabilityMarc-André Lureau2013-04-241-145/+246
* libcacard: vscclient to use QemuThread for portabilityMarc-André Lureau2013-04-241-7/+2
* libcacard: split vscclient main() from socket readingMarc-André Lureau2013-04-241-152/+162
* libcacard: use system config directory for nss db on win32Marc-André Lureau2013-04-241-1/+17
* libcacard: correct T0 historical bytes sizeMarc-André Lureau2013-04-241-1/+1
* libcacard: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster2013-01-303-5/+5
* build: fold trace-obj-y into libqemuutil.aPaolo Bonzini2013-01-121-1/+2
* build: move libqemuutil.a components to util/Paolo Bonzini2013-01-121-3/+3
* libcacard: list oslib-obj-y file explicitlyPaolo Bonzini2013-01-121-1/+5
* libcacard: link vscclient to dynamic libraryPaolo Bonzini2013-01-121-2/+1
* libcacard: rewrite Makefile in non-recursive stylePaolo Bonzini2013-01-121-25/+10
* libcacard: add list of exported symbolsPaolo Bonzini2013-01-122-1/+79
* libcacard: use per-target variable definitionsPaolo Bonzini2013-01-121-2/+5
* libcacard: prepare to use -y trick in the MakefilePaolo Bonzini2013-01-121-6/+4
* libcacard: require libtool to build itPaolo Bonzini2013-01-121-8/+0
* libcacard: fix missing symbol in libcacard.soAlon Levy2013-01-121-1/+1
* build: support linking with libtool objects/librariesPaolo Bonzini2013-01-121-4/+7
* build: make libtool verbose when making with V=1Paolo Bonzini2013-01-121-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-193-4/+4
* libcacard: link in stubsPaolo Bonzini2012-11-191-1/+1
* libcacard: make unnesting rules available to Makefile.objsPaolo Bonzini2012-11-191-1/+1
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-063-5/+0
|\
| * cleanup useless return sentenceAmos Kong2012-10-053-5/+0
* | libcacard/vcard_emul_nss: use pstrcpy in place of strncpyJim Meyering2012-10-052-2/+4
|/
* libcacard: build fixesBlue Swirl2012-06-211-4/+5
* build: libcacard Makefile cleanupsPaolo Bonzini2012-06-071-11/+6
* libcacard/vcard_emul_nss: add warning for old coolkeyAlon Levy2012-03-261-0/+10
* libcacard/vcard_emul_nss: handle no readers at startupAlon Levy2012-03-261-10/+5
* libcacard/vcard_emul_nss: don't stop thread when there are no slotsAlon Levy2012-03-261-0/+11
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-03-091-11/+11
|\
OpenPOWER on IntegriCloud