summaryrefslogtreecommitdiffstats
path: root/source3/auth/token_util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner2010-05-181-4/+4
* s3: Move user_in_group() and create_token_from_username() to token_utils.cVolker Lendecke2010-04-111-0/+315
* Implement Metze's suggestion of trying getpwuid(0) then getpwnam(root).Jeremy Allison2009-08-221-9/+5
* Try and fix the buildfarm by using getpwnam(root) insteadJeremy Allison2009-08-211-0/+7
* Fix bug #6647 - get_root_nt_token: getpwnam("root") failed!Jeremy Allison2009-08-191-2/+2
* Make memcache_add_talloc NULL out the source pointerVolker Lendecke2008-11-141-2/+4
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-061-1/+1
* Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij2008-10-131-2/+2
* Revert "Split lookup_name() and create a new functiong called"Simo Sorce2008-09-031-3/+4
* Split lookup_name() and create a new functiong calledSimo Sorce2008-08-171-4/+3
* Removed redundant logging from create_builtin_users and create_builtin_admini...Tim Prouty2008-07-301-16/+4
* Enabled domain groups to be added to builtin groups at domain join timeTim Prouty2008-07-301-2/+2
* Refactored the code that adds Domain Admins to BUILTIN\Administrators to use ...Tim Prouty2008-07-301-26/+30
* Refactored the code that adds Domain Users to BUILTIN\Users to use the new he...Tim Prouty2008-07-301-17/+22
* Helper functions to enable domain groups to be added to builtin groups at dom...Tim Prouty2008-07-301-0/+59
* BUG 5429: Clarify log msgs re: failure to create BUILTIN\{Administrators,Users}Gerald W. Carter2008-04-301-7/+9
* auth: add SeDiskOperatorsPrivilege to get_root_nt_token to fix registry shares.Michael Adam2008-04-151-0/+2