search for: oldnewth

Displaying 19 results from an estimated 19 matches for "oldnewth".

Did you mean: oldnews
2014 Jan 14
1
[PATCH] hivex: Make empty strings in REG_MULTI_SZ values available.
...++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/lib/value.c b/lib/value.c index db6396f..c4e21ec 100644 --- a/lib/value.c +++ b/lib/value.c @@ -462,7 +462,27 @@ hivex_value_string (hive_h *h, hive_value_h value) return ret; } -/* http://blogs.msdn.com/oldnewthing/archive/2009/10/08/9904646.aspx */ +/* Even though + * http://msdn.microsoft.com/en-us/library/windows/desktop/ms724884.aspx + * and + * http://blogs.msdn.com/oldnewthing/archive/2009/10/08/9904646.aspx + * claim that it is not possible to store empty strings in MULTI_SZ + * string lists, such l...
2017 Nov 03
2
ntfs user mappings?
just get objectsid and use this https://blogs.msdn.microsoft.com/oldnewthing/20040315-00/?p=40253 On Fri, Nov 3, 2017 at 1:32 PM, Jeff Sadowski <jeff.sadowski at gmail.com> wrote: > oooh, I think I could write a script to do what ntf3-3g.usermap using > ldap. :-) If something doesn't already exist. > I think it gives the format in the ntfs-3g man page...
2020 Jun 07
3
Kill "KillTheDoctor"
...ctor [2] https://www.ecosia.org/images?q=%22has+stopped+working%22 [3] https://github.com/llvm/llvm-project/blob/master/llvm/lib/Support/Windows/Signals.inc#L484 [4] https://github.com/llvm/llvm-project/blob/master/llvm/utils/unittest/UnitTestMain/TestMain.cpp#L38 [5] https://devblogs.microsoft.com/oldnewthing/20160204-00/?p=92972 [6] https://github.com/llvm/llvm-project/blob/master/compiler-rt/test/lit.common.cfg.py#L219 [7] https://github.com/llvm/llvm-project/blob/master/llvm/utils/not/not.cpp#L48 [8] https://github.com/llvm/llvm-project/blob/master/clang/test/Frontend/remove-file-on-signal.c#L2
2017 Nov 03
2
ntfs user mappings?
On Fri, Nov 3, 2017 at 2:43 PM, Rowland Penny <rpenny at samba.org> wrote: > On Fri, 3 Nov 2017 13:53:22 -0600 > Jeff Sadowski via samba <samba at lists.samba.org> wrote: > >> just get objectsid and use this >> >> https://blogs.msdn.microsoft.com/oldnewthing/20040315-00/?p=40253 > > Why ??? > So that when someone on a linux machine writes to disk and they open it up on a windows machine it will show it was written by the same person. (or vise versa) Anyways it is a bit more complicated as I know objectSid it is in base64 not just hex so I...
2023 Apr 04
1
Breaking Change in Rcomplex Layout?
.... Would it help Rust's bindgen (and, potentially, other C declaration parsers) if R could optionally give a name to the anonymous union member, like it's done in Windows API [2]? -- Best regards, Ivan [1] https://github.com/rust-lang/rust/issues/49804 [2] https://devblogs.microsoft.com/oldnewthing/20170907-00/?p=96956
2023 Apr 04
1
Breaking Change in Rcomplex Layout?
...ntially, other C declaration > parsers) if R could optionally give a name to the anonymous union > member, like it's done in Windows API [2]? > > -- > Best regards, > Ivan > > [1] https://github.com/rust-lang/rust/issues/49804 > > [2] https://devblogs.microsoft.com/oldnewthing/20170907-00/?p=96956 > [[alternative HTML version deleted]]
2011 Jun 03
1
[LLVMdev] How to identify LLVM version? [correction]
On 06/01/2011 07:28, Duncan Sands wrote: > how about both? Patches welcome! Sorry, disregard the previous patch. Correct patch is attached. Yuri -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110602/a49ab41c/attachment.txt>
2011 Jun 03
0
[LLVMdev] How to identify LLVM version? [correction]
A minor point: Make that function parameter an enum instead of a boolean. That would make it possible to extend the function so it returns other information without potentially breaking client code (which might pass in 1 or -1 or something entirely different to get repository information). Just my 2c. Regards, Jo
2019 Jul 08
1
Windows XP and 1.1pre17
Hello, 1.1pre17 does not support Windows XP.  The reason is that InitOnceExecuteOnce is not supported. I believe it is better to take the Windows XP name out of the download link. -rsd -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20190708/b68071ed/attachment.html> -------------- next part
2017 Nov 03
2
ntfs user mappings?
I have linux machines joined to my AD domain using winbind. I have windows pro machines joined to AD normally I would like it so that when I user writes to an ntfs removable disk That when I mount it on my linux machines it follows the permissions. Is that possible? I use ntfs-3g to mount the partition. I see there is a command ntf3-3g.usermap and wonder if that might work. Is there a command like
2017 Nov 03
0
ntfs user mappings?
...t 2:43 PM, Rowland Penny <rpenny at samba.org> > wrote: > > On Fri, 3 Nov 2017 13:53:22 -0600 > > Jeff Sadowski via samba <samba at lists.samba.org> wrote: > > > >> just get objectsid and use this > >> > >> https://blogs.msdn.microsoft.com/oldnewthing/20040315-00/?p=40253 > > > > Why ??? > > > > So that when someone on a linux machine writes to disk and they open > it up on a windows machine it will show it was written by the same > person. (or vise versa) > > Anyways it is a bit more complicated as I kno...
2020 Nov 02
4
unusual use of getenv
Oh, right, this stuff. I guess the non-windows solution might've been a volatile read, for instance? So maybe not so much that the general machinery isn't needed, but that perhaps MSVC does something interesting with a volatile read or whatever other solution might've been used. Hmm, not sure why the whole file was added only when MSVC support was added - if it is a "static
2023 Apr 04
1
Breaking Change in Rcomplex Layout?
On 4/4/23 04:27, Michael Milton wrote: > Hi Tomas, > > Thanks for this explanation. As you can probably tell I'm not much of > a C person, so I didn't realise this change would be invisible to C > users. I suppose R's stability contract only applies to C, and > therefore changes that break other languages such as Rust are out of > scope. You are right that this
2017 Dec 08
4
Bug: Issues on Windows with SFN disabled
For what it's worth, the Windows installers for other programming language runtimes often install outside of Program Files, so at least there is 'prior art' to motivate having R install directly into the root of the home drive: - ActiveState Perl installs directly C:/Perl; - Python installs (when installing for all users) into C:/Python$VERSION; - The Ruby installers at
2017 Nov 03
2
ntfs user mappings?
...;rpenny at samba.org> >> wrote: >> > On Fri, 3 Nov 2017 13:53:22 -0600 >> > Jeff Sadowski via samba <samba at lists.samba.org> wrote: >> > >> >> just get objectsid and use this >> >> >> >> https://blogs.msdn.microsoft.com/oldnewthing/20040315-00/?p=40253 >> > >> > Why ??? >> > >> >> So that when someone on a linux machine writes to disk and they open >> it up on a windows machine it will show it was written by the same >> person. (or vise versa) >> >> Anyways it...
2009 Jan 30
5
ACLs under Samba 3.3.0
Is behavior of ACLs under Samba 3.3.0 (Sernet) completely different from that under version 3.2.7? The release notes only talks about some "fixes". I installed version 3.3.0 and got completely different result with the same filesystem and the exact same samba configuration. The ACLs behaved strangely and appeared very different under Windows ACL editor. Users were now unable to
2005 Feb 14
8
DONT_RESOLVE_DLL_REFERENCES info
For future reference, it looks like we should avoid DONT_RESOLVE_DLL_REFERENCES in any extensions. http://weblogs.asp.net/oldnewthing/archive/2005/02/14/372266.aspx Regards, Dan
2017 Feb 18
11
[PATCH 0/8] Miscellaneous cleanups to Windows registry code.
A very miscellaneous set of cleanups to how we handle the Windows registry in virt-v2v, firstboot, and inspection code. This should all be straightforward non-controversial refactoring. Some highlights: - Add a new mllib Registry module containing various utility functions that are currently scattered all around. - Only compute the software/system hive paths once during inspection, and
2013 Jul 25
19
[PATCH hivex 00/19] Fix read/write handling of li-records.
This is, hopefully, a full fix for handling of li-records. See: https://bugzilla.redhat.com/show_bug.cgi?id=717583 https://bugzilla.redhat.com/show_bug.cgi?id=987463 Rich.