summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/idmap.c
Commit message (Expand)AuthorAgeFilesLines
* winbind: Fix CID 1273294 Uninitialized scalar variableVolker Lendecke2015-03-041-1/+1
* winbind: Fix CID 1273295 Uninitialized scalar variableVolker Lendecke2015-03-041-1/+2
* winbind: Fix idmap initializationVolker Lendecke2015-01-221-6/+8
* s3:idmap: fix talloc hierarchy in idmap_passdb_domain()Michael Adam2014-07-251-1/+1
* s3:idmap: only check the range values if a range setting has been found.Michael Adam2014-07-251-3/+1
* s3:idmap: move loading of idmap options together before range checking in idm...Michael Adam2014-07-251-4/+4
* s3:idmap: in idmap_init_domain() load methods before loading further configMichael Adam2014-07-251-18/+23
* s3:idmap: don't log missing range config if range checking not requestedMichael Adam2014-07-251-2/+2
* s3-winbindd: Honour pdb_is_responsible_for_everything_else()Andrew Bartlett2014-06-161-8/+11
* s3:idmap: fix a debug message and lower its levelMichael Adam2013-03-081-1/+2
* s3:winbindd: use the new sid_check_is_for_passdb() in idmap_find_domain_with_...Michael Adam2012-12-031-6/+2
* s3:winbindd: remove unused function idmap_backends_sid_to_unixid()Michael Adam2012-12-031-41/+0
* s3:winbindd: make idmap_find_domain() static.Michael Adam2012-12-031-1/+1
* s3:winbindd: add idmap_find_domain_with_sid()Michael Adam2012-12-031-0/+16
* s3:winbindd: rename idmap_init_passdb_domain() -> idmap_passdb_domain()Michael Adam2012-12-031-3/+3
* s3-winbind: Fix idmap initialization debug message.Guenther Deschner2012-07-231-1/+1
* s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam2012-07-121-1/+1
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* s3: Make idmap_find_domain publicVolker Lendecke2011-04-131-1/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3:idmap: make sure that the id mapping system is initialized for first accessMichael Adam2011-03-221-0/+4
* s3:idmap: remove (now) unneeded function parse_idmap_module()Michael Adam2011-03-221-38/+0
* s3:idmap: simply call idmap_init_named_domain for "*" in idmap_init_default_d...Michael Adam2011-03-221-41/+14
* s3:idmap: remove passdb argument from idmap_init_domain()Michael Adam2011-03-221-5/+3
* s3:idmap: remove the params argument from the init functionMichael Adam2011-03-221-1/+1
* s3:idmap: remove the special treatment of the default domain "*" from idmap_i...Michael Adam2011-03-221-65/+23
* s3: Remove close_fn from idmap_methodsVolker Lendecke2011-03-061-14/+0
* s3:winbindd/idmap.c: add my CMichael Adam2011-01-031-0/+1
* Second part of fix for bug #7777 - When requesting lookups for BUILTIN sids, ...Jeremy Allison2010-11-081-1/+3
* First part of fix for bug #7777 - When requesting lookups for BUILTIN sids, w...Jeremy Allison2010-11-081-0/+10
* s3-idmap: only include idmap headers where needed.Günther Deschner2010-08-261-0/+1
* s3:idmap: fix sid_to_unixid for builtin and own domain.Michael Adam2010-08-141-2/+12
* s3:idmap: fix spacing/indentationMichael Adam2010-08-141-2/+2
* s3:idmap: don't check range for passdb idmap domainMichael Adam2010-08-141-21/+30
* s3:idmap: parse ranges and "read only" in idmap_init_domain().Michael Adam2010-08-141-0/+78
* s3:idmap: remove idmap_alloc_context from idmap.cMichael Adam2010-08-141-14/+0
* s3:idmap: remove the alloc methods list from idmap.cMichael Adam2010-08-141-12/+0
* s3:idmap: remove unused get_alloc_methods().Michael Adam2010-08-141-13/+0
* s3:idmap: remove unused smb_register_idmap_alloc().Michael Adam2010-08-141-49/+0
* s3:idmap: remove unused idmap_alloc_init().Michael Adam2010-08-141-79/+0
* s3:idmap: use allocate_id() from the idmap_methods in idmap_allocate_unixid()Michael Adam2010-08-141-4/+12
* s3:idmap: factor out common code of idmap_allocate_uid|gid()Michael Adam2010-08-141-10/+9
* s3:idmap: remove idmap_new_mapping() - now implemented in the backendsMichael Adam2010-08-141-68/+0
* s3:idmap: remove unused idmap_remove_mapping().Michael Adam2010-08-141-17/+0
* s3:idmap: remove unused idmap_set_mapping().Michael Adam2010-08-141-17/+0
* s3:idmap: remove unused idmap_set_gid_hwm()Michael Adam2010-08-141-13/+0
* s3:idmap: remove unused idmap_set_uid_hwm()Michael Adam2010-08-141-13/+0
* s3:winbindd: make sure we only call static_init_idmap onceStefan Metzmacher2010-06-011-7/+18
* s3:winbind Ensure we always init idmap_passdb before we use itAndrew Bartlett2010-06-011-0/+4
* s3:idmap: fix a comment typoMichael Adam2009-05-271-1/+1