CVS update: samba/source

Luke Leighton lkcl at samba.anu.edu.au
Wed Dec 10 04:12:49 EST 1997


Date:	Wednesday December 10, 1997 @ 4:12
Author:	lkcl

Update of /data/cvs/samba/source
In directory samba:/tmp/cvs-serv16492

Modified Files:
      Tag: BRANCH_NTDOM
	client.c clientgen.c clientipc.c clientprint.c clientsmb.c 
	clitar.c ipc.c ntclient.c ntdomain.h proto.h reply.c server.c 
	smb.h 
Log Message:

Issues
------

attempted to do a compile without -DNTDOMAIN.  it fell over on its face,
because of hundreds of undefined structures referenced in proto.h.  so, i
took out -DNTDOMAIN.

why?  because if you don't the nt domain functionality, it does't matter.
you just don't end up _not_ using a subset of the functionality added to
samba and only accessible from NT machines, using DCE/RPC.

about the only thing that's affected are clientgen.c uses a different
function to reply to SMBtrans calls; reply.c does a trust account check
and responds with an error message indicating the _type_ of trust account;
ipc.c indicates that it supports more than just \PIPE\lsarpc (which used
to be the only pipe supported by samba)...

compilation time will be up... :-)


clearing up some bugs in the SamrEnumDomainUsers, which would appear to
be almost identical to SamrEnumDomainGroups and Aliases, only not quite.
haven't managed to bounce this message off of an NT server, yet...

clearing up some bugs in smbclient: you need pointers to externs (in
this instance cli_state smb_cli)  and also i need to rethink the
strategy on the client connections.




More information about the samba-cvs mailing list