summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5806: * fix a couple more segvs in spoolssGerald Carter1-0/+3
2007-10-10r5804: Revert the signing change by Nalin Dahyabhai <nalin@redhat.com>.Jeremy Allison1-1/+4
2007-10-10r5752: implement derrell's solution for binary compatibilty in the _SMBCCTX s...Gerald Carter2-10/+8
2007-10-10r5738: fix my build breakage; fix a few compiler warningsGerald Carter2-4/+2
2007-10-10r5735: rest of derrel's patch for BUG 2308; had to move the options structure...Gerald Carter2-534/+1098
2007-10-10r5729: partial fixes for BUG 2308; libsmbclient patches from Derrell Lipman <...Gerald Carter2-1/+7
2007-10-10r5723: Add missing part of fix for #2271. After analysing the actions of a XPJeremy Allison1-2/+4
2007-10-10r5702: Fix bug #2271. Correctly pull out and use resume names in aJeremy Allison1-20/+10
2007-10-10r5657: Fix uninitialized variable warningVolker Lendecke1-1/+1
2007-10-10r5578: get 'recurse; dir' working across multiple levels of dfs referralsGerald Carter1-15/+18
2007-10-10r5577: get recurse; dir working across single level dfs referralsGerald Carter2-5/+61
2007-10-10r5560: make sure session setup message is displayed after changes to client.cGerald Carter1-2/+2
2007-10-10r5545: move cli_cm_XXX() connection handling code to clidfs and out of client...Gerald Carter1-0/+278
2007-10-10r5542: fix a few more msdfs bugs in smbclient against both smbd and 2k dfs rootGerald Carter2-5/+24
2007-10-10r5521: allow smbclient to follow multiple leveles of dfs referrals (no loop c...Gerald Carter1-47/+10
2007-10-10r5520: fix last remaining dfs issues with smbclient.Gerald Carter1-2/+8
2007-10-10r5518: Add initial msdfs support to smbclient. Currently I can onlyGerald Carter3-29/+290
2007-10-10r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopenGerald Carter4-2/+263
2007-10-10r5455: Remove bogus DEBUG messages (dump for a failure to parse NTLMSSP,Andrew Bartlett1-4/+2
2007-10-10r5432: compile fixes from Jason Mader <jason@ncac.gwu.edu> -- BUGS 2340Gerald Carter1-3/+3
2007-10-10r5272: BUG 2132, 2134: patch from Jason Mader <jason@ncac.gwu.edu> to remove ...Gerald Carter1-7/+0
2007-10-10r4970: Fix for bug 2092, allowing fallback after kerberos and allowJeremy Allison2-4/+16
2007-10-10r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes.Jeremy Allison2-3/+13
2007-10-10r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for eachVolker Lendecke2-7/+13
2007-10-10r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).Jeremy Allison1-3/+2
2007-10-10r4212: Ensure we only look at the bottom bit of large_readx.Jeremy Allison1-5/+6
2007-10-10r4188: Ensure we add in the upper length in the right place !Jeremy Allison1-1/+1
2007-10-10r4186: Fix client & server to allow 127k READX calls.Jeremy Allison2-7/+16
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison17-86/+80
2007-10-10r4020: Fix for crash reported by Bård Kalbakk <baard@inett.biz>.Jeremy Allison1-1/+1
2007-10-10r4005: Fix for bug #2071 reported by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison1-1/+1
2007-10-10r3931: Fix all "may be used uninitialized" and "shadow" warnings.Jeremy Allison1-4/+4
2007-10-10r3892: Fix "might be used uninitialized" error.Jeremy Allison1-0/+6
2007-10-10r3843: If a connection to a DC is requested, open connections simultaeneously...Volker Lendecke1-3/+3
2007-10-10r3714: Getfacl now seems to work on files and directories. Next do setfaclJeremy Allison1-1/+2
2007-10-10r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind.Jeremy Allison2-0/+106
2007-10-10r3538: Fix the build with the latest Heimdal code.Jeremy Allison1-1/+1
2007-10-10r3535: Tidy up error reporting. Memory leak with MIT krb5 1.3.5 turnsJeremy Allison1-11/+13
2007-10-10r3525: Fix a memleakVolker Lendecke1-1/+5
2007-10-10r3439: Finally fix build for platforms without kerberos.Günther Deschner1-4/+4
2007-10-10r3407: Fix the buildVolker Lendecke1-1/+1
2007-10-10r3379: More merging of kerberos keytab and salting fixes from Nalin Dahyabhai...Jeremy Allison1-2/+2
2007-10-10r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redh...Jeremy Allison2-10/+39
2007-10-10r3345: More MIT/Heimdal tests for comparing enctypes now.Jeremy Allison1-0/+14
2007-10-10r3342: More MIT/Heimdal fixes to allow an enctype to be explicitly set in a k...Jeremy Allison1-0/+11
2007-10-10r3294: Fix for SMB signing with 56-bit DES session keys. From Nalin Dahyabhai...Jeremy Allison1-2/+9
2007-10-10r3264: fix lmhosts lookup so that we don't say we found something when we rea...Gerald Carter1-24/+29
2007-10-10r3143: Allow for multiple DC's to be named as #1c names in lmhosts.Volker Lendecke1-13/+26
2007-10-10r3138: Fix from Sorin Manolache <sorinm@gmail.com> for memory leak.Jeremy Allison1-0/+1
2007-10-10r2959: If we want to support writes >= 65536 with cli_write, then it had betterRichard Sharpe1-4/+4