I had to tweak neon 0.26.0 a bit to get it to build on Win32 -- the
small patch is attached.  It looked like a straightforward tweak, but
I haven't test auth with it at all.

Thanks!

DJ
--- ne_auth.c   Wed Mar 08 03:30:07 2006
+++ \Projects\Subversion\neon\src\ne_auth.c     Sat May 06 14:49:52 2006
@@ -237,7 +237,7 @@
 };
 
 /* Forward-declaration of protocols array. */
-static const struct auth_protocol protocols[];
+extern const struct auth_protocol protocols[];
 
 static void clean_session(auth_session *sess) 
 {
@@ -549,7 +549,7 @@
 #endif
 
 #ifdef HAVE_SSPI
-static char *request_sspi(auth_session *sess) 
+static char *request_sspi(auth_session *sess, struct auth_request *request) 
 {
     return ne_concat(sess->protocol->name, " ", sess->sspi_token, "\r\n", 
NULL);
 }

_______________________________________________
neon mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/neon

Reply via email to