summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3:libsmb/libsmb_dir: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-2/+2
| | | | metze
* s3:libsmb/clirap2: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-4/+5
| | | | metze
* s3:libsmb/clifsinfo: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-1/+1
| | | | metze
* s3:libsmb/clidfs: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-7/+14
| | | | metze
* s3:libsmb/cliconnect: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-7/+8
| | | | metze
* s3:libnet_join: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-3/+6
|
* s3:lib/netapi: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-2/+7
| | | | metze
* s3:client: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-1/+1
| | | | metze
* s3:auth_server: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-6/+7
| | | | metze
* s3:auth_domain: we already have the dc_name, it's the same as cli->desthostStefan Metzmacher2011-07-221-1/+1
| | | | metze
* s3:libsmb: add cli_state_remote_name()Stefan Metzmacher2011-07-222-0/+6
| | | | metze
* s3:libsmb: remove const from cli_cm_display()Stefan Metzmacher2011-07-222-2/+2
| | | | metze
* s3-torture: run_locktest4(): replace cli_read_old() with cli_read()Björn Baumbach2011-07-221-5/+5
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-torture: introduce test_cli_read()Björn Baumbach2011-07-221-0/+22
| | | | | | test_cli_read calls cli_read and returns success or failure Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:libsmb: move cli_state->{src_ss,dest_ss} to ↵Stefan Metzmacher2011-07-222-8/+8
| | | | | | cli_state->conn.{local_ss,remote_ss} metze
* s3:net_rpc_printer: make use of cli_state_remote_sockaddr()Stefan Metzmacher2011-07-221-4/+8
| | | | metze
* s3:net_rpc: make use of cli_state_remote_sockaddr()Stefan Metzmacher2011-07-221-1/+2
| | | | metze
* s3:net_rpc_join: make use of cli_state_remote_sockaddr()Stefan Metzmacher2011-07-221-1/+2
| | | | metze
* s3:net_rpc_join: pass const sockaddr_storage to net_rpc_join_ok()Stefan Metzmacher2011-07-222-4/+6
| | | | metze
* s3:net_util: pass const sockaddr_storage to net_make_ipc_connection_ex()Stefan Metzmacher2011-07-222-2/+2
| | | | metze
* s3:net_util: add some const to sockaddr_storageStefan Metzmacher2011-07-222-16/+16
| | | | metze
* s3:auth_domain: add some const to sockaddr_storageStefan Metzmacher2011-07-221-2/+2
| | | | metze
* s3:libsmb: only pass const sockaddr_storage to cli_full_connection()Stefan Metzmacher2011-07-222-6/+2
| | | | | | No direct or indirect caller needs this to be set. metze
* s3:smbcquotas: pass down NULL instead of a zero sockaddr_storageStefan Metzmacher2011-07-221-4/+1
| | | | metze
* s3:smbcacls: pass down NULL instead of a zero sockaddr_storageStefan Metzmacher2011-07-221-4/+1
| | | | metze
* s3:libsmb_server: pass NULL instead of a zero sockaddr_storageStefan Metzmacher2011-07-221-3/+1
| | | | metze
* s3:libsmb: only pass a const sockaddr_storage to cli_start_connection()Stefan Metzmacher2011-07-222-6/+6
| | | | | | Let the caller use cli_state_remote_sockaddr() if needed. metze
* s3:net_time: expect const sockaddr_storage in cli_servertime()Stefan Metzmacher2011-07-221-2/+4
| | | | | | We don't want to modify the value. metze
* s3:libsmb: let cli_connect_nb() only expect a const sockaddr_storage *dest_ssStefan Metzmacher2011-07-222-8/+8
| | | | | | | Only one caller expects this value to be set, which now calls cli_state_remote_sockaddr() to get the value. metze
* s3:libsmb: use cli_state_remote_sockaddr() in smb2cli_tcon_send()Stefan Metzmacher2011-07-221-1/+1
| | | | metze
* s3:libnet: use cli_state_remote_sockaddr() in libnet_DomainJoin()Stefan Metzmacher2011-07-221-1/+1
| | | | metze
* s3:winbindd_cm: use cli_state_[local|remote]_sockaddr()Stefan Metzmacher2011-07-221-14/+4
| | | | metze
* s3:libsmb: add cli_state_[local|remote]_sockaddr()Stefan Metzmacher2011-07-222-0/+12
| | | | metze
* s3:libsmb: move cli_state->fd to cli_state->conn.fdStefan Metzmacher2011-07-225-17/+16
| | | | metze
* s3:libsmb: make use of cli_state_disconnect()Stefan Metzmacher2011-07-222-14/+4
| | | | metze
* s3:libsmb: make use of cli_state_is_connected()Stefan Metzmacher2011-07-221-1/+1
| | | | metze
* s3:torture: use cli_state_disconnect() to close the socket on SIGALRMStefan Metzmacher2011-07-221-3/+3
| | | | metze
* s3:smbtree: try to fix completely broken logic in get_workgroups()Stefan Metzmacher2011-07-221-15/+23
| | | | metze
* s3:loadparm: fix the reload of the configuration: also reload activated ↵Michael Adam2011-07-221-2/+6
| | | | | | | registry shares Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jul 22 16:53:49 CEST 2011 on sn-devel-104
* s3:loadparm: add reload_registry_shares() - reload only those shares already ↵Michael Adam2011-07-221-0/+29
| | | | loaded
* 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
| | | | | This low level command can be used to switch between tree connects in one session.
* s3:smbclient: add a "tdis" command to do a tree disconnect (close a ↵Michael Adam2011-07-221-0/+19
| | | | connection to a share)
* 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_state->outgoing to cli_state->conn.outgoingStefan Metzmacher2011-07-224-7/+6
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jul 22 09:53:59 CEST 2011 on sn-devel-104
* s3:libsmb: move cli_state->pending to cli_state->conn.pendingStefan Metzmacher2011-07-224-49/+55
| | | | metze
* s3:libsmb: fix compiler warnings in cli_state_create()Stefan Metzmacher2011-07-221-5/+5
| | | | metze
* s4-messaging: fixed the removal of messaging sockets in child tasksAndrew Tridgell2011-07-228-29/+41
| | | | | | | | | | | | | | when a child task exits we were firing a destructor on any inherited messaging contexts, which could trigger a removal of the parents message socket and messaging database entry. This adds a new auto_remove flag to imessaging_init(), and exposes the cleanup code for use by the stream service. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Jul 22 08:09:06 CEST 2011 on sn-devel-104
* Fix const warning.Jeremy Allison2011-07-221-2/+5
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Jul 22 01:58:39 CEST 2011 on sn-devel-104