CVS update: samba/source/passdb

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


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

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

Modified Files:
	pdb_ldap.c pdb_nisplus.c pdb_tdb.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:
pdb_ldap.c		1.5 => 1.6
	http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_ldap.c?r1=1.5&r2=1.6
pdb_nisplus.c		1.7 => 1.8
	http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_nisplus.c?r1=1.7&r2=1.8
pdb_tdb.c		1.28 => 1.29
	http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/pdb_tdb.c?r1=1.28&r2=1.29




More information about the samba-cvs mailing list