summaryrefslogtreecommitdiff
path: root/www/ap2-auth-ntlm
diff options
context:
space:
mode:
Diffstat (limited to 'www/ap2-auth-ntlm')
-rw-r--r--www/ap2-auth-ntlm/DESCR8
-rw-r--r--www/ap2-auth-ntlm/MESSAGE13
-rw-r--r--www/ap2-auth-ntlm/Makefile33
-rw-r--r--www/ap2-auth-ntlm/PLIST3
-rw-r--r--www/ap2-auth-ntlm/distinfo10
-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
9 files changed, 0 insertions, 123 deletions
diff --git a/www/ap2-auth-ntlm/DESCR b/www/ap2-auth-ntlm/DESCR
deleted file mode 100644
index caf744bde0a..00000000000
--- a/www/ap2-auth-ntlm/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-NTLM is an authentication protocol used by Microsoft Internet Informations
-Server(tm) and Microsoft Internet Explorer(tm). While it is not really
-secure, it offers background authentication (the workstation logon
-credentials of users are passed through to the web server). This feature is
-widely used in intranets based on these Microsoft products.
-
-This module is implementing NTLM authentication for Apache on Unix
-platforms. It is available free of charges under the BSD License.
diff --git a/www/ap2-auth-ntlm/MESSAGE b/www/ap2-auth-ntlm/MESSAGE
deleted file mode 100644
index 4837f7aab0b..00000000000
--- a/www/ap2-auth-ntlm/MESSAGE
+++ /dev/null
@@ -1,13 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2008/10/17 19:24:10 sborrill Exp $
-
-In order to use this module in your Apache installation, you need to
-add the following to your httpd.conf file:
-
- LoadModule ${MODULE_NAME} lib/httpd/mod_ntlm.so
-
-An example httpd.conf fragment can be found in:
-
- ${EGDIR}/ntlm.conf
-
-===========================================================================
diff --git a/www/ap2-auth-ntlm/Makefile b/www/ap2-auth-ntlm/Makefile
deleted file mode 100644
index 4affec56241..00000000000
--- a/www/ap2-auth-ntlm/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2014/06/11 12:57:23 joerg Exp $
-#
-
-DISTNAME= ntlm2
-PKGNAME= ${APACHE_PKG_PREFIX}-auth-ntlm-${DISTVERS}
-CATEGORIES= www
-MASTER_SITES= http://www.jamiekerwick.co.uk/modntlm/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://modntlm.sourceforge.net/
-COMMENT= Apache module for NTLM authentication
-
-PKG_APACHE_ACCEPTED= apache22
-
-APACHE_MODULE_NAME= mod_ntlm.${MODULE_EXT}
-
-WRKSRC= ${WRKDIR}
-
-DISTVERS= 0.2
-MODULE_EXT= la
-
-MESSAGE_SUBST+= MODULE_NAME=ntlm_module
-MESSAGE_SUBST+= EGDIR=${EGDIR}
-
-EGDIR= ${PREFIX}/share/examples/mod_ntlm
-
-INSTALLATION_DIRS+= ${EGDIR}
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/ntlm.conf ${DESTDIR}${EGDIR}
-
-.include "../../mk/apache.module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/ap2-auth-ntlm/PLIST b/www/ap2-auth-ntlm/PLIST
deleted file mode 100644
index 31dff3c3e2f..00000000000
--- a/www/ap2-auth-ntlm/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 22:00:16 joerg Exp $
-lib/httpd/mod_ntlm.so
-share/examples/mod_ntlm/ntlm.conf
diff --git a/www/ap2-auth-ntlm/distinfo b/www/ap2-auth-ntlm/distinfo
deleted file mode 100644
index e121187bd2e..00000000000
--- a/www/ap2-auth-ntlm/distinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 02:46:48 agc Exp $
-
-SHA1 (ntlm2.tar.gz) = 02deae9b83a73410bab989245335d684f1288f5e
-RMD160 (ntlm2.tar.gz) = 5607b2e2b6420aa7534af0bb38fbf7a877ca616d
-SHA512 (ntlm2.tar.gz) = 39d9b9f00432ec46218e7713bddc81504d0c5694e76ff978c3b0d8a1998c7f88a14ac0ca7a814f0c2750980945d9ca6a0bca502dae2c7a7e325a793ba3efef30
-Size (ntlm2.tar.gz) = 39380 bytes
-SHA1 (patch-mod_ntlm.c) = a5503e6bbcdaf9fe40522f44f78c20fd4160b60c
-SHA1 (patch-ntlmssp.inc.c) = 10dd76d55ebed06c292577b7837ccd719df6652f
-SHA1 (patch-smbencrypt.inc.c) = 55c74559a05f9d7dfab6df006dea74fdcb1fe49a
-SHA1 (patch-smblib.inc.c) = 90c4c795a7d4619650e565d3055cf2a0447b7d70
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