Add bug number for samba/talloc breakage and fix
[abartlet/samba-debian.git] / source3 / auth / token_util.c
2015-11-07 Jelmer VernooijMerge tag 'debian/4.1.20+dfsg-1' of git://git.debian...
2015-09-19 Jelmer VernooijMerge tag 'upstream/4.3.0+dfsg' into experimental
2015-09-19 Jelmer VernooijImported Upstream version 4.3.0+dfsg
2015-05-14 Richard SharpeConvert all uint32/16/8 to _t in a grab-bag of remainin...
2015-04-25 Jelmer VernooijMerge 4.1 branch.
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-12-07 Jelmer VernooijMerge tag 'upstream/4.2.0_rc2+dfsg' into experimental
2014-12-07 Jelmer VernooijImported Upstream version 4.2.0~rc2+dfsg
2014-10-20 Ivo De DeckerMerge tag 'upstream/4.1.13+dfsg'
2014-10-20 Ivo De DeckerImported Upstream version 4.1.13+dfsg
2014-09-08 Karolin SeegerMerge tag 'samba-4.1.11' into v4-1-test
2014-08-07 Stefan Metzmacherlib/util: move memcache.[ch] to the toplevel 'samba...
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-04-18 Ivo De DeckerMerge tag 'upstream/4.1.7+dfsg'
2014-04-18 Ivo De DeckerImported Upstream version 4.1.7+dfsg
2014-04-04 Jeremy Allisons3: smbd: Ensure we always go via getgroups_unix_user...
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-12-09 Ivo De DeckerMerge branch 'master' into samba_4.1
2013-12-09 Ivo De DeckerMerge tag 'upstream/4.0.13+dfsg' into samba_4.1
2013-12-06 Jelmer VernooijMerge branch 'master' of git+ssh://git.debian.org/git...
2013-11-17 Jelmer VernooijMerge tag 'upstream/4.1.1+dfsg' into debian.
2013-11-17 Jelmer VernooijImported Upstream version 4.1.1+dfsg
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-15 Ivo De DeckerMerge branch 'master' into samba_4.0
2013-05-10 Ivo De DeckerMerge tag 'upstream/4.0.5+dfsg1' into samba_4.0_ivo
2013-05-10 Ivo De DeckerImported Upstream version 4.0.0+dfsg1
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().
2012-01-26 bubulleLoad samba-3.6.2 into branches/samba/upstream.
2011-11-12 bubulleMerge upstream 3.6.1 source
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...
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-06-07 bubulleRevert upstream branch to 3.5.8....oops
2011-06-07 bubulleLoad samba-3.6.0rc2 into branches/samba/upstream.
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-09-06 bubulleMerge 3.5.4 in upstream branch
2010-09-06 bubulleMerge upstream 3.5.4~dfsg
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...
2010-04-06 bubulleRevert to 3.4.7...for now?
2010-04-04 bubulleMerge 3.5.1 from experimental
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"...
2009-07-06 bubullemerge upstream 3.4.0
2009-07-05 bubulleLoad samba-3.4.0 into branches/samba/upstream.
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...
next