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 GetSecurityInfo #315

Closed
wants to merge 26 commits into from
Closed

Added GetSecurityInfo #315

wants to merge 26 commits into from

Commits on Aug 11, 2016

  1. added GetSecurityInfo

    Nils Tekampe committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    4001162 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. added advapi32.rs

    Nils Tekampe committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    f629c8c View commit details
    Browse the repository at this point in the history
  2. working

    Nils Tekampe committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    a3876c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2016

  1. moving SE_OBJECT_TYPE to accctrl.rs

    Nils Tekampe committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    78278cb View commit details
    Browse the repository at this point in the history
  2. added pub mod acctrl to /src/lib.rs

    Nils Tekampe committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    29aa275 View commit details
    Browse the repository at this point in the history
  3. added pub use acctrl to /src/lib.rs

    Nils Tekampe committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    111cb4b View commit details
    Browse the repository at this point in the history
  4. added missing comma

    Nils Tekampe committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    4a05769 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. Update lib.rs

    Fixed return value of GetSecurityInfo
    nils-tekampe authored Aug 16, 2016
    Configuration menu
    Copy the full SHA
    5920f64 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. corrected SE_OBJECT_TYPE

    nils-tekampe committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    bc393be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5c301a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ca475e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

  1. Configuration menu
    Copy the full SHA
    fd5a105 View commit details
    Browse the repository at this point in the history
  2. minor bugfix

    nils-tekampe committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    3b3a51d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60ebf6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa069a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2016

  1. Added first version of SetEntriesInAclA and SetEntriesInAclW (still n…

    …ot working)
    tekampe committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    887100e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2016

  1. working

    tekampe committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    9d2b947 View commit details
    Browse the repository at this point in the history
  2. working

    tekampe committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    6f78a6a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2016

  1. This version compiles now.

     	modified:   src/accctrl.rs
    tekampe committed Sep 3, 2016
    Configuration menu
    Copy the full SHA
    5ffbe55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df5c0b5 View commit details
    Browse the repository at this point in the history
  3. Working

    tekampe committed Sep 3, 2016
    Configuration menu
    Copy the full SHA
    084788a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2016

  1. Added ConvertSecurityDescriptorToStringSecurityDescriptorA and Conver…

    …tSecurityDescriptorToStringSecurityDescriptorW
    tekampe committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    c5cde66 View commit details
    Browse the repository at this point in the history
  2. minor bugfix

    tekampe committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    aef5973 View commit details
    Browse the repository at this point in the history
  3. cleaning up

    tekampe committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    7bb5b14 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2016

  1. cleaned up, added the funtions to the test file

    tekampe committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    1bb62e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2016

  1. Configuration menu
    Copy the full SHA
    108e182 View commit details
    Browse the repository at this point in the history