Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get rid of unneeded argument in get_methods and get_alloc_methods | Herb Lewis | 2008-09-04 | 1 | -14/+9 |
| | |||||
* | idmap tdb2: fix inconsistent mappings by checking for race and retrying to ↵ | Michael Adam | 2008-08-13 | 1 | -0/+9 |
| | | | | | | fetch mapping. Michael | ||||
* | Some doxygen comments for idmap | Volker Lendecke | 2008-08-12 | 1 | -10/+91 |
| | |||||
* | idmap rewrite | Volker Lendecke | 2008-08-12 | 1 | -815/+336 |
| | |||||
* | Remove the multi-ID lookup code and the 3.2.0 version of idmap_cache | Volker Lendecke | 2008-08-12 | 1 | -434/+0 |
| | |||||
* | Directly call backends from idmap_[ugs]_to_[ugs]id | Volker Lendecke | 2008-08-12 | 1 | -0/+39 |
| | |||||
* | Fix regression introduced with 4086ef15b395f1a536fb669af2103a33ecc14de4 | Simo Sorce | 2008-07-12 | 1 | -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 condition | Simo Sorce | 2008-07-12 | 1 | -58/+54 |
| | |||||
* | Add back mem leak fixes | Simo Sorce | 2008-07-12 | 1 | -0/+2 |
| | |||||
* | Make again idmap_init static | Simo Sorce | 2008-07-12 | 1 | -1/+1 |
| | |||||
* | Revert "Fix two memory leaks in an error path in idmap.c" | Volker Lendecke | 2008-07-11 | 1 | -2/+0 |
| | | | | This reverts commit 7cec389e19323e99b6b6258e539be9d1fd65810f. | ||||
* | Revert "Make idmap_init() static" | Volker Lendecke | 2008-07-11 | 1 | -1/+1 |
| | | | | This reverts commit c8d1bbfddce41cd6bf37dd0a622ef3437a24b492. | ||||
* | Revert "Convert idmap_cache to gencache" | Volker Lendecke | 2008-07-11 | 1 | -35/+19 |
| | | | | This reverts commit 0bf0434f22b0ea46fda3ccc4dd612adbc88dd4f2. | ||||
* | Revert "Make use of ADD_TO_ARRAY" | Volker Lendecke | 2008-07-11 | 1 | -21/+73 |
| | | | | This reverts commit 81f334bd6da601a040f754c46705cfa2fd4f8c45. | ||||
* | Make use of ADD_TO_ARRAY | Volker Lendecke | 2008-07-05 | 1 | -73/+21 |
| | |||||
* | Convert idmap_cache to gencache | Volker Lendecke | 2008-07-05 | 1 | -19/+35 |
| | |||||
* | Make idmap_init() static | Volker Lendecke | 2008-07-02 | 1 | -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.c | Volker Lendecke | 2008-07-02 | 1 | -0/+2 |
| | |||||
* | idmap: Fix typos in comments. | Karolin Seeger | 2008-06-17 | 1 | -3/+3 |
| | | | | Karolin | ||||
* | Fix typo. | Karolin Seeger | 2008-06-17 | 1 | -1/+1 |
| | | | | | | arguements -> arguments Karolin | ||||
* | Fix trusted users on a DC that uses the old idmap syntax. There was no ↵ | Simo Sorce | 2008-04-03 | 1 | -0/+70 |
| | | | | default backend therefore on IDs were mapped by default. | ||||
* | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 2007-12-15 | 1 | -6/+6 |
| | |||||
* | winbindd: remove unused WINBINDD_DUMP_MAPS support | Stefan Metzmacher | 2007-12-12 | 1 | -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 Metzmacher | 2007-12-11 | 1 | -1/+1 |
| | | | | metze | ||||
* | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 2007-12-10 | 1 | -1/+1 |
| | | | | | | them with malloc'ing accessor functions. Should save a lot of static space :-). Jeremy. | ||||
* | Fix a debug message (missing newline). | Michael Adam | 2007-12-05 | 1 | -1/+1 |
| | | | | Michael | ||||
* | Prevent segv in winbindd running on a DC using the "idmap backend" syntax. | Gerald (Jerry) Carter | 2007-11-20 | 1 | -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 warning | Volker Lendecke | 2007-10-19 | 1 | -2/+2 |
| | |||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -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 Sorce | 2007-10-16 | 1 | -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 Metzmacher | 2007-10-10 | 1 | -0/+1562 |
metze |