Latest patch from metze <metze@metzemix.de> to move most of samba across
authorAndrew Bartlett <abartlet@samba.org>
Thu, 13 Jun 2002 14:06:08 +0000 (14:06 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 13 Jun 2002 14:06:08 +0000 (14:06 +0000)
commitbad738e6536e983064eee7647229354bc9028183
treea3f36ff7035d676e28d60c0249dfdbf37cac6317
parent2154ebce84c6cf376e7183e8c5f7ad0e17aead97
Latest patch from metze <metze@metzemix.de> to move most of samba across
to using SIDs instead of RIDs.

The new funciton sid_peek_check_rid() takes an 'expected domain sid' argument.

The idea here is to prevent mistakes where the SID is implict, but isn't
the same one that we have in the struct.

Andrew Bartlett
(This used to be commit 04f9a8ff4c7982f6597c0f6748f85d66d4784901)
14 files changed:
source3/include/smb.h
source3/lib/util_sid.c
source3/nsswitch/winbindd_ads.c
source3/nsswitch/winbindd_cache.c
source3/nsswitch/winbindd_group.c
source3/passdb/passdb.c
source3/passdb/pdb_get_set.c
source3/passdb/pdb_ldap.c
source3/passdb/pdb_nisplus.c
source3/passdb/pdb_smbpasswd.c
source3/passdb/pdb_tdb.c
source3/passdb/pdb_unix.c
source3/rpc_server/srv_samr_nt.c
source3/utils/pdbedit.c