CVS update: samba/source

Luke Leighton lkcl at samba.anu.edu.au
Sat Dec 20 06:10:26 EST 1997


Date:	Saturday December 20, 1997 @ 6:10
Author:	lkcl

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

Modified Files:
      Tag: BRANCH_NTDOM
	client.c ntclient.c ntdomain.h proto.h util.c 
Log Message:

Issues
------

turns out that there's a "NetrConnectionEnum" too.  SRVMGR.EXE, when a
samba server is selected now shows you a dummy list of connections,
users, files and shares.  whoopee.

note: this is different from when you select samba as the domain controller:
that fails at the moment because of a \PIPE\LANMAN SMBtrans2 version of
NetrQueryDisplayInfo for servers, which is undocumented, and should be part
of cifs6.txt.

tried to do more with the \PIPE\samr to get srvmgr.exe working: came across
the above problem.  resolved some issues with SamrQueryDisplayInfo, though.


Modified Files
--------------

client.c ntclient.c rpc_pipes/ntclientsrvsvc.c rpc_pipes/pipesrvsvc.c 
rpc_pipes/srvparse.c :

	added the srvconnections command.  this enumerates the open connections
	on a server (user, net name, net type (IPC/PRINT/DISK), open time, num
	files)

ntdomain.h :

	added SrvrNetConnectionEnum and sub-divided SamrQueryDispInfo into
	machines and users, by creating SAM_INFO_1 and separate SAM_INFO_2
	containers.

rpc_pipes/pipesamr.c rpc_pipes/samrparse.c rpc_pipes/smbparse.c :

	using SAM_INFO_1 and SAM_INFO_2 containers for machines and users
	in the SamrQueryDispInfo response.





More information about the samba-cvs mailing list