msdfs broken in 2.2.8

Eric Horst erich at cac.washington.edu
Wed Mar 26 00:14:20 GMT 2003


Thanks Jeremy.  Works much better now.

--Eric

 
> Here is the fix for Samba 2.2.8 to make MS-DFS work again with WinXP.
> (For once this wasn't my fault :-).
> 
> Sorry for the problem,
> 
> 	Jeremy.
> 
> Index: smbd/trans2.c
> ===================================================================
> RCS file: /data/cvs/samba/source/smbd/trans2.c,v
> retrieving revision 1.149.4.98
> diff -u -r1.149.4.98 trans2.c
> --- smbd/trans2.c       7 Mar 2003 23:35:00 -0000       1.149.4.98
> +++ smbd/trans2.c       25 Mar 2003 23:36:05 -0000
> @@ -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-technical mailing list