summaryrefslogtreecommitdiffstats
path: root/source3/client/client.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix smbclient notify against WindowsVolker Lendecke2012-04-161-1/+1
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-5/+5
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_closedir wrapperAndrew Bartlett2012-04-051-3/+3
* build: Remove sys_opendir wrapperAndrew Bartlett2012-04-051-1/+1
* build: Remove sys_open wrapperAndrew Bartlett2012-04-051-2/+2
* build: Remove sys_lseek wrapperAndrew Bartlett2012-04-051-1/+1
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-2/+2
* s3:client correct a wordingChristian Ambach2012-03-221-1/+1
* s3: Add "notify" cmd to smbclientVolker Lendecke2012-03-221-0/+57
* Rename obscure defined constants.Christopher R. Hertel (crh)2012-02-161-4/+5
* s3:client: ignore SMBecho errors (the server may not support it) (bug #8139)Stefan Metzmacher2012-01-311-3/+7
* Revert "Fix bug #8139 - smbclient fails if server does not support Echo reque...Stefan Metzmacher2012-01-311-5/+1
* Fix bug #8139 - smbclient fails if server does not support Echo request.Jeremy Allison2012-01-311-1/+5
* Introduce dump_data_fileVolker Lendecke2012-01-251-7/+2
* Move the callers that need to use the new cli_open() back to callingJeremy Allison2011-12-031-118/+3
* Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison2011-12-031-1/+1
* Ensure we map our own Samba return of ERRSRV, ERRunknownsmbJeremy Allison2011-12-021-0/+3
* Convert smbclient to using NtCreateX by preference, fall back to openX onJeremy Allison2011-12-021-3/+115
* Add the "backup" toggle command to smbclient. In order for this to beJeremy Allison2011-12-021-0/+14
* s3:client: make use of cli_tree_connect()Stefan Metzmacher2011-11-241-1/+1
* s3:client: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-031-1/+1
* Bug 7551: Return error of cli_push when 'put - /some/file' is usedBram2011-09-291-1/+1
* s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher2011-09-081-1/+1
* s3:client: make use of cli_state_protocol()Stefan Metzmacher2011-08-021-1/+1
* s3:smbclient: use lp_load_client()Michael Adam2011-07-281-3/+1
* s3-client/client.c: replace cli_query_secdesc_old()Björn Baumbach2011-07-231-5/+5
* s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old()Björn Baumbach2011-07-231-1/+1
* s3:client: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-1/+1
* s3:smbclient: print nt status code when smb echo failsMichael Adam2011-07-221-2/+2
* s3:smbclient: add a "tdis" command to view and change the tree id (tid).Michael Adam2011-07-221-0/+25
* s3:smbclient: add a "tdis" command to do a tree disconnect (close a connectio...Michael Adam2011-07-221-0/+19
* s3:smbclient: add a "tcon" command to do a tree connect (connect to a share)Michael Adam2011-07-221-0/+34
* s3:smbclient: add "logoff" command to close the sessionMichael Adam2011-07-221-0/+19
* s3:libsmb: move cli->vuid to cli->smb1.uid and hide it behind cli_state_[g|s]...Stefan Metzmacher2011-07-211-3/+4
* s3:client: simplify readline_callback() to only use cli_echo()Stefan Metzmacher2011-07-111-54/+9
* s3:client: use an inbuf on the stack in readline_callback()Stefan Metzmacher2011-07-081-2/+3
* s3:libsmb: remove unused enum smb_read_errors infrastructureStefan Metzmacher2011-07-081-16/+1
* s3:client: close the socket if receive_smb_raw() failsStefan Metzmacher2011-07-081-0/+5
* s3:client: use cli_nt_error() in order to avoid cli_errstr()Stefan Metzmacher2011-07-081-3/+8
* s3:client: avoid cli_errstr() where we already have an NTSTATUSStefan Metzmacher2011-07-081-39/+67
* s3-client: Remove use of cli_errstr()Björn Baumbach2011-07-071-2/+2
* s3:libsmb: use clistr_pull_talloc() in cli_get_fs_volume_info()Stefan Metzmacher2011-07-061-3/+4
* s3: Remove cli_errstr from cmd_posix_openVolker Lendecke2011-07-061-5/+12
* s3: Fix error logic in posix_openVolker Lendecke2011-07-061-2/+2
* s3: Remove a few uses of cli_errstrVolker Lendecke2011-07-061-26/+27
* s3: make cli_resolve_path return NTSTATUSVolker Lendecke2011-07-061-36/+106
* s3: Make cli_cm_open return NTSTATUSVolker Lendecke2011-07-031-24/+38
* s3: Read symlink information in smbclient "allinfo"Volker Lendecke2011-07-031-0/+17
* s3: Fix an error message in smbclient symlinkVolker Lendecke2011-06-241-1/+1