summaryrefslogtreecommitdiffstats
path: root/source/winbindd/idmap.c
Commit message (Collapse)AuthorAgeFilesLines
* get rid of unneeded argument for get_alloc_methods as wellHerb Lewis2008-09-081-9/+5
| | | | (cherry picked from commit 59415cb8b3ce7981dbf576086e13675f343581a4)
* get rid of unneeded argument for get_methodsHerb Lewis2008-09-081-14/+10
| | | | (cherry picked from commit 2a085d5343ab954e1bd60c11033506dc7c9040e3)
* Fix regression introduced with 4086ef15b395f1a536fb669af2103a33ecc14de4Simo Sorce2008-07-161-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) (cherry picked from commit c17b125e1fdb9b71877200b2419d7f682bb52e87)
* fix comment typo and change some uint32 to uint32_tHerb Lewis2008-07-101-4/+4
| | | | (cherry picked from commit 8272dace64f39286e4255e9f5bc8d04fb47f2c51)
* Fix trusted users on a DC that uses the old idmap syntax. There was no ↵Simo Sorce2008-04-041-0/+70
| | | | | | default backend therefore on IDs were mapped by default. (cherry picked from commit f6069126e5e6d239b1ae00e897a420227f923e3f)
* 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