summaryrefslogtreecommitdiff
path: root/source3/smbd/sesssetup.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1370: BUG 1297 - prevent map_username() from being called twice during logonGerald Carter1-0/+2
2007-10-10r1122: As spotted by lha@stacken.kth.se we don't actually use this variable a...Andrew Bartlett1-2/+0
2007-10-10r786: Memory leak fixes in (mostly) error code paths fromJeremy Allison1-1/+7
2007-10-10r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett1-2/+2
2007-10-10r59: revert session key problemAndrew Tridgell1-2/+2
2007-10-10r49: Support SMB signing on connections using only theAndrew Bartlett1-8/+4
2004-03-27Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett1-5/+6
2004-03-19BUG 417: fix %UuGg variables expansion in include lines setging the current_u...Gerald Carter1-0/+9
2004-03-16BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us...Gerald Carter1-4/+8
2004-01-26Patch by Luca Bolcioni <Luca.Bolcioni@yacme.com>. Ensure we alwaysAndrew Bartlett1-0/+2
2004-01-15reply_spnego_kerberos did not set the domain of the user handed toVolker Lendecke1-0/+7
2004-01-07Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free().Jeremy Allison1-5/+7
2004-01-04Commit the translation of the realm to the netbios domain name in the kerberosVolker Lendecke1-3/+41
2003-12-12Fix for bug #815. Make plaintext unicode passwords work with NT4.xJeremy Allison1-5/+11
2003-12-05fix %a variable for Windows 2003 -> Win2K3Gerald Carter1-9/+39
2003-12-01Subtract NT_STATUS from common flag, don't add it...Jeremy Allison1-4/+4
2003-12-01Don't automatically set nt status code flag unless client tells us it canJeremy Allison1-9/+19
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-11/+21
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-1/+1
2003-10-20more 2.2.x compatibility fixes - allow user looksup in the kerb5Gerald Carter1-13/+10
2003-08-25Fix memleak.Volker Lendecke1-1/+3
2003-08-20metze's autogenerate patch for version.hGerald Carter1-1/+1
2003-08-18Win2k never returns 'no such user' here, so when we do it, the clients freakAndrew Bartlett1-1/+1
2003-08-15Fix memleaks.Volker Lendecke1-0/+5
2003-08-14In ads_verify_realm, all we use in the ADS_STRUCT is theVolker Lendecke1-15/+2
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-07-31only honor the first OID in the sessetup snego negotiate. DeviatesGerald Carter1-4/+15
2003-07-25Start the packet signing engine in the kerberos case in the same placeJeremy Allison1-3/+8
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter1-1/+1
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter1-1/+1
2003-07-24Server side NTLM signing works - until the first async packet. Working on thisJeremy Allison1-2/+8
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-1/+1
2003-07-18Signing so far... the client code fails on a SMBtrans2 secondary transactionJeremy Allison1-9/+26
2003-07-15Added the "required" keyword to the "client signing" parameter to force itJeremy Allison1-12/+16
2003-05-28It seems only NT4 does the VC == 0 session drop code.Jeremy Allison1-1/+5
2003-05-27Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resourcesJeremy Allison1-1/+18
2003-05-27volker's add_signature() fix; must pass the beginning on the outbuf to get th...Gerald Carter1-5/+5
2003-05-21fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...Gerald Carter1-1/+4
2003-05-20really make sure to include the version in the lanman string; tested spnego u...Gerald Carter1-8/+9
2003-05-14spellingTim Potter1-1/+1
2003-05-01Fix uninitialized blobs reported by Luke Howard.Jeremy Allison1-0/+6
2003-04-29add version back to lanman string in sessetup replyGerald Carter1-1/+5
2003-04-22Merge comment with HEADAndrew Bartlett1-3/+3
2003-03-17Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard'sAndrew Bartlett1-27/+55
2003-03-14fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter1-19/+20
2003-03-12adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter1-0/+2
2003-02-27additional fix for CR 601Gerald Carter1-0/+15
2003-02-24Merge of server-side authentication changes to 3.0:Andrew Bartlett1-35/+25
2003-02-07check pointer before dereferencing itGerald Carter1-1/+1
2003-01-28Merge from HEAD:Andrew Bartlett1-262/+109