oleaut32/tests: Add test for tlibattr->lcid.
[wine] / dlls / crypt32 / rootstore.c
2009-08-05  Juan Langcrypt32: Fix leak on error path.
2009-01-19  Juan Langcrypt32: Remove location checks when opening root store.
2008-12-02  Alexandre Julliardcrypt32: Make some functions and variables static.
2008-10-28  Austin Englishcrypt32: fix a test failure on Free/PC-BSD.
2008-10-06  Rob ShearmanAdd configure check for dirent.h and readdir.
2008-07-17  Juan Langcrypt32: Reorganize root store creation code.
2008-07-14  Juan Langcrypt32: Add MS root certs to root store.
2008-02-15  Francois GougetAssorted spelling fixes.
2007-11-02  Juan Langcrypt32: Fix leaked chains creating the root store.
2007-10-19  Juan Langcrypt32: Free root store when quitting.
2007-09-17  Andrew Talbotcrypt32: Fix some memory leaks.
2007-09-13  Francois Gougetcrypt32: We don't consider sys/types.h to be a conditio...
2007-09-12  Rob Shearmancrypt32: Fix a compile failure on *BSD systems.
2007-09-11  Juan Langcrypt32: Add a root store implementation that reads...