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 additional security functions #667

Merged
merged 3 commits into from
Aug 8, 2016
Merged

Added additional security functions #667

merged 3 commits into from
Aug 8, 2016

Commits on Jun 1, 2016

  1. Added additional security functions

    Added to Advapi32: SetFileSecurity, GetSecurityInfo and SetSecurityInfo
    Added to NtDll: NtSetSecurityObject and NtQuerySecurityObject
    amarcionek committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    5b90721 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. Rebasing from master

    amarcionek committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    c722e46 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Fixed pointer and size issues

    * Fixed incorrect pointer indirection testing SetFileSecurity
    * Fixed incorrect size with ULONGs.
    amarcionek committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    8a7cc1b View commit details
    Browse the repository at this point in the history