summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
* r5577: get recurse; dir working across single level dfs referralsGerald Carter2007-10-102-5/+61
* r5560: make sure session setup message is displayed after changes to client.cGerald Carter2007-10-101-2/+2
* r5545: move cli_cm_XXX() connection handling code to clidfs and out of client...Gerald Carter2007-10-101-0/+278
* r5542: fix a few more msdfs bugs in smbclient against both smbd and 2k dfs rootGerald Carter2007-10-102-5/+24
* r5521: allow smbclient to follow multiple leveles of dfs referrals (no loop c...Gerald Carter2007-10-101-47/+10
* r5520: fix last remaining dfs issues with smbclient.Gerald Carter2007-10-101-2/+8
* r5518: Add initial msdfs support to smbclient. Currently I can onlyGerald Carter2007-10-103-29/+290
* r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopenGerald Carter2007-10-104-2/+263
* r5455: Remove bogus DEBUG messages (dump for a failure to parse NTLMSSP,Andrew Bartlett2007-10-101-4/+2
* r5432: compile fixes from Jason Mader <jason@ncac.gwu.edu> -- BUGS 2340Gerald Carter2007-10-101-3/+3
* r5272: BUG 2132, 2134: patch from Jason Mader <jason@ncac.gwu.edu> to remove ...Gerald Carter2007-10-101-7/+0
* r4970: Fix for bug 2092, allowing fallback after kerberos and allowJeremy Allison2007-10-102-4/+16
* r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes.Jeremy Allison2007-10-102-3/+13
* r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for eachVolker Lendecke2007-10-102-7/+13
* r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).Jeremy Allison2007-10-101-3/+2
* r4212: Ensure we only look at the bottom bit of large_readx.Jeremy Allison2007-10-101-5/+6
* r4188: Ensure we add in the upper length in the right place !Jeremy Allison2007-10-101-1/+1
* r4186: Fix client & server to allow 127k READX calls.Jeremy Allison2007-10-102-7/+16
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-1017-86/+80
* r4020: Fix for crash reported by Bård Kalbakk <baard@inett.biz>.Jeremy Allison2007-10-101-1/+1
* r4005: Fix for bug #2071 reported by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison2007-10-101-1/+1
* r3931: Fix all "may be used uninitialized" and "shadow" warnings.Jeremy Allison2007-10-101-4/+4
* r3892: Fix "might be used uninitialized" error.Jeremy Allison2007-10-101-0/+6
* r3843: If a connection to a DC is requested, open connections simultaeneously...Volker Lendecke2007-10-101-3/+3
* r3714: Getfacl now seems to work on files and directories. Next do setfaclJeremy Allison2007-10-101-1/+2
* r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind.Jeremy Allison2007-10-102-0/+106
* r3538: Fix the build with the latest Heimdal code.Jeremy Allison2007-10-101-1/+1
* r3535: Tidy up error reporting. Memory leak with MIT krb5 1.3.5 turnsJeremy Allison2007-10-101-11/+13
* r3525: Fix a memleakVolker Lendecke2007-10-101-1/+5
* r3439: Finally fix build for platforms without kerberos.Günther Deschner2007-10-101-4/+4
* r3407: Fix the buildVolker Lendecke2007-10-101-1/+1
* r3379: More merging of kerberos keytab and salting fixes from Nalin Dahyabhai...Jeremy Allison2007-10-101-2/+2
* r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redh...Jeremy Allison2007-10-102-10/+39
* r3345: More MIT/Heimdal tests for comparing enctypes now.Jeremy Allison2007-10-101-0/+14
* r3342: More MIT/Heimdal fixes to allow an enctype to be explicitly set in a k...Jeremy Allison2007-10-101-0/+11
* r3294: Fix for SMB signing with 56-bit DES session keys. From Nalin Dahyabhai...Jeremy Allison2007-10-101-2/+9
* r3264: fix lmhosts lookup so that we don't say we found something when we rea...Gerald Carter2007-10-101-24/+29
* r3143: Allow for multiple DC's to be named as #1c names in lmhosts.Volker Lendecke2007-10-101-13/+26
* r3138: Fix from Sorin Manolache <sorinm@gmail.com> for memory leak.Jeremy Allison2007-10-101-0/+1
* r2959: If we want to support writes >= 65536 with cli_write, then it had betterRichard Sharpe2007-10-101-4/+4
* r2942: Add client-side support of triggering ads printer publishing over msrpcGünther Deschner2007-10-101-0/+1
* r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD.Tim Potter2007-10-101-1/+1
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter2007-10-103-3/+3
* r2834: Netapps can return NT_STATUS_ACCESS_DENIED when trying to return theTim Potter2007-10-101-0/+3
* r2770: oops; internal_resolve_name() should stay static in 3.0Gerald Carter2007-10-101-1/+1
* r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...Gerald Carter2007-10-101-1/+1
* r2665: Ensure the UNIX info level returned enough data.Jeremy Allison2007-10-101-0/+6
* r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASICJeremy Allison2007-10-101-1/+130
* r2575: Return correct error codes on old SEARCH call (from Samba4 torture tes...Jeremy Allison2007-10-102-8/+11
* r2474: (re-)fix memleak (initially found by jra).Günther Deschner2007-10-101-6/+0