Date:   Thu Jul  3 14:36:42 2003
Author: abartlet

Update of /home/cvs/samba/source/auth
In directory dp.samba.org:/tmp/cvs-serv19109/auth

Modified Files:
      Tag: SAMBA_3_0
        auth.c auth_builtin.c auth_domain.c auth_rhosts.c 
        auth_server.c auth_util.c auth_winbind.c 
Log Message:
This patch takes the work the jerry did for beta2, and generalises it:

 - The 'not implmented' checks are now done by all auth modules
 - the ntdomain/trustdomain/winbind modules are more presise as to
   what domain names they can and cannot handle
 - The become_root() calls are now around the winbind pipe opening only,
   not the entire auth call
 - The unix username is kept seperate from the NT username, removing the
   need for 'clean off the domain\' in parse_net.c
 - All sid->uid translations are now validated with getpwuid() to put a very
   basic stop to logins with 'half deleted' accounts.

Andrew Bartlett


Revisions:
auth.c          1.32.2.19 => 1.32.2.20
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth.c.diff?r1=1.32.2.19&r2=1.32.2.20
auth_builtin.c          1.8.2.9 => 1.8.2.10
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_builtin.c.diff?r1=1.8.2.9&r2=1.8.2.10
auth_domain.c           1.33.2.28 => 1.33.2.29
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_domain.c.diff?r1=1.33.2.28&r2=1.33.2.29
auth_rhosts.c           1.15.2.7 => 1.15.2.8
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_rhosts.c.diff?r1=1.15.2.7&r2=1.15.2.8
auth_server.c           1.21.2.7 => 1.21.2.8
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_server.c.diff?r1=1.21.2.7&r2=1.21.2.8
auth_util.c             1.39.2.27 => 1.39.2.28
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_util.c.diff?r1=1.39.2.27&r2=1.39.2.28
auth_winbind.c          1.6.2.14 => 1.6.2.15
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_winbind.c.diff?r1=1.6.2.14&r2=1.6.2.15

Reply via email to