summaryrefslogtreecommitdiffstats
path: root/source/client
Commit message (Collapse)AuthorAgeFilesLines
* r6685: smbclient fixesGerald Carter2005-05-091-3/+16
| | | | | | * BUG 2680: copy files from an MSDFS win2k root share * BUG 2688: re-implement support for the -P (--port) option * support connecting to an 'msdfs proxy' share on a Samba server
* r6684: BUG 1780: patch from Rodrigo Fernandez-Vizarra ↵Gerald Carter2005-05-091-21/+203
| | | | <Rodrigo.Fernandez-Vizarra@Sun.COM> to add kerberos supsport to smbspool
* r6634: merge smbmount malloc checker fixes from trunkGerald Carter2005-05-062-0/+4
|
* r6514: Allow domain= to be specified in credentials file. Fix umount.cifs ↵Steve French2005-04-282-6/+40
| | | | | | help, allow root to unmount someone else's mount
* r6505: Add missing remount flag handlingSteve French2005-04-281-0/+2
|
* r6499: Add two newer mount options to syntax help for mount.cifsSteve French2005-04-271-1/+1
|
* r6482: Add support so umount.cifs can update mtabSteve French2005-04-261-45/+80
|
* r6388: BUG 2626: ensure that the calling_name is set to something after ↵Gerald Carter2005-04-191-0/+2
| | | | parsing smb.conf (if not set via -n)
* r6349: Update cifs umount utilitySteve French2005-04-151-8/+22
|
* r6348: Fix for bug #2605 reported by Daniel Patterson ↵Jeremy Allison2005-04-151-6/+21
| | | | | | | <Daniel_Patterson@national.com.au>. Ensure smbclient doesn't perform commands if the "chdir" fails in a scripted set. Jeremy.
* r6291: BUG 2588: force smbclient messages to port 139 unless someone set the ↵Gerald Carter2005-04-111-1/+6
| | | | -p option
* r6262: Minor updates to cifs umount helperSteve French2005-04-091-4/+11
|
* r6255: Initial checkin of cifs umount utilitySteve French2005-04-081-0/+266
|
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2005-04-062-4/+4
|
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2005-03-311-2/+2
| | | | | | | | | | | | | | | | | | 1. using smbc_getxattr() et al, one may now request all access control entities in the ACL without getting all other NT attributes. 2. added the ability to exclude specified attributes from the result set provided by smbc_getxattr() et al, when requesting all attributes, all NT attributes, or all DOS attributes. 3. eliminated all compiler warnings, including when --enable-developer compiler flags are in use. removed -Wcast-qual flag from list, as that is specifically to force warnings in the case of casting away qualifiers. Note: In the process of eliminating compiler warnings, a few nasties were discovered. In the file libads/sasl.c, PRIVATE kerberos interfaces are being used; and in libsmb/clikrb5.c, both PRIAVE and DEPRECATED kerberos interfaces are being used. Someone who knows kerberos should look at these and determine if there is an alternate method of accomplishing the task.
* r6120: Added "volume" command to smbclient that prints out the volume name andJeremy Allison2005-03-301-0/+20
| | | | | serial number. Jeremy.
* r6103: Update list of mount options for mount.cifsSteve French2005-03-281-3/+3
|
* r5979: Don't crash when talking to a Win98 server (bugid #2530 - not a fixJeremy Allison2005-03-221-0/+1
| | | | | buy just prevent the crash). Jeremy.
* r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter2005-03-222-3/+3
|
* r5897: Fix domain name parsing for cifs mount utilSteve French2005-03-191-7/+4
|
* r5896: Fix cifs mounts to handle commas embedded in prompted password, and ↵Steve French2005-03-191-17/+166
| | | | | | password and credential files. Fix cifs mounts to handle domain name and user name in username field (in form domain\user)
* r5835: Make smbclient obey the max protocol argument again.Jeremy Allison2005-03-161-1/+1
| | | | Jeremy.
* r5688: ignore user_xattr mount parm so as not to confuse it with a user nameSteve French2005-03-081-1/+3
|
* r5687: Fix for bug #2398 from Kevin Dalley <kevin@kelphead.org>.Jeremy Allison2005-03-071-5/+1
| | | | | smbtar shouldn't assume /dev/null means dryrun. Jeremy.
* r5640: On failed mount (ENXIO) retry share name in uppercase (fix mount to ↵Steve French2005-03-031-1/+20
| | | | FastConnect AIX SMB server)
* r5578: get 'recurse; dir' working across multiple levels of dfs referrals Gerald Carter2005-02-261-16/+16
| | | | | | note that this does not handle the situation where the same \\server\share is mounted mutliple times in the dfs tree since I store a single mount path per struct cli_state *
* r5577: get recurse; dir working across single level dfs referralsGerald Carter2005-02-261-3/+5
|
* r5545: move cli_cm_XXX() connection handling code to clidfs and out of ↵Gerald Carter2005-02-241-273/+27
| | | | client.c; client.c still maintains a pointer to the first connection so the change is fairly reansparent to other smbclient functions such as -L and -M
* r5542: fix a few more msdfs bugs in smbclient against both smbd and 2k dfs rootGerald Carter2005-02-241-5/+29
| | | | shares.
* r5527: Allow own netbios name to be set in smbclient's session setup.Günther Deschner2005-02-241-2/+8
| | | | Guenther
* r5520: fix last remaining dfs issues with smbclient.Gerald Carter2005-02-231-53/+146
| | | | | | | | | | | | | | | * all the unix extension commands should work * send the correct TRANS2_FINDFIRST format to 2k to get a listing from a msdfs root share (tested against smbd as well). * mkdir, rmdir, etc... all seem ok. I'm sure bugs will pop up so keep testing. Last thing I plan on doing is to clean up the horrible mess with connection management in smbclient and global variables (so i can move the cli_cm_xx() routines to a separate file).
* r5519: fix msdfs support for [m]get and [m]putGerald Carter2005-02-231-16/+32
|
* r5518: Add initial msdfs support to smbclient. Currently I can only Gerald Carter2005-02-231-104/+141
| | | | | | | | | | | | cd up and down the tree and get directory listings. Still have to figure out how to get a directory listing on a 2k dfs root. Also have to work out some issues with relative paths that cross dfs mount points. We're protected from the new code paths when connecting to a non-dfs root share ( the flag from the tcon&X is stored in the struct cli_state* )
* r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopenGerald Carter2005-02-222-132/+274
| | | | | | | | | | | | | | | | and SMBsplclose commands (BUG 2010) * clarify some debug messages in smbspool (also from Mike) my changes: * start adding msdfs client routines * enable smbclient to maintain multiple connections * set the CAP_DFS flag for our internal clienht routines. I actualy have a dfs referral working in do_cd() but that code is too ugly to live so I'm not checking it in just yet. Further work is to merge with vl's changes in trunk to support multiple TIDs per cli_state *.
* r5295: fix compile issue with MIT 1.4 due to broken gssapi.hGerald Carter2005-02-101-30/+0
|
* r5263: bug 2249: patch from Manuel Baena <mbaena@lcc.uma.es> to print error ↵Gerald Carter2005-02-071-1/+2
| | | | message in fullpath()
* r5236: Ignore users mount parm (since unneeded by cifs kernel code). ↵Steve French2005-02-041-1/+5
| | | | Suggested by Dirk Jagdmann.
* r5207: patches from Jay Fenlason @ RedHat (scooped from their Fedora packages)Gerald Carter2005-02-042-7/+11
|
* r4697: Fix for bug #2231 inspired by brad.ellis@its.monash.edu.au.Jeremy Allison2005-01-121-3/+3
| | | | | Remove double "\\" from findfirst. Jeremy.
* r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).Jeremy Allison2004-12-201-1/+1
| | | | Jeremy
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2004-12-072-25/+25
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r3931: Fix all "may be used uninitialized" and "shadow" warnings.Jeremy Allison2004-11-241-2/+4
| | | | Jeremy.
* r3714: Getfacl now seems to work on files and directories. Next do setfaclJeremy Allison2004-11-131-2/+132
| | | | | and port to Samba4. Jeremy.
* r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind.Jeremy Allison2004-11-121-0/+47
| | | | | | | | Need to add printout functions in client and set posix acl in server. SteveF - take a look at this for the cifsfs client ! Once this is working and tested the next step is to write this up for the UNIX extensions spec. documents. Jeremy.
* r3292: A fix from Narayana Pattipati ↵Richard Sharpe2004-10-271-2/+2
| | | | | | <narayana[dot]pattipati[at]wipro\dotty/com> for Solaris to ensure we distinguish properly between 5.1 and 5.10.
* r3275: Fix from Michael Sweet <mike@easysw.com> for bug #1892.Jeremy Allison2004-10-271-4/+4
| | | | Jeremy.
* r3068: strip guest mount option off before sending to kernel mount routine ↵Steve French2004-10-191-0/+6
| | | | to avoid logging spurious message
* r2917: Fix ip address override in mount.cifs mount helper and clean up ↵Steve French2004-10-111-45/+61
| | | | warning messages from the sparse tool and expand syntax help
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of Tim Potter2004-10-072-2/+2
| | | | | '..' from all #include preprocessor commands. This fixes bugzilla #1880 where OpenVMS gets confused about the '.' characters.
* r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASICJeremy Allison2004-09-261-0/+153
| | | | | | | | info level. Outputs data on the file in the same format the the stat command in Linux. Should be useful to people wanting to learn how to parse the UNIX extension output. Yes I will add the docs later :-). Jeremy.