summaryrefslogtreecommitdiff
path: root/source3/auth/token_util.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-27smbd: avoid work in unix token debug no-opDouglas Bagnall1-1/+7
2024-03-27Revert "token_util.c: prefer capabilities over become_root"Björn Jacke1-2/+2
2023-11-16token_util.c: prefer capabilities over become_rootBjörn Jacke1-2/+2
2023-10-25s3:auth: Add missing word to commentJoseph Sutton1-1/+1
2023-10-11libcli: Make debug_unix_user_token() use just one DEBUG statementVolker Lendecke1-9/+22
2023-09-26libcli/security: Pass in claims evaluation state when building any security t...Andrew Bartlett1-4/+23
2021-03-16auth3: Align integer typesVolker Lendecke1-2/+2
2019-04-02make some auth functions return an NTSTATUS like other similar functions for ...Kristján Valur1-33/+40
2019-01-08auth3: Use dom_sid_str_bufVolker Lendecke1-3/+7
2018-12-20auth3: Use dom_sid_str_bufVolker Lendecke1-7/+11
2018-12-20s3:auth: ignore create_builtin_guests() failing without a valid idmap configu...Stefan Metzmacher1-1/+17
2018-10-08pdb: Use "sid_compose" where appropriateVolker Lendecke1-4/+2
2018-03-19s3:auth: support AUTH_SESSION_INFO_NTLM in finalize_local_nt_token()Stefan Metzmacher1-0/+16
2018-03-19s3:auth: make use of create_builtin_guests() in finalize_local_nt_token()Stefan Metzmacher1-17/+41
2018-03-15s3:auth: remove static from finalize_local_nt_token()Stefan Metzmacher1-4/+2
2018-03-15s3:auth: pass AUTH_SESSION_INFO_* flags to finalize_local_nt_token()Stefan Metzmacher1-19/+39
2018-03-15s3:auth: don't try to expand system or anonymous tokens in finalize_local_nt_...Stefan Metzmacher1-0/+24
2018-03-15s3:auth: add add_builtin_guests() handling to finalize_local_nt_token()Stefan Metzmacher1-8/+114
2018-03-15s3:auth: only call secrets_fetch_domain_sid() once in finalize_local_nt_token()Stefan Metzmacher1-16/+19
2018-03-15s3:auth: move add_local_groups() out of finalize_local_nt_token()Stefan Metzmacher1-7/+15
2017-03-29s3-auth: Split out get_user_sid_info3_and_extra() from create_local_nt_token_...Andrew Bartlett1-15/+26
2016-12-28lib: Add lib/util_unixsids.hVolker Lendecke1-0/+1
2016-05-27s3: auth: Move the declaration of struct dom_sid tmp_sid to function level sc...Jeremy Allison1-1/+1
2015-05-14Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe1-2/+2
2015-03-11smbd: Simplify create_token_from_sid()Volker Lendecke1-9/+5
2015-03-11smbd: Simplify create_token_from_sid()Volker Lendecke1-6/+2
2015-03-11smbd: Streamline the gids handling in create_token_from_sid()Volker Lendecke1-2/+8
2015-03-11smbd: Put a variable definition closer to its useVolker Lendecke1-1/+1
2014-07-18lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher1-1/+1
2014-05-19smbd: fix creation of BUILTIN\{Administrators,Users} when "tdbsam:map builtin...Michael Adam1-3/+13
2014-03-25s3: smbd: Factor out code that calls getgroups_unix_user() into a separate fu...Jeremy Allison1-52/+92
2014-03-21s3: smbd: Ensure we always go via getgroups_unix_user() when creating an NT t...Jeremy Allison1-0/+61
2014-02-07param: rename lp function and variable from 'guestaccount' to 'guest_account'Garming Sam1-1/+1
2013-02-05s3:auth small optimization in create_token_from_sidChristian Ambach1-3/+5
2013-02-05s3:auth: use new lp_idmap_default_range() instead of lp_idmap_gid() in create...Michael Adam1-2/+2
2012-12-11s3:auth: Tidy up some of the API confusion in create_token_from_XXX() calls.Jeremy Allison1-6/+9
2012-12-11s3:auth: fix dereference level in talloc checks in create_token_from_sid()Michael Adam1-2/+2
2012-12-11s3:auth: fix function header comment for user_sid_in_group_sid()Michael Adam1-1/+1
2012-12-10s3:auth: fix create_token_from_sid() to not fail in the winbindd caseMichael Adam1-2/+10
2012-12-10s3:auth: fix header comment for user_sid_in_group_sid()Michael Adam1-2/+2
2012-09-16s3:auth fix a compiler warningChristian Ambach1-3/+2
2012-08-10s3-smbd: Create a shortcut for building the token of a user by SID for posix_...Andrew Bartlett1-47/+142
2012-07-12s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam1-1/+1
2012-03-24lib/util: Remove dummy wrapper for getpwuid().Jelmer Vernooij1-2/+2
2012-03-24lib/util: Remove dummy wrapper for getpwnam().Jelmer Vernooij1-2/+2
2011-10-14s3-auth: token_util needs system/passwd.h.Günther Deschner1-0/+1
2011-07-20s3-auth Add const to indicate input elementsAndrew Bartlett1-2/+2
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-4/+4
2011-05-05s3-auth: run minimal_includes.plGünther Deschner1-1/+0