-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Driver signing #15
Comments
ReactOS sign opensource drivers for free. You should contact them: https://www.reactos.org/wiki/Driver_Signing |
@Shamar I didn't know about that. Thank you for informing this. I will try that. |
Please, let us know about any progress about this matter. Driver signature is the only issue that is preventing our team to adopt dokanx for a few internal tools. |
My employers are evaluating DokanX as a possible platform to help create a Windows mountable Virtual File System (Fuse and OSXFuse has served us well for Linux and Mac OS X). Distribution will be an issue unless the Kernel Driver is signed. Please keep us updated on any progress on this front. |
https://github.com/Maxhy/dokany have a signed version of Dokan synced with DokanX. |
@jimmy00784 are you planning to use/join/start an open source project? |
@Shamar Not exactly. It is for use within a non-open source commercial project. There are other open source projects we are utilizing without altering their sources as library dependencies and including the necessary Licenses to go with them. |
I have sent an email to ReactOS foundation. I am not sure they accept this yet. I will keep informing that. |
Any update on this yet? |
@jimmy00784 Unfortunately, not yet. |
El Friday 27 March 2015, Karim Lalani escribió:
Have you given a try to DokanY's driver? The project, driver wise, seems |
I can sign drivers thru the Outercurve Foundation. Let me spin up my Win7 development VM and see if I can build this. If I get the build running right, it's trivial for me to sign it. G |
Good to see you here, Garrett. Is the signing something that could be put
|
@voltagex Um, I could probably put a CI system in place for it, I should do that for OneGet anyway. |
Any updates on this @fearthecowboy? (and a couple of other things I asked you a while back...) |
@voltagex You should look at DokanY (https://github.com/dokan-dev/dokany) I was a DokanX user and I moved to DokanY in a minute since there is no big change. |
I will sign the driver and make a pull request next week. So you will have signed drivers for every release |
So please download this driver for dokanx |
Eventually signed drivers are going to be needed:
Here's a potential workaround for a while: https://github.com/koush/UniversalAdbDriver/blob/master/UniveralAdbDriverInstaller/Program.cs
Basically, create a certificate that's distributed with an installer. Before the driver is installed, the certificate is added to the root store.
The text was updated successfully, but these errors were encountered: