Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r6685: smbclient fixes | Gerald Carter | 2005-05-09 | 1 | -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 Carter | 2005-05-09 | 1 | -21/+203 |
| | | | | <Rodrigo.Fernandez-Vizarra@Sun.COM> to add kerberos supsport to smbspool | ||||
* | r6634: merge smbmount malloc checker fixes from trunk | Gerald Carter | 2005-05-06 | 2 | -0/+4 |
| | |||||
* | r6514: Allow domain= to be specified in credentials file. Fix umount.cifs ↵ | Steve French | 2005-04-28 | 2 | -6/+40 |
| | | | | | | help, allow root to unmount someone else's mount | ||||
* | r6505: Add missing remount flag handling | Steve French | 2005-04-28 | 1 | -0/+2 |
| | |||||
* | r6499: Add two newer mount options to syntax help for mount.cifs | Steve French | 2005-04-27 | 1 | -1/+1 |
| | |||||
* | r6482: Add support so umount.cifs can update mtab | Steve French | 2005-04-26 | 1 | -45/+80 |
| | |||||
* | r6388: BUG 2626: ensure that the calling_name is set to something after ↵ | Gerald Carter | 2005-04-19 | 1 | -0/+2 |
| | | | | parsing smb.conf (if not set via -n) | ||||
* | r6349: Update cifs umount utility | Steve French | 2005-04-15 | 1 | -8/+22 |
| | |||||
* | r6348: Fix for bug #2605 reported by Daniel Patterson ↵ | Jeremy Allison | 2005-04-15 | 1 | -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 Carter | 2005-04-11 | 1 | -1/+6 |
| | | | | -p option | ||||
* | r6262: Minor updates to cifs umount helper | Steve French | 2005-04-09 | 1 | -4/+11 |
| | |||||
* | r6255: Initial checkin of cifs umount utility | Steve French | 2005-04-08 | 1 | -0/+266 |
| | |||||
* | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 2005-04-06 | 2 | -4/+4 |
| | |||||
* | r6149: Fixes bugs #2498 and 2484. | Derrell Lipman | 2005-03-31 | 1 | -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 and | Jeremy Allison | 2005-03-30 | 1 | -0/+20 |
| | | | | | serial number. Jeremy. | ||||
* | r6103: Update list of mount options for mount.cifs | Steve French | 2005-03-28 | 1 | -3/+3 |
| | |||||
* | r5979: Don't crash when talking to a Win98 server (bugid #2530 - not a fix | Jeremy Allison | 2005-03-22 | 1 | -0/+1 |
| | | | | | buy just prevent the crash). Jeremy. | ||||
* | r5968: derrell's large file fix for libsmbclient (BUG 2505) | Gerald Carter | 2005-03-22 | 2 | -3/+3 |
| | |||||
* | r5897: Fix domain name parsing for cifs mount util | Steve French | 2005-03-19 | 1 | -7/+4 |
| | |||||
* | r5896: Fix cifs mounts to handle commas embedded in prompted password, and ↵ | Steve French | 2005-03-19 | 1 | -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 Allison | 2005-03-16 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r5688: ignore user_xattr mount parm so as not to confuse it with a user name | Steve French | 2005-03-08 | 1 | -1/+3 |
| | |||||
* | r5687: Fix for bug #2398 from Kevin Dalley <kevin@kelphead.org>. | Jeremy Allison | 2005-03-07 | 1 | -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 French | 2005-03-03 | 1 | -1/+20 |
| | | | | FastConnect AIX SMB server) | ||||
* | r5578: get 'recurse; dir' working across multiple levels of dfs referrals | Gerald Carter | 2005-02-26 | 1 | -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 referrals | Gerald Carter | 2005-02-26 | 1 | -3/+5 |
| | |||||
* | r5545: move cli_cm_XXX() connection handling code to clidfs and out of ↵ | Gerald Carter | 2005-02-24 | 1 | -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 root | Gerald Carter | 2005-02-24 | 1 | -5/+29 |
| | | | | shares. | ||||
* | r5527: Allow own netbios name to be set in smbclient's session setup. | Günther Deschner | 2005-02-24 | 1 | -2/+8 |
| | | | | Guenther | ||||
* | r5520: fix last remaining dfs issues with smbclient. | Gerald Carter | 2005-02-23 | 1 | -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]put | Gerald Carter | 2005-02-23 | 1 | -16/+32 |
| | |||||
* | r5518: Add initial msdfs support to smbclient. Currently I can only | Gerald Carter | 2005-02-23 | 1 | -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 SMBsplopen | Gerald Carter | 2005-02-22 | 2 | -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.h | Gerald Carter | 2005-02-10 | 1 | -30/+0 |
| | |||||
* | r5263: bug 2249: patch from Manuel Baena <mbaena@lcc.uma.es> to print error ↵ | Gerald Carter | 2005-02-07 | 1 | -1/+2 |
| | | | | message in fullpath() | ||||
* | r5236: Ignore users mount parm (since unneeded by cifs kernel code). ↵ | Steve French | 2005-02-04 | 1 | -1/+5 |
| | | | | Suggested by Dirk Jagdmann. | ||||
* | r5207: patches from Jay Fenlason @ RedHat (scooped from their Fedora packages) | Gerald Carter | 2005-02-04 | 2 | -7/+11 |
| | |||||
* | r4697: Fix for bug #2231 inspired by brad.ellis@its.monash.edu.au. | Jeremy Allison | 2005-01-12 | 1 | -3/+3 |
| | | | | | Remove double "\\" from findfirst. Jeremy. | ||||
* | r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com). | Jeremy Allison | 2004-12-20 | 1 | -1/+1 |
| | | | | Jeremy | ||||
* | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵ | Jeremy Allison | 2004-12-07 | 2 | -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 Allison | 2004-11-24 | 1 | -2/+4 |
| | | | | Jeremy. | ||||
* | r3714: Getfacl now seems to work on files and directories. Next do setfacl | Jeremy Allison | 2004-11-13 | 1 | -2/+132 |
| | | | | | and port to Samba4. Jeremy. | ||||
* | r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind. | Jeremy Allison | 2004-11-12 | 1 | -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 Sharpe | 2004-10-27 | 1 | -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 Allison | 2004-10-27 | 1 | -4/+4 |
| | | | | Jeremy. | ||||
* | r3068: strip guest mount option off before sending to kernel mount routine ↵ | Steve French | 2004-10-19 | 1 | -0/+6 |
| | | | | to avoid logging spurious message | ||||
* | r2917: Fix ip address override in mount.cifs mount helper and clean up ↵ | Steve French | 2004-10-11 | 1 | -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 Potter | 2004-10-07 | 2 | -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_BASIC | Jeremy Allison | 2004-09-26 | 1 | -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. |