Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3: Use cli_ntcreate to when listing snapshots | Volker Lendecke | 2011-03-30 | 1 | -1/+5 |
| | | | | | | | This works for directories as well Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 30 14:37:02 CEST 2011 on sn-devel-104 | ||||
* | s3-libsmb: put namequery headers to nmblib.h | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
| | | | | | | | We might find a better name for it and merge other namequery related things as well here... Guenther | ||||
* | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 2011-03-30 | 3 | -0/+3 |
| | | | | Guenther | ||||
* | s3-includes: only include system/passwd.h when needed. | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-trans2: only include trans2.h where needed. | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3: Fix Coverity ID 83: RESOURCE_LEAK | Volker Lendecke | 2011-03-27 | 1 | -0/+3 |
| | |||||
* | s3: Remove two calls to cli_errstr | Volker Lendecke | 2011-03-27 | 1 | -4/+8 |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 27 13:17:47 CEST 2011 on sn-devel-104 | ||||
* | s3-libsmb: only include rap client when needed. | Günther Deschner | 2011-03-15 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3: Print all flags in "smbclient allinfo" | Volker Lendecke | 2011-03-02 | 1 | -1/+25 |
| | |||||
* | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 2011-02-28 | 1 | -0/+1 |
| | |||||
* | s3: Eliminate sys_select from do_smb_resolve() -- untested | Volker Lendecke | 2011-02-28 | 1 | -14/+3 |
| | |||||
* | s3: Eliminate sys_select from do_smb_browse() -- untested | Volker Lendecke | 2011-02-28 | 1 | -14/+4 |
| | |||||
* | s3: Eliminiate sys_select_intr from client.c | Volker Lendecke | 2011-02-28 | 1 | -10/+6 |
| | |||||
* | s3-smbclient: Fix cli_errstr() usage (part of bug #7864) | Björn Baumbach | 2011-01-25 | 1 | -7/+9 |
| | | | | | | | | | Convert cli_errstr() to nt_errstr() Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 25 11:41:53 CET 2011 on sn-devel-104 | ||||
* | s3-smbclient: Fix cli_errstr() usage (part of bug #7864) | Björn Baumbach | 2011-01-25 | 1 | -5/+7 |
| | | | | | | Convert cli_errstr() to nt_errstr() Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s3: Avoid a few calls to cli_errstr | Volker Lendecke | 2011-01-17 | 1 | -6/+10 |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Jan 17 08:47:25 CET 2011 on sn-devel-104 | ||||
* | s3-smbclient: prefer dcerpc_srvsvc_X functions. | Günther Deschner | 2011-01-13 | 1 | -2/+5 |
| | | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org> | ||||
* | s3: AllowDebugChange is gone | Volker Lendecke | 2010-12-28 | 1 | -1/+0 |
| | |||||
* | s3: Remove unused "retry" from cli_start_connection | Volker Lendecke | 2010-12-20 | 1 | -1/+1 |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Dec 20 17:58:33 CET 2010 on sn-devel-104 | ||||
* | s3: Add shadow copy info to smbclient allinfo | Volker Lendecke | 2010-11-30 | 1 | -0/+46 |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Nov 30 12:23:50 CET 2010 on sn-devel-104 | ||||
* | s3: Make cli_set_ea_path return NTSTATUS | Volker Lendecke | 2010-11-11 | 1 | -3/+5 |
| | |||||
* | s3-debug Move 'load_case_tables()' before lp_set_cmdline() and popt calls | Andrew Bartlett | 2010-11-02 | 1 | -2/+2 |
| | | | | | | | | | | The problem here is that we cannot run lp_set_cmdline() (directly or indirectly via the popt helpers) until load_case_tables() has been run. However, load_case_tables does not have auto-initialisation, so we must init it once, and once only. Andrew Bartlett | ||||
* | s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() instead | Andrew Bartlett | 2010-11-02 | 1 | -7/+1 |
| | | | | | | | | | By removing this global variable, the API between the two different debug systems is made more similar. Both s3 and s4 now have lp_set_cmdline() which ensures that the smb.conf cannot overwrite these the user-specified log level. Andrew Bartlett | ||||
* | s3-debug Impove setup_logging() to specify logging to stderr | Andrew Bartlett | 2010-11-02 | 3 | -11/+5 |
| | | | | | | | | This change improves the setup_logging() API so that callers which wish to set up logging to stderr can simply ask for it, rather than directly modify the dbf global variable. Andrew Bartlett | ||||
* | Fix bug #7700 - Improvement of return code of smbclient | Jeremy Allison | 2010-10-29 | 3 | -69/+128 |
| | | | | | | | | | | Based on an initial patch from H Hasegawa <hasegawa.hiroyuki@fujixerox.co.jp>. Convert cli_list and associated functions to take calls that return NTSTATUS. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Oct 29 19:40:16 UTC 2010 on sn-devel-104 | ||||
* | s3: Add "setea" to smbclient | Volker Lendecke | 2010-10-24 | 1 | -0/+47 |
| | |||||
* | s3: Add "geteas" to smbclient | Volker Lendecke | 2010-10-24 | 1 | -0/+59 |
| | |||||
* | s3: Convert cli_qfileinfo_basic to cli_qfileinfo | Volker Lendecke | 2010-10-24 | 1 | -5/+7 |
| | |||||
* | s3: Rename cli_fileinfo() to cli_fileinfo_basic() | Volker Lendecke | 2010-10-24 | 1 | -3/+5 |
| | |||||
* | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 2010-10-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104 | ||||
* | samba: share readline wrappers among all buildsystems. | Günther Deschner | 2010-10-01 | 1 | -0/+2 |
| | | | | Guenther | ||||
* | s3-readline: move cmd_history to smbclient, the only user. | Günther Deschner | 2010-10-01 | 1 | -0/+20 |
| | | | | Guenther | ||||
* | samba: share select wrappers. | Günther Deschner | 2010-10-01 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3: fix order of arguments in nsec_time_diff call | Björn Jacke | 2010-09-17 | 1 | -2/+2 |
| | |||||
* | s3: use nsec_time_diff instead of TspecDiff | Björn Jacke | 2010-09-16 | 1 | -2/+2 |
| | |||||
* | s3: use monotonic clock for time deltas in smbtar | Björn Jacke | 2010-08-31 | 1 | -7/+7 |
| | |||||
* | s3: use monotonic clock for time deltas in smbclient | Björn Jacke | 2010-08-31 | 1 | -15/+13 |
| | |||||
* | Fix bug 7627 - smbclient ignores "-I" when used with "-L", fails name ↵ | Jeremy Allison | 2010-08-20 | 1 | -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 Allison | 2010-08-18 | 1 | -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_errstr | Volker Lendecke | 2010-08-13 | 1 | -23/+44 |
| | |||||
* | s3-popt: Only include popt-common.h when needed. | Andreas Schneider | 2010-08-05 | 1 | -0/+1 |
| | |||||
* | s3: Convert cli_list() to return NTSTATUS | Volker Lendecke | 2010-08-04 | 1 | -5/+10 |
| | | | | If needed, the callback functions can count themselves | ||||
* | s3: Remove "cli" from "struct finfo" | Volker Lendecke | 2010-07-30 | 3 | -19/+31 |
| | |||||
* | s3: Remove a typedef (struct file_info) | Volker Lendecke | 2010-07-27 | 3 | -14/+17 |
| | |||||
* | s3: Convert cli_qpathinfo_streams to cli_qpathinfo_send | Volker Lendecke | 2010-07-26 | 1 | -4/+5 |
| | |||||
* | s3: Convert cli_qpathinfo2 to cli_qpathinfo_send | Volker Lendecke | 2010-07-26 | 1 | -4/+5 |
| | |||||
* | s3: Use error status instead of cli_errstr | Volker Lendecke | 2010-07-26 | 1 | -3/+5 |
| | |||||
* | Fix bug - 7551 smbclient does not return proper exit code. | Jeremy Allison | 2010-07-15 | 1 | -0/+1 |
| | | | | | | Catch error in cli_push. Jeremy. | ||||
* | s3-client: Make sure we only write to an opened file. | Andreas Schneider | 2010-06-29 | 1 | -4/+10 |
| | | | | Found by clang-analyzer. | ||||
* | s3-secdesc: remove "typedef struct security_descriptor SEC_DESC". | Günther Deschner | 2010-05-18 | 1 | -1/+1 |
| | | | | Guenther |