summaryrefslogtreecommitdiffstats
path: root/source/winbindd/idmap.c
Commit message (Collapse)AuthorAgeFilesLines
* get rid of unneeded argument in get_methods and get_alloc_methodsHerb Lewis2008-09-041-14/+9
|
* idmap tdb2: fix inconsistent mappings by checking for race and retrying to ↵Michael Adam2008-08-131-0/+9
| | | | | | fetch mapping. Michael
* Some doxygen comments for idmapVolker Lendecke2008-08-121-10/+91
|
* idmap rewriteVolker Lendecke2008-08-121-815/+336
|
* Remove the multi-ID lookup code and the 3.2.0 version of idmap_cacheVolker Lendecke2008-08-121-434/+0
|
* Directly call backends from idmap_[ugs]_to_[ugs]idVolker Lendecke2008-08-121-0/+39
|
* Fix regression introduced with 4086ef15b395f1a536fb669af2103a33ecc14de4Simo Sorce2008-07-121-15/+15
| | | | | | We must not return an error here just because we are offline. We must instead fix the mappings to the best of our knowledge (ie mark as mapped, expired ones, and as unmapped, unknown ones)
* Remove one nested level by reversing if conditionSimo Sorce2008-07-121-58/+54
|
* Add back mem leak fixesSimo Sorce2008-07-121-0/+2
|
* Make again idmap_init staticSimo Sorce2008-07-121-1/+1
|
* Revert "Fix two memory leaks in an error path in idmap.c"Volker Lendecke2008-07-111-2/+0
| | | | This reverts commit 7cec389e19323e99b6b6258e539be9d1fd65810f.
* Revert "Make idmap_init() static"Volker Lendecke2008-07-111-1/+1
| | | | This reverts commit c8d1bbfddce41cd6bf37dd0a622ef3437a24b492.
* Revert "Convert idmap_cache to gencache"Volker Lendecke2008-07-111-35/+19
| | | | This reverts commit 0bf0434f22b0ea46fda3ccc4dd612adbc88dd4f2.
* Revert "Make use of ADD_TO_ARRAY"Volker Lendecke2008-07-111-21/+73
| | | | This reverts commit 81f334bd6da601a040f754c46705cfa2fd4f8c45.
* Make use of ADD_TO_ARRAYVolker Lendecke2008-07-051-73/+21
|
* Convert idmap_cache to gencacheVolker Lendecke2008-07-051-19/+35
|
* Make idmap_init() staticVolker Lendecke2008-07-021-1/+1
| | | | | | This is called only from idmap_alloc_init, which feels kindof weird. Digging deeper in the code...
* Fix two memory leaks in an error path in idmap.cVolker Lendecke2008-07-021-0/+2
|
* idmap: Fix typos in comments.Karolin Seeger2008-06-171-3/+3
| | | | Karolin
* Fix typo.Karolin Seeger2008-06-171-1/+1
| | | | | | arguements -> arguments Karolin
* Fix trusted users on a DC that uses the old idmap syntax. There was no ↵Simo Sorce2008-04-031-0/+70
| | | | default backend therefore on IDs were mapped by default.
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-6/+6
|
* winbindd: remove unused WINBINDD_DUMP_MAPS supportStefan Metzmacher2007-12-121-67/+0
| | | | | | | | Also the design of this function was really bad, instead do the dump into a file, the client should get back the list of mappings. metze
* idmap: add a const to idmap_dump_maps()Stefan Metzmacher2007-12-111-1/+1
| | | | metze
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
| | | | | | them with malloc'ing accessor functions. Should save a lot of static space :-). Jeremy.
* Fix a debug message (missing newline).Michael Adam2007-12-051-1/+1
| | | | Michael
* Prevent segv in winbindd running on a DC using the "idmap backend" syntax.Gerald (Jerry) Carter2007-11-201-7/+8
| | | | | | | The number of domains should be counted as they are added and not assumed to match the loop counter. manually cherry-picked 8ad2826c48a0d4d26abc3bb209860c776f55822f
* Fix an incompatible pointer type warningVolker Lendecke2007-10-191-2/+2
|
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
| | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy.
* Fix default domains support using compat syntax.Simo Sorce2007-10-161-14/+29
| | | | | Without this fix idmap_rid can't be used with the compatible syntax. Includes fix to keep trusted domains working
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+1562
metze