index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
auth
/
token_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
param: rename lp function and variable from 'guestaccount' to 'guest_account'
Garming Sam
2014-02-07
1
-1
/
+1
*
s3:auth small optimization in create_token_from_sid
Christian Ambach
2013-02-05
1
-3
/
+5
*
s3:auth: use new lp_idmap_default_range() instead of lp_idmap_gid() in create...
Michael Adam
2013-02-05
1
-2
/
+2
*
s3:auth: Tidy up some of the API confusion in create_token_from_XXX() calls.
Jeremy Allison
2012-12-11
1
-6
/
+9
*
s3:auth: fix dereference level in talloc checks in create_token_from_sid()
Michael Adam
2012-12-11
1
-2
/
+2
*
s3:auth: fix function header comment for user_sid_in_group_sid()
Michael Adam
2012-12-11
1
-1
/
+1
*
s3:auth: fix create_token_from_sid() to not fail in the winbindd case
Michael Adam
2012-12-10
1
-2
/
+10
*
s3:auth: fix header comment for user_sid_in_group_sid()
Michael Adam
2012-12-10
1
-2
/
+2
*
s3:auth fix a compiler warning
Christian Ambach
2012-09-16
1
-3
/
+2
*
s3-smbd: Create a shortcut for building the token of a user by SID for posix_...
Andrew Bartlett
2012-08-10
1
-47
/
+142
*
s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()
Michael Adam
2012-07-12
1
-1
/
+1
*
lib/util: Remove dummy wrapper for getpwuid().
Jelmer Vernooij
2012-03-24
1
-2
/
+2
*
lib/util: Remove dummy wrapper for getpwnam().
Jelmer Vernooij
2012-03-24
1
-2
/
+2
*
s3-auth: token_util needs system/passwd.h.
Günther Deschner
2011-10-14
1
-0
/
+1
*
s3-auth Add const to indicate input elements
Andrew Bartlett
2011-07-20
1
-2
/
+2
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
2011-06-09
1
-4
/
+4
*
s3-auth: run minimal_includes.pl
Günther Deschner
2011-05-05
1
-1
/
+0
*
s3: only include lib/privileges.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-auth: use auth.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-passdb: use passdb headers where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: create_builtin_users/administrators belongs to passdb not auth.
Günther Deschner
2011-03-30
1
-130
/
+0
*
s3-winbind: remove global inclusion of libwbclient.
Günther Deschner
2011-03-30
1
-0
/
+1
*
lib/util/util_pw: share sys_get{pw,gr} group of calls.
Günther Deschner
2011-03-30
1
-0
/
+1
*
Quite some callers of sid_split_rid do not care about the rid
Volker Lendecke
2011-03-10
1
-3
/
+1
*
s3:auth: change num_groups to from size_t to uint32_t
Stefan Metzmacher
2011-02-22
1
-4
/
+4
*
Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...
Jeremy Allison
2010-10-20
1
-3
/
+3
*
s3-auth Use security_token_debug() from common code
Andrew Bartlett
2010-10-14
1
-26
/
+0
*
s3-auth use security_token_has_sid() from the common code
Andrew Bartlett
2010-10-14
1
-9
/
+2
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-1
/
+1
*
s3: Remove talloc_autofree_context() from get_root_nt_token()
Volker Lendecke
2010-09-26
1
-1
/
+1
*
s3: Fix a typo
Volker Lendecke
2010-09-25
1
-1
/
+1
*
s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.
Günther Deschner
2010-09-20
1
-2
/
+2
*
s3-privs Call security_token_set_privilege() rather than manual assignment
Andrew Bartlett
2010-09-11
1
-1
/
+1
*
s3-privs Inline dump_se_priv into callers now that it's just a uint64_t
Andrew Bartlett
2010-09-11
1
-1
/
+1
*
s3:auth Remove NT_USER_TOKEN
Andrew Bartlett
2010-09-11
1
-6
/
+6
*
s3-auth Change struct nt_user_token -> struct security_token
Andrew Bartlett
2010-09-11
1
-14
/
+14
*
s3-auth Change type of num_sids to uint32_t
Andrew Bartlett
2010-09-11
1
-5
/
+7
*
s3-auth Rename NT_USER_TOKEN privileges -> privilege_mask
Andrew Bartlett
2010-08-31
1
-3
/
+3
*
s3-auth Rename NT_USER_TOKEN user_sids -> sids
Andrew Bartlett
2010-08-31
1
-24
/
+24
*
s3-build: only include memcache.h where needed.
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3-netlogon: remove global include of netlogon.h.
Günther Deschner
2010-08-06
1
-0
/
+2
*
s3-secrets: only include secrets.h when needed.
Günther Deschner
2010-08-05
1
-0
/
+1
*
s3: [ug]id_to_unix_... can not fail
Volker Lendecke
2010-07-11
1
-5
/
+2
*
s3:auth create nt token from info3 directly
Simo Sorce
2010-06-07
1
-26
/
+157
*
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
2010-05-21
1
-24
/
+24
*
security: merge builtin rid tables.
Günther Deschner
2010-05-18
1
-2
/
+2
*
s3-rpc_misc: clean out include/rpc_misc.h.
Günther Deschner
2010-05-18
1
-4
/
+4
*
s3: Move user_in_group() and create_token_from_username() to token_utils.c
Volker Lendecke
2010-04-11
1
-0
/
+315
*
Implement Metze's suggestion of trying getpwuid(0) then getpwnam(root).
Jeremy Allison
2009-08-22
1
-9
/
+5
[next]