Juan Lang <[email protected]>
- crypt32: Move context properties to a separate file.
- crypt32: Move serialization functions to serialize.c.
- crypt32: Implement CertGetValidUsages.
- crypt32: Implement CertDuplicateStore.
Sync to Wine-0_9_9:
Juan Lang <[email protected]>
- crypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
- implement CryptEnumOIDInfo and CryptFindOIDInfo
- implement CertOIDToAlgId and CertAlgIdToOID using CryptFindOIDInfo
- crypt32: Move certificate store functions to their own file.
- crypt32: More encoding/decoding.
Add support for encoding/decoding basic constraints and enhanced key
usage, with tests.
- crypt32: Move OIDToAlgID and AlgIDToOID to oid.c.
- crypt32: Correct compile problem on gcc 2.95.
- crypt32: Partially implement CertGetNameString.
Henning Gerhardt <[email protected]>
- crypt32: Add German resource file.
YunSong Hwang <[email protected]>
- crypt32: Add Korean translation.
Alexander N. Sшrnes <[email protected]>
- Updated/new Norwegian Bokmеl resources.
Eric Pouech <[email protected]>
- crypt32: Don't access a blob after freeing it.
Sync to Wine-0_9_8:
Juan Lang <[email protected]>
- crypt32: Fix a fixme, and remove an old comment.
- crypt32: Output string type in trace.
Alexandre Julliard <[email protected]>
- Include wine/port.h in files that use exceptions.
Sync to Wine-0_9_7:
Juan Lang <[email protected]>
- crypt32: Implement CertRDNValueToStrA and CertNameToStrA, with tests.
- crypt32: Correct X509_NAME decoding, and more stringent tests.
- crypt32: Implement CertRDNValueToStrW and CertNameToStrW, with tests.
svn path=/trunk/; revision=21617
Gerold J. Wucherpfennig <[email protected]>
- cabinet: Set proper error information on failures.
Sync to Wine-0_9_6:
James Hawkins <[email protected]>
- cabinet: Implement Extract on top of FDI.
- cabinet: Clean up the documentation for Extract.
- cabinet: Fix the second parameter name of Extract.
- cabinet: Add documentation for FDITruncateCabinet.
- cabinet: Store the cab file handle before extracting files so we can
close the cab file even if no files are extracted.
- cabinet: Move the remaining cabextract.c functions to fdi.c.
- cabinet: Add initial tests for Extract.
- cabinet: Add the two flags used by Extract to cabinet.h.
- cabinet: Define the flags member of the EXTRACTdest structure.
svn path=/trunk/; revision=21610
dll/win32/advapi32/sec
- Very small functions are clean
- Functions doing basic initialization stuff are clean (their name suggests the actions the function performs)
- Functions publically documented in google
- Stubs / unimplemented functions
- Wine's code is clean too
svn path=/trunk/; revision=21608
- Better synchronization of code between kbdclass and mouclass
- Better cleanup in ClassAddDevice in case of error
- Better support of legacy devices
kbdclass only:
- Send IOCTLs to lower device
svn path=/trunk/; revision=21599
No suspicious code detected in kbdclass and mouclass.
The code is quite understandable and have comments for harder parts + they share most of their code
svn path=/trunk/; revision=21598
This allows those of you running Windows Server 2003 as your DHCP server to get a domainname and default route.
This commit is dedicated to Jaix Bly.
svn path=/trunk/; revision=21595
\trunk\reactos\dll\cpl\ncpa (Unlocked)
I reviewed code and found no signs of reverse engeneering.
All api functions used are documented in msdn. DhcpNotifyConfigChange
is not documented by msdn, but there is a lot information about it on
the net. google returns many results.
svn path=/trunk/; revision=21584
Merge from Wine (Patches by James Hawkins (<[email protected]>))
- Store the full name to the INF file in the inf_file structure
- Implement SetupGetInfInformationA
- Implement SetupQueryInfFileInformationA/W (James Hawkins <[email protected]>)
svn path=/trunk/; revision=21580
- Use the provided FileQueue (if any)
- Start to implement device interface installation
SetupDiInstallDevice:
- Set FAILEDINSTALL flag in registry if asked to
svn path=/trunk/; revision=21565