Date: Fri Nov 15 21:23:55 2002
Author: abartlet
Update of /data/cvs/samba/source/auth
In directory dp.samba.org:/tmp/cvs-serv16772/auth
Modified Files:
auth_builtin.c auth_sam.c auth_util.c auth_winbind.c
Log Message:
Small auth updates:
- add static remove unnneded prototype
- move become_root() to just around pdb calls, so as to make it easier to
remove when we kill off this silly idea
- Change auth_sam to do 'account before password' rather than 'password before
account'. This means that we match Win2k in giving 'account disabled' instead
of 'wrong password' if the wrong password to a disabled account is used.
Andrew Bartlett
Revisions:
auth_builtin.c 1.16 => 1.17
http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_builtin.c?r1=1.16&r2=1.17
auth_sam.c 1.46 => 1.47
http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_sam.c?r1=1.46&r2=1.47
auth_util.c 1.56 => 1.57
http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_util.c?r1=1.56&r2=1.57
auth_winbind.c 1.12 => 1.13
http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_winbind.c?r1=1.12&r2=1.13