summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2003-09-06address bug #359. Andrew B's patch for implementing clientGerald Carter2-31/+37
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2-3/+4
2003-09-04Used cachegrind to track down some bottlenecks.Jeremy Allison1-0/+3
2003-08-27Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison1-2/+1
2003-08-22Use correct size (17 not 16) when doing a push_ascii(). Ensure thatJeremy Allison1-1/+1
2003-08-22revert abartet's change that removed the check for CAP_EXTENDED_SECURITY when...Gerald Carter1-2/+2
2003-08-22Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.Jeremy Allison1-13/+16
2003-08-20Attempt to fix the charcnv issues causing nmbd to crash. If we get a failedJeremy Allison1-1/+1
2003-08-20metze's autogenerate patch for version.hGerald Carter1-1/+1
2003-08-19 - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett1-5/+4
2003-08-19Break up 'cli_full_connection' to allow for the session setups to be doneAndrew Bartlett1-35/+114
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