wined3d: Set the initial value of WINED3DTEXSTA_MAXANISOTROPY to 1.
[wine] / dlls / crypt32 / decode.c
2009-06-22  Alexandre Julliardcrypt32: Fix a couple of assumptions about structure...
2009-02-25  Juan Langcrypt32: Properly NULL-terminate decoded UTF8 strings.
2009-01-30  Juan Langcrypt32: Fix debug channel for PFX functions.
2009-01-28  Juan Langcrypt32: Add stub for PFXImportCertStore.
2009-01-28  Juan Langcrypt32: Implement PFXIsPFXBlob.
2009-01-19  Michael Stefaniuccrypt32: Remove some superfluous pointer casts.
2008-12-20  Juan Langcrypt32: Don't check for the TLV after indefinite-lengt...
2008-11-26  Juan Langcrypt32: Accept any string format as the display text...
2008-11-24  Francois Gougetcrypt32: Remove WINAPI on static functions where not...
2008-11-21  Juan Langcrypt32: Pass next data pointer when decoding a CRL...
2008-11-21  Juan Langcrypt32: Decoded unicode name value strings should...
2008-11-17  Juan Langcrypt32: Implement decoding CERT_POLICIES_INFO.
2008-11-17  Juan Langcrypt32: Implement decoding CERT_POLICY_QUALIFIER_USER_...
2008-11-07  Michael Stefaniuccrypt32: Fix the aligning up to a DWORD_PTR boundary.
2008-11-06  Juan Langcrypt32: Separate checking the tag of encoded bits...
2008-10-17  Juan Langcrypt32: Don't check for no data to decode in CryptDeco...
2008-10-17  Juan Langcrypt32: Correct last error when no data are passed...
2008-09-10  Juan Langcrypt32: Get rid of a magic number and a redundant...
2008-09-09  Juan Langcrypt32: Check length of sequence before checking tag.
2008-08-28  Juan Langcrypt32: Implement CTL decoding.
2008-08-28  Juan Langcrypt32: Implement authority info access decoding.
2008-08-21  Huw Daviescrypt32: Don't write to pvStructInfo if it's NULL.
2008-08-21  Juan Langcrypt32: Add support for decoding PKCS_SMIME_CAPABILITIES.
2008-08-21  Juan Langcrypt32: Use CMS messages rather than PKCS messages...
2008-08-20  Juan Langcrypt32: Always set *pcbStructInfo.
2008-08-20  Juan Langcrypt32: Implement decoding CMSG_CMS_SIGNER_INFO.
2008-08-19  Juan Langcrypt32: Fix length calculation for decoding CRL_DIST_P...
2008-08-19  Juan Langcrypt32: Set *pcbStructInfo on more success paths.
2008-07-10  Andrew Talbotcrypt32: Remove unneeded address-of operator from array...
2008-02-04  Bang Jun-youngcrypt32: Include wine/port.h for snprintf().
2007-12-04  Andrew Talbotcrypt32: Remove unnecessary casts.
2007-11-09  Juan Langcrypt32: If a decoding function failed, free the memory...
2007-11-08  Juan Langcrypt32: Fail decoding a CRL entry if the serial number...
2007-11-02  Juan Langcrypt32: Get rid of an unneeded variable.
2007-10-17  Alexandre Julliardcrypt32: Fix pointer casts in decode.c too.
2007-10-11  Juan Langcrypt32: Implement name constraints decoding.
2007-10-11  Juan Langcrypt32: Don't check tag in AsnDecodeIntInternal, calle...
2007-10-02  Juan Langcrypt32: Don't check decoded length against encoded...
2007-09-18  Juan Langcrypt32: Use decode function's returned decoded length...
2007-09-18  Juan Langcrypt32: ret is already true, don't retest it.
2007-09-18  Juan Langcrypt32: Explicitly count bytes to copy in DecodeCopyBytes.
2007-09-18  Juan Langcrypt32: Test and correct decoding indefinite-length...
2007-09-18  Juan Langcrypt32: Use correct encoded length when decoding a...
2007-09-18  Juan Langcrypt32: Simplify AsnDecodeSequenceItems a tiny bit.
2007-09-18  Juan Langcrypt32: Allow indefinite-length encoding of sequence...
2007-09-18  Juan Langcrypt32: Simplify DecodePathLenConstraint.
2007-09-18  Juan Langcrypt32: Allow a sequence to have an indefinite-length...
2007-09-18  Juan Langcrypt32: Set *pcbDecoded in every function.
2007-09-18  Juan Langcrypt32: Use internal form for all internal decoding...
2007-09-18  Juan Langcrypt32: Get rid of encoding type argument to AsnDecode...
2007-09-18  Juan Langcrypt32: Get rid of encoding type from AsnDecodeSequenc...
2007-09-18  Juan Langcrypt32: Don't use exception handler when decoding...
2007-09-18  Juan Langcrypt32: Implement DecodeAltName with DecodeAltNameInte...
2007-09-18  Juan Langcrypt32: Use AsnDecodeIntInternal where an internal...
2007-09-18  Juan Langcrypt32: Temporarily change prototype of AsnDecodeIntIn...
2007-09-18  Juan Langcrypt32: Use internal decode int function a couple...
2007-09-18  Juan Langcrypt32: Introduce a space checking helper for function...
2007-09-18  Juan Langcrypt32: Move a comment that belonged elsewhere.
2007-09-18  Juan Langcrypt32: Separate DecodeInt into an internal and extern...
2007-09-18  Juan Langcrypt32: Use simpler form for internal time decoding...
2007-09-18  Juan Langcrypt32: Allow items in an array to be indefinite-lengt...
2007-09-18  Juan Langcrypt32: Support indefinite-length encoded arrays.
2007-09-18  Juan Langcrypt32: Set bytes decoded in all success paths.
2007-09-18  Juan Langcrypt32: Introduce a helper function to get encoded...
2007-09-18  Juan Langcrypt32: Remove an unneeded WINAPI.
2007-09-18  Juan Langcrypt32: Return bytes decoded from AsnDecodeArray.
2007-09-18  Juan Langcrypt32: Pass bytes decoded pointer to AsnDecodeArray.
2007-09-18  Juan Langcrypt32: Return bytes decoded when decoding an alt...
2007-09-18  Juan Langcrypt32: Return bytes decoded when copying DER-encoded...
2007-09-18  Juan Langcrypt32: Return bytes decoded when decoding a sequence.
2007-09-18  Juan Langcrypt32: Make a decode OID function that returns the...
2007-09-18  Juan Langcrypt32: Add a decoded parameter to AsnDecodeSequence.
2007-09-18  Juan Langcrypt32: Use a simpler prototype for array decoding...
2007-09-18  Juan Langcrypt32: Fix alignment on 64-bit systems.
2007-09-18  Juan Langcrypt32: Correct an optimization.
2007-09-18  Juan Langcrypt32: Correct GET_LEN_BYTES for the indefinite-lengt...
2007-09-18  Juan Langcrypt32: Update comments.
2007-09-11  Juan Langcrypt32: Support CRYPT_DECODE_TO_BE_SIGNED_FLAG.
2007-08-14  Juan Langcrypt32: Test authority key identifier with a multi...
2007-08-13  Juan Langcrypt32: Improve tracing when builtin function isn...
2007-08-13  Juan Langcrypt32: Validate parameters better in CryptDecodeObject.
2007-08-13  Juan Langcrypt32: Use helper functions to simplify CryptDecodeOb...
2007-08-13  Juan Langcrypt32: Ex encode/decode functions should call non...
2007-08-08  Juan Langcrypt32: Introduce cryptasn debug channel to quiet...
2007-08-03  Juan Langcrypt32: Implement decoding OID and directory name...
2007-08-03  Juan Langcrypt32: Introduce a OID decoding function that ignores...
2007-08-03  Juan Langcrypt32: Get rid of bogus check and improve traces...
2007-07-31  Juan Langcrypt32: Add a few traces.
2007-07-31  Juan Langcrypt32: Simplify alignment calculation.
2007-07-31  Juan Langcrypt32: Separate decoding PKCS signer info into intern...
2007-07-26  Juan Langcrypt32: Trace a few more items when decoding.
2007-07-26  Juan Langcrypt32: Test and fix encoding and decoding of attribut...
2007-07-26  Juan Langcrypt32: Partially implement decoding of signed messages.
2007-07-26  Juan Langcrypt32: Don't check tag in CRYPT_DecodeDERArray, calle...
2007-07-26  Juan Langcrypt32: Actually skip content when skipping an item...
2007-07-24  Juan Langcrypt32: Check for and fail on indefinite-length encoding.
2007-07-18  Juan Langcrypt32: Fix a bad comment.
2007-07-18  Juan Langcrypt32: Implement decoding hash messages.
2007-07-18  Juan Langcrypt32: Remove a redundant line.
2007-07-16  Juan Langcrypt32: Fix decoding sequences with extra trailing...
next