CVS update: samba/source/rpc_pipes

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


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

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

Modified Files:
      Tag: BRANCH_NTDOM
	lsa_hnd.c lsaparse.c ntclientlogin.c ntclientlsa.c 
	ntclientnet.c ntclientpipe.c ntclientsamr.c ntclientstatus.c 
	ntclienttrust.c pipenetlog.c pipentlsa.c pipereg.c pipesamr.c 
	pipesrvsvc.c pipeutil.c pipewkssvc.c regparse.c samrparse.c 
	smbparse.c srvparse.c wksparse.c 
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