Browse by Tags

All Tags » Windows 7 » Programmer Hubris (RSS)

UDP and DTLS not a performance improvement.

Saw this update in my Windows Update list recently: http://support.microsoft.com/kb/2574819 As it stands right now, this is what it says (in part): OK, so I started off feeling good about this – what’s not to like about the idea that DTLS, a security...

Command Line MD5 hash

A colleague asked me the other day what the command-line tool was for calculating MD5 hashes in Windows. In a moment of sanity, I told him that the usual tool was FCIV, the Microsoft File Checksum Integrity Verifier , but that you had to download it....

The power of stupidity

I just spent a couple of days trying to figure out why logon-related code that worked in Windows XP failed in Windows Vista and Windows 7. hToken = NULL; if ( LogonUser( g_sUser, bIsUPN ? NULL : g_sDomain, g_sPass, LOGON32_LOGON_INTERACTIVE, LOGON32_PROVIDER_DEFAULT...

Starting to build your own Credential Provider

If you’re starting to work on a Credential Provider (CredProv or CP, for short) for Windows Vista, Windows Server 2008, Windows Server 2008 R2 or Windows 7, there are a few steps I would strongly recommend you take, because it will make life easier for...