summaryrefslogtreecommitdiff
path: root/source3/sam/idmap.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-01Don't set a mapping that is already there.Volker Lendecke1-0/+15
2003-06-30Merge of Volkers patch to make the logic clearer (with my mod).Jeremy Allison1-44/+45
2003-06-30Fix missing ret = found by Volker.Jeremy Allison1-1/+1
2003-06-27Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison1-57/+74
2003-06-26Add include guards around idmap.h, change ID_NOMAP to ID_QUERY_ONLYJeremy Allison1-5/+5
2003-06-26As has been pointed out, ordering here doesn't matter so use normalJeremy Allison1-2/+2
2003-06-25Ensure idmap backends are added in the correct order (DLIST_ADD putsJeremy Allison1-2/+2
2003-06-22Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce1-9/+9
2003-06-09Fix for crash bug noticed by Luke Howard | PADL Software Pty Ltd | www.padl.com.Jeremy Allison1-1/+1
2003-06-06* break out more common code used between pdb_ldap and idmap_ldapGerald Carter1-2/+13
2003-05-29Add smb_register_idmap(). Based on a patch from metzeJelmer Vernooij1-27/+58
2003-05-16add idmap_winbind unless I made a better way to solve SID type for domainSimo Sorce1-0/+1
2003-05-01*id_to_*id call reshape to return NTSTATUS errorsSimo Sorce1-30/+0
2003-04-30auto-init for utility functionsSimo Sorce1-0/+18
2003-04-29consolidate idmap code in one placeSimo Sorce1-1/+1
2003-04-27make winbind use idmap as well.Simo Sorce1-4/+3
2003-04-26add idmap only parameterSimo Sorce1-0/+29
2003-04-19fixesSimo Sorce1-3/+6
2003-04-16NTSTATUS strings are much more use than raw numbers...Andrew Bartlett1-2/+2
2003-04-08some more debugging in case of failureSimo Sorce1-0/+2
2003-04-06fix commitSimo Sorce1-2/+2
2003-04-02THE Idmap patch :-)Simo Sorce1-58/+35
2003-03-08more on idmapSimo Sorce1-34/+100
2003-03-08some more codeSimo Sorce1-0/+3
2003-03-07initial work for the new idmpa interfaceSimo Sorce1-0/+145