svn commit: samba r13462 - in trunk/source: . auth lib passdb rpc_server smbd

vlendec at samba.org vlendec at samba.org
Sat Feb 11 23:22:05 GMT 2006


Author: vlendec
Date: 2006-02-11 23:22:02 +0000 (Sat, 11 Feb 2006)
New Revision: 13462

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13462

Log:
Fix user_in_group() to use create_token_from_name(). This covers both the
local as well as the winbind case, so user_in_winbind_group() can be removed.

Remove map_username() from lookup_global_sam_name(). map_username() is only
thought for login.

To fix dependencies, move user_in_list, user_in_group etc into smbd only.

I have the very strong feeling that create_token_from_name() needs a cache
now...

Volker
Added:
   trunk/source/smbd/map_username.c
Modified:
   trunk/source/Makefile.in
   trunk/source/auth/auth_sam.c
   trunk/source/auth/auth_util.c
   trunk/source/lib/username.c
   trunk/source/passdb/passdb.c
   trunk/source/rpc_server/srv_samr_nt.c
   trunk/source/smbd/password.c
   trunk/source/smbd/posix_acls.c
   trunk/source/smbd/service.c


Changeset:
Sorry, the patch is too large (1059 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13462


More information about the samba-cvs mailing list