r22390: Patchset sent to samba-technical to address the winbind
authorGerald Carter <jerry@samba.org>
Thu, 19 Apr 2007 22:26:09 +0000 (22:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:30 +0000 (12:19 -0500)
commit36da6cb5847df2754e8f9223e0784da6013c572b
treee0c3e6fe06c658ddae8f0d947482e0bdb3657e6c
parentdc90cd89a7fef3b0a744ef1873193cf2c9d75cad
r22390: Patchset sent to samba-technical to address the winbind
loop when allocating a new id for a SID:

auth_util.patch Revert create_local_token() to
the 3.0.24 codebase

idmap_type.patch Have the caller fillin the
id_map.xid.type field when
resolving a SID so that if we allocate
a new id, we know what type to use

winbindd_api.patch Remove the WINBINDD_SIDS_TO_XIDS calls
from the public winbindd interface
for the 3.0.25 release

idmap_rid.patch Cleanup the idmap_rid backend to not
call back into winbindd to resolve
the SID in order to verify it's type.
(This used to be commit 3b24dae9e73b244540a68b631b428a4d0f57440b)
source3/auth/auth_util.c
source3/include/idmap.h
source3/include/smb.h
source3/nsswitch/idmap.c
source3/nsswitch/idmap_rid.c
source3/nsswitch/idmap_util.c
source3/nsswitch/winbindd.c
source3/nsswitch/winbindd_dual.c