CVS update: samba/source/rpc_parse

abartlet at samba.org abartlet at samba.org
Fri Aug 3 23:09:27 EST 2001


Date:	Fri Aug  3 06:09:22 2001
Author:	abartlet

Update of /data/cvs/samba/source/rpc_parse
In directory va:/tmp/cvs-serv18364/source/rpc_parse

Modified Files:
	parse_misc.c parse_net.c 
Log Message:
This is my 'Authentication Rewrite' version 1.01, mostly as submitted to 
samba-technical a few weeks ago.  

The idea here is to standardize the checking of user names and passwords, 
thereby ensuring that all authtentications pass the same standards.  The 
interface currently implemented in as 

nt_status = check_password(user_info, server_info) 

where user_info contains (mostly) the authentication data, and server_info 
contains things like the user-id they got, and their resolved user name.

The current ugliness with the way the structures are created will be killed 
the next revision, when they will be created and malloced by creator functions.

This patch also includes the first implementation of NTLMv2 in HEAD, but which 
needs some more testing.  We also add a hack to allow plaintext passwords to be
compared with smbpasswd, not the system password database.  

Finally, this patch probably reintroduces the PAM accounts bug we had in 
2.2.0, I'll fix that once this hits the tree.  (I've just finished testing
it on a wide variety of platforms, so I want to get this patch in).  




Revisions:
parse_misc.c		1.84 => 1.85
	http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_parse/parse_misc.c?r1=1.84&r2=1.85
parse_net.c		1.57 => 1.58
	http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_parse/parse_net.c?r1=1.57&r2=1.58




More information about the samba-cvs mailing list