This repository has been archived by the owner on May 9, 2023. It is now read-only.
forked from pbatard/libwdi
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge from pbatard/libwdi #1
Open
ddavidebor
wants to merge
79
commits into
Fermium:master
Choose a base branch
from
pbatard:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* FormatMessage() does not handle PKI errors
* This allows installing driver against interface 0 for a composite device * Closes #101
… static * Prevents '_DEVPKEY_Device_BusReportedDeviceDesc already defined' linker error in user code * Closes #108
* Also use prefer static variables in libwdi_i.h
* Change the generated RSA key size to 4096 bits and also document how key size is in upper 16 bits * RSA key size of 4096 is currently recommended for strong encryption
* Both base device and the first composite interface can have interface number 0 (zero). * Added an addional check for is_composite, otherwise driver installation may fail. * Closes #104
* Prevents Windows 7 from showing a "Trusted Publisher" dialog due to the use of SHA256 * Closes #114
* Also fix a MinGW warning in Zadig
* Also improve display of wdi-simple options * Closes #140
* Cannot rely on the server to provide text/plain MIME for .ver files so remove the check * Also improve error reporting in installer due to unsigned CAT files
* Also update VS2019 PlatformToolSet to latest and fix amend script.
* Also disable CodeQL since it's currently broken
* Closes #238
* Also restore CodeQL action, as its compatibility with VS2022 should have been fixed.
* When building a shared library, libtool prouces _rc.lo instead of _rc.o => Call windres directly. * Addresses part of #274. * Also fix sed's mishandling of CRLFs...
* Duplicate the Windows version lookup since we don't want to export the API. * Addresses part of #274.
* This is done to avoid symbol collision with other libraries. * Closes #274.
* And also update AUTHORS to latest.
* Requires x86 emulation on the ARM64 platform since we are not compiling native libraries or examples (only the internal installer is native). * Only WinUSB and USBSer drivers are supported. * Addresses #155.
* Also fix some whitespace issues.
* Also fix static analysis warnings
* Also synchronize safe and UTF-8 calls with what Rufus uses.
…te DLL entry * The reuse flag is meant to apply to the preceding file, and should be for the DLL and not the .exe.
* Update libusb-win32 URL to latest
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Just merge when there are interesting things. Meanwhile, this is a nice UI to track diff from head fork