index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcacard
/
vcard_emul_nss.c
Age
Commit message (
Expand
)
Author
2014-09-20
Fix typos and misspellings in comments
zhanghailiang
2014-06-10
libcacard: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-05-26
libcacard: remove useless initializers
Michael Tokarev
2014-05-26
libcacard: fix wrong array expansion logic
Michael Tokarev
2014-05-24
libcacard/vcard_emul_nss: Drop a redundant conditional
Markus Armbruster
2014-05-24
libcacard: Convert two leftover realloc() to GLib
Markus Armbruster
2014-05-24
libcacard: Plug memory leaks around vreader_get_reader_list()
Markus Armbruster
2014-05-24
libcacard: g_malloc cleanups
Michael Tokarev
2014-05-07
libcacard: replace pstrcpy() with memcpy()
Michael Tokarev
2013-12-02
libcacard/vcard_emul_nss: Remove unused statement (value stored is never read)
Stefan Weil
2013-06-21
libcacard: Fix cppcheck warning and remove unneeded code
Stefan Weil
2013-04-24
libcacard: move atr setting from macro to function
Alon Levy
2013-04-24
libcacard: remove default libcoolkey loading
Marc-André Lureau
2013-04-24
libcacard: remove sql: prefix
Marc-André Lureau
2013-04-24
libcacard: use system config directory for nss db on win32
Marc-André Lureau
2013-01-30
libcacard: Fix unchecked strdup() by converting to g_strdup()
Markus Armbruster
2012-10-06
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Aurelien Jarno
2012-10-05
cleanup useless return sentence
Amos Kong
2012-10-05
libcacard/vcard_emul_nss: use pstrcpy in place of strncpy
Jim Meyering
2012-03-26
libcacard/vcard_emul_nss: add warning for old coolkey
Alon Levy
2012-03-26
libcacard/vcard_emul_nss: handle no readers at startup
Alon Levy
2012-03-26
libcacard/vcard_emul_nss: don't stop thread when there are no slots
Alon Levy
2011-12-02
fix spelling in libcacard sub directory
Dong Xu Wang
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-07-22
libcacard: replace copy_string with strndup
Christophe Fergeau
2011-07-22
libcacard: introduce NEXT_TOKEN macro
Christophe Fergeau
2011-07-22
libcacard: fix soft=... parsing in vcard_emul_options
Christophe Fergeau
2011-07-22
libcacard: s/strip(args++)/strip(args+1)
Christophe Fergeau
2011-07-22
libcacard: don't leak vcard_emul_alloc_arrays mem
Christophe Fergeau
2011-07-22
libcacard/vcard_emul_nss: support cards lying about CKM_RSA_X_509 support
Robert Relyea
2011-05-08
Fix typo in comment (consistant -> consistent)
Stefan Weil
2011-04-17
libcacard: fix opposite usage of isspace
Alon Levy
2011-04-01
libcacard: initial commit
Robert Relyea