summaryrefslogtreecommitdiffstats
path: root/source3/auth/token_util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher2011-02-221-4/+4
* Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison2010-10-201-3/+3
* s3-auth Use security_token_debug() from common codeAndrew Bartlett2010-10-141-26/+0
* s3-auth use security_token_has_sid() from the common codeAndrew Bartlett2010-10-141-9/+2
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* s3: Remove talloc_autofree_context() from get_root_nt_token()Volker Lendecke2010-09-261-1/+1
* s3: Fix a typoVolker Lendecke2010-09-251-1/+1
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-2/+2
* s3-privs Call security_token_set_privilege() rather than manual assignmentAndrew Bartlett2010-09-111-1/+1
* s3-privs Inline dump_se_priv into callers now that it's just a uint64_tAndrew Bartlett2010-09-111-1/+1
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-111-6/+6
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-111-14/+14
* s3-auth Change type of num_sids to uint32_tAndrew Bartlett2010-09-111-5/+7
* s3-auth Rename NT_USER_TOKEN privileges -> privilege_maskAndrew Bartlett2010-08-311-3/+3
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-311-24/+24
* s3-build: only include memcache.h where needed.Günther Deschner2010-08-261-0/+1
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-061-0/+2
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3: [ug]id_to_unix_... can not failVolker Lendecke2010-07-111-5/+2
* s3:auth create nt token from info3 directlySimo Sorce2010-06-071-26/+157
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-24/+24
* security: merge builtin rid tables.Günther Deschner2010-05-181-2/+2