summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: let cli_connect_nb() only expect a const sockaddr_storage *dest_ssStefan Metzmacher2011-07-222-8/+8
* s3:libsmb: use cli_state_remote_sockaddr() in smb2cli_tcon_send()Stefan Metzmacher2011-07-221-1/+1
* s3:libnet: use cli_state_remote_sockaddr() in libnet_DomainJoin()Stefan Metzmacher2011-07-221-1/+1
* s3:winbindd_cm: use cli_state_[local|remote]_sockaddr()Stefan Metzmacher2011-07-221-14/+4
* s3:libsmb: add cli_state_[local|remote]_sockaddr()Stefan Metzmacher2011-07-222-0/+12
* s3:libsmb: move cli_state->fd to cli_state->conn.fdStefan Metzmacher2011-07-225-17/+16
* s3:libsmb: make use of cli_state_disconnect()Stefan Metzmacher2011-07-222-14/+4
* s3:libsmb: make use of cli_state_is_connected()Stefan Metzmacher2011-07-221-1/+1
* s3:torture: use cli_state_disconnect() to close the socket on SIGALRMStefan Metzmacher2011-07-221-3/+3
* s3:smbtree: try to fix completely broken logic in get_workgroups()Stefan Metzmacher2011-07-221-15/+23
* s3:loadparm: fix the reload of the configuration: also reload activated regis...Michael Adam2011-07-221-2/+6
* s3:loadparm: add reload_registry_shares() - reload only those shares already ...Michael Adam2011-07-221-0/+29
* 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_state->outgoing to cli_state->conn.outgoingStefan Metzmacher2011-07-224-7/+6
* s3:libsmb: move cli_state->pending to cli_state->conn.pendingStefan Metzmacher2011-07-224-49/+55
* s3:libsmb: fix compiler warnings in cli_state_create()Stefan Metzmacher2011-07-221-5/+5
* s4-messaging: fixed the removal of messaging sockets in child tasksAndrew Tridgell2011-07-228-29/+41
* Fix const warning.Jeremy Allison2011-07-221-2/+5
* s3-rpc_server: Do not set msg_ctx twiceSimo Sorce2011-07-221-1/+0
* s3:winbindd_cm: remove unused checks for address familyStefan Metzmacher2011-07-211-37/+0
* s3:libsmb: replace cli_initialise[_ex]() by cli_state_create()Stefan Metzmacher2011-07-214-41/+37
* s3:include: remove unused cli_state->called and cli_state->callingStefan Metzmacher2011-07-211-2/+0
* s3:libsmb: don't pass cli->called.name to NTLMv2_generate_names_blob()Stefan Metzmacher2011-07-211-3/+3
* s3:libsmb: move cli->vuid to cli->smb1.uid and hide it behind cli_state_[g|s]...Stefan Metzmacher2011-07-216-32/+46
* s3:libsmb: add cli_state_encryption_on()Stefan Metzmacher2011-07-213-1/+8
* s3-rpc_server: Pass msg_ctx to make_base_pipes_struct().Andreas Schneider2011-07-211-1/+1
* s3-rpc_server: Create common function to allocate pipes_structSimo Sorce2011-07-214-68/+76
* s3-rpc_server: Move pipe/handles functionsSimo Sorce2011-07-217-281/+282
* s3-rpc_server: Fixed header define.Andreas Schneider2011-07-211-3/+3
* s3-rpc_server: Remove unused endpoint information.Andreas Schneider2011-07-211-18/+1
* s3-rpc_server: We need to copy the session_info for external pipes.Andreas Schneider2011-07-211-1/+6
* s3-rpc_server: Duplicate the pipe name.Andreas Schneider2011-07-211-1/+8
* s3-rpc_server: Free the np dir.Andreas Schneider2011-07-211-0/+1
* s3-rpc_server: Fix messaging context in the pipes struct.Andreas Schneider2011-07-211-1/+4
* s3-rpc_server: Add my copyright.Andreas Schneider2011-07-211-0/+1
* s3:loadparm: fix an implicit cast warning in string intialization in init_glo...Michael Adam2011-07-211-1/+1
* s3:loadparm: add support for P_BYTES to lp_do_parameter() - fix a build warningMichael Adam2011-07-211-0/+15
* s3:loadparm: add support for P_CMDLIST to lp_do_parameter - fix a build warningMichael Adam2011-07-211-0/+1
* s3:loadparm: add support for P_CMDLIST to lp_save_defaults() - fix build warningMichael Adam2011-07-211-0/+1
* s3:loadparm: add support for P_BYTES to lp_save_defaults - fix build warningMichael Adam2011-07-211-0/+1
* s3:loadparm: add support for P_CMDLIST to is_default() - fix build warningMichael Adam2011-07-211-0/+1
* s3:loadparm: add support for P_BYTES to is_default() - fix build warningMichael Adam2011-07-211-0/+1
* s3:loadparm: add support for P_CMDLIST to print_parameter - fix build warning.Michael Adam2011-07-211-4/+14
* s3:loadparm: add support for P_BYTES to print_parameter() - fix build warning.Michael Adam2011-07-211-0/+1
* s3:loadparm: add support for P_CMDLIST to equal_parameter() - fix build warningMichael Adam2011-07-211-0/+1
* s3:loadparm: add suppor for P_BYTES to equal_parameter() - fix build warningMichael Adam2011-07-211-0/+1