head	1.8;
access;
symbols
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	RELEASE_3_3_0:1.2;
locks; strict;
comment	@# @;


1.8
date	2008.09.23.20.15.56;	author beech;	state dead;
branches;
next	1.7;

1.7
date	2007.10.06.19.12.44;	author beech;	state Exp;
branches;
next	1.6;

1.6
date	2004.05.14.06.46.12;	author mharo;	state Exp;
branches;
next	1.5;

1.5
date	2003.11.03.19.40.38;	author mharo;	state Exp;
branches;
next	1.4;

1.4
date	2003.03.24.13.33.28;	author nectar;	state Exp;
branches;
next	1.3;

1.3
date	99.12.05.19.29.53;	author mharo;	state Exp;
branches;
next	1.2;

1.2
date	99.08.29.00.00.16;	author mharo;	state Exp;
branches;
next	1.1;

1.1
date	99.08.28.22.47.46;	author mharo;	state Exp;
branches;
next	;


desc
@@


1.8
log
@- Update to 1.3.2rc2
- Patch long command processing vulnerability (http://bugs.proftpd.org/show_bug.cgi?id=3115)
- Remove third party modules mod_codeconv, mod_comb, mod_sql_tds (won't build)
- Update mod_clamav
@
text
@--- modules/mod_auth_unix.c.orig	2006-06-29 09:16:23.000000000 -0800
+++ modules/mod_auth_unix.c	2007-10-05 16:23:46.000000000 -0800
@@@@ -57,6 +57,7 @@@@
 #endif /* HAVE_HPSECURITY_H or HPUX10 or HPUX11 */
 
 #if defined(HAVE_PROT_H) || defined(COMSEC)
+# include <krb.h>
 # include <prot.h>
 #endif
 
@


1.7
log
@- Update to 1.3.1 Final

- Bugfixes:
- Fixed compilation error in mod_sql_mysql.
- Fixed handling of the --ipv4 and --ipv6 command-line options.
- Fixed "directory not accessible" errors when using the mod_facl
  module.
- Patches integrated upstream.

Approved by:	sat (mentor), portmgr (linimon)
@
text
@@


1.6
log
@Upgrade to 1.2.10rc1

Allow for slave ports
@
text
@d1 2
a2 2
--- modules/mod_auth_unix.c.orig	Thu May 13 23:40:18 2004
+++ modules/mod_auth_unix.c	Thu May 13 23:40:27 2004
@


1.5
log
@58774 Andrew J. Caines <A.J.Caines@@halplant.com>
upgrade to 1.2.9

58415 Melvyn Sopacua <mdev@@idg.nl>
add WITH_OPENSSL

57385 Martin Matuska <martin@@tradex.sk>
adds rc_subr support

54783 Bruce M Simpson <bms@@spc.org>
Ability to support multiple versions MYSQL and LDAP using the WITH_*
variables.
I ended up using the stuff provided in bsd.port.mk with his patches
@
text
@d1 2
a2 2
--- modules/mod_auth_unix.c.orig	Thu Mar 13 14:00:00 2003
+++ modules/mod_auth_unix.c	Thu Mar 13 14:04:45 2003
@


1.4
log
@Update 1.2.6 -> 1.2.8

PR:		ports/50031
Supersedes:	ports/44498, ports/46189, ports/47134, ports/48071,
		ports/48096, ports/48966
Submitted by:	Randy Philipp <randy@@umbc.edu>
@
text
@d3 1
a3 1
@@@@ -58,6 +58,7 @@@@
d7 2
a8 2
+#include <krb.h>
 #include <prot.h>
@


1.3
log
@update to 1.2.0p9
@
text
@d1 6
a6 6
--- modules/mod_unixpw.c.orig  Thu Sep 30 20:33:47 1999
+++ modules/mod_unixpw.c       Sat Nov 13 13:15:26 1999
@@@@ -42,6 +42,7 @@@@
 #include <sys/security.h>
 #endif
 #ifdef HAVE_PROT_H
@


1.2
log
@swap #include order so things work well
@
text
@d1 3
a3 3
--- modules/mod_unixpw.c.orig	Sat Aug 28 16:57:42 1999
+++ modules/mod_unixpw.c	Sat Aug 28 16:59:06 1999
@@@@ -36,6 +36,7 @@@@
@


1.1
log
@add
#include <krb.h>
to the auth stuff.

Submitted by: Alex Demidov <alexd@@vinf.ru>
PR Number:	13444
@
text
@d1 4
a4 3
--- modules/mod_unixpw.c.orig	Sat Aug 28 15:42:13 1999
+++ modules/mod_unixpw.c	Sat Aug 28 15:42:23 1999
@@@@ -37,6 +37,7 @@@@
d7 1
a8 1
+#include <krb.h>
a10 1
 #include "privs.h"
@

