| Age | Commit message (Collapse) | Author |
|
https://github.com/ruby/win32-registry/commit/2a6ab00f67
|
|
'NV Domain' does not change results of `powershell -command Get-DnsClientGlobalSetting`.
'Domain' do this.
https://github.com/ruby/resolv/commit/d49e3d5b84
|
|
https://github.com/ruby/resolv/commit/3678de9e30
|
|
https://github.com/ruby/resolv/commit/075e76f997
|
|
Now win32/registry depends on fiddle, and its conversion is complex
and too generic for the purpose of resolv.
https://github.com/ruby/resolv/commit/bd24870d2d
|
|
https://github.com/ruby/win32-registry/commit/8680eedd43
|
|
https://github.com/ruby/win32-registry/commit/6d8a43a890
|
|
This value is dword, not a string.
Amends https://github.com/ruby/resolv/commit/720e25034042.
https://github.com/ruby/resolv/commit/bf00ed8585
|
|
[Bug #21645]
win32-registory can't load fiddle if Gemfile didn't have that dependency.
https://github.com/ruby/resolv/commit/1319183a4b
|
|
Exclude other git management files too.
https://github.com/ruby/win32-registry/commit/3be0188111
|
|
https://github.com/ruby/resolv/commit/da14f1f2fc
|
|
On 32-bit Cygwin at least, it was failing to find that function,
presumably due to it being stdcall.
Signed-off-by: Jeremy Drake <github@jdrake.com>
https://github.com/ruby/resolv/commit/bceafef74b
|
|
- Put shell commands in code blocks so they can easily be copied from
the GitHub UI directly
- Fix a few typos
- Fix a dead link to MSDN
Signed-off-by: Tim Smith <tsmith84@gmail.com>
https://github.com/ruby/win32-registry/commit/61a4672df7
|
|
'NV Domain' needs to be quoted.
https://github.com/ruby/resolv/commit/332a16dcc0
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12616
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12616
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12616
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12616
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/12616
|
|
https://github.com/ruby/resolv/commit/d00e86f7e4
|
|
https://github.com/ruby/resolv/pull/69)
On JRuby no C compiler is available and this call results in a runtime
error.
https://github.com/ruby/resolv/commit/33105bc504
|
|
https://github.com/ruby/win32-registry/commit/a87076ee42
|
|
https://github.com/ruby/win32-registry/commit/e7b2eeb885
|
|
https://github.com/ruby/win32-registry/commit/521f93af9e
|
|
JRuby's fiddle implementation has quite some shortcomings compared with the CRuby impl.
Add JRuby tests in CI.
https://github.com/ruby/win32-registry/commit/7f34184c2e
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/11791
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/11829
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/11722
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/11722
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/11722
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/11722
|
|
The values of `@@map` are `Symbol`s and `@value` should be an
`Integer` since unpacked as unsigned long, so this comparison should
be false always. Probably comparison with `Symbol` was intended.
Notes:
Merged: https://github.com/ruby/ruby/pull/11722
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/11722
|
|
There are some codepages like cp708 for which no ruby encoding exists:
$ ruby -e "Encoding.find('cp708')"
Traceback (most recent call last):
1: from -e:1:in `<main>'
-e:1:in `find': unknown encoding name - cp708 (ArgumentError)
win32/registry uses ENCODING to transcode error messages and expand environment
variables from UTF-16LE, so using UTF-8 seems like the best choice and is better
than a hard failure.
This should resolve [Bug #13831]
Notes:
Merged: https://github.com/ruby/ruby/pull/7366
|
|
https://github.com/ruby/resolv/commit/3189d16b69
|
|
|
|
|
|
* Use 'J' for HANDLE.
* Use 'Q' for QWORD.
* Define template constants.
* Supply zero bytes in `unpackqw` as well as `unpackdw`.
* Use `String#unpack1`.
|
|
|
|
The terminator is not actually getting filled in; we're simply passing
(two) bytes of empty memory as the NUL terminator. This can lead to
garbage characters getting written to registry values.
Fix this by explicitly putting a WCHAR_NUL character into the string to
be sent to the registry API, like we do in the MULTI_SZ case.
[Bug #20096]
|
|
[Misc #18891]
Notes:
Merged: https://github.com/ruby/ruby/pull/6094
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/4414
|
|
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/3712
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/3712
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/3712
|
|
- ext/win32/lib/win32/sspi.rb: Use fiddle (win32/importer) instead of Win32API
|
|
|
|
|
|
* ext/win32/lib/win32/registry.rb (Win32::Registry#each_value):
advance the index even if an error occurred in #read.
|