summaryrefslogtreecommitdiffstats
path: root/source/smbd/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added the "required" keyword to the "client signing" parameter to force itJeremy Allison2003-07-151-12/+16
* It seems only NT4 does the VC == 0 session drop code.Jeremy Allison2003-05-281-1/+5
* Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resourcesJeremy Allison2003-05-271-1/+18
* volker's add_signature() fix; must pass the beginning on the outbuf to get th...Gerald Carter2003-05-271-5/+5
* fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...Gerald Carter2003-05-211-1/+4
* really make sure to include the version in the lanman string; tested spnego u...Gerald Carter2003-05-201-8/+9
* spellingTim Potter2003-05-141-1/+1
* Fix uninitialized blobs reported by Luke Howard.Jeremy Allison2003-05-011-0/+6
* add version back to lanman string in sessetup replyGerald Carter2003-04-291-1/+5
* Merge comment with HEADAndrew Bartlett2003-04-221-3/+3
* Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard'sAndrew Bartlett2003-03-171-27/+55
* fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter2003-03-141-19/+20