summaryrefslogtreecommitdiff
path: root/source3/auth/token_util.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-19Fix bug #6647 - get_root_nt_token: getpwnam("root") failed!Jeremy Allison1-2/+2
2008-11-14Make memcache_add_talloc NULL out the source pointerVolker Lendecke1-2/+4
2008-11-06Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison1-1/+1
2008-10-13Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij1-2/+2
2008-09-03Revert "Split lookup_name() and create a new functiong called"Simo Sorce1-3/+4
2008-08-17Split lookup_name() and create a new functiong calledSimo Sorce1-4/+3
2008-07-30Removed redundant logging from create_builtin_users and create_builtin_admini...Tim Prouty1-16/+4
2008-07-30Enabled domain groups to be added to builtin groups at domain join timeTim Prouty1-2/+2
2008-07-30Refactored the code that adds Domain Admins to BUILTIN\Administrators to use ...Tim Prouty1-26/+30
2008-07-30Refactored the code that adds Domain Users to BUILTIN\Users to use the new he...Tim Prouty1-17/+22
2008-07-30Helper functions to enable domain groups to be added to builtin groups at dom...Tim Prouty1-0/+59
2008-04-30BUG 5429: Clarify log msgs re: failure to create BUILTIN\{Administrators,Users}Gerald W. Carter1-7/+9
2008-04-15auth: add SeDiskOperatorsPrivilege to get_root_nt_token to fix registry shares.Michael Adam1-0/+2
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam1-24/+39
2007-12-29Fix a panicVolker Lendecke1-1/+1
2007-12-28Convert get_root_nt_token to memcacheVolker Lendecke1-3/+15
2007-12-17Reformat: Remove trailing spaces.Michael Adam1-47/+47
2007-12-17Fix flags in caller of lookup_name() in create_builtin_administrators().Michael Adam1-1/+2
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-3/+4
2007-12-13Fix typo in debug statement.Michael Adam1-1/+1
2007-12-10Correctly unbecome_root() on errorVolker Lendecke1-0/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
2007-10-10r25598: Add missing become_root/unbecome_root around calls of add_aliases.Michael Adam1-0/+4
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23485: This checkin consists mostly of refactorings in preparation of theMichael Adam1-41/+0
2007-10-10r22740: Move debug_*_user_token to token_utils.cVolker Lendecke1-2/+47
2007-10-10r22135: Check in most of Michael Adam's net conf utility. A good share of thi...Volker Lendecke1-0/+458