| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(cherry picked from commit 59415cb8b3ce7981dbf576086e13675f343581a4)
|
|
|
|
| |
(cherry picked from commit 2a085d5343ab954e1bd60c11033506dc7c9040e3)
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
(cherry picked from commit 8272dace64f39286e4255e9f5bc8d04fb47f2c51)
|
|
|
|
|
|
| |
default backend therefore on IDs were mapped by default.
(cherry picked from commit f6069126e5e6d239b1ae00e897a420227f923e3f)
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
metze
|
|
|
|
|
|
| |
them with malloc'ing accessor functions. Should save a
lot of static space :-).
Jeremy.
|
|
|
|
| |
Michael
|
|
|
|
|
|
|
| |
The number of domains should be counted as they are added and not assumed
to match the loop counter.
manually cherry-picked 8ad2826c48a0d4d26abc3bb209860c776f55822f
|
| |
|
|
|
|
|
|
|
| |
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
|
|
|
|
|
| |
Without this fix idmap_rid can't be used with the compatible syntax.
Includes fix to keep trusted domains working
|
|
metze
|