mountmgr: Allow to specify the drive letter explicitly when creating/removing a drive.
[wine] / dlls / crypt32 / rootstore.c
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...