wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / crypt32 / str.c
2007-12-31  Andrew Talbotcrypt32: Remove unneeded casts.
2007-11-02  Juan Langcrypt32: Use consistent error checking.
2007-11-02  Juan Langcrypt32: Free memory on all paths.
2007-11-02  Juan Langcrypt32: Set last error on alloc failure.
2007-10-22  Juan Langcrypt32: Always set *ppszError.
2007-10-22  Juan Langcrypt32: Don't allocate a 0-length string.
2007-10-22  Juan Langcrypt32: Fail if MultiByteToWideChar converts 0 characters.
2007-08-08  Juan Langcrypt32: Implement CertRDNValueToStr for UTF-8 strings.
2007-06-26  Alexandre Julliardcrypt32: Fix an uninitialized variable compiler warning.
2007-06-25  Jeff Latimercrypt32: Fix possible dereference of NULL ptr.
2007-06-25  Alexandre Julliardcrypt32: Fix incorrect usage of CharNextA.
2007-04-16  Andrew Talbotcrypt32: Constify some variables.
2006-10-04  Juan Langcrypt32: Win64 printf format warning fixes.
2006-09-07  Andrew Talbotcrypt32: Cast-qual warnings fix.
2006-08-02  Juan Langcrypt32: Support more types in CertRDNToStr.
2006-07-27  Juan Langcrypt32: Implement CryptStrToNameA/W, with tests.
2006-07-20  Juan Langcrypt32: Correct handling of empty output buffer in...
2006-07-18  Juan Langcrypt32: Output x.500 strings from CertNameToStrA/W.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-16  Juan Langcrypt32: Partially implement CertGetNameString.
2006-02-15  Juan Langcrypt32: Output string type in trace.
2006-02-02  Juan Langcrypt32: Implement CertRDNValueToStrW and CertNameToStr...
2006-02-01  Juan Langcrypt32: Implement CertRDNValueToStrA and CertNameToStr...