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)
commit3b24dae9e73b244540a68b631b428a4d0f57440b
tree2165005c03488370308b6d24f54296cc4162ff10
parentb49e90335d1e589916b5ab4992e3c4a2d221ca7e
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.
source/auth/auth_util.c
source/include/idmap.h
source/include/smb.h
source/nsswitch/idmap.c
source/nsswitch/idmap_rid.c
source/nsswitch/idmap_util.c
source/nsswitch/winbindd.c
source/nsswitch/winbindd_dual.c