CVS update: samba/source

Luke Kenneth Casson Leighton lkcl at switchboard.net
Tue Nov 24 00:33:52 EST 1998


On Sat, 21 Nov 1998 jra at samba.anu.edu.au wrote:

> 
> Date:	Saturday November 21, 1998 @ 7:08
> Author:	jra
> 
> Update of /data/cvs/samba/source
> In directory samba:/tmp/cvs-serv21655
> 
> Modified Files:
>       Tag: SAMBA_2_0
> 	acconfig.h configure configure.in 
> Log Message:
> cconfig.h configure configure.in include/config.h.in: Changed autoconf to be more
> intelligent about looking in -lsec and -lsecurity. Fewer special cases.
> rpc_client/cli_netlogon.c: Removed 'matching bits' check in attempt to 
> get joining a domain hosted by a NT3.51 PDC working.

the check _should_ be something like:

srv_flgs = IS_BITS_SET_ALL(clnt->flgs, srv->flgs);
if (IS_BITS_SET_ALL(srv_flgs, 0xff) != 0xff)
{
	return False; /* not enough flags negotiated.  not that we have
any idea what they are... */
}




More information about the samba-cvs mailing list