netapi32: Add a stub for NetGroupGetInfo.
[wine] / dlls / crypt32 / ctl.c
2009-01-26  Michael Stefaniuccrypt32: Remove some more superfluous pointer casts.
2008-12-23  Juan Langcrypt32: Don't crash when querying the length of the...
2008-12-23  Juan Langcrypt32: Support add disposition CERT_STORE_ADD_NEWER_I...
2008-11-04  Michael Stefaniuccrypt32: Remove superfluous casts of void pointers.
2008-09-02  Juan Langcrypt32: Implement CertAddCTLContextToStore.
2008-09-02  Juan Langcrypt32: Implement CertFindCTLInStore.
2008-09-02  Juan Langcrypt32: Implement CertDeleteCTLFromStore.
2008-09-02  Juan Langcrypt32: Implement CertEnumCTLsInStore.
2008-09-02  Juan Langcrypt32: Implement CertAddEncodedCTLToStore.
2008-09-02  Juan Langcrypt32: Implement CertDuplicateCTLContext.
2008-09-02  Juan Langcrypt32: Add support for CTL properties.
2008-09-02  Juan Langcrypt32: Implement CertCreateCTLContext and CertFreeCTL...