summaryrefslogtreecommitdiff
path: root/source3/smbd/sesssetup.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13604: Fix for bug #3512 "use spnego=no" and "server signing=auto" cause cli...Jeremy Allison1-22/+20
2007-10-10r13316: Let the carnage begin....Gerald Carter1-11/+19
2007-10-10r11909: Implement 'reset on zero vc'. This kills other connections when a ses...Volker Lendecke1-0/+26
2007-10-10r11846: Destroy the TALLOC_CTX on error in the Kerberos session setup and give aGünther Deschner1-0/+7
2007-10-10r11661: Store the INFO3 in the PAC data into the netsamlogon_cache.Gerald Carter1-4/+8
2007-10-10r11655: Two small fixesGerald Carter1-3/+0
2007-10-10r11213: Fix the buildGünther Deschner1-1/+0
2007-10-10r11183: add small helper function to return a PAC_LOGON_INFO.Günther Deschner1-10/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-13/+57
2007-10-10r8913: Fix memory leak in -r 8912: Free the right thing, rather than blob1 't...Andrew Bartlett1-1/+1
2007-10-10r8912: Samba 3.0 was failing from a Vista client, because it was using 'raw'Andrew Bartlett1-6/+39
2007-10-10r8472: abartlet's patch for parallel ntlmssp supporttrunk/source/smbd/sessset...Gerald Carter1-17/+58
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison1-0/+1
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-1/+1
2007-10-10r7398: commiting abartlet's patch for kerberos authentication when using a ke...Gerald Carter1-1/+1
2007-10-10r7395: * new feature 'map to guest = bad uid' (based on patch fromGerald Carter1-20/+35
2007-10-10r7372: abartet's patch for BUG 2391 (segv caused by free a static pointer)Gerald Carter1-0/+2
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-9/+6
2007-10-10r7024: reverting mistaken commitGerald Carter1-14/+3
2007-10-10r7020: fixing printer ace values and getting rid of false compiler warning ab...Gerald Carter1-3/+14
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-5/+6
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-1/+3
2007-10-10r6020: Never do NT status codes with protocols before NT1 as we don't get cli...Jeremy Allison1-0/+4
2007-10-10r5952: BUG 2469: patch from Jason Mader to cleanup compiler warning when not ...Gerald Carter1-4/+8
2007-10-10r5290: Fix for bug #2323 - plaintext problem with WinXP.Jeremy Allison1-0/+8
2007-10-10r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...Jeremy Allison1-1/+1
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