CVS update: samba/source

Luke Leighton lkcl at samba.anu.edu.au
Thu Nov 20 08:13:07 EST 1997


Date:	Thursday November 20, 1997 @ 8:13
Author:	lkcl

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

Modified Files:
      Tag: BRANCH_NTDOM
	client.c clientgen.c ntclient.c password.c proto.h 
	pwd_validate.c 
Log Message:

Issues
------

calling the server password set code.  the default trust account password is
used.  _somehow_ we're going to have to get, or store, trust account passwords.
these are going to have to be two-way obfuscated, but that's just tough luck.

we _could_ put up a message, saying "due to insecurities in microsoft's domain
authentication scheme, please type in your inter-domain trust account password:"
and "due to.... please type in your backup domain controller trust account
password:" ... etc.

*sigh*.

Modified Files:
---------------

client.c :

	don't pass the new machine account password around

clientgen.c :

	debugging information display in cli_session_setup() and cli_tcon_X().
	also, use BIT_SET() macro instead of direct bit checking.  hm.  really
	should call this macro IS_BIT_SET().

ntclient.c :

	call trust_account_check() with a workstation trust account (machine$)

password.c :

	return True instead of 1 as a boolean.

pwd_validate.c :

	turned the debug printing round (if pwd_ok instead of if !pwd_ok :-)

rpc_pies/ntclienttrust.c :

	made mach_pwd local to the trust_account_check() function.




More information about the samba-cvs mailing list