head	1.3;
access;
symbols
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2003.08.27.13.41.30;	author obraun;	state dead;
branches;
next	1.2;

1.2
date	2001.12.17.19.05.17;	author nsayer;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.20.13.38.56;	author nsayer;	state Exp;
branches;
next	;


desc
@@


1.3
log
@* Upgrade to 2.0.0 RC5 [1].
* Utilize DOCSDIR and PORTDOCS.

Submitted by:	dwcjr [1]
@
text
@--- pamsmbd/pam_read_conf.c.orig	Mon Dec 17 10:15:16 2001
+++ pamsmbd/pam_read_conf.c	Mon Dec 17 10:15:40 2001
@@@@ -25,7 +25,7 @@@@
 #include "constants.h"
 #include "cache.h"
 
-#define CONFFILE "/etc/pam_smb.conf"
+#define CONFFILE "%%PREFIX%%/etc/pam_smb.conf"
 
 int smb_readpamconf(domain_list *);
 
@


1.2
log
@After much delay, I am finally able to test pam_smb again, which means
we can update to the latest version. Hooray!

PR:		ports/26913
Submitted by:	dwcjr
@
text
@@


1.1
log
@Add port for pam_smb, an NT domain PAM module
@
text
@d1 10
a10 11
--- smbval/smbencrypt.c.orig	Wed Jun 20 05:43:48 2001
+++ smbval/smbencrypt.c	Wed Jun 20 05:44:20 2001
@@@@ -24,7 +24,10 @@@@
 #include <arpa/inet.h>
 #include <dirent.h>
 #include <string.h>
+#include <sys/param.h>
+#ifndef BSD
 #include <sys/vfs.h>
+#endif
 #include <netinet/in.h>
a11 1
 #include "smblib-priv.h"
@

