summaryrefslogtreecommitdiffstats
path: root/libcacard
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Spelling fixes in comments (it's -> its)Stefan Weil2012-03-081-1/+1
| * libcacard: Use format specifier %u instead of %d for unsigned valuesStefan Weil2012-03-081-10/+10
* | libcacard: Fix compilation with gcc-4.7Hans de Goede2012-03-091-2/+2
|/
* libcacard: fix reported ATR lengthAlon Levy2012-02-271-2/+2
* make: Remove duplicate use of GLIB_CFLAGSStefan Weil2012-02-091-2/+0
* fix spelling in libcacard sub directoryDong Xu Wang2011-12-024-5/+5
* libcacard: Fix wrong assertion (reported by cppcheck)Stefan Weil2011-10-251-1/+1
* libcacard/vscclient: fix error paths for socket creationAlon Levy2011-10-251-2/+7
* libcacard/cac: fix typo in cac_delete_pki_applet_privateAlon Levy2011-10-251-1/+2
* Silence make if nothing is to do for libcacardJan Kiszka2011-09-211-0/+2
* libcacard: use INSTALL_DATA for dataBrad Smith2011-09-021-1/+1
* Fix spelling in comments and debug messages (recieve -> receive)Stefan Weil2011-08-291-1/+1
* Fix build on OpenBSD with BSD userland emu and smartcard NSS enabledBrad2011-08-271-2/+2
* Improvements to libtool support.Brad2011-08-221-5/+5
* build: list libraries after objects, for proper linkageDiego Elio Pettenò2011-08-221-2/+2
* Remove remenants of qemu_mallocAnthony Liguori2011-08-211-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-207-66/+66
* Make glib mandatory and fixup utils appropriatelyAnthony Liguori2011-08-201-1/+3
* libcacard: use INSTALL_DATA for dataAlon Levy2011-08-021-3/+2
* libcacard: add pc file, install it + includesAlon Levy2011-07-262-3/+37
* libcacard: replace copy_string with strndupChristophe Fergeau2011-07-221-17/+6
* libcacard: introduce NEXT_TOKEN macroChristophe Fergeau2011-07-221-47/+24
* libcacard: fix soft=... parsing in vcard_emul_optionsChristophe Fergeau2011-07-221-17/+28
* libcacard: s/strip(args++)/strip(args+1)Christophe Fergeau2011-07-221-2/+2
* libcacard: don't leak vcard_emul_alloc_arrays memChristophe Fergeau2011-07-221-1/+10
* libcacard/vcard_emul_nss: support cards lying about CKM_RSA_X_509 supportRobert Relyea2011-07-221-6/+127
OpenPOWER on IntegriCloud