summaryrefslogtreecommitdiffstats
path: root/source3/client
Commit message (Collapse)AuthorAgeFilesLines
* s3: fix order of arguments in nsec_time_diff callBjörn Jacke2010-09-171-2/+2
|
* s3: use nsec_time_diff instead of TspecDiffBjörn Jacke2010-09-161-2/+2
|
* s3: use monotonic clock for time deltas in smbtarBjörn Jacke2010-08-311-7/+7
|
* s3: use monotonic clock for time deltas in smbclientBjörn Jacke2010-08-311-15/+13
|
* Fix bug 7627 - smbclient ignores "-I" when used with "-L", fails name ↵Jeremy Allison2010-08-201-2/+3
| | | | | | | | | resolution. Still needs some more work to fix missing netbios name issues, but fixes underlying issue of IP address being ignored. Jeremy.
* Fix bug 7563 - Creation of symlink using smbclient is buggy.Jeremy Allison2010-08-181-13/+9
| | | | | | | Fix semantics of symlink. "oldpath" should be an untouched blob, "newpath" should fit the share path semantics. Jeremy.
* s3: Replace some cli_errstr calls by nt_errstrVolker Lendecke2010-08-131-23/+44
|
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
|
* s3: Convert cli_list() to return NTSTATUSVolker Lendecke2010-08-041-5/+10
| | | | If needed, the callback functions can count themselves
* s3: Remove "cli" from "struct finfo"Volker Lendecke2010-07-303-19/+31
|
* s3: Remove a typedef (struct file_info)Volker Lendecke2010-07-273-14/+17
|
* s3: Convert cli_qpathinfo_streams to cli_qpathinfo_sendVolker Lendecke2010-07-261-4/+5
|
* s3: Convert cli_qpathinfo2 to cli_qpathinfo_sendVolker Lendecke2010-07-261-4/+5
|
* s3: Use error status instead of cli_errstrVolker Lendecke2010-07-261-3/+5
|
* Fix bug - 7551 smbclient does not return proper exit code.Jeremy Allison2010-07-151-0/+1
| | | | | | Catch error in cli_push. Jeremy.
* s3-client: Make sure we only write to an opened file.Andreas Schneider2010-06-291-4/+10
| | | | Found by clang-analyzer.
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-1/+1
| | | | Guenther
* Split out the client unix capabilities to those the server offered, and ↵Jeremy Allison2010-04-131-1/+1
| | | | | | | | | those the client asked for. This fixes a bug when using encrypted transport and DFS links. Found by my basic DFS torture test, which I'll check in next. Testing *rocks* :-). Jeremy.
* Add an "attributes" string to allinfo.Jeremy Allison2010-02-221-0/+27
| | | | Jeremy.
* s3: Slightly simplify the logic of completion_remote_filterVolker Lendecke2010-02-201-39/+45
|
* s3: Remove a "typedef struct"Volker Lendecke2010-02-201-4/+4
|
* s3: Fix a typoVolker Lendecke2010-02-201-1/+1
|
* s3: Convert cli_qpathinfo_basic to use cli_trans()Volker Lendecke2010-02-201-2/+6
|
* s3: Make cli_get_fs_volume_info() use cli_trans()Volker Lendecke2010-02-071-2/+5
|
* s3: Move "yesno" to the only place where it is used: client.cVolker Lendecke2010-01-211-0/+18
|
* s3: Pass fake_dir_create_times down to file_exist_stat, none of the callers ↵Volker Lendecke2009-11-291-2/+2
| | | | look at the mtime
* s3: "tar_parseargs" only looks at the mtimeVolker Lendecke2009-11-291-1/+1
|
* s3: "dotareof" only looks at the file typeVolker Lendecke2009-11-291-1/+1
|
* s3: client "newer" does not look at the create timestampVolker Lendecke2009-11-291-1/+1
|
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-292-3/+4
| | | | Step 0 to restore it as a per-share paramter
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵Günther Deschner2009-11-261-1/+2
| | | | | | samba. Guenther
* Revert "s3: Make the implicit reference to Protocol in mask_match() explicit"Volker Lendecke2009-11-231-2/+1
| | | | This reverts commit e23d8a3d1f558a7e98ef2afd71e1d15c5b3a71bc.
* Revert "s3: Make the implicit reference to Protocol in mask_match_list() ↵Volker Lendecke2009-11-231-7/+2
| | | | | | explicit" This reverts commit 1e22899d268ae5a089f941a204413c07ee64fc78.
* Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke2009-11-232-3/+3
| | | | This reverts commit c85a4c9ba4a7de65a7850f6f9708df66bd24deea.
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-212-3/+3
|
* s3: Make the implicit reference to Protocol in mask_match_list() explicitVolker Lendecke2009-11-211-2/+7
|
* s3: Make the implicit reference to Protocol in mask_match() explicitVolker Lendecke2009-11-211-1/+2
|
* s3: Convert cli_set_unix_extensions_capabilities_send to asyncVolker Lendecke2009-11-141-2/+5
|
* s3: Convert cli_unix_extensions_version to asyncVolker Lendecke2009-11-131-5/+12
|
* Ensure all callers to the rpc_client/cli_pipe functions correctlyJeremy Allison2009-11-121-1/+1
| | | | | initialize return variables. Jeremy.
* s3: Convert libsmb/cli_message to the async APIVolker Lendecke2009-11-101-38/+16
|
* Make cli_posix_lock/unlock asynchronous.Jeremy Allison2009-07-131-2/+2
| | | | Jeremy.
* Fix coverity #729. Resource leak in error path.Jeremy Allison2009-06-191-1/+4
| | | | Jeremy.
* Fix bug #2356 - smbclient -t <term code> no longer works.Jeremy Allison2009-06-031-17/+0
| | | | | Removed code and docs. Jeremy.
* Move mount.cifs/umount.cifs to the top level and remove the outdated copyJelmer Vernooij2009-06-026-2639/+0
| | | | in Samba 4.
* Make cli_posix_chown()/cli_posix_chmod() async.Jeremy Allison2009-05-281-2/+2
| | | | Jeremy.
* Make cli_posix_stat() async.Jeremy Allison2009-05-281-2/+2
| | | | Jeremy.
* Make getfacl async.Jeremy Allison2009-05-281-6/+2
| | | | Jeremy.
* Add a smbclient "readlink" command and add docs for it.Jeremy Allison2009-05-271-0/+49
| | | | Jeremy.
* Add aync POSIX hardlink and symlink and torture test for them.Jeremy Allison2009-05-271-2/+2
| | | | | Missing call cli_readlink() is next. Jeremy.