summaryrefslogtreecommitdiffstats
path: root/source3/smbd/sesssetup.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter2003-03-121-0/+2
* additional fix for CR 601Gerald Carter2003-02-271-0/+15
* Merge of server-side authentication changes to 3.0:Andrew Bartlett2003-02-241-35/+25
* check pointer before dereferencing itGerald Carter2003-02-071-1/+1
* Merge from HEAD:Andrew Bartlett2003-01-281-262/+109
* pstring/fstring missmatches found by Andrew Bartlett.Jeremy Allison2003-01-021-5/+5
* merged the %U changes to 3.0Andrew Tridgell2002-11-201-0/+11
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-3/+2
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-22/+18
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-49/+70
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-28/+60
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-7/+0
* Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett2002-01-111-1/+12
* Better explanation message for dmalloc.Martin Pool2002-01-091-5/+5
* Get this code back to where it belongs...Andrew Bartlett2002-01-061-7/+7
* Some more SPNEGO fixes.Andrew Bartlett2002-01-061-1/+1
* Fix up the SPNEGO segfault.Andrew Bartlett2002-01-051-2/+2