diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-08-27 13:41:30 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-08-27 13:41:30 +0000 |
commit | d8d44c14b63f0d9bec5ef62e127634b3c6254436 (patch) | |
tree | 6f0c128298be21e9d790612b502ca9d90d5bf28c /security/pam_smb/files | |
parent | Update to 0.24 (diff) |
* Upgrade to 2.0.0 RC5 [1].
* Utilize DOCSDIR and PORTDOCS.
Submitted by: dwcjr [1]
Diffstat (limited to 'security/pam_smb/files')
-rw-r--r-- | security/pam_smb/files/patch-aa | 11 | ||||
-rw-r--r-- | security/pam_smb/files/patch-smbval::smbencrypt.c | 10 | ||||
-rw-r--r-- | security/pam_smb/files/patch-smbval::smblib.c | 19 |
3 files changed, 0 insertions, 40 deletions
diff --git a/security/pam_smb/files/patch-aa b/security/pam_smb/files/patch-aa deleted file mode 100644 index 83b7dc0e1983..000000000000 --- a/security/pam_smb/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 *); - diff --git a/security/pam_smb/files/patch-smbval::smbencrypt.c b/security/pam_smb/files/patch-smbval::smbencrypt.c deleted file mode 100644 index 44d7e0d54fa4..000000000000 --- a/security/pam_smb/files/patch-smbval::smbencrypt.c +++ /dev/null @@ -1,10 +0,0 @@ ---- smbval/smbencrypt.c.orig Sat Aug 19 12:58:07 2000 -+++ smbval/smbencrypt.c Thu Feb 21 07:11:09 2002 -@@ -21,6 +21,7 @@ - */ - - #include <string.h> -+#include <sys/types.h> - #include <arpa/inet.h> - #include <dirent.h> - #include <string.h> diff --git a/security/pam_smb/files/patch-smbval::smblib.c b/security/pam_smb/files/patch-smbval::smblib.c deleted file mode 100644 index 62ad5a129199..000000000000 --- a/security/pam_smb/files/patch-smbval::smblib.c +++ /dev/null @@ -1,19 +0,0 @@ -*** smbval/smblib.c.orig Sat Aug 16 09:42:32 2003 ---- smbval/smblib.c Sat Aug 16 09:43:34 2003 -*************** -*** 338,344 **** - - } - -! strcpy(pword, PassWord); - #ifdef PAM_SMB_ENC_PASS - if (Con_Handle -> encrypt_passwords) - { ---- 338,344 ---- - - } - -! (void)strlcpy(pword, PassWord, sizeof(pword)); - #ifdef PAM_SMB_ENC_PASS - if (Con_Handle -> encrypt_passwords) - { |