CVS update: samba/source/include

abartlet at samba.org abartlet at samba.org
Tue Jan 1 14:10:32 EST 2002


Date:	Mon Dec 31 19:10:31 2001
Author:	abartlet

Update of /data/cvs/samba/source/include
In directory va:/tmp/cvs-serv9211/include

Modified Files:
	auth.h 
Log Message:
A farily large commit:

 - Move rpc_client/cli_trust.c to smbd/change_trust_pw.c
  - It hasn't been used by anything else since smbpasswd lost its -j

 - Add a TALLOC_CTX to the auth subsytem.  These are only valid for the length
   of the calls to the individual modules, if you want a longer context hide it
   in your private data.  

   Similarly, all returns (like the server_info) should still be malloced.

 - Move the 'ntdomain' module (security=domain in oldspeak) over to use the new
   libsmb domain logon code.  Also rework much of the code to use some better
   helper functions for the connection - getting us much better error returns
   (the new code is NTSTATUS).  

   The only remaining thing to do is to figure out if tpot's 0xdead 0xbeef for
   the LUID feilds is sufficient, or if we should do random LUIDs as per the old 
   code.

   Similarly, I'll move winbind over to this when I get a chance.

This leaves the SPOOLSS code and some cli_pipe code as the only stuff still in 
rpc_client, at least as far as smbd is concerned.

While I've given this a basic rundown, any testing is as always appriciated.

Andrew Bartlett


Revisions:
auth.h		1.9 => 1.10
	http://www.samba.org/cgi-bin/cvsweb/samba/source/include/auth.h?r1=1.9&r2=1.10




More information about the samba-cvs mailing list