summaryrefslogtreecommitdiffstats
path: root/source/client
Commit message (Collapse)AuthorAgeFilesLines
* r25387: Sync with 3.2.0 svn treeGerald Carter2007-09-271-0/+4
|
* r24660: Merge the inbuf/outbuf changesVolker Lendecke2007-08-251-4/+6
|
* r24601: Fix if statements where we still expected cli_connect() to return BOOL.Lars Müller2007-08-211-1/+1
|
* r24036: Fix dfs rename bug in smbclient reported by Thomas Bork ↵Jeremy Allison2007-07-241-5/+14
| | | | | | | <tombork@web.de>. Couldn't rename file as we weren't DFS enabling the target path. Jeremy.
* r23989: For testing purposes, add "echo" to smbclientVolker Lendecke2007-07-221-0/+19
|
* r23825: Add ".." command as an alias to "cd ..".Günther Deschner2007-07-111-1/+15
| | | | Guenther
* r23824: Add ls alias for lazy typers like me.Günther Deschner2007-07-111-0/+1
| | | | Guenther
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-07-101-2/+1
|
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-108-16/+8
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-099-9/+9
| | | | Jeremy.
* r23596: Add notes about smbfs/cifs to usage() in smb[u]mountVolker Lendecke2007-06-252-1/+6
|
* r23571: Fix, parsing of multi byte share names.Simo Sorce2007-06-211-16/+10
| | | | | | | | | | | Thanks to SATOH Fumiyasu Fixes 4720 Jerry, this is a showstopper for 3.0.25b, please grab it into SAMBA_3_0_RELEASE before cuting the tarballs. Simo.
* r23567: Fix bug 4721Volker Lendecke2007-06-211-1/+1
|
* r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison2007-06-201-2/+8
| | | | | Long overdue fix.... Jeremy.
* r23527: Use existing escaping function pointed by JamesSimo Sorce2007-06-161-27/+3
|
* r23524: Fix bug 2319.Simo Sorce2007-06-161-13/+60
| | | | | | Got report this is all ok form a tester. Close a loong standing bug preventing people to freely use any character in their password when printing via cups were involved.
* r22981: Do not prompt for password on sec=none for mount.cifs (and allow guestSteve French2007-05-171-2/+5
| | | | option to pass to kernel code so it can know when to retry)
* r22980: Add in misc frees that valgrind noticed for mount.cifs.cSteve French2007-05-171-15/+23
|
* r22909: Change prototype of dump_data(), so that it takes unsigned char *Michael Adam2007-05-151-1/+1
| | | | | | | | | | instead of char *, which matches what samba4 has. Fix all the callers to prevent compiler warnings. This essentially ports r22001 from SAMBA_3_0 to SAMBA_3_0_26. There are a few additional type cast corrections.
* r22525: Allow prepathSteve French2007-04-261-0/+10
|
* r22155: Fixed warning #4498 from jason@ncac.gwu.edu.Jeremy Allison2007-04-101-2/+2
| | | | Jeremy.
* r22002: Fix bug #3974, there are still open issues with -N behavior (doc fix ↵Simo Sorce2007-03-281-26/+63
| | | | | | next) and -T argument parsing behavior (which is just insane but a separate bug)
* r21844: Janitor for Stevef : Jeremy Allison2007-03-151-0/+4
| | | | | | | mount.cifs compile on old libc missing bind mount #define Thanks to Thomas Jarosch for pointing this out. Jeremy.
* r21768: Fix the client dfs code such that smbclient canJeremy Allison2007-03-083-53/+66
| | | | | | | | | process deep dfs links (ie. links that go to non root parts of a share). Make the directory handling conanonical in POSIX and Windows pathname processing. dfs should not be fully working in client tools. Please bug me if not. Jeremy.
* r21734: Fix bug #4369. Patch from David Leonard <dleonard@vintela.com>.Jeremy Allison2007-03-071-0/+5
| | | | Jeremy.
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-03-053-7/+7
| | | | | | | | | | for utimes - change the call to ntimes. This preserves nsec timestamps we get from stat (if the system supports it) and only maps back down to usec or sec resolution on time set. Looks bigger than it is as I had to move lots of internal code from using time_t and struct utimebuf to struct timespec. Jeremy.
* r21657: get rid of warning - not everyone understands %FHerb Lewis2007-03-021-3/+3
|
* r21641: Add test code for POSIX pathname calls into smbclient.Jeremy Allison2007-03-011-1/+147
| | | | Jeremy.
* r20673: Add in the wdel smbclient command that allows meJeremy Allison2007-01-111-8/+12
| | | | | | to hand test attribute and wildcard delete strings to try and understand the underlying method in w2k3. Jeremy.
* r20655: After consulting with Volker, fix our pathnameJeremy Allison2007-01-101-0/+29
| | | | | | | | | | handling. Gets rid of more code than it adds. I will port this to SAMBA_3_0 next. There are still some wrinkles with wildcard delete I am working on - for example a dirtype pattern of 0x8aa4 isn't handled correctly yet.... still looking at this. Jeremy.
* r20260: clean up a bunch of no previous prototype warningsHerb Lewis2006-12-191-3/+3
|
* r20156: clean up nested extern declaration warningsHerb Lewis2006-12-131-3/+2
|
* r19814: Fix 'make everything build'Gerald Carter2006-11-211-17/+16
| | | | | | | The only major remaining pieces that are not being merged are: * The IDL work * The security descriptor merge.
* r19810: more merge work....does not compile currently. Working on smbd mergeGerald Carter2006-11-214-85/+287
|
* r19806: merge time.c changesGerald Carter2006-11-202-22/+31
|
* r19782: more compile fixes for mergeGerald Carter2006-11-191-15/+25
|
* r19529: Added showacls togle. Previously was vendor-specific code.Jeremy Allison2006-11-011-7/+71
| | | | | | Merging these in - should have been merged back before (will be tidied up later). Jeremy.
* r16674: After removing each individual post-3.0.23rc3 change:Gerald Carter2006-06-293-2/+10
| | | | | | | | | | | | | | This pulls is what I considered safe fixes from SAMBA_3_0. This boiled down to either Klocwork fixes or obvious compiler warning fixes. I did not include any changes to fnuction signatures not the version change to the passdb API. Also pulled in the 3 nmbd fixes requested by Jeremy and the wildcard delete fix. This code will sit for a few days in the cooker and then become 3.0.23 if nothing blows up. I don't care how many more compile warning fixes people throw into SAMBA_3_0.
* r16418: Pull in more Klocwork fixes (up to r16415)Gerald Carter2006-06-201-0/+5
|
* r16348: * merging changes from SAMBA_3_0 r16346Gerald Carter2006-06-192-7/+23
| | | | * updating release notes to match
* r16254: pulling klocwork fixes for 3.0.23rc3 (current up to r16251)Gerald Carter2006-06-153-17/+49
|
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-232-2/+5
|
* r15144: final code changes for 3.0.23pre1 (SAMBA_3_0 r15141)Gerald Carter2006-04-201-19/+30
|
* r15098: Make smbclient -L use RPC to list shares, fall back to RAP. This ↵Volker Lendecke2006-04-161-1/+56
| | | | | | | | should list long share names. Volker
* r14359: Try and fix Coverity #176 by making the pointerJeremy Allison2006-03-131-7/+7
| | | | | | aliasing clearer. This isn't a bug but a code clarification. Jeremy.
* r14351: Ensure we use the minimum of PATH_MAX and sizeof(pstring).Jeremy Allison2006-03-131-5/+12
| | | | | Fix Coverity #59. Jeremy.
* r14248: Fix Coverity bug # 84Volker Lendecke2006-03-121-0/+1
|
* r14246: Fix Coverity bug # 85Volker Lendecke2006-03-121-0/+2
|
* r14242: Fix Coverity bug # 82Volker Lendecke2006-03-121-0/+2
|
* r14176: Fix coverity bug #30. Ensure no possible null deref.Jeremy Allison2006-03-101-2/+7
| | | | Jeremy.