summaryrefslogtreecommitdiffstats
path: root/source3/sam/idmap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough2003-08-011-1/+1
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-221-2/+3
* moving more code around.Gerald Carter2003-07-111-1/+14
* Large set of changes to add UNIX account/group managementGerald Carter2003-07-091-0/+15
* Don't set a mapping that is already there.Volker Lendecke2003-07-011-0/+15
* Merge of Volkers patch to make the logic clearer (with my mod).Jeremy Allison2003-06-301-44/+45
* Fix missing ret = found by Volker.Jeremy Allison2003-06-301-1/+1
* Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison2003-06-271-57/+74
* Add include guards around idmap.h, change ID_NOMAP to ID_QUERY_ONLYJeremy Allison2003-06-261-5/+5
* As has been pointed out, ordering here doesn't matter so use normalJeremy Allison2003-06-261-2/+2
* Ensure idmap backends are added in the correct order (DLIST_ADD putsJeremy Allison2003-06-251-2/+2
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-221-9/+9
* Fix for crash bug noticed by Luke Howard | PADL Software Pty Ltd | www.padl.com.Jeremy Allison2003-06-091-1/+1
* * break out more common code used between pdb_ldap and idmap_ldapGerald Carter2003-06-061-2/+13
* Add smb_register_idmap(). Based on a patch from metzeJelmer Vernooij2003-05-291-27/+58
* add idmap_winbind unless I made a better way to solve SID type for domainSimo Sorce2003-05-161-0/+1
* *id_to_*id call reshape to return NTSTATUS errorsSimo Sorce2003-05-011-30/+0
* auto-init for utility functionsSimo Sorce2003-04-301-0/+18
* consolidate idmap code in one placeSimo Sorce2003-04-291-1/+1
* make winbind use idmap as well.Simo Sorce2003-04-271-4/+3
* add idmap only parameterSimo Sorce2003-04-261-0/+29
* fixesSimo Sorce2003-04-191-3/+6
* NTSTATUS strings are much more use than raw numbers...Andrew Bartlett2003-04-161-2/+2
* some more debugging in case of failureSimo Sorce2003-04-081-0/+2
* fix commitSimo Sorce2003-04-061-2/+2
* THE Idmap patch :-)Simo Sorce2003-04-021-58/+35
* more on idmapSimo Sorce2003-03-081-34/+100
* some more codeSimo Sorce2003-03-081-0/+3
* initial work for the new idmpa interfaceSimo Sorce2003-03-071-0/+145