forked from chef/win32-security
-
Notifications
You must be signed in to change notification settings - Fork 0
badgerious/win32-security
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
= Description
A security library for MS Windows that allows you to open existing or
create new security identifiers (SID's).
= Synopsis
require 'win32/security'
include Win32
sid = Security::SID.open('some_user')
sid.valid? # => true
sid.to_s # => "S-1-5-21-3733855671-1102023144-2002619019-1000"
sid.length # => 28
sid.sid # => "\001\005\000\000\000\000\000\005\025\000\000\000..."
== Future Plans
Create classes that encapsulate ACL's, ACE's, Token's, etc.
There are some unfinished versions of the ACL and ACE classes in the
repo if you're interested in taking a look.
== Known Issues
None that I'm aware of. Please file any bug reports on the project page
at http://www.rubyforge.org/projects/win32utils.
== Contributions
Although this library is free, please consider having your company
setup a gittip if used by your company professionally.
http://www.gittip.com/djberg96/
== License
Artistic 2.0
== Copyright
(C) 2003-2013 Daniel J. Berger
All Rights Reserved
== Authors
Daniel J. Berger
Park Heesob
About
A Ruby interface for security aspects of MS Windows
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Ruby 100.0%