summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-07-22s3:net_util: pass const sockaddr_storage to net_make_ipc_connection_ex()Stefan Metzmacher2-2/+2
2011-07-22s3:net_util: add some const to sockaddr_storageStefan Metzmacher2-16/+16
2011-07-22s3:auth_domain: add some const to sockaddr_storageStefan Metzmacher1-2/+2
2011-07-22s3:libsmb: only pass const sockaddr_storage to cli_full_connection()Stefan Metzmacher2-6/+2
2011-07-22s3:smbcquotas: pass down NULL instead of a zero sockaddr_storageStefan Metzmacher1-4/+1
2011-07-22s3:smbcacls: pass down NULL instead of a zero sockaddr_storageStefan Metzmacher1-4/+1
2011-07-22s3:libsmb_server: pass NULL instead of a zero sockaddr_storageStefan Metzmacher1-3/+1
2011-07-22s3:libsmb: only pass a const sockaddr_storage to cli_start_connection()Stefan Metzmacher2-6/+6
2011-07-22s3:net_time: expect const sockaddr_storage in cli_servertime()Stefan Metzmacher1-2/+4
2011-07-22s3:libsmb: let cli_connect_nb() only expect a const sockaddr_storage *dest_ssStefan Metzmacher2-8/+8
2011-07-22s3:libsmb: use cli_state_remote_sockaddr() in smb2cli_tcon_send()Stefan Metzmacher1-1/+1
2011-07-22s3:libnet: use cli_state_remote_sockaddr() in libnet_DomainJoin()Stefan Metzmacher1-1/+1
2011-07-22s3:winbindd_cm: use cli_state_[local|remote]_sockaddr()Stefan Metzmacher1-14/+4
2011-07-22s3:libsmb: add cli_state_[local|remote]_sockaddr()Stefan Metzmacher2-0/+12
2011-07-22s3:libsmb: move cli_state->fd to cli_state->conn.fdStefan Metzmacher5-17/+16
2011-07-22s3:libsmb: make use of cli_state_disconnect()Stefan Metzmacher2-14/+4
2011-07-22s3:libsmb: make use of cli_state_is_connected()Stefan Metzmacher1-1/+1
2011-07-22s3:torture: use cli_state_disconnect() to close the socket on SIGALRMStefan Metzmacher1-3/+3
2011-07-22s3:smbtree: try to fix completely broken logic in get_workgroups()Stefan Metzmacher1-15/+23
2011-07-22s3:loadparm: fix the reload of the configuration: also reload activated regis...Michael Adam1-2/+6
2011-07-22s3:loadparm: add reload_registry_shares() - reload only those shares already ...Michael Adam1-0/+29
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
2011-07-22s3:smbclient: add a "tdis" command to do a tree disconnect (close a connectio...Michael Adam1-0/+19
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
2011-07-22s3:libsmb: move cli_state->pending to cli_state->conn.pendingStefan Metzmacher4-49/+55
2011-07-22s3:libsmb: fix compiler warnings in cli_state_create()Stefan Metzmacher1-5/+5
2011-07-22Fix const warning.Jeremy Allison1-2/+5
2011-07-22s3-rpc_server: Do not set msg_ctx twiceSimo Sorce1-1/+0
2011-07-21s3:winbindd_cm: remove unused checks for address familyStefan Metzmacher1-37/+0
2011-07-21s3:libsmb: replace cli_initialise[_ex]() by cli_state_create()Stefan Metzmacher4-41/+37
2011-07-21s3:include: remove unused cli_state->called and cli_state->callingStefan Metzmacher1-2/+0
2011-07-21s3:libsmb: don't pass cli->called.name to NTLMv2_generate_names_blob()Stefan Metzmacher1-3/+3
2011-07-21s3:libsmb: move cli->vuid to cli->smb1.uid and hide it behind cli_state_[g|s]...Stefan Metzmacher6-32/+46
2011-07-21s3:libsmb: add cli_state_encryption_on()Stefan Metzmacher3-1/+8
2011-07-21s3-rpc_server: Pass msg_ctx to make_base_pipes_struct().Andreas Schneider1-1/+1
2011-07-21s3-rpc_server: Create common function to allocate pipes_structSimo Sorce4-68/+76
2011-07-21s3-rpc_server: Move pipe/handles functionsSimo Sorce7-281/+282
2011-07-21s3-rpc_server: Fixed header define.Andreas Schneider1-3/+3
2011-07-21s3-rpc_server: Remove unused endpoint information.Andreas Schneider1-18/+1
2011-07-21s3-rpc_server: We need to copy the session_info for external pipes.Andreas Schneider1-1/+6
2011-07-21s3-rpc_server: Duplicate the pipe name.Andreas Schneider1-1/+8
2011-07-21s3-rpc_server: Free the np dir.Andreas Schneider1-0/+1
2011-07-21s3-rpc_server: Fix messaging context in the pipes struct.Andreas Schneider1-1/+4
2011-07-21s3-rpc_server: Add my copyright.Andreas Schneider1-0/+1
2011-07-21s3:loadparm: fix an implicit cast warning in string intialization in init_glo...Michael Adam1-1/+1
2011-07-21s3:loadparm: add support for P_BYTES to lp_do_parameter() - fix a build warningMichael Adam1-0/+15
2011-07-21s3:loadparm: add support for P_CMDLIST to lp_do_parameter - fix a build warningMichael Adam1-0/+1