aboutsummaryrefslogtreecommitdiff
path: root/libcacard
AgeCommit message (Expand)Author
2013-01-30libcacard: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-12build: fold trace-obj-y into libqemuutil.aPaolo Bonzini
2013-01-12build: move libqemuutil.a components to util/Paolo Bonzini
2013-01-12libcacard: list oslib-obj-y file explicitlyPaolo Bonzini
2013-01-12libcacard: link vscclient to dynamic libraryPaolo Bonzini
2013-01-12libcacard: rewrite Makefile in non-recursive stylePaolo Bonzini
2013-01-12libcacard: add list of exported symbolsPaolo Bonzini
2013-01-12libcacard: use per-target variable definitionsPaolo Bonzini
2013-01-12libcacard: prepare to use -y trick in the MakefilePaolo Bonzini
2013-01-12libcacard: require libtool to build itPaolo Bonzini
2013-01-12libcacard: fix missing symbol in libcacard.soAlon Levy
2013-01-12build: support linking with libtool objects/librariesPaolo Bonzini
2013-01-12build: make libtool verbose when making with V=1Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-11-19libcacard: link in stubsPaolo Bonzini
2012-11-19libcacard: make unnesting rules available to Makefile.objsPaolo Bonzini
2012-10-06Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno
2012-10-05cleanup useless return sentenceAmos Kong
2012-10-05libcacard/vcard_emul_nss: use pstrcpy in place of strncpyJim Meyering
2012-06-21libcacard: build fixesBlue Swirl
2012-06-07build: libcacard Makefile cleanupsPaolo Bonzini
2012-03-26libcacard/vcard_emul_nss: add warning for old coolkeyAlon Levy
2012-03-26libcacard/vcard_emul_nss: handle no readers at startupAlon Levy
2012-03-26libcacard/vcard_emul_nss: don't stop thread when there are no slotsAlon Levy
2012-03-09Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-03-09libcacard: Fix compilation with gcc-4.7Hans de Goede
2012-03-08Spelling fixes in comments (it's -> its)Stefan Weil
2012-03-08libcacard: Use format specifier %u instead of %d for unsigned valuesStefan Weil
2012-02-27libcacard: fix reported ATR lengthAlon Levy
2012-02-09make: Remove duplicate use of GLIB_CFLAGSStefan Weil
2011-12-02fix spelling in libcacard sub directoryDong Xu Wang
2011-10-25libcacard: Fix wrong assertion (reported by cppcheck)Stefan Weil
2011-10-25libcacard/vscclient: fix error paths for socket creationAlon Levy
2011-10-25libcacard/cac: fix typo in cac_delete_pki_applet_privateAlon Levy
2011-09-21Silence make if nothing is to do for libcacardJan Kiszka
2011-09-02libcacard: use INSTALL_DATA for dataBrad Smith
2011-08-29Fix spelling in comments and debug messages (recieve -> receive)Stefan Weil
2011-08-27Fix build on OpenBSD with BSD userland emu and smartcard NSS enabledBrad
2011-08-22Improvements to libtool support.Brad
2011-08-22build: list libraries after objects, for proper linkageDiego Elio Pettenò
2011-08-21Remove remenants of qemu_mallocAnthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-20Make glib mandatory and fixup utils appropriatelyAnthony Liguori
2011-08-02libcacard: use INSTALL_DATA for dataAlon Levy
2011-07-26libcacard: add pc file, install it + includesAlon Levy
2011-07-22libcacard: replace copy_string with strndupChristophe Fergeau
2011-07-22libcacard: introduce NEXT_TOKEN macroChristophe Fergeau
2011-07-22libcacard: fix soft=... parsing in vcard_emul_optionsChristophe Fergeau
2011-07-22libcacard: s/strip(args++)/strip(args+1)Christophe Fergeau
2011-07-22libcacard: don't leak vcard_emul_alloc_arrays memChristophe Fergeau