summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap.c
Commit message (Expand)AuthorAgeFilesLines
* idmap: remove unused function idmap_is_online()Ralph Wuerthner2017-08-041-5/+0
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* winbind: Add idmap_config_intVolker Lendecke2017-03-201-0/+15
* idmap: Use idmap_config_bool in idmap_init_domainVolker Lendecke2017-03-201-11/+1
* winbind: Add idmap_config_bool()Volker Lendecke2017-03-201-0/+15
* winbind: Use idmap_config_const_string in idmap_init_domainVolker Lendecke2017-03-201-1/+1
* winbind: Use idmap_config_const_string in idmap_init_named_domainVolker Lendecke2017-03-201-11/+1
* winbind: Use idmap_config_const_string in domain_has_idmap_configVolker Lendecke2017-03-201-12/+2
* winbind: Add idmap_config_const_stringVolker Lendecke2017-03-201-0/+16
* winbind: Make "idmap_find_domain" publicVolker Lendecke2017-01-021-1/+1
* winbind: Remove unused idmap_backends_unixid_to_sidVolker Lendecke2016-03-301-46/+0
* winbind: Add idmap_backend_unixids_to_sidsVolker Lendecke2016-03-301-0/+31
* idmap: Factor out lp_scan_idmap_domains()Volker Lendecke2016-03-301-41/+84
* winbind: Fix CID 1357100 Unchecked return valueVolker Lendecke2016-03-221-1/+5
* s3:winbindd:idmap: check loadparm in domain_has_idmap_config() helper as well.Günther Deschner2016-03-171-0/+22
* s3:winbindd:idmap: add domain_has_idmap_config() helper function.Michael Adam2016-03-171-0/+15
* winbind: Don't crash on invalid idmap configsVolker Lendecke2015-11-191-0/+1
* idmap: Remove "domname" from idmap_backends_unixid_to_sidVolker Lendecke2015-08-241-4/+3
* idmap: Use a range search in idmap_backends_unixid_to_sidVolker Lendecke2015-08-241-1/+11
* idmap: Initialize all idmap domains at startupVolker Lendecke2015-08-241-90/+109
* idmap: Move idmap_init() under the static varsVolker Lendecke2015-08-241-15/+15
* 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