Age | Commit message (Expand) | Author | Files | Lines |
2011-07-20 | s3-auth Add const to indicate input elements | Andrew Bartlett | 1 | -2/+2 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -4/+4 |
2011-05-05 | s3-auth: run minimal_includes.pl | Günther Deschner | 1 | -1/+0 |
2011-03-30 | s3: only include lib/privileges.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-auth: use auth.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-passdb: use passdb headers where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3: create_builtin_users/administrators belongs to passdb not auth. | Günther Deschner | 1 | -130/+0 |
2011-03-30 | s3-winbind: remove global inclusion of libwbclient. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | lib/util/util_pw: share sys_get{pw,gr} group of calls. | Günther Deschner | 1 | -0/+1 |
2011-03-10 | Quite some callers of sid_split_rid do not care about the rid | Volker Lendecke | 1 | -3/+1 |
2011-02-22 | s3:auth: change num_groups to from size_t to uint32_t | Stefan Metzmacher | 1 | -4/+4 |
2010-10-20 | Make getpwnam_alloc() static to lib/username.c, and ensure all username looku... | Jeremy Allison | 1 | -3/+3 |
2010-10-14 | s3-auth Use security_token_debug() from common code | Andrew Bartlett | 1 | -26/+0 |
2010-10-14 | s3-auth use security_token_has_sid() from the common code | Andrew Bartlett | 1 | -9/+2 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -1/+1 |
2010-09-26 | s3: Remove talloc_autofree_context() from get_root_nt_token() | Volker Lendecke | 1 | -1/+1 |
2010-09-25 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2010-09-20 | s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions. | Günther Deschner | 1 | -2/+2 |
2010-09-11 | s3-privs Call security_token_set_privilege() rather than manual assignment | Andrew Bartlett | 1 | -1/+1 |
2010-09-11 | s3-privs Inline dump_se_priv into callers now that it's just a uint64_t | Andrew Bartlett | 1 | -1/+1 |
2010-09-11 | s3:auth Remove NT_USER_TOKEN | Andrew Bartlett | 1 | -6/+6 |
2010-09-11 | s3-auth Change struct nt_user_token -> struct security_token | Andrew Bartlett | 1 | -14/+14 |
2010-09-11 | s3-auth Change type of num_sids to uint32_t | Andrew Bartlett | 1 | -5/+7 |
2010-08-31 | s3-auth Rename NT_USER_TOKEN privileges -> privilege_mask | Andrew Bartlett | 1 | -3/+3 |
2010-08-31 | s3-auth Rename NT_USER_TOKEN user_sids -> sids | Andrew Bartlett | 1 | -24/+24 |
2010-08-26 | s3-build: only include memcache.h where needed. | Günther Deschner | 1 | -0/+1 |
2010-08-06 | s3-netlogon: remove global include of netlogon.h. | Günther Deschner | 1 | -0/+2 |
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 1 | -0/+1 |
2010-07-11 | s3: [ug]id_to_unix_... can not fail | Volker Lendecke | 1 | -5/+2 |
2010-06-07 | s3:auth create nt token from info3 directly | Simo Sorce | 1 | -26/+157 |
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -24/+24 |
2010-05-18 | security: merge builtin rid tables. | Günther Deschner | 1 | -2/+2 |
2010-05-18 | s3-rpc_misc: clean out include/rpc_misc.h. | Günther Deschner | 1 | -4/+4 |
2010-04-11 | s3: Move user_in_group() and create_token_from_username() to token_utils.c | Volker Lendecke | 1 | -0/+315 |
2009-08-22 | Implement Metze's suggestion of trying getpwuid(0) then getpwnam(root). | Jeremy Allison | 1 | -9/+5 |
2009-08-21 | Try and fix the buildfarm by using getpwnam(root) instead | Jeremy Allison | 1 | -0/+7 |
2009-08-19 | Fix bug #6647 - get_root_nt_token: getpwnam("root") failed! | Jeremy Allison | 1 | -2/+2 |
2008-11-14 | Make memcache_add_talloc NULL out the source pointer | Volker Lendecke | 1 | -2/+4 |
2008-11-06 | Make us clean under valgrind --leak-check=full by using talloc_autofree_conte... | Jeremy Allison | 1 | -1/+1 |
2008-10-13 | Add data_blob_string_const_null() function that includes the terminating | Jelmer Vernooij | 1 | -2/+2 |
2008-09-03 | Revert "Split lookup_name() and create a new functiong called" | Simo Sorce | 1 | -3/+4 |
2008-08-17 | Split lookup_name() and create a new functiong called | Simo Sorce | 1 | -4/+3 |
2008-07-30 | Removed redundant logging from create_builtin_users and create_builtin_admini... | Tim Prouty | 1 | -16/+4 |
2008-07-30 | Enabled domain groups to be added to builtin groups at domain join time | Tim Prouty | 1 | -2/+2 |
2008-07-30 | Refactored the code that adds Domain Admins to BUILTIN\Administrators to use ... | Tim Prouty | 1 | -26/+30 |
2008-07-30 | Refactored the code that adds Domain Users to BUILTIN\Users to use the new he... | Tim Prouty | 1 | -17/+22 |
2008-07-30 | Helper functions to enable domain groups to be added to builtin groups at dom... | Tim Prouty | 1 | -0/+59 |
2008-04-30 | BUG 5429: Clarify log msgs re: failure to create BUILTIN\{Administrators,Users} | Gerald W. Carter | 1 | -7/+9 |
2008-04-15 | auth: add SeDiskOperatorsPrivilege to get_root_nt_token to fix registry shares. | Michael Adam | 1 | -0/+2 |