summaryrefslogtreecommitdiff
path: root/www/ap2-auth-ntlm/patches
diff options
context:
space:
mode:
Diffstat (limited to 'www/ap2-auth-ntlm/patches')
-rw-r--r--www/ap2-auth-ntlm/patches/patch-mod_ntlm.c13
-rw-r--r--www/ap2-auth-ntlm/patches/patch-ntlmssp.inc.c7
-rw-r--r--www/ap2-auth-ntlm/patches/patch-smbencrypt.inc.c13
-rw-r--r--www/ap2-auth-ntlm/patches/patch-smblib.inc.c23
4 files changed, 0 insertions, 56 deletions
diff --git a/www/ap2-auth-ntlm/patches/patch-mod_ntlm.c b/www/ap2-auth-ntlm/patches/patch-mod_ntlm.c
deleted file mode 100644
index f549027937f..00000000000
--- a/www/ap2-auth-ntlm/patches/patch-mod_ntlm.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-mod_ntlm.c,v 1.1.1.1 2008/10/17 19:24:10 sborrill Exp $
-Add Apache 2.2 compatibility
---- mod_ntlm.c.orig 2008-10-17 20:18:13.000000000 +0100
-+++ mod_ntlm.c 2008-10-17 20:18:13.000000000 +0100
-@@ -671,7 +671,7 @@
- return NULL;
- }
-
-- apr_pool_sub_make(&sp,p,NULL);
-+ apr_pool_create_ex(&sp,p,NULL,NULL);
-
- while (!(ap_cfg_getline(l, MAX_STRING_LEN, f))) {
- if ((l[0] == '#') || (!l[0]))
diff --git a/www/ap2-auth-ntlm/patches/patch-ntlmssp.inc.c b/www/ap2-auth-ntlm/patches/patch-ntlmssp.inc.c
deleted file mode 100644
index c519c300cfe..00000000000
--- a/www/ap2-auth-ntlm/patches/patch-ntlmssp.inc.c
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: patch-ntlmssp.inc.c,v 1.2 2009/02/09 18:26:46 joerg Exp $
-
---- ntlmssp.inc.c.orig 2004-02-19 15:21:06.000000000 +0000
-+++ ntlmssp.inc.c 2008-10-17 19:33:51.000000000 +0100
-@@ -1,1 +1,2 @@
-+#include "httpd/httpd.h"
- /*
diff --git a/www/ap2-auth-ntlm/patches/patch-smbencrypt.inc.c b/www/ap2-auth-ntlm/patches/patch-smbencrypt.inc.c
deleted file mode 100644
index e3a36545dc5..00000000000
--- a/www/ap2-auth-ntlm/patches/patch-smbencrypt.inc.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-smbencrypt.inc.c,v 1.1.1.1 2008/10/17 19:24:10 sborrill Exp $
---- smbval/smbencrypt.inc.c.orig 2003-06-05 20:21:26.000000000 +0100
-+++ smbval/smbencrypt.inc.c 2008-10-17 17:47:37.000000000 +0100
-@@ -19,7 +19,9 @@
- #include <arpa/inet.h>
- #include <dirent.h>
- #include <string.h>
-+#ifndef __NetBSD__
- #include <sys/vfs.h>
-+#endif
- #include <netinet/in.h>
-
- #include "smblib-priv.h"
diff --git a/www/ap2-auth-ntlm/patches/patch-smblib.inc.c b/www/ap2-auth-ntlm/patches/patch-smblib.inc.c
deleted file mode 100644
index f1e7b389a1b..00000000000
--- a/www/ap2-auth-ntlm/patches/patch-smblib.inc.c
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-smblib.inc.c,v 1.1.1.1 2008/10/17 19:24:10 sborrill Exp $
---- smbval/smblib.inc.c.orig 2004-02-19 15:24:46.000000000 +0000
-+++ smbval/smblib.inc.c 2008-10-17 17:50:39.000000000 +0100
-@@ -22,8 +22,8 @@
- #include <stdio.h>
- #include <malloc.h>
-
--static int SMBlib_errno;
--static int SMBlib_SMB_Error;
-+int SMBlib_errno;
-+int SMBlib_SMB_Error;
- #define SMBLIB_ERRNO
- #define uchar unsigned char
- #include "smblib-priv.h"
-@@ -33,7 +33,7 @@
-
- #include <signal.h>
-
--static SMB_State_Types SMBlib_State;
-+SMB_State_Types SMBlib_State;
-
- /* Initialize the SMBlib package */
- static int