summaryrefslogtreecommitdiff
path: root/source3/smbd/sesssetup.c
AgeCommit message (Expand)AuthorFilesLines
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-22(merge from 3.0)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-09-09sync 3.0 into HEAD for the last timeGerald Carter1-14/+8
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce1-16/+55
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-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-16Put this comment in a better place...Andrew Bartlett1-3/+3
2003-03-16Try to avoid dereferencing a null pointer.Andrew Bartlett1-9/+13
2003-03-14fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter1-17/+18
2003-03-12adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter1-0/+2
2003-03-10Don't segfault on make_server_info_guest() failure - instead return theAndrew Bartlett1-4/+2
2003-02-27additional fix for CR 601Gerald Carter1-1/+16
2003-02-24Patch from Luke Howard to add mutual kerberos authentication, and SMB sessionAndrew Bartlett1-13/+39
2003-02-21Fixed compiler warning.Tim Potter1-1/+0
2003-02-20Like for NTLM logins, lookup the 'winbind' user first, then the 'local' user.Andrew Bartlett1-18/+14
2003-02-10Some cleanups:Andrew Bartlett1-16/+11
2003-02-07check pointer before dereferencing itGerald Carter1-1/+1
2003-01-28As per a comment by herb a little while back, this should be >=, not == to keepAndrew Bartlett1-1/+1
2003-01-28The previous patch (NTLMSSP common code factoring) was missing a minor detail -Andrew Bartlett1-28/+35
2003-01-28Factor out common code in the NTLMSSP/SPNEGO code.Andrew Bartlett1-120/+58
2003-01-17Remove unused variable in reply_spnego_ntlmssp_okTim Potter1-1/+0
2003-01-16Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett1-5/+4
2003-01-15Refactor the NTLMSSP code again - this time we use function pointers toAndrew Bartlett1-14/+26
2003-01-13Updates to our NTLMSSP code:Andrew Bartlett1-194/+88
2003-01-11No point having this for both parts of the 'if' statement.Andrew Bartlett1-4/+2
2003-01-02pstring/fstring missmatches found by Andrew Bartlett.Jeremy Allison1-5/+5
2002-11-19a better for for using %U in smb.confAndrew Tridgell1-0/+11
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-3/+2
2002-09-25Metze claims that without this his win2k server gets horribly confused lookingAndrew Bartlett1-2/+2
2002-09-25Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some thingsAndrew Bartlett1-2/+2
2002-09-20"@" is valid in NetBIOS domain names.Jeremy Allison1-1/+1
2002-09-06This is the 'easy' parts of the trusted domains patch n+3 patch fromAndrew Bartlett1-13/+11
2002-09-06Revert accidental commit - I'll need to do a fair bit more testing before IAndrew Bartlett1-3/+0
2002-09-06Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett1-0/+3
2002-08-31Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements toAndrew Bartlett1-2/+0