summaryrefslogtreecommitdiff
path: root/lib/chef/win32/net.rb
Commit message (Expand)AuthorAgeFilesLines
* autofixing Performance/TimesMapLamont Granquist2016-08-161-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-5/+5
* fixes #4515 and use FormatMessage to get correct error messages from native A...invalidMatt Wrock2016-02-031-48/+15
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-3/+3
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-24/+24
* Refactor Chef::Mixin::WideString to remove implicit Windows dependency.mcquin/refactor-wstringClaire McQuin2015-09-011-1/+1
* FFI NetUseAddJay Mundrawala2015-08-281-0/+16
* FFI NetUseGetInfoJay Mundrawala2015-08-281-0/+16
* Use FFI for NetUseDelJay Mundrawala2015-08-281-0/+20
* Rename NetUser -> NetJay Mundrawala2015-08-281-1/+2
* FFYify NetLocalGroupDelMembersJay Mundrawala2015-07-301-0/+13
* FFYify NetLocalGroupSetMembersJay Mundrawala2015-07-301-0/+13
* FFYify NetLocalGroupAddMembersJay Mundrawala2015-07-301-0/+22
* FFIify NetLocalGroupGetMembersJay Mundrawala2015-07-291-0/+36
* Add Win32NetAPIError exception classJay Mundrawala2015-07-291-7/+1
* Rewrite NetLocalGroupDel to use FFIJay Mundrawala2015-07-291-0/+10
* Convert NetLocalGroupAdd to use FFIJay Mundrawala2015-07-291-0/+13
* Don't call get_last_error for net apijdm/winnetfixJay Mundrawala2015-05-201-30/+6
* remove unused param_err in net_user_set_info_l3Jay Mundrawala2015-05-151-2/+1
* remove unused param_err in net_user_add_l3Jay Mundrawala2015-05-151-2/+1
* wstring the thingsJay Mundrawala2015-05-151-7/+4
* LogonUser uses ffi instead win32-apiJay Mundrawala2015-05-151-7/+5
* Move win32/user to win32/netJay Mundrawala2015-05-151-0/+221