summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-26s3-idmap: only include idmap headers where needed.Günther Deschner1-0/+1
2010-08-14s3:idmap: fix sid_to_unixid for builtin and own domain.Michael Adam1-2/+12
2010-08-14s3:idmap: fix spacing/indentationMichael Adam1-2/+2
2010-08-14s3:idmap: don't check range for passdb idmap domainMichael Adam1-21/+30
2010-08-14s3:idmap: parse ranges and "read only" in idmap_init_domain().Michael Adam1-0/+78
2010-08-14s3:idmap: remove idmap_alloc_context from idmap.cMichael Adam1-14/+0
2010-08-14s3:idmap: remove the alloc methods list from idmap.cMichael Adam1-12/+0
2010-08-14s3:idmap: remove unused get_alloc_methods().Michael Adam1-13/+0
2010-08-14s3:idmap: remove unused smb_register_idmap_alloc().Michael Adam1-49/+0
2010-08-14s3:idmap: remove unused idmap_alloc_init().Michael Adam1-79/+0
2010-08-14s3:idmap: use allocate_id() from the idmap_methods in idmap_allocate_unixid()Michael Adam1-4/+12
2010-08-14s3:idmap: factor out common code of idmap_allocate_uid|gid()Michael Adam1-10/+9
2010-08-14s3:idmap: remove idmap_new_mapping() - now implemented in the backendsMichael Adam1-68/+0
2010-08-14s3:idmap: remove unused idmap_remove_mapping().Michael Adam1-17/+0
2010-08-14s3:idmap: remove unused idmap_set_mapping().Michael Adam1-17/+0
2010-08-14s3:idmap: remove unused idmap_set_gid_hwm()Michael Adam1-13/+0
2010-08-14s3:idmap: remove unused idmap_set_uid_hwm()Michael Adam1-13/+0
2010-06-01s3:winbindd: make sure we only call static_init_idmap onceStefan Metzmacher1-7/+18
2010-06-01s3:winbind Ensure we always init idmap_passdb before we use itAndrew Bartlett1-0/+4
2009-05-27s3:idmap: fix a comment typoMichael Adam1-1/+1
2009-04-24s3-idmap: Fix bug #6286: Call init function for builtin idmap modules before ...Günther Deschner1-0/+2
2009-01-02Alternative fix for 45db33e73 and 0d443ae7931Volker Lendecke1-1/+2
2009-01-02Revert "s:Fix uid_to_sid mapping when the idmap cache is empty."Volker Lendecke1-7/+8
2009-01-02Revert "s3:idmap: Remove passd check from idmap_backends_unixid_to_sid()."Volker Lendecke1-0/+9
2008-12-25s3:idmap: Remove passd check from idmap_backends_unixid_to_sid().Michael Adam1-9/+0
2008-12-25s:Fix uid_to_sid mapping when the idmap cache is empty.Michael Adam1-8/+7
2008-12-01s3:winbindd/idmap: add diagnostic entry debug msg to idmap_backends_sid_to_un...Michael Adam1-0/+3
2008-12-01s3:winbindd/idmap: add diagnostic entry debug msg to idmap_backends_unixid_to...Michael Adam1-0/+4
2008-12-01s3:winbindd/idmap: add diagnostic entry debug msg to idmap_find_domain().Michael Adam1-0/+3
2008-11-18Added ability to remove id mappings in wbinfo and libwbclient.Steven Danneman1-0/+17
2008-09-04get rid of unneeded argument in get_methods and get_alloc_methodsHerb Lewis1-14/+9
2008-08-13idmap tdb2: fix inconsistent mappings by checking for race and retrying to fe...Michael Adam1-0/+9
2008-08-12Some doxygen comments for idmapVolker Lendecke1-10/+91
2008-08-12idmap rewriteVolker Lendecke1-815/+336
2008-08-12Remove the multi-ID lookup code and the 3.2.0 version of idmap_cacheVolker Lendecke1-434/+0
2008-08-12Directly call backends from idmap_[ugs]_to_[ugs]idVolker Lendecke1-0/+39
2008-07-12Fix regression introduced with 4086ef15b395f1a536fb669af2103a33ecc14de4Simo Sorce1-15/+15
2008-07-12Remove one nested level by reversing if conditionSimo Sorce1-58/+54
2008-07-12Add back mem leak fixesSimo Sorce1-0/+2
2008-07-12Make again idmap_init staticSimo Sorce1-1/+1
2008-07-11Revert "Fix two memory leaks in an error path in idmap.c"Volker Lendecke1-2/+0
2008-07-11Revert "Make idmap_init() static"Volker Lendecke1-1/+1
2008-07-11Revert "Convert idmap_cache to gencache"Volker Lendecke1-35/+19
2008-07-11Revert "Make use of ADD_TO_ARRAY"Volker Lendecke1-21/+73
2008-07-05Make use of ADD_TO_ARRAYVolker Lendecke1-73/+21
2008-07-05Convert idmap_cache to gencacheVolker Lendecke1-19/+35
2008-07-02Make idmap_init() staticVolker Lendecke1-1/+1
2008-07-02Fix two memory leaks in an error path in idmap.cVolker Lendecke1-0/+2
2008-06-17idmap: Fix typos in comments.Karolin Seeger1-3/+3
2008-06-17Fix typo.Karolin Seeger1-1/+1