Age | Commit message (Expand) | Author | Files | Lines |
2011-01-03 | s3:winbindd/idmap.c: add my C | Michael Adam | 1 | -0/+1 |
2010-11-08 | Second part of fix for bug #7777 - When requesting lookups for BUILTIN sids, ... | Jeremy Allison | 1 | -1/+3 |
2010-11-08 | First part of fix for bug #7777 - When requesting lookups for BUILTIN sids, w... | Jeremy Allison | 1 | -0/+10 |
2010-08-26 | s3-idmap: only include idmap headers where needed. | Günther Deschner | 1 | -0/+1 |
2010-08-14 | s3:idmap: fix sid_to_unixid for builtin and own domain. | Michael Adam | 1 | -2/+12 |
2010-08-14 | s3:idmap: fix spacing/indentation | Michael Adam | 1 | -2/+2 |
2010-08-14 | s3:idmap: don't check range for passdb idmap domain | Michael Adam | 1 | -21/+30 |
2010-08-14 | s3:idmap: parse ranges and "read only" in idmap_init_domain(). | Michael Adam | 1 | -0/+78 |
2010-08-14 | s3:idmap: remove idmap_alloc_context from idmap.c | Michael Adam | 1 | -14/+0 |
2010-08-14 | s3:idmap: remove the alloc methods list from idmap.c | Michael Adam | 1 | -12/+0 |
2010-08-14 | s3:idmap: remove unused get_alloc_methods(). | Michael Adam | 1 | -13/+0 |
2010-08-14 | s3:idmap: remove unused smb_register_idmap_alloc(). | Michael Adam | 1 | -49/+0 |
2010-08-14 | s3:idmap: remove unused idmap_alloc_init(). | Michael Adam | 1 | -79/+0 |
2010-08-14 | s3:idmap: use allocate_id() from the idmap_methods in idmap_allocate_unixid() | Michael Adam | 1 | -4/+12 |
2010-08-14 | s3:idmap: factor out common code of idmap_allocate_uid|gid() | Michael Adam | 1 | -10/+9 |
2010-08-14 | s3:idmap: remove idmap_new_mapping() - now implemented in the backends | Michael Adam | 1 | -68/+0 |
2010-08-14 | s3:idmap: remove unused idmap_remove_mapping(). | Michael Adam | 1 | -17/+0 |
2010-08-14 | s3:idmap: remove unused idmap_set_mapping(). | Michael Adam | 1 | -17/+0 |
2010-08-14 | s3:idmap: remove unused idmap_set_gid_hwm() | Michael Adam | 1 | -13/+0 |
2010-08-14 | s3:idmap: remove unused idmap_set_uid_hwm() | Michael Adam | 1 | -13/+0 |
2010-06-01 | s3:winbindd: make sure we only call static_init_idmap once | Stefan Metzmacher | 1 | -7/+18 |
2010-06-01 | s3:winbind Ensure we always init idmap_passdb before we use it | Andrew Bartlett | 1 | -0/+4 |
2009-05-27 | s3:idmap: fix a comment typo | Michael Adam | 1 | -1/+1 |
2009-04-24 | s3-idmap: Fix bug #6286: Call init function for builtin idmap modules before ... | Günther Deschner | 1 | -0/+2 |
2009-01-02 | Alternative fix for 45db33e73 and 0d443ae7931 | Volker Lendecke | 1 | -1/+2 |
2009-01-02 | Revert "s:Fix uid_to_sid mapping when the idmap cache is empty." | Volker Lendecke | 1 | -7/+8 |
2009-01-02 | Revert "s3:idmap: Remove passd check from idmap_backends_unixid_to_sid()." | Volker Lendecke | 1 | -0/+9 |
2008-12-25 | s3:idmap: Remove passd check from idmap_backends_unixid_to_sid(). | Michael Adam | 1 | -9/+0 |
2008-12-25 | s:Fix uid_to_sid mapping when the idmap cache is empty. | Michael Adam | 1 | -8/+7 |
2008-12-01 | s3:winbindd/idmap: add diagnostic entry debug msg to idmap_backends_sid_to_un... | Michael Adam | 1 | -0/+3 |
2008-12-01 | s3:winbindd/idmap: add diagnostic entry debug msg to idmap_backends_unixid_to... | Michael Adam | 1 | -0/+4 |
2008-12-01 | s3:winbindd/idmap: add diagnostic entry debug msg to idmap_find_domain(). | Michael Adam | 1 | -0/+3 |
2008-11-18 | Added ability to remove id mappings in wbinfo and libwbclient. | Steven Danneman | 1 | -0/+17 |
2008-09-04 | get rid of unneeded argument in get_methods and get_alloc_methods | Herb Lewis | 1 | -14/+9 |
2008-08-13 | idmap tdb2: fix inconsistent mappings by checking for race and retrying to fe... | Michael Adam | 1 | -0/+9 |
2008-08-12 | Some doxygen comments for idmap | Volker Lendecke | 1 | -10/+91 |
2008-08-12 | idmap rewrite | Volker Lendecke | 1 | -815/+336 |
2008-08-12 | Remove the multi-ID lookup code and the 3.2.0 version of idmap_cache | Volker Lendecke | 1 | -434/+0 |
2008-08-12 | Directly call backends from idmap_[ugs]_to_[ugs]id | Volker Lendecke | 1 | -0/+39 |
2008-07-12 | Fix regression introduced with 4086ef15b395f1a536fb669af2103a33ecc14de4 | Simo Sorce | 1 | -15/+15 |
2008-07-12 | Remove one nested level by reversing if condition | Simo Sorce | 1 | -58/+54 |
2008-07-12 | Add back mem leak fixes | Simo Sorce | 1 | -0/+2 |
2008-07-12 | Make again idmap_init static | Simo Sorce | 1 | -1/+1 |
2008-07-11 | Revert "Fix two memory leaks in an error path in idmap.c" | Volker Lendecke | 1 | -2/+0 |
2008-07-11 | Revert "Make idmap_init() static" | Volker Lendecke | 1 | -1/+1 |
2008-07-11 | Revert "Convert idmap_cache to gencache" | Volker Lendecke | 1 | -35/+19 |
2008-07-11 | Revert "Make use of ADD_TO_ARRAY" | Volker Lendecke | 1 | -21/+73 |
2008-07-05 | Make use of ADD_TO_ARRAY | Volker Lendecke | 1 | -73/+21 |
2008-07-05 | Convert idmap_cache to gencache | Volker Lendecke | 1 | -19/+35 |
2008-07-02 | Make idmap_init() static | Volker Lendecke | 1 | -1/+1 |