summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-17Putting the framework for server signing in place. Ensure we don't useJeremy Allison1-5/+67
2003-07-16Refactor signing code to remove most dependencies on 'struct cli'.Jeremy Allison2-92/+118
2003-07-16Add API framework for server SMB signing.Jeremy Allison1-0/+21
2003-07-16Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed.Jeremy Allison2-5/+18
2003-07-16Spelling.Tim Potter5-12/+12
2003-07-16fix typo in debug logGerald Carter1-1/+1
2003-07-15Added the "required" keyword to the "client signing" parameter to force itJeremy Allison3-5/+19
2003-07-15Add a cli_ prefix to a few functions to ensure everything that takes a struct...Jeremy Allison1-10/+10
2003-07-14Fix SMB signing when using NTLMSSP...Andrew Bartlett2-93/+8
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett7-96/+385
2003-07-14Delete obsolete comment.Tim Potter1-1/+0
2003-07-10i guess i'm the only one this ever annyoed...Gerald Carter1-1/+1
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison5-8/+8
2003-07-03fix bug #190; WINS server was getting marked as dead when it was not.Gerald Carter1-2/+14
2003-07-01* fixed volker's wbinfo -a lockup again. This one was my fault.Gerald Carter1-60/+19
2003-07-01* fix the trustdom_cache to work when winbindd is not running.Gerald Carter2-22/+202
2003-06-30* cleanup more DC name resolution issues in check_*domain_security()Gerald Carter2-2/+79
2003-06-30removing old codeGerald Carter1-172/+0
2003-06-26cleaning up more build issues. TestedGerald Carter1-2/+4
2003-06-25* fix typos in a few debug statementsGerald Carter1-1/+1
2003-06-25forgot one fileGerald Carter1-0/+158
2003-06-25large change:Gerald Carter4-550/+353
2003-06-23* s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2-69/+18