CVS update: samba/source/smbd

abartlet at samba.org abartlet at samba.org
Thu Nov 1 16:02:41 EST 2001


Date:	Wed Oct 31 21:02:41 2001
Author:	abartlet

Update of /data/cvs/samba/source/smbd
In directory va:/tmp/cvs-serv1624/smbd

Modified Files:
	auth_unix.c auth_util.c reply.c sesssetup.c 
Log Message:
Various post AuthRewrite cleanups, fixups and tidyups.

Zero out some of the plaintext passwords for paranoia

Fix up some of the other passdb backends with the change to *uid_t rather than
uid_t.

Make some of the code in srv_netlog_nt.c clearer, is passing an array around,
so pass its lenght in is definition, not as a seperate paramater.

Use sizeof() rather than magic numbers, it makes things easier to read.

Cope with a PAM authenticated user who is not in /etc/passwd - currently by
saying NO_SUCH_USER, but this can change in future.

Andrew Bartlett


Revisions:
auth_unix.c		1.11 => 1.12
	http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/auth_unix.c?r1=1.11&r2=1.12
auth_util.c		1.8 => 1.9
	http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/auth_util.c?r1=1.8&r2=1.9
reply.c		1.351 => 1.352
	http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c?r1=1.351&r2=1.352
sesssetup.c		1.15 => 1.16
	http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/sesssetup.c?r1=1.15&r2=1.16




More information about the samba-cvs mailing list