summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-29winbind: Add idmap_config_string_list()Volker Lendecke1-0/+11
2023-03-29winbind: Factor out idmap_config_name()Volker Lendecke1-30/+19
2020-10-23winbindd/idmap: apply const to struct idmap_methods pointersStefan Metzmacher1-3/+3
2017-10-10winbindd: pass domain SID to wbint_UnixIDs2SidsRalph Boehme1-1/+3
2017-08-04idmap: remove unused function idmap_is_online()Ralph Wuerthner1-5/+0
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2017-03-20winbind: Add idmap_config_intVolker Lendecke1-0/+15
2017-03-20idmap: Use idmap_config_bool in idmap_init_domainVolker Lendecke1-11/+1
2017-03-20winbind: Add idmap_config_bool()Volker Lendecke1-0/+15
2017-03-20winbind: Use idmap_config_const_string in idmap_init_domainVolker Lendecke1-1/+1
2017-03-20winbind: Use idmap_config_const_string in idmap_init_named_domainVolker Lendecke1-11/+1
2017-03-20winbind: Use idmap_config_const_string in domain_has_idmap_configVolker Lendecke1-12/+2
2017-03-20winbind: Add idmap_config_const_stringVolker Lendecke1-0/+16
2017-01-02winbind: Make "idmap_find_domain" publicVolker Lendecke1-1/+1
2016-03-30winbind: Remove unused idmap_backends_unixid_to_sidVolker Lendecke1-46/+0
2016-03-30winbind: Add idmap_backend_unixids_to_sidsVolker Lendecke1-0/+31
2016-03-30idmap: Factor out lp_scan_idmap_domains()Volker Lendecke1-41/+84
2016-03-22winbind: Fix CID 1357100 Unchecked return valueVolker Lendecke1-1/+5
2016-03-17s3:winbindd:idmap: check loadparm in domain_has_idmap_config() helper as well.Günther Deschner1-0/+22
2016-03-17s3:winbindd:idmap: add domain_has_idmap_config() helper function.Michael Adam1-0/+15
2015-11-19winbind: Don't crash on invalid idmap configsVolker Lendecke1-0/+1
2015-08-24idmap: Remove "domname" from idmap_backends_unixid_to_sidVolker Lendecke1-4/+3
2015-08-24idmap: Use a range search in idmap_backends_unixid_to_sidVolker Lendecke1-1/+11
2015-08-24idmap: Initialize all idmap domains at startupVolker Lendecke1-90/+109
2015-08-24idmap: Move idmap_init() under the static varsVolker Lendecke1-15/+15
2015-03-04winbind: Fix CID 1273294 Uninitialized scalar variableVolker Lendecke1-1/+1
2015-03-04winbind: Fix CID 1273295 Uninitialized scalar variableVolker Lendecke1-1/+2
2015-01-22winbind: Fix idmap initializationVolker Lendecke1-6/+8
2014-07-25s3:idmap: fix talloc hierarchy in idmap_passdb_domain()Michael Adam1-1/+1
2014-07-25s3:idmap: only check the range values if a range setting has been found.Michael Adam1-3/+1
2014-07-25s3:idmap: move loading of idmap options together before range checking in idm...Michael Adam1-4/+4
2014-07-25s3:idmap: in idmap_init_domain() load methods before loading further configMichael Adam1-18/+23
2014-07-25s3:idmap: don't log missing range config if range checking not requestedMichael Adam1-2/+2
2014-06-16s3-winbindd: Honour pdb_is_responsible_for_everything_else()Andrew Bartlett1-8/+11
2013-03-08s3:idmap: fix a debug message and lower its levelMichael Adam1-1/+2
2012-12-03s3:winbindd: use the new sid_check_is_for_passdb() in idmap_find_domain_with_...Michael Adam1-6/+2
2012-12-03s3:winbindd: remove unused function idmap_backends_sid_to_unixid()Michael Adam1-41/+0
2012-12-03s3:winbindd: make idmap_find_domain() static.Michael Adam1-1/+1
2012-12-03s3:winbindd: add idmap_find_domain_with_sid()Michael Adam1-0/+16
2012-12-03s3:winbindd: rename idmap_init_passdb_domain() -> idmap_passdb_domain()Michael Adam1-3/+3
2012-07-23s3-winbind: Fix idmap initialization debug message.Guenther Deschner1-1/+1
2012-07-12s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam1-1/+1
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-04-13s3: Make idmap_find_domain publicVolker Lendecke1-1/+1
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2011-03-22s3:idmap: make sure that the id mapping system is initialized for first accessMichael Adam1-0/+4
2011-03-22s3:idmap: remove (now) unneeded function parse_idmap_module()Michael Adam1-38/+0
2011-03-22s3:idmap: simply call idmap_init_named_domain for "*" in idmap_init_default_d...Michael Adam1-41/+14
2011-03-22s3:idmap: remove passdb argument from idmap_init_domain()Michael Adam1-5/+3
2011-03-22s3:idmap: remove the params argument from the init functionMichael Adam1-1/+1