svn commit: samba r6219 - in branches/SAMBA_4_0/source: librpc/rpcntvfs/posix

Stefan (metze) Metzmacher metze at samba.org
Wed Apr 6 09:32:08 GMT 2005


> Author: sharpe
> Date: 2005-04-05 19:53:07 +0000 (Tue, 05 Apr 2005)
> New Revision: 6219
>
> WebSVN:
> http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6219
>
> Log:
>
> This change allows us to fall back to authenticating without
> DCERPC_SCHANNEL_128 if we fail. Thus, it allows us to work with Windows
> NT DCs ...
>
>
> Modified:
>    branches/SAMBA_4_0/source/librpc/rpc/dcerpc_schannel.c
>    branches/SAMBA_4_0/source/ntvfs/posix/pvfs_search.c

> Modified: branches/SAMBA_4_0/source/ntvfs/posix/pvfs_search.c
> ===================================================================
> --- branches/SAMBA_4_0/source/ntvfs/posix/pvfs_search.c	2005-04-05
> 17:49:16 UTC (rev 6218)
> +++ branches/SAMBA_4_0/source/ntvfs/posix/pvfs_search.c	2005-04-05
> 19:53:07 UTC (rev 6219)
> @@ -266,7 +266,7 @@
>  		talloc_free(file);
>  	}
>
> -	pvfs_list_hibernate(dir);
> +	/*pvfs_list_hibernate(dir);*/

do really wanted this to be commited?


More information about the samba-cvs mailing list