Skip to content
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

Added encryption, decryption and raw backup functions to Advapi32 #391

Merged
merged 3 commits into from
Jan 27, 2015
Merged

Added encryption, decryption and raw backup functions to Advapi32 #391

merged 3 commits into from
Jan 27, 2015

Conversation

khalidq
Copy link
Contributor

@khalidq khalidq commented Jan 26, 2015

@@ -23,6 +23,7 @@ Features
* [#365](https://github.com/twall/jna/pull/365): Added `com.sun.jna.platform.win32.Kernel32.GetComputerNameEx` support - [@lgoldstein](https://github.com/lgoldstein).
* [#368](https://github.com/twall/jna/pull/368): Added `com.sun.jna.platform.win32.Kernel32.VirtualQueryEx`, `com.sun.jna.platform.win32.WinNT.MEMORY_BASIC_INFORMATION` and `MEM_COMMIT`, `MEM_FREE`, `MEM_RESERVE`, `MEM_IMAGE`, `MEM_MAPPED`, `MEM_PRIVATE` constants to `com.sun.jna.platform.win32.WinNT` - [@apsk](https://github.com/apsk).
* Allow interoperation with JNI revision changes - [@twall](https://github.com/twall).
* Added `EncryptFileW`, `DecryptFileW`, `FileEncryptionStatusW`, `EncryptionDisable`, `OpenEncryptedFileRawW`, `ReadEncryptedFileRaw`, `WriteEncryptedFileRaw`, and `CloseEncryptedFileRaw` to `com.sun.jna.platform.win32.Advapi32` with related `Advapi32Util` helpers - [@khalidq](https://github.com/khalidq).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amend prefixing this PR, please. Thx.

@dblock
Copy link
Member

dblock commented Jan 26, 2015

Very nice job, thank you. I did a quick pass and made some comments. Looking forward to an amended version.

@khalidq
Copy link
Contributor Author

khalidq commented Jan 26, 2015

Very nice job, thank you. I did a quick pass and made some comments. Looking forward to an amended version.

Thanks for the feedback. I'll make the amendments tomorrow.

@khalidq khalidq closed this Jan 26, 2015
@khalidq khalidq deleted the encryption branch January 26, 2015 21:23
@khalidq khalidq restored the encryption branch January 26, 2015 21:24
@dblock
Copy link
Member

dblock commented Jan 26, 2015

Don't close it :) Just amend and force push.

@dblock dblock reopened this Jan 26, 2015
@khalidq
Copy link
Contributor Author

khalidq commented Jan 27, 2015

Don't close it :) Just amend and force push.

I accidentally deleted the branch and it automatically closed the PR. Thanks for reopening it.

@dblock
Copy link
Member

dblock commented Jan 27, 2015

Great, merging.

dblock added a commit that referenced this pull request Jan 27, 2015
Added encryption, decryption and raw backup functions to Advapi32
@dblock dblock merged commit 2f2667c into java-native-access:master Jan 27, 2015
@khalidq khalidq deleted the encryption branch February 9, 2015 18:23
mstyura pushed a commit to mstyura/jna that referenced this pull request Sep 9, 2024
Motivation:

A new netty release is out

Modifications:

Update to 4.1.75.Final

Result:

Use latest release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants