CVS update: samba/source

Luke Leighton lkcl at samba.anu.edu.au
Thu Nov 27 08:08:37 EST 1997


Date:	Thursday November 27, 1997 @ 8:08
Author:	lkcl

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

Modified Files:
      Tag: BRANCH_NTDOM
	Makefile client.c clientgen.c includes.h namebrowse.c 
	ntclient.c ntdomain.h proto.h smb.h 
Added Files:
      Tag: BRANCH_NTDOM
	clientsmb.c 
Log Message:
Issues
------

having massaged smbclient into using individual session connections
(i.e it makes full use of clientgen.c not clientutil.c) it will now
be easy to add new ntdom commands.  for example, stuff to send a
\PIPE\samr command.  or, to do an NT login...


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

Makefile:

	added clientsmb.c

client.c :

	moved all the smb stuff (except message-sending and the IPC$ host
	query bits) into a separate file.  maybe the message-sending should
	move, too...

	added a new command "ntlogin <username>".

	got an anonymous connection (no username) to IPC$ to work properly again.

clientgen.c :

	cli_NetShareEnum call use cli_api() instead of cli_send_trans() and
	cli_receive_trans().

	fixed cli_NetServerEnum bugs which are also fixed in the main branch...

	got anonymous session connections working.

ntclient.c :

	modified the nt login test code to be a command in smbclient.

rpc_pipes/ntclientlogin.c :

	stopped the nt login test code from opening the already open IPC$...




More information about the samba-cvs mailing list