CVS update: samba/source/rpc_pipes

Luke Leighton lkcl at samba.anu.edu.au
Thu Dec 18 05:29:22 EST 1997


Date:	Thursday December 18, 1997 @ 5:29
Author:	lkcl

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

Modified Files:
      Tag: BRANCH_NTDOM
	pipesrvsvc.c smbparse.c srvparse.c 
Log Message:

Issues
------

decided to do some of the server stuff, just for fun.  if you double-click
on a samba server from SRVMGR.EXE ("server manager for domains") you get
a list of open files (one: \PIPE\samr, under the user "dummy user" :-) etc.

it needs more work (more enumeration levels) but at least it's useable.

these bits are only supported in smbd at the moment.

also, in order to do the file enumeration properly, i'll need a new
higher order function in the locking table code (locking.c), which takes a
start index and a count.  this is the way that file enums work in NT....


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

	- added NET_FILE_ENUM.  FILE_INFO_3; FILE_INFO_3_CTR.

	- added NET_SESSION_ENUM.  SESS_INFO_0; SESS_INFO_0_CTR.

	- cleared up bugs in the SHARE, FILE and SESSION enum code, which
	  was annoying me: the way that the containers are stored is a
	  bit of a pain, even though it's fully documented by NETMON.EXE.



More information about the samba-cvs mailing list