summaryrefslogtreecommitdiff
path: root/source3/libsmb/clientgen.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21994: Ignore keepalives in the correct buffer (out not in :-).Jeremy Allison1-1/+1
2007-10-10r21993: Don't let keepalives interferece with sign or sealJeremy Allison1-0/+5
2007-10-10r21992: Fix keepalive processing when encryption turned on.Jeremy Allison1-6/+26
2007-10-10r21991: I hate Steve French :-). Add support for encryptionJeremy Allison1-2/+5
2007-10-10r21990: Stop messing with the signing engine just becauseJeremy Allison1-10/+10
2007-10-10r21939: Fix missing initialization thatJeremy Allison1-1/+1
2007-10-10r21922: Fixed the build by rather horrid means. I really needJeremy Allison1-27/+31
2007-10-10r21880: Make client and server calls into encryption code symetrical,Jeremy Allison1-3/+10
2007-10-10r21865: Add in the stubs for SMB transport encryption. Will fleshJeremy Allison1-5/+31
2007-10-10r20124: clean up nested extern declaration warningsHerb Lewis1-1/+2
2007-10-10r18014: revert a possibly unnecessary changeDerrell Lipman1-1/+2
2007-10-10r18011: Should fix bug 3835.Derrell Lipman1-3/+2
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-31/+9
2007-10-10r16458: Increase debuglevel of cli_rpc_pipe_close().Günther Deschner1-1/+1
2007-10-10r16356: Helping derrell out. Jeremy.Jeremy Allison1-1/+1
2007-10-10r13676: have to return a value from a non-void functionGerald Carter1-1/+1
2007-10-10r13671: fix return value in (void)fn()Gerald Carter1-1/+1
2007-10-10r13614: First part of the bugfix for #3510 - net join failsJeremy Allison1-1/+7
2007-10-10r13316: Let the carnage begin....Gerald Carter1-2/+6
2007-10-10r12225: r11729@cabra: derrell | 2005-12-13 22:59:45 -0500Derrell Lipman1-5/+7
2007-10-10r11976: (Slightly modified) Volker fix for #3293. Use SMBecho instead ofJeremy Allison1-0/+34
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-42/+41
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r7554: Refactor very messy code in util_sock.c Remove write_socket_data/read_...Jeremy Allison1-0/+15
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-16/+15
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+2
2007-10-10r5729: partial fixes for BUG 2308; libsmbclient patches from Derrell Lipman <...Gerald Carter1-0/+1
2007-10-10r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopenGerald Carter1-1/+3
2007-10-10r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for eachVolker Lendecke1-5/+11
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-3/+3
2007-10-10r1487: Remove unused parameter for the client-side signing functions.Andrew Bartlett1-1/+1
2007-10-10r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison1-1/+18
2007-10-10r446: Close the open NT pipes before the tdis.Volker Lendecke1-3/+3
2007-10-10r76: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work.Alexander Bokovoy1-1/+5
2004-03-27Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett1-1/+1
2004-03-19updating release notes & merging Derrel Lipman's libsmbclient patch from HEADGerald Carter1-0/+11
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-2/+3
2003-10-21Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison1-1/+1
2003-09-04Used cachegrind to track down some bottlenecks.Jeremy Allison1-0/+3
2003-08-13Only close anything that is not fid 0. Was very confusing in ethereal...Volker Lendecke1-1/+3
2003-08-02Correct fix (removed the earlier band-aid) for what I thought was a signingJeremy Allison1-0/+4
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-0/+21
2003-07-16Spelling.Tim Potter1-1/+1
2003-07-15Added the "required" keyword to the "client signing" parameter to force itJeremy Allison1-0/+3
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett1-5/+37
2003-05-14spellingTim Potter1-1/+1
2003-04-21Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.Andrew Bartlett1-4/+11
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke1-0/+1
2003-03-18Parinoia fixes from HEAD - malloc() some extra room after the allocatedAndrew Bartlett1-2/+2
2003-03-18Merge from HEAD:Andrew Bartlett1-5/+7