summaryrefslogtreecommitdiff
path: root/chef/lib/chef/win32/security.rb
Commit message (Expand)AuthorAgeFilesLines
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-489/+0
* [CHEF-3155] hide Chef's Win32 in a namespace so Win32 gems workDaniel DeLeo2012-05-291-49/+49
* Fix segfault which occurs when running some testsJohn Keiser2012-03-161-1/+1
* Use privileges to set owner; add owner testsJohn Keiser2012-03-161-2/+82
* Fix typo so method is named properlyMark Mzyk2012-03-161-1/+1
* use proper self.* class methods vs confusing metaclass class << self syntaxSeth Chisamore2011-12-131-317/+314
* Make Win32::Security raise on all error conditionsJohn Keiser2011-12-081-2/+2
* Fix memory leak in Security API involving finalizersJohn Keiser2011-12-081-2/+2
* Windows: do not change inherits unless specified;John Keiser2011-12-081-2/+4
* Debugging facilities for SID stringsJohn Keiser2011-12-081-0/+30
* Only change owner and group when a change occursJohn Keiser2011-12-081-0/+6
* Add Win32FileAccessControl, make security work againJohn Keiser2011-12-081-6/+8
* changed Chef::Win32::Error.raise_last_error to more descriptive raise! and im...Seth Chisamore2011-12-081-31/+29
* all top level classes should expose static class methods and contantsSeth Chisamore2011-12-081-271/+273
* Add SecurableObject and friendsJohn Keiser2011-12-081-2/+350
* further refinement to win32 stubbingSeth Chisamore2011-12-081-5/+5
* initial stubbing of win32 utility layerSeth Chisamore2011-12-081-0/+24