CVS update: samba/source/lib/rpc/client

Luke Leighton lkcl at samba.anu.edu.au
Thu Apr 2 07:31:06 EST 1998


Date:	Thursday April 2, 1998 @ 7:31
Author:	lkcl

Update of /data/cvs/samba/source/lib/rpc/client
In directory samba:/tmp/cvs-serv1552/lib/rpc/client

Modified Files:
	cli_login.c 
Log Message:

cli_login.c :

	start to create the calls needed for client-side of "network" logins,
	which will be used for domain version of pass-through authentication.
	unfortunately, none of this code is called in the main branch, because
	smbclient BRANCH_NTDOM code isn't in use, yet!

srv_netlog.c :

	fixed a problem with static net_login_network() which was being
	stubborn: the if() statement looked horrendous, so i split it into
	two if() statements, one to deal with the lm password; the other to
	deal with the nt password.

	the smb_password_check() functions should _not_ be called here, in
	case we decide to disable lm hashes for security reasons, just like
	nt does.

	so, we now get a response to the SAM_LOGON "network" call, but the
	connection is still dropped.  a trace is needed from an nt server,
	which is why i started on the client-side code.  see above, which
	is why i'm calling it a day :-)



More information about the samba-cvs mailing list