summaryrefslogtreecommitdiff
path: root/source3/auth/token_util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-091-24/+39
* Fix a panicVolker Lendecke2007-12-291-1/+1
* Convert get_root_nt_token to memcacheVolker Lendecke2007-12-281-3/+15
* Reformat: Remove trailing spaces.Michael Adam2007-12-171-47/+47
* Fix flags in caller of lookup_name() in create_builtin_administrators().Michael Adam2007-12-171-1/+2
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-3/+4
* Fix typo in debug statement.Michael Adam2007-12-131-1/+1
* Correctly unbecome_root() on errorVolker Lendecke2007-12-101-0/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* r25598: Add missing become_root/unbecome_root around calls of add_aliases.Michael Adam2007-10-101-0/+4
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23485: This checkin consists mostly of refactorings in preparation of theMichael Adam2007-10-101-41/+0
* r22740: Move debug_*_user_token to token_utils.cVolker Lendecke2007-10-101-2/+47
* r22135: Check in most of Michael Adam's net conf utility. A good share of thi...Volker Lendecke2007-10-101-0/+458