summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_hash/idmap_hash.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-14s3:winbindd: Add zero digit to literalJoseph Sutton1-1/+1
2023-03-10idmap_hash: remember new domain sids in idmap_hash_sid_to_id()Stefan Metzmacher1-5/+15
2023-03-10idmap_hash: don't return ID_REQUIRE_TYPE if the domain is known in the netsam...Stefan Metzmacher1-0/+16
2023-03-10idmap_hash: only return ID_REQUIRE_TYPE if we don't know about the domain yetStefan Metzmacher1-0/+9
2023-03-10idmap_hash: return ID_REQUIRE_TYPE only if there's a chance to get a mapping ...Stefan Metzmacher1-18/+18
2023-03-10idmap_hash: split out a idmap_hash_sid_to_id() helper functionStefan Metzmacher1-51/+84
2023-03-10idmap_hash: split out a idmap_hash_id_to_sid() helper functionStefan Metzmacher1-15/+39
2023-03-10idmap_hash: mirror the NT_STATUS_NONE_MAPPED/STATUS_SOME_UNMAPPED logic from ...Stefan Metzmacher1-6/+30
2023-03-10idmap_hash: we don't need to call idmap_hash_initialize() over an over againStefan Metzmacher1-20/+2
2023-03-10idmap_hash: remove unused error checksStefan Metzmacher1-17/+0
2023-03-10idmap_hash: fix comments about the algorithmStefan Metzmacher1-5/+13
2023-03-10idmap_hash: provide ID_TYPE_BOTH mappings also for unixids_to_sidsStefan Metzmacher1-0/+1
2021-01-22s3:idmap_hash: reliable return ID_TYPE_BOTHStefan Metzmacher1-0/+35
2020-10-23winbindd/idmap: apply const to struct nss_info_methods pointersStefan Metzmacher1-1/+1
2020-10-23winbindd/idmap: apply const to struct idmap_methods pointersStefan Metzmacher1-1/+1
2018-12-20winbindd: Use dom_sid_str_bufVolker Lendecke1-1/+2
2018-06-19idmap_hash: Align integer typesVolker Lendecke1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2017-03-03idmap_hash: Add a deprecation messageAndreas Schneider1-0/+4
2017-01-04winbind: remove nss_get_info backend functionsVolker Lendecke1-41/+0
2016-03-17idmap_hash: only allow the hash module for default idmap config.Michael Adam1-0/+7
2016-03-17idmap_hash: rename be_init() --> idmap_hash_initialize()Michael Adam1-6/+6
2016-03-17s3:winbindd:idmap_hash: skip domains that already have their own idmap config...Günther Deschner1-0/+13
2015-08-20s3:winbindd/idmap_*: make function prototypes available via static_decl_idmap;Stefan Metzmacher1-0/+1
2014-04-02Rename module init functions from samba_init_moduleChristof Schmitt1-1/+1
2012-09-20s3: Fix idmap_hashVolker Lendecke1-1/+1
2012-06-20idmap-hash: Fix Coverity ID 709117 Dereference before null checkVolker Lendecke1-5/+5
2012-06-20idmap-hash: Fix Coverity 709118 Dereference before null checkVolker Lendecke1-5/+5
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij1-1/+1
2011-10-28lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett1-1/+1
2011-10-21s3:winbindd/idmap make idmap modules loadable againChristian Ambach1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-1/+1
2011-03-22s3:idmap: remove the params argument from the init functionMichael Adam1-5/+4
2011-03-06s3: Remove close_fn from idmap_methodsVolker Lendecke1-9/+0
2011-03-06s3-idmap-hash: Make "hashed_domains" properly tallocedVolker Lendecke1-7/+7
2011-03-06s3: Remove unused args from get_nss_infoVolker Lendecke1-2/+0
2011-02-27s3: Fix some nonempty blank linesVolker Lendecke1-2/+2
2010-12-19s3: Fix some typosVolker Lendecke1-1/+1
2010-10-18s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.Günther Deschner1-0/+1
2010-08-26s3-idmap: only include idmap headers where needed.Günther Deschner1-0/+1
2010-08-05s3: avoid global include of ads.h.Günther Deschner1-0/+1
2010-07-01s3-nss_info: only include nss_info.h where needed.Günther Deschner1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-5/+5
2010-01-10s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke1-2/+1
2009-08-03Add some const to winbind_userinfoVolker Lendecke1-3/+3
2009-03-02More fix to initialize idmap statusesBo Yang1-0/+10
2008-12-01s3:winbindd/nss_info: change nss_map_{to|from}_alias to take nss_domain_entryMichael Adam1-3/+3
2008-09-16idmap_hash: Add the idmap/nss-info provider from Likewise Open.Gerald (Jerry) Carter1-0/+393