summaryrefslogtreecommitdiff
path: root/source3/passdb/lookup_sid.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-26s3/passdb: add lookup_name_smbconf_ex() using lookup_name_internal()Ralph Boehme1-29/+75
2024-07-26s3/passdb: factor out lookup_name_internal()Ralph Boehme1-40/+81
2024-07-26s3/passdb: use winbind_lookup_name_ex() in lookup_name() instead of winbind_l...Ralph Boehme1-26/+46
2022-04-26s3:passdb: Also allow to handle UPNs in lookup_name_smbconf()Andreas Schneider1-1/+2
2022-04-26s3:passdb: Refactor lookup_name_smbconf()Andreas Schneider1-3/+4
2022-04-26s3:passdb: Use already defined pointer in lookup_name_smbconf()Andreas Schneider1-7/+5
2022-04-26s3:passdb: Add support to handle UPNs in lookup_name()Andreas Schneider1-2/+12
2022-04-26s3:passdb: Remove trailing spaces in lookup_sid.cAndreas Schneider1-9/+9
2021-11-09CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy1-1/+1
2021-04-29CVE-2021-20254 passdb: Simplify sids_to_unixids()Volker Lendecke1-22/+101
2020-11-11lookup_name: allow lookup names prefixed with DNS forest root for FreeIPA DCAlexander Bokovoy1-9/+28
2020-11-05Revert "lookup_name: allow lookup for own realm"Alexander Bokovoy1-55/+21
2020-11-04lookup_name: allow lookup for own realmAlexander Bokovoy1-21/+55
2020-10-23winbindd: allow idmap backends to mark entries with ID_[TYPE_WB_]REQUIRE_TYPEStefan Metzmacher1-0/+7
2020-10-23s3:passdb: use ID_TYPE_* instead of WBC_ID_TYPE_*Stefan Metzmacher1-4/+4
2019-09-26s3/passdb: clang: Fix 'Value stored during its initialization is never read'Noel Power1-1/+1
2019-08-14lookup_name: allow own domain lookup when flags == 0Alexander Bokovoy1-1/+1
2019-02-28passdb: Make [ug]id_to_sid use xid_to_sidVolker Lendecke1-193/+12
2019-02-28passdb: Introduce xid_to_sidVolker Lendecke1-0/+74
2019-02-08smbd: Avoid sending S-1-22- to winbindVolker Lendecke1-0/+12
2018-12-20lookup_sid: Use dom_sid_str_bufVolker Lendecke1-19/+40
2017-11-13passdb: Fix a typoVolker Lendecke1-1/+1
2016-12-28passdb: Move lookup_unix_[user|group]_name to lookup_sid.cVolker Lendecke1-0/+35
2016-12-28lib: Add lib/util_unixsids.hVolker Lendecke1-0/+1
2016-08-04passdb: remove a misleading comment from lookup_name_smbconf()Michael Adam1-1/+0
2015-10-15s3: lsa: lookup_name() logic for unqualified (no DOMAIN\ component) names is ...Jeremy Allison1-1/+30
2015-07-28s3-passdb: Respect LOOKUP_NAME_GROUP flag in sid lookup.Justin Maggard1-2/+2
2015-05-12Convert all uses of uint32/16/8 to _t in source3/passdb.Richard Sharpe1-6/+6
2015-03-31s3-passdb: Fix 'force user' with winbind default domainAndreas Schneider1-0/+24
2015-01-07passdb: Cache output from pdb_[ug]id_to_sidVolker Lendecke1-0/+14
2014-12-03idmap: unify passdb *id_to_sid methodsGarming Sam1-3/+16
2014-08-09passdb: add missing newline to debug message in get_primary_group_sid()Justin Maggard1-1/+1
2014-07-18lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher1-1/+1
2014-02-25passdb: spare superfluous call to lookup_rids() in lookup_sids()Michael Adam1-7/+12
2012-12-03s3:passdb: don't look into group mappings in legacy_sid_to_unixid()Michael Adam1-28/+1
2012-09-04s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2012-09-01s3: Remove a shadowing variable declarationVolker Lendecke1-2/+0
2012-08-23s3: fix compile warning on openindianaBjörn Jacke1-5/+5
2012-08-21s3-passdb: Allow pdb_sid_to_id to work on any SIDAndrew Bartlett1-13/+9
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-1/+4
2012-07-12s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam1-1/+1
2012-07-12s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam1-3/+3
2012-05-24s3-passdb: Fix negative SID->uid/gid/both cache handlingIra Cooper1-0/+14
2012-05-02s3-idmap: convert most idmap_cache callers to unixid APIAndrew Bartlett1-10/+3
2012-05-02s3:passdb: rename sids_to_unix_ids() --> sids_to_unixids() for consistencyMichael Adam1-2/+2
2012-05-02s3-passdb: Use struct unixid in sids_to_unix_idsAndrew Bartlett1-17/+31
2012-05-02s3-passdb: Rename legacy_sid_to_id -> legacy_sid_to_unixid for clarityAndrew Bartlett1-3/+3
2012-05-02s3-passdb: Change pdb_sid_to_id() to return struct unixidAndrew Bartlett1-70/+41
2012-04-21s3: Remove two unused variablesVolker Lendecke1-2/+0
2012-04-20s3:passdb: do not use the in-memory idmap cache (it will be removed)Michael Adam1-145/+0