CVS update: samba/source/rpc_pipes

Luke Leighton lkcl at samba.anu.edu.au
Thu Nov 27 23:05:31 EST 1997


Date:	Thursday November 27, 1997 @ 23:05
Author:	lkcl

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

Modified Files:
      Tag: BRANCH_NTDOM
	lsa_hnd.c ntclientlogin.c ntclientlsa.c ntclientpipe.c 
	samrparse.c 
Log Message:

Makefile :

	split RPC_CLI_OBJ down into multiple lines.


client.c :

	added lsaquery and samrid commands.  wow!

	lsaquery determines the status of a machine: whether it is a member of
	a domain and whether it is a domain controller.  this process also grabs
	the domain SID.

	samrid is an experiment to work on "user manager for domains" stuff.
	this is going to be part of the automatic process to add workstation
	trust accounts.  amongst other things...

clientgen.c :

	getting 32 bit status codes negotiated in the client code.
	trying to do some debugging, as it turns out probably unnecessary
	mods that andrew _and_ jeremy will kill me for, in cli_session_setup()...

ntclient.c :

	added lsa query command and samrid lookup code.

ntdomain.h :

	identified one of the unknown fields in what i have called "samr_open_secret"
	as a RID.  the other field is a SID.

smb.h :

	adding bits needed for lsa query and samrid commands.

smbencrypt.c :

	stupid, stupid bug.  using sizeof(part_passwd) which returns 4 instead of 16.

rpc_pipes/ntclientlsa.c :

	need a "start session" call.

rpc_pipes/samrparse.c :

	added make_q_open_secret and make_q_open_policy functions.




More information about the samba-cvs mailing list