summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2003-08-15get rid of more compiler warningsHerb Lewis2-19/+19
2003-08-15Add the gss-spnego kerberos server side to ntml_auth. This uses theVolker Lendecke1-0/+14
2003-08-15Fix memleaks.Volker Lendecke1-1/+3
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis7-53/+63
2003-08-14Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett5-70/+33
2003-08-13Don't wrap up anything that is not there. Otherwise upper layersVolker Lendecke1-0/+3
2003-08-13Only close anything that is not fid 0. Was very confusing in ethereal...Volker Lendecke1-1/+3
2003-08-12As described in http://davenport.sourceforge.net/ntlm.html add NTLM2Andrew Bartlett1-3/+40
2003-08-12Fix client autonegotiate signing.Volker Lendecke1-10/+15
2003-08-11Fallback to not using NTLMv2 is extended security not supported.Jeremy Allison1-1/+1
2003-08-11I think this is the one to check...Volker Lendecke1-0/+3
2003-08-11Revert the latest fix. Need to investigate further.Volker Lendecke1-4/+2
2003-08-11Fix a segfault in ntlm_auth when we can't find a domain or hostname.Volker Lendecke1-2/+4
2003-08-10Store the server domain from the ntlmssp challenge in the client structVolker Lendecke2-0/+4
2003-08-08fix 2 bugs:Gerald Carter1-3/+13
2003-08-08RPC fix from Ronan Waide <waider@waider.ie>. Tested with rpcecho.Jeremy Allison1-1/+1
2003-08-07An oplock break reply from the client causes the sequence number to beJeremy Allison1-1/+40
2003-08-07Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison1-46/+19
2003-08-04Changes to make gss-spnego ntlmssp client work against W2k AD.Volker Lendecke1-1/+17
2003-08-04Fix unused variable warning.Tim Potter1-1/+1
2003-08-03Fix oplock break detection code on incoming oplock break responses. ThisJeremy Allison1-7/+15
2003-08-02Ensure we don't leak any sign records on cancel of pending requests.Jeremy Allison1-0/+27
2003-08-02Only look for mid sign records on incoming packets for oplock break replies.Jeremy Allison1-20/+28
2003-08-02More fixes for client and server side signing. Ensure sequence numbersJeremy Allison2-32/+103
2003-08-02Leave the packet sequence checkers enabled whilst I track down a smbclient ->...Jeremy Allison1-2/+2
2003-08-02Add the same signing code to the server. Ensure we use identical sessionJeremy Allison1-12/+64
2003-08-02Correct fix (removed the earlier band-aid) for what I thought was a signingJeremy Allison4-4/+97
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough2-2/+2
2003-08-01Final fix for the bug tridge found. Only push locks onto a blocking lockJeremy Allison1-0/+1
2003-07-31Fix off-by-one found by valgrind.Volker Lendecke1-1/+1
2003-07-31This fixes an error I must have made when playing with spnego.c foundVolker Lendecke1-14/+35
2003-07-31Turn the 'doing_signing' variable on - fix bug where it was only being setJeremy Allison1-1/+1
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison3-4/+28
2003-07-30Fix bug we discovered in W2K client signing on secondary trans2 packets.Jeremy Allison1-2/+3
2003-07-30Eliminate valgrind error when client gets bad sig on list. Some reformatting.Jeremy Allison2-12/+25
2003-07-29This adds gss-spnego to ntlm_auth. It contains some new spnego supportVolker Lendecke1-0/+292
2003-07-27Fix commentAndrew Bartlett1-1/+1
2003-07-27Try again to fix up 'session request' name exchange. This time we actualyAndrew Bartlett1-3/+3
2003-07-27Some small fixes to our charset conversion code:Andrew Bartlett1-4/+8
2003-07-25W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison4-16/+44
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2-3/+3
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter2-2/+2
2003-07-24Fix packet signing with asynchronous oplock breaks. Removed bad error messageJeremy Allison1-5/+67
2003-07-24SMB signing is now working with change notify. Need to fix the disconnectJeremy Allison1-18/+28
2003-07-24Server side NTLM signing works - until the first async packet. Working on thisJeremy Allison1-22/+114
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter3-5/+5
2003-07-23fixed segv in calls to pstrcpy() in cliprint.cAndrew Tridgell1-6/+6
2003-07-23Don't check in two places for signing turned off...Jeremy Allison1-3/+0
2003-07-18Signing so far... the client code fails on a SMBtrans2 secondary transactionJeremy Allison1-50/+114
2003-07-17Correctly toggle the signing state to what it was previosly when sendingJeremy Allison1-12/+5