summaryrefslogtreecommitdiff
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* metze's autogenerate patch for version.hGerald Carter2003-08-201-1/+1
* - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett2003-08-191-5/+4
* Break up 'cli_full_connection' to allow for the session setups to be doneAndrew Bartlett2003-08-191-35/+114
* get rid of more compiler warningsHerb Lewis2003-08-152-19/+19
* Add the gss-spnego kerberos server side to ntml_auth. This uses theVolker Lendecke2003-08-151-0/+14
* Fix memleaks.Volker Lendecke2003-08-151-1/+3
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-157-53/+63
* Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett2003-08-145-70/+33
* Don't wrap up anything that is not there. Otherwise upper layersVolker Lendecke2003-08-131-0/+3
* Only close anything that is not fid 0. Was very confusing in ethereal...Volker Lendecke2003-08-131-1/+3
* As described in http://davenport.sourceforge.net/ntlm.html add NTLM2Andrew Bartlett2003-08-121-3/+40
* Fix client autonegotiate signing.Volker Lendecke2003-08-121-10/+15
* Fallback to not using NTLMv2 is extended security not supported.Jeremy Allison2003-08-111-1/+1
* I think this is the one to check...Volker Lendecke2003-08-111-0/+3
* Revert the latest fix. Need to investigate further.Volker Lendecke2003-08-111-4/+2
* Fix a segfault in ntlm_auth when we can't find a domain or hostname.Volker Lendecke2003-08-111-2/+4
* Store the server domain from the ntlmssp challenge in the client structVolker Lendecke2003-08-102-0/+4
* fix 2 bugs:Gerald Carter2003-08-081-3/+13
* RPC fix from Ronan Waide <waider@waider.ie>. Tested with rpcecho.Jeremy Allison2003-08-081-1/+1
* An oplock break reply from the client causes the sequence number to beJeremy Allison2003-08-071-1/+40
* Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison2003-08-071-46/+19
* Changes to make gss-spnego ntlmssp client work against W2k AD.Volker Lendecke2003-08-041-1/+17
* Fix unused variable warning.Tim Potter2003-08-041-1/+1
* Fix oplock break detection code on incoming oplock break responses. ThisJeremy Allison2003-08-031-7/+15
* Ensure we don't leak any sign records on cancel of pending requests.Jeremy Allison2003-08-021-0/+27
* Only look for mid sign records on incoming packets for oplock break replies.Jeremy Allison2003-08-021-20/+28
* More fixes for client and server side signing. Ensure sequence numbersJeremy Allison2003-08-022-32/+103
* Leave the packet sequence checkers enabled whilst I track down a smbclient ->...Jeremy Allison2003-08-021-2/+2
* Add the same signing code to the server. Ensure we use identical sessionJeremy Allison2003-08-021-12/+64
* Correct fix (removed the earlier band-aid) for what I thought was a signingJeremy Allison2003-08-024-4/+97
* 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