summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-22s3:libsmb/cliconnect: make use of cli_state_remote_name()Stefan Metzmacher1-7/+8
metze
2011-07-22s3:libnet_join: make use of cli_state_remote_name()Stefan Metzmacher1-3/+6
2011-07-22s3:lib/netapi: make use of cli_state_remote_name()Stefan Metzmacher1-2/+7
metze
2011-07-22s3:client: make use of cli_state_remote_name()Stefan Metzmacher1-1/+1
metze
2011-07-22s3:auth_server: make use of cli_state_remote_name()Stefan Metzmacher1-6/+7
metze
2011-07-22s3:auth_domain: we already have the dc_name, it's the same as cli->desthostStefan Metzmacher1-1/+1
metze
2011-07-22s3:libsmb: add cli_state_remote_name()Stefan Metzmacher2-0/+6
metze
2011-07-22s3:libsmb: remove const from cli_cm_display()Stefan Metzmacher2-2/+2
metze
2011-07-22s3-torture: run_locktest4(): replace cli_read_old() with cli_read()Björn Baumbach1-5/+5
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-07-22s3-torture: introduce test_cli_read()Björn Baumbach1-0/+22
test_cli_read calls cli_read and returns success or failure Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-07-22s3:libsmb: move cli_state->{src_ss,dest_ss} to ↵Stefan Metzmacher2-8/+8
cli_state->conn.{local_ss,remote_ss} metze
2011-07-22s3:net_rpc_printer: make use of cli_state_remote_sockaddr()Stefan Metzmacher1-4/+8
metze
2011-07-22s3:net_rpc: make use of cli_state_remote_sockaddr()Stefan Metzmacher1-1/+2
metze
2011-07-22s3:net_rpc_join: make use of cli_state_remote_sockaddr()Stefan Metzmacher1-1/+2
metze
2011-07-22s3:net_rpc_join: pass const sockaddr_storage to net_rpc_join_ok()Stefan Metzmacher2-4/+6
metze
2011-07-22s3:net_util: pass const sockaddr_storage to net_make_ipc_connection_ex()Stefan Metzmacher2-2/+2
metze
2011-07-22s3:net_util: add some const to sockaddr_storageStefan Metzmacher2-16/+16
metze
2011-07-22s3:auth_domain: add some const to sockaddr_storageStefan Metzmacher1-2/+2
metze
2011-07-22s3:libsmb: only pass const sockaddr_storage to cli_full_connection()Stefan Metzmacher2-6/+2
No direct or indirect caller needs this to be set. metze
2011-07-22s3:smbcquotas: pass down NULL instead of a zero sockaddr_storageStefan Metzmacher1-4/+1
metze
2011-07-22s3:smbcacls: pass down NULL instead of a zero sockaddr_storageStefan Metzmacher1-4/+1
metze
2011-07-22s3:libsmb_server: pass NULL instead of a zero sockaddr_storageStefan Metzmacher1-3/+1
metze
2011-07-22s3:libsmb: only pass a const sockaddr_storage to cli_start_connection()Stefan Metzmacher2-6/+6
Let the caller use cli_state_remote_sockaddr() if needed. metze
2011-07-22s3:net_time: expect const sockaddr_storage in cli_servertime()Stefan Metzmacher1-2/+4
We don't want to modify the value. metze
2011-07-22s3:libsmb: let cli_connect_nb() only expect a const sockaddr_storage *dest_ssStefan Metzmacher2-8/+8
Only one caller expects this value to be set, which now calls cli_state_remote_sockaddr() to get the value. metze
2011-07-22s3:libsmb: use cli_state_remote_sockaddr() in smb2cli_tcon_send()Stefan Metzmacher1-1/+1
metze
2011-07-22s3:libnet: use cli_state_remote_sockaddr() in libnet_DomainJoin()Stefan Metzmacher1-1/+1
metze
2011-07-22s3:winbindd_cm: use cli_state_[local|remote]_sockaddr()Stefan Metzmacher1-14/+4
metze
2011-07-22s3:libsmb: add cli_state_[local|remote]_sockaddr()Stefan Metzmacher2-0/+12
metze
2011-07-22s3:libsmb: move cli_state->fd to cli_state->conn.fdStefan Metzmacher5-17/+16
metze
2011-07-22s3:libsmb: make use of cli_state_disconnect()Stefan Metzmacher2-14/+4
metze
2011-07-22s3:libsmb: make use of cli_state_is_connected()Stefan Metzmacher1-1/+1
metze
2011-07-22s3:torture: use cli_state_disconnect() to close the socket on SIGALRMStefan Metzmacher1-3/+3
metze
2011-07-22s3:smbtree: try to fix completely broken logic in get_workgroups()Stefan Metzmacher1-15/+23
metze
2011-07-22s3:loadparm: fix the reload of the configuration: also reload activated ↵Michael Adam1-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
2011-07-22s3:loadparm: add reload_registry_shares() - reload only those shares already ↵Michael Adam1-0/+29
loaded
2011-07-22s3:smbclient: print nt status code when smb echo failsMichael Adam1-2/+2
2011-07-22s3:smbclient: add a "tdis" command to view and change the tree id (tid).Michael Adam1-0/+25
This low level command can be used to switch between tree connects in one session.
2011-07-22s3:smbclient: add a "tdis" command to do a tree disconnect (close a ↵Michael Adam1-0/+19
connection to a share)
2011-07-22s3:smbclient: add a "tcon" command to do a tree connect (connect to a share)Michael Adam1-0/+34
2011-07-22s3:smbclient: add "logoff" command to close the sessionMichael Adam1-0/+19
2011-07-22s3:libsmb: move cli_state->outgoing to cli_state->conn.outgoingStefan Metzmacher4-7/+6
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jul 22 09:53:59 CEST 2011 on sn-devel-104
2011-07-22s3:libsmb: move cli_state->pending to cli_state->conn.pendingStefan Metzmacher4-49/+55
metze
2011-07-22s3:libsmb: fix compiler warnings in cli_state_create()Stefan Metzmacher1-5/+5
metze
2011-07-22s4-messaging: fixed the removal of messaging sockets in child tasksAndrew Tridgell8-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
2011-07-22Fix const warning.Jeremy Allison1-2/+5
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Jul 22 01:58:39 CEST 2011 on sn-devel-104
2011-07-22s3-rpc_server: Do not set msg_ctx twiceSimo Sorce1-1/+0
msg_ctx was already passed to make_base_pipes_struct, no need to set it again. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Fri Jul 22 00:47:28 CEST 2011 on sn-devel-104
2011-07-21s3:winbindd_cm: remove unused checks for address familyStefan Metzmacher1-37/+0
If we got a connection, we don't need to check what address family it uses. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jul 21 23:33:48 CEST 2011 on sn-devel-104
2011-07-21s3:libsmb: replace cli_initialise[_ex]() by cli_state_create()Stefan Metzmacher4-41/+37
This makes sure cli_state->src_ss and cli_state->dest_ss are always initialized. metze
2011-07-21s3:include: remove unused cli_state->called and cli_state->callingStefan Metzmacher1-2/+0
metze