s3:auth: support AUTH_SESSION_INFO_NTLM in finalize_local_nt_token()
[metze/samba/wip.git] / source3 / auth / token_util.c
2018-03-19 Stefan Metzmachers3:auth: support AUTH_SESSION_INFO_NTLM in finalize_loc...
2018-03-19 Stefan Metzmachers3:auth: make use of create_builtin_guests() in finaliz...
2018-03-15 Stefan Metzmachers3:auth: remove static from finalize_local_nt_token()
2018-03-15 Stefan Metzmachers3:auth: pass AUTH_SESSION_INFO_* flags to finalize_loc...
2018-03-15 Stefan Metzmachers3:auth: don't try to expand system or anonymous tokens...
2018-03-15 Stefan Metzmachers3:auth: add add_builtin_guests() handling to finalize_...
2018-03-15 Stefan Metzmachers3:auth: only call secrets_fetch_domain_sid() once...
2018-03-15 Stefan Metzmachers3:auth: move add_local_groups() out of finalize_local_...
2017-03-29 Andrew Bartletts3-auth: Split out get_user_sid_info3_and_extra() from...
2016-12-28 Volker Lendeckelib: Add lib/util_unixsids.h
2016-05-27 Jeremy Allisons3: auth: Move the declaration of struct dom_sid tmp_si...
2015-05-14 Richard SharpeConvert all uint32/16/8 to _t in a grab-bag of remainin...
2015-03-11 Volker Lendeckesmbd: Simplify create_token_from_sid()
2015-03-11 Volker Lendeckesmbd: Simplify create_token_from_sid()
2015-03-11 Volker Lendeckesmbd: Streamline the gids handling in create_token_from...
2015-03-11 Volker Lendeckesmbd: Put a variable definition closer to its use
2014-07-18 Stefan Metzmacherlib/util: move memcache.[ch] to the toplevel 'samba...
2014-05-19 Michael Adamsmbd: fix creation of BUILTIN\{Administrators,Users...
2014-03-25 Jeremy Allisons3: smbd: Factor out code that calls getgroups_unix_use...
2014-03-21 Jeremy Allisons3: smbd: Ensure we always go via getgroups_unix_user...
2014-02-08 Garming Samparam: rename lp function and variable from 'guestaccou...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-02-05 Christian Ambachs3:auth small optimization in create_token_from_sid
2013-02-05 Michael Adams3:auth: use new lp_idmap_default_range() instead of...
2012-12-11 Jeremy Allisons3:auth: Tidy up some of the API confusion in create_to...
2012-12-11 Michael Adams3:auth: fix dereference level in talloc checks in...
2012-12-10 Michael Adams3:auth: fix function header comment for user_sid_in_gr...
2012-12-10 Michael Adams3:auth: fix create_token_from_sid() to not fail in...
2012-12-10 Michael Adams3:auth: fix header comment for user_sid_in_group_sid()
2012-09-16 Christian Ambachs3:auth fix a compiler warning
2012-08-10 Andrew Bartletts3-smbd: Create a shortcut for building the token of...
2012-07-12 Michael Adams3: rename sid_check_is_in_our_domain() to sid_check_is...
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrapper for getpwuid().
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrapper for getpwnam().
2011-10-14 Günther Deschners3-auth: token_util needs system/passwd.h.
2011-07-19 Andrew Bartletts3-auth Add const to indicate input elements
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-upstream/tags/samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-05-05 Günther Deschners3-auth: run minimal_includes.pl
2011-03-29 Günther Deschners3: only include lib/privileges.h where needed.
2011-03-29 Günther Deschners3-auth: use auth.h where needed.
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschners3: create_builtin_users/administrators belongs to...
2011-03-29 Günther Deschners3-winbind: remove global inclusion of libwbclient.
2011-03-29 Günther Deschnerlib/util/util_pw: share sys_get{pw,gr} group of calls.
2011-03-10 Volker LendeckeQuite some callers of sid_split_rid do not care about...
2011-02-22 Stefan Metzmachers3:auth: change num_groups to from size_t to uint32_t
2010-10-20 Jeremy AllisonMake getpwnam_alloc() static to lib/username.c, and...
2010-10-14 Andrew Bartletts3-auth Use security_token_debug() from common code
2010-10-14 Andrew Bartletts3-auth use security_token_has_sid() from the common...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-09-26 Volker Lendeckes3: Remove talloc_autofree_context() from get_root_nt_t...
2010-09-25 Volker Lendeckes3: Fix a typo
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-util_sid: use shared dom_sid_compare_auth and dom_si...
2010-09-11 Andrew Bartletts3-privs Call security_token_set_privilege() rather...
2010-09-11 Andrew Bartletts3-privs Inline dump_se_priv into callers now that...
2010-09-11 Andrew Bartletts3:auth Remove NT_USER_TOKEN
2010-09-11 Andrew Bartletts3-auth Change struct nt_user_token -> struct security_...
2010-09-11 Andrew Bartletts3-auth Change type of num_sids to uint32_t
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN privileges -> privilege_mask
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN user_sids -> sids
2010-08-25 Günther Deschners3-build: only include memcache.h where needed.
2010-08-06 Günther Deschners3-netlogon: remove global include of netlogon.h.
2010-08-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-07-11 Volker Lendeckes3: [ug]id_to_unix_... can not fail
2010-06-07 Simo Sorces3:auth create nt token from info3 directly
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-17 Günther Deschnersecurity: merge builtin rid tables.
2010-05-17 Günther Deschners3-rpc_misc: clean out include/rpc_misc.h.
2010-04-11 Volker Lendeckes3: Move user_in_group() and create_token_from_username...
2009-08-22 Jeremy AllisonImplement Metze's suggestion of trying getpwuid(0)...
2009-08-22 Jeremy AllisonTry and fix the buildfarm by using getpwnam(root) instead
2009-08-19 Jeremy AllisonFix bug #6647 - get_root_nt_token: getpwnam("root"...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-14 Volker LendeckeMake memcache_add_talloc NULL out the source pointer
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-07 Jeremy AllisonMake us clean under valgrind --leak-check=full by using...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-13 Jelmer VernooijAdd data_blob_string_const_null() function that include...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-03 Simo SorceRevert "Split lookup_name() and create a new functiong...
2008-09-03 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-26 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-17 Simo SorceSplit lookup_name() and create a new functiong called
2008-07-30 Tim ProutyRemoved redundant logging from create_builtin_users...
2008-07-30 Tim ProutyEnabled domain groups to be added to builtin groups...
2008-07-30 Tim ProutyRefactored the code that adds Domain Admins to BUILTIN...
2008-07-30 Tim ProutyRefactored the code that adds Domain Users to BUILTIN...
2008-07-30 Tim ProutyHelper functions to enable domain groups to be added...
2008-04-30 Gerald W. CarterBUG 5429: Clarify log msgs re: failure to create BUILTI...
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-15 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-15 Michael Adamauth: add SeDiskOperatorsPrivilege to get_root_nt_token...
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-09 Michael AdamConvert add_sid_to_array() add_sid_to_array_unique...
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
next