User harningt - Stack Overflowmost recent 30 from stackoverflow.com2009-12-05T16:13:26Zhttp://stackoverflow.com/feeds/user/12713http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1139311/simulate-usb-insertion-on-osx-via-software1Simulate USB insertion on OSX via softwareharningt2009-07-16T18:10:04Z2009-10-13T23:42:01Z
<p>How can I inject USB device nodes into OSX (>= 10.5) such as you might be able for debugging USB handlers / writing new USB drivers?</p>
<p>I'm interested in this in order to handle non-USB devices using TokenD.</p>
<p>From what it looks like, I would have to tackle faking USB-device insertion and then create a PC/SC ifdHandler that would handle this fake device. (If anyone knows of any other way to inject a not-necessarily-device-backed TokenD, let me know!).</p>
<p>I'm guessing IOKit may be involved in this solution... as that is the underlying item I need to 'trick'.</p>
http://stackoverflow.com/questions/1203120/osx-retrieve-user-id-of-logged-in-user-from-a-system-service0OSX - Retrieve user id of logged-in user from a system serviceharningt2009-07-29T21:20:40Z2009-07-31T15:57:45Z
<p>I'm writing a piece of software that runs as a system service in Mac OSX and cannot seem to find out how to get the 'active' user.</p>
<p>There appears to be APIs to iterate through the list of logged-in users and be able to tell from a value which one has the machine console... however I cannot find any documentation on these APIs.</p>
<p>Looking at <code>/dev</code>, it appears that the <code>/dev/console</code> device is owned by the currently logged-in user... however I have been unable to find any documentation to confirm this.</p>
<p>Any ideas?</p>
http://stackoverflow.com/questions/1203120/osx-retrieve-user-id-of-logged-in-user-from-a-system-service/1213377#12133770Answer by harningt for OSX - Retrieve user id of logged-in user from a system serviceharningt2009-07-31T15:57:45Z2009-07-31T15:57:45Z<p>Answer courtesy of Apple's <a href="http://developer.apple.com/qa/qa2001/qa1133.html" rel="nofollow">Technical Q&A</a></p>
<ul>
<li><p>Require SystemConfiguration.framework</p>
<pre><code>#include <SystemConfiguration/SystemConfiguration.h>
/* .... */
CFStringRef result = SCDynamicStoreCopyConsoleUser(NULL, NULL, NULL);
/* .... */
</code></pre></li>
</ul>
<p>OR use the utmpx APIs to get a list of all logged-in accounts from which you should be able to get the necessary information...</p>
http://stackoverflow.com/questions/497838/net-support-for-pkcs11/1194394#11943940Answer by harningt for .NET support for PKCS#11?harningt2009-07-28T14:16:23Z2009-07-28T14:16:23Z<p>Microsoft's cryptography support for custom external software is typically done through a "CSP".</p>
<p>There exists at least two implementations of Microsoft CSP on top of PKCS#11:</p>
<ul>
<li>IDAP11 : Bundled with the ID Ally (<a href="http://www.identityalliance.com" rel="nofollow">http://www.identityalliance.com</a>)</li>
<li>CSP11 : <a href="http://csp11.labs.libre-entreprise.org/" rel="nofollow">http://csp11.labs.libre-entreprise.org/</a></li>
</ul>
<p>You may want to look at the following MSDN article for reference on how to use a CSP:</p>
<p><a href="http://msdn.microsoft.com/en-us/library/ms229931.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms229931.aspx</a></p>
http://stackoverflow.com/questions/1160418/check-signature-of-linux-shared-object-before-load4Check signature of Linux shared-object before loadharningt2009-07-21T16:55:57Z2009-07-22T02:34:02Z
<p>Goal: Load .so or executable that has been verified to be signed (or verified against an arbitrary algorithm).</p>
<p>I want to be able to verify a .so/executable and then load/execute that .so/executable with dlopen/...</p>
<p>The wrench in this is that there seems to be no programmatic way to check-then-load. One could check the file manually and then load it after.. however there is a window-of-opportunity within which someone could swap out that file for another.</p>
<p>One possible solution that I can think of is to load the binary, check the signature and then dlopen/execvt the <code>/proc/$PID/fd</code>.... however I do not know if that is a viable solution.</p>
<p>Since filesystem locks are advisory in Linux they are not so useful for this purpose... (well, there's <code>mount -o mand</code> ... but this is something for userlevel, not root use).</p>
http://stackoverflow.com/questions/1160288/check-signature-of-osx-bundle-before-load2Check signature of OSX bundle before loadharningt2009-07-21T16:29:42Z2009-07-21T16:37:28Z
<p>Goal: Load .so/.bundle that has been verified to be signed (or verified against an arbitrary algorithm).</p>
<p>I want to be able to verify a .so/.bundle either using OSX's builtin binary signature tools or some custom algorithm and then load that .so/.bundle with dlopen...</p>
<p>The wrench in this is that there seems to be no programmatic way to check-then-load. One could check the file manually and then load it after.. however there is a window-of-opportunity within which someone could swap out that file for another.</p>
<p>Since filesystem locks are advisory in OSX, they are not so useful for this purpose.</p>
http://stackoverflow.com/questions/1139428/why-doesnt-edit-continue-work-for-me-in-vs2008-with-a-legacy-c-win32-project/1139471#11394710Answer by harningt for Why doesn't Edit & Continue work for me in VS2008 with a legacy C++ win32 project?harningt2009-07-16T18:37:17Z2009-07-16T18:37:17Z<p>I assume you have debugging symbols/etc and the legacy C++ application had been compiled with this support...</p>
<blockquote>
<p>If not, then you will run into the problem that the code was not 'instrumented' to allow for injection of alternate code.</p>
</blockquote>
<p>I would suspect that the changes in output code format would make VC++ 2008 incompatible... as I doubt Microsoft added such backwards compatibility in (until VS 2008, I think they even made it hard to use older versions of .Net without using the specific VS)</p>
http://stackoverflow.com/questions/611057/dod-common-access-card-cac-authentication/902526#9025260Answer by harningt for DOD Common Access Card (CAC) Authenticationharningt2009-05-23T21:30:53Z2009-05-23T21:30:53Z<p>The email address is available in the Subject Alternative Name fieldset. This depends on CAC certificate, but that used for SSL login should contain it (it's also the email signing cert).</p>
<p>The subject would not likely change for a given person very often. The number is indeed the unique number identifying a person. This number would also be present in a UPN field in the Subject Alternative Name for windows login (in a form such as NUMBER@MIL)</p>
http://stackoverflow.com/questions/73586/iis-configurable-http-headers-for-caching0IIS configurable http-headers for cachingharningt2008-09-16T15:29:17Z2008-11-08T16:58:18Z
<p>How would one configurably set http-headers to cache files in IIS >= 6?</p>
<p>Example:</p>
<ul>
<li><code>*.cache.*</code> => cache nearly forever</li>
<li><code>*.nocache.*</code> => never cache</li>
</ul>
<p>An example framework using this naming would be the GWT framework.</p>
http://stackoverflow.com/questions/76334/compile-time-lcm-gcd-in-c0Compile-time LCM / GCD in Charningt2008-09-16T20:03:33Z2008-10-24T16:18:51Z
<p>Does anyone know a mechanism to calculate at compile-time the LCM (Least Common Multiple) and/or GCD (Greatest Common Denominator) of at least two number in C (not C++, I know that template magic is available there)?</p>
<p>I generally use GCC and recall that it can calculate certain values at compile-time when all inputs are known (ex: sin, cos, etc...).</p>
<p>I'm looking for how to do this in GCC (preferably in a manner that other compilers could handle) and hope the same mechanism would work in Visual Studio.</p>
http://stackoverflow.com/questions/93834/when-is-multi-threading-not-a-good-idea/94271#942713Answer by harningt for When is multi-threading not a good idea?harningt2008-09-18T16:40:00Z2008-09-18T16:40:00Z<p>You might want to take a look at the Dan Kegel's "<a href="http://www.kegel.com/c10k.html" rel="nofollow">The C10K problem</a>" web page about handling multiple data sources/sinks.</p>
<p>Basically it is best to use minimal threads, which in sockets can be done in most OS's w/ some event system (or asynchronously in Windows using IOCP).</p>
<p>When you run into the case where the OS and/or libraries do not offer a way to perform communication in a non-blocking manner, it is best to use a thread-pool to handle them while reporting back to the same event loop.</p>
<p>Example diagram of layout:</p>
<pre><code>Per CPU [*] EVENTLOOP ------ Handles nonblocking I/O using OS/library utilities
| \___ Threadpool for various blocking events
Threadpool for handling the I/O messages that would take long
</code></pre>
http://stackoverflow.com/questions/75675/how-do-i-dump-the-data-of-some-sqlite3-tables/79168#791680Answer by harningt for How do I dump the data of some SQLite3 tables?harningt2008-09-17T02:05:18Z2008-09-17T02:05:18Z<p>The best method would be to take the code the sqlite3 db dump would do, excluding schema parts.</p>
<p>Example pseudo code:</p>
<pre><code>SELECT 'INSERT INTO ' || tableName || ' VALUES( ' ||
{for each value} ' quote(' || value || ')' (+ commas until final)
|| ')' FROM 'tableName' ORDER BY rowid DESC
</code></pre>
<p>See: <code>src/shell.c:838</code> (for sqlite-3.5.9) for actual code</p>
<p>You might even just take that shell and comment out the schema parts and use that.</p>
http://stackoverflow.com/questions/260/adding-scripting-functionality-to-net-apps/79013#790132Answer by harningt for Adding Scripting functionality to .net Appsharningt2008-09-17T01:41:29Z2008-09-17T01:41:29Z<p>I'd suggest using <a href="http://luaforge.net/projects/luainterface/" rel="nofollow">LuaInterface</a> as it has fully implemented Lua where it appears that Nua is not complete and likely does not implement some very useful functionality (coroutines, etc).</p>
<p>If you want to use some of the outside prepacked Lua modules, I'd suggest using something along the lines of 1.5.x as opposed to the 2.x series that builds fully managed code and cannot expose the necessary C API.</p>
http://stackoverflow.com/questions/76334/compile-time-lcm-gcd-in-c/78794#787941Answer by harningt for Compile-time LCM / GCD in Charningt2008-09-17T01:01:38Z2008-09-17T01:01:38Z<p>Partly based on Kevin's answer, here's a macro-sequence that has compile-time failure for constant-values and run-time errors otherwise.</p>
<p>It could also be configured to pull in a non-compile time function if failure is not an option.</p>
<pre><code>#define GCD(a,b) ( ((a) > (b)) ? ( GCD_1((a), (b)) ) : ( GCD_1((b), (a)) ) )
#define GCD_1(a,b) ( ((b) == 0) ? (a) : GCD_2((b), (a) % (b) ) )
#define GCD_2(a,b) ( ((b) == 0) ? (a) : GCD_3((b), (a) % (b) ) )
#define GCD_3(a,b) ( ((b) == 0) ? (a) : GCD_4((b), (a) % (b) ) )
#define GCD_4(a,b) ( ((b) == 0) ? (a) : GCD_5((b), (a) % (b) ) )
#define GCD_5(a,b) ( ((b) == 0) ? (a) : GCD_6((b), (a) % (b) ) )
#define GCD_6(a,b) ( ((b) == 0) ? (a) : GCD_7((b), (a) % (b) ) )
#define GCD_7(a,b) ( ((b) == 0) ? (a) : GCD_8((b), (a) % (b) ) )
#define GCD_8(a,b) ( ((b) == 0) ? (a) : GCD_9((b), (a) % (b) ) )
#define GCD_9(a,b) (assert(0),-1)
</code></pre>
<p>Beware expanding this too large, even if it would terminate early, since the compiler has to fully plug in everything before even evaluating.</p>
http://stackoverflow.com/questions/1203120/osx-retrieve-user-id-of-logged-in-user-from-a-system-service/1205084#1205084Comment by harningt on OSX - Retrieve user id of logged-in user from a system serviceharningt2009-07-30T13:27:14Z2009-07-30T13:27:14ZThere can only be one person physically using a Mac at once. Fast-user switching doesn't allow multiple people to have control of a terminal at a given time. Nor does SSH, it gets you console access, but no GUI access.
getuid and the like will return the current user of the running process (ex: root)...
getlogin appears to have the same behavior.http://stackoverflow.com/questions/1160288/check-signature-of-osx-bundle-before-load/1160322#1160322Comment by harningt on Check signature of OSX bundle before loadharningt2009-07-22T18:20:46Z2009-07-22T18:20:46Zdlopen will execute the init functions in a library on load... so code will get executed...http://stackoverflow.com/questions/1160418/check-signature-of-linux-shared-object-before-load/1162524#1162524Comment by harningt on Check signature of Linux shared-object before loadharningt2009-07-22T18:18:22Z2009-07-22T18:18:22ZMarking this as the 'answer' since there seems to be no alternative that prevents a root/current-user from mucking with things.http://stackoverflow.com/questions/1160418/check-signature-of-linux-shared-object-before-loadComment by harningt on Check signature of Linux shared-object before loadharningt2009-07-22T18:17:26Z2009-07-22T18:17:26ZLooks like the overall problem is unsolvable without kernel-level intervention :-/
Segments can be overwritten once verified... ptrace can outright change the way things are working...
Pending any answers that can do something 'magical'... it looks like there's no way to do this without root-level privileges and some way of disabling external debugging.http://stackoverflow.com/questions/1160418/check-signature-of-linux-shared-object-before-load/1161195#1161195Comment by harningt on Check signature of Linux shared-object before loadharningt2009-07-22T18:16:38Z2009-07-22T18:16:38ZAwesome! I'd give this one of the most useful tidbit of info and mark it the answer except for the case where someone poked a hole outright in the theory.http://stackoverflow.com/questions/1160418/check-signature-of-linux-shared-object-before-load/1162524#1162524Comment by harningt on Check signature of Linux shared-object before loadharningt2009-07-22T18:13:40Z2009-07-22T18:13:40ZAh, good catch on that one... and ptrace renders this all useless doesn't it :-/
Makes DigSig look like the only option... or a filesystem that offers read-only access to data that is itself signature verified...http://stackoverflow.com/questions/1160418/check-signature-of-linux-shared-object-before-load/1161195#1161195Comment by harningt on Check signature of Linux shared-object before loadharningt2009-07-21T19:43:14Z2009-07-21T19:43:14ZSweet, this kinda-of-looks just like what I want... except it's one of those environment variables only checked at startup :-/
The project needing this feature is one that is often loaded as a plugin to another product... however LD_AUDIT looks like something useful to handle when it's used in our controlled applications...http://stackoverflow.com/questions/1160418/check-signature-of-linux-shared-object-before-load/1161042#1161042Comment by harningt on Check signature of Linux shared-object before loadharningt2009-07-21T19:01:50Z2009-07-21T19:01:50ZAwesome, sadly missing the common-user usage w/o root rights...http://stackoverflow.com/questions/1160418/check-signature-of-linux-shared-object-before-load/1160755#1160755Comment by harningt on Check signature of Linux shared-object before loadharningt2009-07-21T18:13:10Z2009-07-21T18:13:10ZYep, loading the object indeed is a problem due to static initializers... as well as the race condition issue.http://stackoverflow.com/questions/1160418/check-signature-of-linux-shared-object-before-load/1160578#1160578Comment by harningt on Check signature of Linux shared-object before loadharningt2009-07-21T17:41:23Z2009-07-21T17:41:23ZI don't think SELinux has this... in any case, it somewhat goes against the desire to do this at user-level without ever having root access.http://stackoverflow.com/questions/76334/compile-time-lcm-gcd-in-c/76746#76746Comment by harningt on Compile-time LCM / GCD in Charningt2008-09-17T00:52:17Z2008-09-17T00:52:17ZWith the if-then-else operator I'm able to insert an assert(0),1 as the GCD last so that I can get an instant compile-failure for static values (number not constant) and run-time error for others.http://stackoverflow.com/questions/76334/compile-time-lcm-gcd-in-c/76746#76746Comment by harningt on Compile-time LCM / GCD in Charningt2008-09-17T00:15:49Z2008-09-17T00:15:49ZWould changing this to use sequences of something like:
<code>#define GCD_1(a,b) ( ((b) != 0) ? GCD_2((b), (a) % (b)) : (a) )</code>
could help MSVC due to reduced operation-stack.
I'd also suspect that GCD_last should throw some sort of error...http://stackoverflow.com/questions/76334/compile-time-lcm-gcd-in-c/77708#77708Comment by harningt on Compile-time LCM / GCD in Charningt2008-09-17T00:05:26Z2008-09-17T00:05:26ZTake a look @ <a href="http://www.boost.org/doc/libs/1_36_0/libs/math/doc/html/index.html" rel="nofollow">boost.org/doc/libs/…</a> it provides some useful templated math functions included GCD and LCMhttp://stackoverflow.com/questions/76334/compile-time-lcm-gcd-in-c/76746#76746Comment by harningt on Compile-time LCM / GCD in Charningt2008-09-16T21:28:47Z2008-09-16T21:28:47ZIt looks like an interesting solution... do you have any idea how large of arguments it'll take before you need to add more recursion?
I'll have to test this out tonight...http://stackoverflow.com/questions/73586/iis-configurable-http-headers-for-caching/73957#73957Comment by harningt on IIS configurable http-headers for cachingharningt2008-09-16T19:57:04Z2008-09-16T19:57:04ZSorry, put up a 'wrong' question for what I needed. In fact the term is better known as HTTP Expiration