s3: don't make same innetgr check twice
[ira/wip.git] / source3 / smbd / password.c
2009-07-14 Björn Jackes3: don't make same innetgr check twice
2009-06-03 Stefan Metzmachers3:smbd: move tcon specific globals to struct smbd_serv...
2009-06-03 Stefan Metzmachers3:smbd: move more session specific globals to struct...
2009-06-03 Stefan Metzmachers3:smbd: move negprot related globals to struct smbd_se...
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Stefan Metzmachers3:smbd: use new simplified snb_signing code in the...
2009-01-20 Volker Lendecke"userdom_struct" does not need "full_name" anymore...
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
2008-12-30 Volker LendeckeSecond part of the bugfix for #5933
2008-12-30 Volker LendeckeFirst part of bugfix for #5933
2008-12-30 Volker LendeckeSimplify invalidate_vuid slightly
2008-12-30 Volker LendeckeSimplify is_partial_auth_vuid slightly
2008-12-30 Volker LendeckeSimplify invalidate_all_vuids() slightly
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-07 Jeremy AllisonAdd wrapper str_list_make_v3() to replace the old S3...
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-11 Jelmer VernooijUse common strlist implementation in Samba 3 and Samba 4.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-19 Volker LendeckeWrap the unix token info in a unix_user_token in auth_s...
2008-06-14 Volker LendeckeMove connection-specific vuid cache clear to uid.c
2008-05-06 Volker LendeckeFix a memleak introduced after refactoring "struct...
2008-05-05 Volker LendeckeRemove "userdom_struct user" from "struct user_struct"
2008-05-05 Volker LendeckeRemove "session_key" from "struct user_struct"
2008-05-05 Volker LendeckeRemove "guest" from "struct user_struct"
2008-05-05 Volker LendeckeRemove the unix token info from "struct user_struct"
2008-05-05 Volker LendeckeRemove "nt_user_token" from "struct user_struct"
2008-05-05 Volker LendeckeRemove "logon_script" from "struct user_struct"
2008-05-05 Volker LendeckeRemove unix_homedir from struct user_struct
2008-05-05 Volker LendeckeRemove "homedir" from "struct user_struct"
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-15 Jeremy AllisonEnsure invalidate_vuid() deletes any ntlmssp state.
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-04 Volker Lendeckestr_list_free is not needed anymore
2008-02-04 Volker LendeckeAlways pass a TALLOC_CTX to str_list_make and str_list_copy
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Derrell LipmanMerge branch 'setxattr-dos-mode' into v3-2-test
2008-01-23 Volker Lendeckestrtok -> strtok_r
2007-12-19 Volker LendeckeRemove Get_Pwnam and its associated static variable
2007-12-10 Volker LendeckeSimplify add_session_user
2007-11-30 Jeremy AllisonRemove PSTRING_LEN from smbd/ nmbd/.
2007-11-15 Michael AdamFix an implicit cast warning.
2007-11-13 Jeremy AllisonRemove last pstring from smbd/*.c
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Jeremy Allisonr24590: Reformatting to coding standards. Added my...
2007-10-10 Jeremy Allisonr24589: Refactor our vuid code so that we keep the...
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 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Andrew Bartlettr22020: Make it more clear that both the vuser struct...
2007-10-10 Jeremy Allisonr21460: Fix for server-side processing of SPNEGO auth
2007-10-10 Jeremy Allisonr21128: Fix Vista connecting to Samba in share level...
2007-10-10 Simo Sorcer17408: Let us use netgroups even without a NIS domain...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Volker Lendecker15589: While trying to understand the vuid code I...
2007-10-10 Volker Lendecker15583: Add a comment while trying to understand this...
2007-10-10 Gerald Carterr14112: * fix checks on return code from register_vuid...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Volker Lendecker13494: Merge the stuff I've done in head the last...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Volker Lendecker12311: Reformatting
2007-10-10 Volker Lendecker12305: Reformatting
2007-10-10 Gerald Carterr8472: abartlet's patch for parallel ntlmssp supporttru...
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Tim Potterr2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG...
2007-10-10 Jeremy Allisonr2082: lp_path should be lp_pathname.
2007-10-10 Gerald Carterr2077: fix logic bug in the check for creating a user...
2007-10-10 Jeremy Allisonr1506: Fix inspired by patches from Michael Collin...
2007-10-10 Gerald Carterr519: fix bug in authorise_login() that broke security...
2007-10-10 Gerald Carterr486: BUG 1309: fix seg fault caused by trying to strdu...
2007-10-10 Jeremy Allisonr225: Patch from Pat.Hayward@propero.net to make the...
2004-03-27 Andrew BartlettMerge from HEAD the SMB signing patch that I developed...
2004-03-19 Gerald CarterBUG 417: fix %UuGg variables expansion in include lines...
2004-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2004-03-09 Andrew BartlettCommit to HEAD the updates to smb signing code that...
2004-03-01 Simo SorceOk here it is my latest work on privileges
2004-01-31 Gerald Cartercleanup patch for bug 977 so we don't display incorrect...
2004-01-31 Gerald Cartercleanup patch for bug 977 so we don't display incorrect...
2004-01-27 Gerald Carterbug 977 - don't create a homes share for a user if...
2004-01-27 Gerald Carterbug 977 - don't create a homes share for a user if...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-09-29 Tim PotterMerge from 3.0:
2003-09-26 Jeremy AllisonFix for valid users = %S in homes share.
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-05 Gerald Carterfix bug 397: use a variant of alloc_sub_basic() for...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-18 Jeremy AllisonSigning so far... the client code fails on a SMBtrans2...
2003-07-17 Jeremy AllisonFormatting tidyups to match the rest of the source.
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
next