summaryrefslogtreecommitdiffstats
path: root/source/smbd/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* r8913: Fix memory leak in -r 8912: Free the right thing, rather than blob1 't...Andrew Bartlett2007-10-101-1/+1
* r8912: Samba 3.0 was failing from a Vista client, because it was using 'raw'Andrew Bartlett2007-10-101-6/+39
* r8472: abartlet's patch for parallel ntlmssp supporttrunk/source/smbd/sessset...Gerald Carter2007-10-101-17/+58
* r7963: Add aio support to 3.0.Jeremy Allison2007-10-101-0/+1
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-1/+1
* r7398: commiting abartlet's patch for kerberos authentication when using a ke...Gerald Carter2007-10-101-1/+1
* r7395: * new feature 'map to guest = bad uid' (based on patch fromGerald Carter2007-10-101-20/+35
* r7372: abartet's patch for BUG 2391 (segv caused by free a static pointer)Gerald Carter2007-10-101-0/+2
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-9/+6
* r7024: reverting mistaken commitGerald Carter2007-10-101-14/+3
* r7020: fixing printer ace values and getting rid of false compiler warning ab...Gerald Carter2007-10-101-3/+14
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-5/+6
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-1/+3
* r6020: Never do NT status codes with protocols before NT1 as we don't get cli...Jeremy Allison2007-10-101-0/+4
* r5952: BUG 2469: patch from Jason Mader to cleanup compiler warning when not ...Gerald Carter2007-10-101-4/+8
* r5290: Fix for bug #2323 - plaintext problem with WinXP.Jeremy Allison2007-10-101-0/+8
* r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...Jeremy Allison2007-10-101-1/+1
* r1370: BUG 1297 - prevent map_username() from being called twice during logonGerald Carter2007-10-101-0/+2
* r1122: As spotted by lha@stacken.kth.se we don't actually use this variable a...Andrew Bartlett2007-10-101-2/+0
* r786: Memory leak fixes in (mostly) error code paths fromJeremy Allison2007-10-101-1/+7
* r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett2007-10-101-2/+2
* r59: revert session key problemAndrew Tridgell2007-10-101-2/+2
* r49: Support SMB signing on connections using only theAndrew Bartlett2007-10-101-8/+4
* Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett2004-03-271-5/+6
* BUG 417: fix %UuGg variables expansion in include lines setging the current_u...Gerald Carter2004-03-191-0/+9
* BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us...Gerald Carter2004-03-161-4/+8
* Patch by Luca Bolcioni <Luca.Bolcioni@yacme.com>. Ensure we alwaysAndrew Bartlett2004-01-261-0/+2
* reply_spnego_kerberos did not set the domain of the user handed toVolker Lendecke2004-01-151-0/+7
* Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free().Jeremy Allison2004-01-071-5/+7
* Commit the translation of the realm to the netbios domain name in the kerberosVolker Lendecke2004-01-041-3/+41
* Fix for bug #815. Make plaintext unicode passwords work with NT4.xJeremy Allison2003-12-121-5/+11
* fix %a variable for Windows 2003 -> Win2K3Gerald Carter2003-12-051-9/+39
* Subtract NT_STATUS from common flag, don't add it...Jeremy Allison2003-12-011-4/+4
* Don't automatically set nt status code flag unless client tells us it canJeremy Allison2003-12-011-9/+19
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-11/+21
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-1/+1
* more 2.2.x compatibility fixes - allow user looksup in the kerb5Gerald Carter2003-10-201-13/+10
* Fix memleak.Volker Lendecke2003-08-251-1/+3
* metze's autogenerate patch for version.hGerald Carter2003-08-201-1/+1
* Win2k never returns 'no such user' here, so when we do it, the clients freakAndrew Bartlett2003-08-181-1/+1
* Fix memleaks.Volker Lendecke2003-08-151-0/+5
* In ads_verify_realm, all we use in the ADS_STRUCT is theVolker Lendecke2003-08-141-15/+2
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
* only honor the first OID in the sessetup snego negotiate. DeviatesGerald Carter2003-07-311-4/+15
* Start the packet signing engine in the kerberos case in the same placeJeremy Allison2003-07-251-3/+8
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-251-1/+1
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-241-1/+1
* Server side NTLM signing works - until the first async packet. Working on thisJeremy Allison2003-07-241-2/+8
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-1/+1
* Signing so far... the client code fails on a SMBtrans2 secondary transactionJeremy Allison2003-07-181-9/+26