summaryrefslogtreecommitdiffstats
path: root/libcacard/vcard_emul_nss.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos and misspellings in commentszhanghailiang2014-09-201-2/+2
* libcacard: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-101-3/+1
* libcacard: remove useless initializersMichael Tokarev2014-05-261-3/+3
* libcacard: fix wrong array expansion logicMichael Tokarev2014-05-261-5/+4
* libcacard/vcard_emul_nss: Drop a redundant conditionalMarkus Armbruster2014-05-241-5/+0
* libcacard: Convert two leftover realloc() to GLibMarkus Armbruster2014-05-241-5/+2
* libcacard: Plug memory leaks around vreader_get_reader_list()Markus Armbruster2014-05-241-0/+4
* libcacard: g_malloc cleanupsMichael Tokarev2014-05-241-6/+6
* libcacard: replace pstrcpy() with memcpy()Michael Tokarev2014-05-071-1/+2
* libcacard/vcard_emul_nss: Remove unused statement (value stored is never read)Stefan Weil2013-12-021-1/+0
* libcacard: Fix cppcheck warning and remove unneeded codeStefan Weil2013-06-211-16/+6
* libcacard: move atr setting from macro to functionAlon Levy2013-04-241-3/+11
* libcacard: remove default libcoolkey loadingMarc-André Lureau2013-04-241-16/+1
* libcacard: remove sql: prefixMarc-André Lureau2013-04-241-4/+2
* libcacard: use system config directory for nss db on win32Marc-André Lureau2013-04-241-1/+17
* libcacard: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster2013-01-301-2/+2
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuAurelien Jarno2012-10-061-3/+0
|\
| * cleanup useless return sentenceAmos Kong2012-10-051-3/+0
* | libcacard/vcard_emul_nss: use pstrcpy in place of strncpyJim Meyering2012-10-051-2/+1
|/
* 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
* fix spelling in libcacard sub directoryDong Xu Wang2011-12-021-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-24/+24
* 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
* Fix typo in comment (consistant -> consistent)Stefan Weil2011-05-081-1/+1
* libcacard: fix opposite usage of isspaceAlon Levy2011-04-171-2/+2
* libcacard: initial commitRobert Relyea2011-04-011-0/+1157
OpenPOWER on IntegriCloud