summaryrefslogtreecommitdiffstats
path: root/source3/client/client.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: Use reparse point style symlinksVolker Lendecke2011-06-241-18/+18
* s3: Remove a call to cli_errstrVolker Lendecke2011-06-241-2/+4
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-19/+1
* s3-param Remove special case for lp_workgroup()Andrew Bartlett2011-06-091-14/+1
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-1/+1
* Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison2011-06-011-2/+3
* s3: Use cli_connect_nb in do_message_opVolker Lendecke2011-05-291-33/+3
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison2011-05-041-2/+2
* Change safe_strcpy_base to strlcpy_base. Note the size doesn't change here as...Jeremy Allison2011-05-041-1/+1
* s3-client Add TALLOC_CTX argument to attrib_string().Andrew Bartlett2011-04-291-2/+2
* s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCHAndrew Bartlett2011-04-291-3/+3
* s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIRAndrew Bartlett2011-04-291-14/+14
* s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEMAndrew Bartlett2011-04-291-7/+7
* s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDENAndrew Bartlett2011-04-291-7/+7
* s3: Use cli_ntcreate to when listing snapshotsVolker Lendecke2011-03-301-1/+5
* s3-libsmb: put namequery headers to nmblib.hGünther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3-trans2: only include trans2.h where needed.Günther Deschner2011-03-301-0/+1
* s3: Remove two calls to cli_errstrVolker Lendecke2011-03-271-4/+8
* s3-libsmb: only include rap client when needed.Günther Deschner2011-03-151-0/+1
* s3: Print all flags in "smbclient allinfo"Volker Lendecke2011-03-021-1/+25
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3: Eliminiate sys_select_intr from client.cVolker Lendecke2011-02-281-10/+6