aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/samba36/patches/250-remove_domain_logon.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-05-01 12:17:52 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-05-01 12:17:52 +0000
commit14d0375301f5094ac7213550c74b35909e05f0dd (patch)
tree963a755d4f74bf16cb3cc88f8b0e7a6116cfbf74 /package/network/services/samba36/patches/250-remove_domain_logon.patch
parent5e47b57e57d4f8a0040170284d6a77e6515a7654 (diff)
downloadupstream-14d0375301f5094ac7213550c74b35909e05f0dd.tar.gz
upstream-14d0375301f5094ac7213550c74b35909e05f0dd.tar.bz2
upstream-14d0375301f5094ac7213550c74b35909e05f0dd.zip
samba: update to version 3.6.23
This updates samba to the most recent minor version. This patch is based on a patch by Anton van Bohemen <avbohemen@ziggo.nl> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40618
Diffstat (limited to 'package/network/services/samba36/patches/250-remove_domain_logon.patch')
-rw-r--r--package/network/services/samba36/patches/250-remove_domain_logon.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/services/samba36/patches/250-remove_domain_logon.patch b/package/network/services/samba36/patches/250-remove_domain_logon.patch
index e97285b666..f7582ef3bd 100644
--- a/package/network/services/samba36/patches/250-remove_domain_logon.patch
+++ b/package/network/services/samba36/patches/250-remove_domain_logon.patch
@@ -99,7 +99,7 @@
dfs_commands,
--- a/source3/rpc_server/wkssvc/srv_wkssvc_nt.c
+++ b/source3/rpc_server/wkssvc/srv_wkssvc_nt.c
-@@ -820,6 +820,10 @@ WERROR _wkssvc_NetrJoinDomain2(struct pi
+@@ -824,6 +824,10 @@ WERROR _wkssvc_NetrJoinDomain2(struct pi
WERROR werr;
struct security_token *token = p->session_info->security_token;
@@ -110,7 +110,7 @@
if (!r->in.domain_name) {
return WERR_INVALID_PARAM;
}
-@@ -897,6 +901,10 @@ WERROR _wkssvc_NetrUnjoinDomain2(struct
+@@ -901,6 +905,10 @@ WERROR _wkssvc_NetrUnjoinDomain2(struct
WERROR werr;
struct security_token *token = p->session_info->security_token;
@@ -147,7 +147,7 @@
/* lookup a DC first */
if ( !get_dc_name(domain, NULL, dc_name, &dc_ss) ) {
-@@ -243,6 +250,10 @@ NTSTATUS change_trust_account_password(
+@@ -243,6 +250,10 @@ NTSTATUS change_trust_account_password(
struct cli_state *cli = NULL;
struct rpc_pipe_client *netlogon_pipe = NULL;
@@ -172,7 +172,7 @@
}
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
-@@ -2484,8 +2484,10 @@ static bool housekeeping_fn(const struct
+@@ -2431,8 +2431,10 @@ static bool housekeeping_fn(const struct
/* check if we need to reload services */
check_reload(sconn, time_mono(NULL));