s3-auth remove sanitized_username from auth_serversupplied_info
[kai/samba-autobuild/.git] / source3 / auth / auth_util.c
2010-04-11 Volker Lendeckes3: Move user_in_group() and create_token_from_username...
2010-04-11 Volker Lendeckes3: Use talloc_stackframe() in user_in_group
2010-04-11 Volker Lendeckes3: Use talloc_stackframe() in user_in_group_sid
2010-04-11 Volker Lendeckes3: Use talloc_stackframe() in create_token_from_username
2010-04-11 Volker Lendeckes3: Fix a memleak in user_in_group_sid
2010-04-11 Volker Lendeckes3: Remove the make_auth_methods routine
2010-04-11 Volker Lendeckes3: Make "auth_context" its own talloc parent
2010-04-09 Volker Lendeckes3: Fix a typo
2010-03-22 Jeremy AllisonFix valgrind error when running under share level secur...
2010-02-20 Volker Lendeckes3: Fix some nonempty blank lines
2010-01-24 Volker Lendeckes3: Remove some calls to memset -- reduces text size...
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-10 Volker Lendeckes3: Replace most calls to sid_append_rid() by sid_compose()
2010-01-10 Volker Lendeckes3: Remove the typedef for "auth_serversupplied_info"
2010-01-10 Volker Lendeckes3: Remove the typedef for "auth_usersupplied_info"
2009-11-14 Michael Adams3:fix a comment typo
2009-11-14 Michael Adams3:is_trusted_domain: shortcut if domain name == global...
2009-11-14 Michael Adams3:is_trusted_domain: shortcut if domain name is NULL...
2009-08-21 Michael Adams3: fix bug #6650, authentication at member servers...
2009-06-03 Stefan Metzmachers3:smbd: move more session specific globals to struct...
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-28 Steven Dannemans3/auth map NULL domains to our global sam name
2009-05-13 Dan Sledzs3 auth: Make debug message louder and more useful
2009-05-12 Jeremy AllisonFix a bunch of compiler warnings about wrong format...
2009-05-07 Günther Deschners3-auth: use full 16byte session key in make_user_info_...
2009-04-28 Jeremy AllisonFix bug #6291 - force user stop working.
2009-04-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-15 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-14 Andrew BartlettRework Samba3 to use new libcli/auth code (partial)
2009-04-02 Andrew TridgellMerge commit 'abartlet/wspp-schema' into wspp-schema
2009-04-01 Andrew TridgellMerge commit 'master/master' into wspp-schema
2009-04-01 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-01 Günther Deschners3-auth: rename static smb_create_user(). Sorry...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-27 Steven Dannemans3: fix guest auth when winbindd is running
2009-02-21 Tim ProutyRevert "s3 auth: Add parameter that forces every user...
2009-02-16 Zach Loafmans3 auth: Add parameter that forces every user through...
2009-02-13 Stefan Metzmachers3:auth: only create_local_token() should add S-1-22...
2009-02-13 Stefan Metzmachers3:auth: add S-1-22-X-Y sids to the local token
2009-02-12 Steven Dannemans3: Added new parameter "map untrusted to domain"
2009-02-12 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-12 Dan Sledzs3: Change behavior when seeing an unknown domain.
2009-02-12 Dan SledzFix double free caused by incorrect talloc_steal usage.
2009-01-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-21 Volker LendeckeFix a typo
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-04 Jeremy AllisonFix bug #1254 - write list not working under share...
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-08-15 Jeremy AllisonFix show-stopper for 3.2. Smbd depends on group SID
2008-08-14 Jeremy AllisonMake it clear that this is a temporary context byusing...
2008-06-27 Jeremy AllisonFix the non-LDAP, non-krb5 build, fix gcc -O3 warnings.
2008-06-26 Volker LendeckeAdd server_info to pipes_struct
2008-06-25 Jeremy AllisonFix for bug #5551, smbd recursing back into winbindd...
2008-06-19 Volker LendeckeWrap the unix token info in a unix_user_token in auth_s...
2008-05-10 Volker LendeckeMake sure we have serversupplied_info->sanitized_userna...
2008-05-10 Volker LendeckeAdd function make_serverinfo_from_username()
2008-05-10 Volker LendeckeAdd a mem_ctx argument to make_server_info_guest()
2008-05-10 Volker LendeckeMake copy_serverinfo non-static, add mem_ctx
2008-05-07 Volker LendeckeRename server_info->was_mapped to server_info->nss_token
2008-05-05 Volker LendeckeRemove "userdom_struct user" from "struct user_struct"
2008-05-05 Volker LendeckeFix a typo
2008-05-05 Volker LendeckeRemove unused set_current_user_guest()
2008-04-04 Günther DeschnerUse sid_array_from_info3 in lookup_usergroups_cached().
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-02-17 Günther DeschnerUse netr_SamInfo3 in make_server_info_info3().
2008-02-13 Stefan Metzmacherauth_winbind: use wbcAuthenticateUserEx()
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...
2007-12-28 Volker LendeckeRemove static zeros
2007-12-22 James PeachFix "may be used uninitialized" compiler warnings.
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-21 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-21 Gerald (Jerry) CarterDe-couple smbd from staticly linking against winbindd...
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-15 Volker LendeckeUse sid_string_talloc where we have a tmp talloc ctx
2007-11-27 Jeremy AllisonRemove pstrings from everything except srv_spoolss_nt.c.
2007-11-14 Jeremy AllisonRemove pstring from auth/*
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-12 Michael AdamAdd become_root/unbecome_root around one call of getsam...
2007-10-10 Günther Deschnerr23928: Merge all "copy-info3-groups-to-sid-array"...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr23530: Fix bugs #4678 and #4697 which had the same...
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Volker Lendecker22819: Fix Bug 4613. We just dumped the must change...
2007-10-10 Volker Lendecker22740: Move debug_*_user_token to token_utils.c
2007-10-10 Jeremy Allisonr22589: Make TALLOC_ARRAY consistent across all uses.
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
next