Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |