Skip to content

Instantly share code, notes, and snippets.

View zcopley's full-sized avatar

Zach Copley zcopley

View GitHub Profile
@zcopley
zcopley / keybase.md
Created January 3, 2018 03:46
keybase.io assertion

Keybase proof

I hereby claim:

  • I am zcopley on github.
  • I am zcopley (https://keybase.io/zcopley) on keybase.
  • I have a public key ASBpSbxJDWddycocsZt8TfjTxi9SAWU9EkpC93jwyjitMgo

To claim this, I am signing this object:

Verifying that +zcopley is my Bitcoin username. You can send me #bitcoin here: https://onename.io/zcopley
@zcopley
zcopley / curl-7.21.3-SPNEGO-VC8-build-notes.txt
Created February 4, 2011 20:19
Notes on building curl 7.21.3 with Visual Studio 2005
This branch has a version of curl-7.21.3 with a new patch to do SPNEGO/GSS-API Negotiate via Windows SSPI applied to it, and modified make files for VC++ 8 (Visual Studio 2005). I've successfully built a working libcurl.dll and curl.exe with SSL and zlib using it.
https://github.com/zcopley/curl/tree/vs2005
External dependency notes
-------------------------
* SSL - I used OpenSSL 1.0.0c (Win32OpenSSL-1_0_0c.exe) from here: http://www.shininglightpro.com/products/Win32OpenSSL.html
* zLib - This one is tricky. I needed to compile this from source, because none of the precompiled DLLs floating around would work. I used v1.2.5 from here: http://zlib.net/zlib-1.2.5.tar.gz The magic incantation is to build it (from the root zLib source dir) is: