[Samba] Re: WinXP DFS problems in samba 2.2.8

Gerald (Jerry) Carter jerry at samba.org
Tue Apr 8 13:12:56 GMT 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tue, 8 Apr 2003, werner maes wrote:

> Can you tell me where to find the change that is necessary to enable dfs
> on xp clients in samba 2.2.8? Has this fix been introduced in the latest
> 2.2.8a?

Here's the patch to fix msdfs & WinXP clients.  This was not included 
in 2.2.8a (only security fixes there), but is already checked into 
SAMBA_2_2 cvs tree.




cheers, jerry
 ----------------------------------------------------------------------
 Hewlett-Packard            ------------------------- http://www.hp.com
 SAMBA Team                 ---------------------- http://www.samba.org
 GnuPG Key                  ---- http://www.plainjoe.org/gpg_public.asc
 "You can never go home again, Oatman, but I guess you can shop there."  
                            --John Cusack - "Grosse Point Blank" (1997)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE+ksrYIR7qMdg1EfYRAradAJ4u3h+rvMRkfc6rJ5daClCmpiZlngCg2isg
j8ZFX/l37gN+Ienw7CbuyfE=
=0GHC
-----END PGP SIGNATURE-----
-------------- next part --------------
Index: smbd/trans2.c
===================================================================
RCS file: /data/cvs/samba/source/smbd/trans2.c,v
retrieving revision 1.149.4.98
retrieving revision 1.149.4.99
diff -u -r1.149.4.98 -r1.149.4.99
--- smbd/trans2.c	7 Mar 2003 23:35:00 -0000	1.149.4.98
+++ smbd/trans2.c	25 Mar 2003 23:50:47 -0000	1.149.4.99
@@ -3043,7 +3043,7 @@
 {
 	char *params = *pparams;
 	enum remote_arch_types ra_type = get_remote_arch();
-	BOOL NT_arch = ((ra_type == RA_WINNT) || (ra_type == RA_WIN2K));
+	BOOL NT_arch = ((ra_type == RA_WINNT) || (ra_type == RA_WIN2K) || (ra_type == RA_WINXP) || (ra_type == RA_WIN2K3));
 	pstring pathname;
 	int reply_size = 0;
 	int max_referral_level;


More information about the samba mailing list