summaryrefslogtreecommitdiff
path: root/source3/auth/token_util.c
Commit message (Expand)AuthorAgeFilesLines
* make some auth functions return an NTSTATUS like other similar functions for ...Kristján Valur2019-04-021-33/+40
* auth3: Use dom_sid_str_bufVolker Lendecke2019-01-081-3/+7
* auth3: Use dom_sid_str_bufVolker Lendecke2018-12-201-7/+11
* s3:auth: ignore create_builtin_guests() failing without a valid idmap configu...Stefan Metzmacher2018-12-201-1/+17
* pdb: Use "sid_compose" where appropriateVolker Lendecke2018-10-081-4/+2
* s3:auth: support AUTH_SESSION_INFO_NTLM in finalize_local_nt_token()Stefan Metzmacher2018-03-191-0/+16
* s3:auth: make use of create_builtin_guests() in finalize_local_nt_token()Stefan Metzmacher2018-03-191-17/+41
* s3:auth: remove static from finalize_local_nt_token()Stefan Metzmacher2018-03-151-4/+2
* s3:auth: pass AUTH_SESSION_INFO_* flags to finalize_local_nt_token()Stefan Metzmacher2018-03-151-19/+39
* s3:auth: don't try to expand system or anonymous tokens in finalize_local_nt_...Stefan Metzmacher2018-03-151-0/+24
* s3:auth: add add_builtin_guests() handling to finalize_local_nt_token()Stefan Metzmacher2018-03-151-8/+114
* s3:auth: only call secrets_fetch_domain_sid() once in finalize_local_nt_token()Stefan Metzmacher2018-03-151-16/+19
* s3:auth: move add_local_groups() out of finalize_local_nt_token()Stefan Metzmacher2018-03-151-7/+15
* s3-auth: Split out get_user_sid_info3_and_extra() from create_local_nt_token_...Andrew Bartlett2017-03-291-15/+26
* lib: Add lib/util_unixsids.hVolker Lendecke2016-12-281-0/+1
* s3: auth: Move the declaration of struct dom_sid tmp_sid to function level sc...Jeremy Allison2016-05-271-1/+1
* Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe2015-05-141-2/+2
* smbd: Simplify create_token_from_sid()Volker Lendecke2015-03-111-9/+5
* smbd: Simplify create_token_from_sid()Volker Lendecke2015-03-111-6/+2
* smbd: Streamline the gids handling in create_token_from_sid()Volker Lendecke2015-03-111-2/+8
* smbd: Put a variable definition closer to its useVolker Lendecke2015-03-111-1/+1
* lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher2014-07-181-1/+1
* smbd: fix creation of BUILTIN\{Administrators,Users} when "tdbsam:map builtin...Michael Adam2014-05-191-3/+13
* s3: smbd: Factor out code that calls getgroups_unix_user() into a separate fu...Jeremy Allison2014-03-251-52/+92
* s3: smbd: Ensure we always go via getgroups_unix_user() when creating an NT t...Jeremy Allison2014-03-211-0/+61
* param: rename lp function and variable from 'guestaccount' to 'guest_account'Garming Sam2014-02-071-1/+1
* s3:auth small optimization in create_token_from_sidChristian Ambach2013-02-051-3/+5
* s3:auth: use new lp_idmap_default_range() instead of lp_idmap_gid() in create...Michael Adam2013-02-051-2/+2
* s3:auth: Tidy up some of the API confusion in create_token_from_XXX() calls.Jeremy Allison2012-12-111-6/+9
* s3:auth: fix dereference level in talloc checks in create_token_from_sid()Michael Adam2012-12-111-2/+2
* s3:auth: fix function header comment for user_sid_in_group_sid()Michael Adam2012-12-111-1/+1
* s3:auth: fix create_token_from_sid() to not fail in the winbindd caseMichael Adam2012-12-101-2/+10
* s3:auth: fix header comment for user_sid_in_group_sid()Michael Adam2012-12-101-2/+2
* s3:auth fix a compiler warningChristian Ambach2012-09-161-3/+2
* s3-smbd: Create a shortcut for building the token of a user by SID for posix_...Andrew Bartlett2012-08-101-47/+142
* s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam2012-07-121-1/+1
* lib/util: Remove dummy wrapper for getpwuid().Jelmer Vernooij2012-03-241-2/+2
* lib/util: Remove dummy wrapper for getpwnam().Jelmer Vernooij2012-03-241-2/+2
* s3-auth: token_util needs system/passwd.h.Günther Deschner2011-10-141-0/+1
* s3-auth Add const to indicate input elementsAndrew Bartlett2011-07-201-2/+2
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-4/+4
* s3-auth: run minimal_includes.plGünther Deschner2011-05-051-1/+0
* s3: only include lib/privileges.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3: create_builtin_users/administrators belongs to passdb not auth.Günther Deschner2011-03-301-130/+0
* s3-winbind: remove global inclusion of libwbclient.Günther Deschner2011-03-301-0/+1
* lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner2011-03-301-0/+1
* Quite some callers of sid_split_rid do not care about the ridVolker Lendecke2011-03-101-3/+1