r7882: Looks like a large patch - but what it actually does is make Samba
[ira/wip.git] / source3 / smbd / sesssetup.c
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Gerald Carterr7398: commiting abartlet's patch for kerberos authenti...
2007-10-10 Gerald Carterr7395: * new feature 'map to guest = bad uid' (based...
2007-10-10 Gerald Carterr7372: abartet's patch for BUG 2391 (segv caused by...
2007-10-10 Gerald Carterr7139: trying to reduce the number of diffs between...
2007-10-10 Gerald Carterr7024: reverting mistaken commit
2007-10-10 Gerald Carterr7020: fixing printer ace values and getting rid of...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Derrell Lipmanr6149: Fixes bugs #2498 and 2484.
2007-10-10 Jeremy Allisonr6020: Never do NT status codes with protocols before...
2007-10-10 Gerald Carterr5952: BUG 2469: patch from Jason Mader to cleanup...
2007-10-10 Jeremy Allisonr5290: Fix for bug #2323 - plaintext problem with WinXP.
2007-10-10 Jeremy Allisonr3946: Fix for bugid #2085 reported by Jason Mader...
2007-10-10 Gerald Carterr1370: BUG 1297 - prevent map_username() from being...
2007-10-10 Andrew Bartlettr1122: As spotted by lha@stacken.kth.se we don't actual...
2007-10-10 Jeremy Allisonr786: Memory leak fixes in (mostly) error code paths...
2007-10-10 Andrew Bartlettr69: Global rename of 'nt_session_key' -> 'user_session...
2007-10-10 Andrew Tridgellr59: revert session key problem
2007-10-10 Andrew Bartlettr49: Support SMB signing on connections using only 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-16 Gerald CarterBUG 1165, 1126: Fix bug with secondary groups (security...
2004-03-16 Gerald CarterBUG 1165, 1126: Fix bug with secondary groups (security...
2004-03-09 Andrew BartlettCommit to HEAD the updates to smb signing code that...
2004-01-26 Andrew Bartlett(merge from 3.0)
2004-01-26 Andrew BartlettPatch by Luca Bolcioni <Luca.Bolcioni@yacme.com>. ...
2004-01-15 Volker Lendeckereply_spnego_kerberos did not set the domain of the...
2004-01-15 Volker Lendeckereply_spnego_kerberos did not set the domain of the...
2004-01-07 Jeremy AllisonFix from Luke Howard <lukeh@PADL.COM> for incorrect...
2004-01-07 Jeremy AllisonFix from Luke Howard <lukeh@PADL.COM> for incorrect...
2004-01-04 Volker LendeckeCommit the translation of the realm to the netbios...
2004-01-04 Volker LendeckeCommit the translation of the realm to the netbios...
2003-12-12 Jeremy AllisonFix for bug #815. Make plaintext unicode passwords...
2003-12-12 Jeremy AllisonFix for bug #815. Make plaintext unicode passwords...
2003-12-05 Gerald Carterfix %a variable for Windows 2003 -> Win2K3
2003-12-05 Gerald Carterfix %a variable for Windows 2003 -> Win2K3
2003-12-01 Jeremy AllisonSubtract NT_STATUS from common flag, don't add it...
2003-12-01 Jeremy AllisonSubtract NT_STATUS from common flag, don't add it...
2003-12-01 Jeremy AllisonDon't automatically set nt status code flag unless...
2003-12-01 Jeremy AllisonDon't automatically set nt status code flag unless...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-22 Jeremy AllisonPut strcasecmp/strncasecmp on the banned list (except...
2003-10-20 Gerald Cartermore 2.2.x compatibility fixes - allow user looksup...
2003-10-20 Gerald Cartermore 2.2.x compatibility fixes - allow user looksup...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-25 Volker LendeckeFix memleak.
2003-08-20 Gerald Cartermetze's autogenerate patch for version.h
2003-08-18 Andrew BartlettWin2k never returns 'no such user' here, so when we...
2003-08-15 Volker LendeckeFix memleaks.
2003-08-14 Volker LendeckeIn ads_verify_realm, all we use in the ADS_STRUCT is the
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-08-01 Jim McDonoughUpdate my copyrights according to my agreement with IBM
2003-07-31 Gerald Carteronly honor the first OID in the sessetup snego negotiat...
2003-07-25 Jeremy AllisonStart the packet signing engine in the kerberos case...
2003-07-25 Tim PotterMore printf portability fixes. Got caught out by some...
2003-07-24 Tim PotterMore printf fixes - size_t is long on some architectures.
2003-07-24 Jeremy AllisonServer side NTLM signing works - until the first async...
2003-07-23 Gerald Carterconvert snprintf() calls using pstrings & fstrings
2003-07-18 Jeremy AllisonSigning so far... the client code fails on a SMBtrans2...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-15 Jeremy AllisonAdded the "required" keyword to the "client signing...
2003-05-28 Jeremy AllisonIt seems only NT4 does the VC == 0 session drop code.
2003-05-28 Jeremy AllisonIt seems only NT4 does the VC == 0 session drop code.
2003-05-27 Jeremy AllisonCorrect (?) handling for VC = 0. Trying to fix XP logof...
2003-05-27 Jeremy AllisonCorrect (?) handling for VC = 0. Trying to fix XP logof...
2003-05-27 Gerald Cartervolker's add_signature() fix; must pass the beginning...
2003-05-27 Gerald Cartervolker's add_signature() fix; must pass the beginning...
2003-05-21 Gerald Carterfix for UNICODE plaintext passwords (bug #59) and fix...
2003-05-21 Gerald Carterfix for UNICODE plaintext passwords (bug #59) and fix...
2003-05-20 Gerald Carterreally make sure to include the version in the lanman...
2003-05-20 Gerald Carterreally make sure to include the version in the lanman...
2003-05-14 Tim Potterspelling
2003-05-14 Tim Potterspelling
2003-05-01 Jeremy AllisonFix uninitialized blobs reported by Luke Howard.
2003-05-01 Jeremy AllisonFix uninitialized blobs reported by Luke Howard.
2003-04-29 Gerald Carteradd version back to lanman string in sessetup reply
2003-04-29 Gerald Carteradd version back to lanman string in sessetup reply
2003-04-22 Andrew BartlettMerge comment with HEAD
2003-04-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-16 Andrew BartlettPut this comment in a better place...
2003-03-17 Andrew BartlettMerge from HEAD - sync up SessionSetup code to HEAD...
2003-03-16 Andrew BartlettTry to avoid dereferencing a null pointer.
2003-03-14 Gerald Carterfix WinXP & Win2K3 remote_arch and check pointer in...
2003-03-14 Gerald Carterfix WinXP & Win2K3 remote_arch and check pointer in...
2003-03-12 Gerald Carteradding some initiaial code to sert %a to Win2K3 (using...
2003-03-12 Gerald Carteradding some initiaial code to sert %a to Win2K3 (using...
2003-03-10 Andrew BartlettDon't segfault on make_server_info_guest() failure...
2003-02-27 Gerald Carteradditional fix for CR 601
2003-02-27 Gerald Carteradditional fix for CR 601
2003-02-24 Andrew BartlettPatch from Luke Howard to add mutual kerberos authentic...
2003-02-24 Andrew BartlettMerge of server-side authentication changes to 3.0:
2003-02-21 Tim PotterFixed compiler warning.
2003-02-20 Andrew BartlettLike for NTLM logins, lookup the 'winbind' user first...
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-10 Andrew BartlettSome cleanups:
2003-02-07 Gerald Cartercheck pointer before dereferencing it
next