summaryrefslogtreecommitdiff
path: root/source3/nsswitch/idmap_rid.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r20289: IDMAP is part of winbind but not the main process.Simo Sorce1-4/+18
Make sure we route all request to remote DCs via the main process so that IDMAP can correctly reuse DC connections and use the async interface. This fixes also idmap_nss so that it is able to resolve local group names (requires patch on the samba dc earlier committed to SAMBA_3_0 to make it resolve both the mapped and the unmapped name). Simo. (This used to be commit 4297510f22c3fd60afd062e3c5eb142be2122b16)
2007-10-10r20151: remove meaningless checksSimo Sorce1-8/+0
(This used to be commit 33a55f0cfc0c5eb3f3cfa8276fa258349ad42f8d)
2007-10-10r20150: better memory handling for some functions, make sure we don'tSimo Sorce1-12/+28
leak memory by using the wrong(long lived) mem context (This used to be commit a28cdd6e742cb72a728bd337546ee95fd4160ed8)
2007-10-10r20118: Fix some more warningsSimo Sorce1-2/+1
(This used to be commit b6db21ff65139f45a1789105241e4018b61ca472)
2007-10-10r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce1-0/+262
Simo. (This used to be commit 50cd8bffeeed2cac755f75fc3d76fe41c451976b)