summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-012-2/+2
* Final fix for the bug tridge found. Only push locks onto a blocking lockJeremy Allison2003-08-011-0/+1
* Fix off-by-one found by valgrind.Volker Lendecke2003-07-311-1/+1
* This fixes an error I must have made when playing with spnego.c foundVolker Lendecke2003-07-311-14/+35
* Turn the 'doing_signing' variable on - fix bug where it was only being setJeremy Allison2003-07-311-1/+1
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-303-4/+28
* Fix bug we discovered in W2K client signing on secondary trans2 packets.Jeremy Allison2003-07-301-2/+3
* Eliminate valgrind error when client gets bad sig on list. Some reformatting.Jeremy Allison2003-07-302-12/+25
* This adds gss-spnego to ntlm_auth. It contains some new spnego supportVolker Lendecke2003-07-291-0/+292
* Fix commentAndrew Bartlett2003-07-271-1/+1
* Try again to fix up 'session request' name exchange. This time we actualyAndrew Bartlett2003-07-271-3/+3
* Some small fixes to our charset conversion code:Andrew Bartlett2003-07-271-4/+8
* W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison2003-07-254-16/+44
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-252-3/+3
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-242-2/+2
* Fix packet signing with asynchronous oplock breaks. Removed bad error messageJeremy Allison2003-07-241-5/+67
* SMB signing is now working with change notify. Need to fix the disconnectJeremy Allison2003-07-241-18/+28
* Server side NTLM signing works - until the first async packet. Working on thisJeremy Allison2003-07-241-22/+114
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-233-5/+5
* fixed segv in calls to pstrcpy() in cliprint.cAndrew Tridgell2003-07-231-6/+6
* Don't check in two places for signing turned off...Jeremy Allison2003-07-231-3/+0
* Signing so far... the client code fails on a SMBtrans2 secondary transactionJeremy Allison2003-07-181-50/+114
* Correctly toggle the signing state to what it was previosly when sendingJeremy Allison2003-07-171-12/+5
* Putting the framework for server signing in place. Ensure we don't useJeremy Allison2003-07-171-5/+67
* Refactor signing code to remove most dependencies on 'struct cli'.Jeremy Allison2003-07-162-92/+118
* Add API framework for server SMB signing.Jeremy Allison2003-07-161-0/+21
* Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed.Jeremy Allison2003-07-162-5/+18
* Spelling.Tim Potter2003-07-165-12/+12
* fix typo in debug logGerald Carter2003-07-161-1/+1
* Added the "required" keyword to the "client signing" parameter to force itJeremy Allison2003-07-153-5/+19
* Add a cli_ prefix to a few functions to ensure everything that takes a struct...Jeremy Allison2003-07-151-10/+10
* Fix SMB signing when using NTLMSSP...Andrew Bartlett2003-07-142-93/+8
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-147-96/+385
* Delete obsolete comment.Tim Potter2003-07-141-1/+0
* i guess i'm the only one this ever annyoed...Gerald Carter2003-07-101-1/+1
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-035-8/+8
* fix bug #190; WINS server was getting marked as dead when it was not.Gerald Carter2003-07-031-2/+14
* * fixed volker's wbinfo -a lockup again. This one was my fault.Gerald Carter2003-07-011-60/+19
* * fix the trustdom_cache to work when winbindd is not running.Gerald Carter2003-07-012-22/+202
* * cleanup more DC name resolution issues in check_*domain_security()Gerald Carter2003-06-302-2/+79
* removing old codeGerald Carter2003-06-301-172/+0
* cleaning up more build issues. TestedGerald Carter2003-06-261-2/+4
* * fix typos in a few debug statementsGerald Carter2003-06-251-1/+1
* forgot one fileGerald Carter2003-06-251-0/+158
* large change:Gerald Carter2003-06-254-550/+353
* * s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2003-06-232-69/+18
* merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter2003-06-211-0/+238
* Forward port the app-head changes for dc name cache into 3.0.Jeremy Allison2003-06-133-31/+186
* fixed libsmb code to set correct timeout in cli_state when waiting forAndrew Tridgell2003-06-101-2/+2
* use ZERO_STRUCT() instead of memsetAndrew Tridgell2003-06-101-1/+1