summaryrefslogtreecommitdiff
path: root/source3/libsmb/clientgen.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-22libsmb: Add "smb_encryption_over_quic" to smb311_capabilitiesVolker Lendecke1-2/+4
2025-06-20libsmb: Move cli_smb() to source3/tortureVolker Lendecke1-37/+0
2025-06-18s3:libsmb: pass smbXcli_transport to cli_state_create()Stefan Metzmacher1-9/+2
2025-06-18libcli/smb: pass smbXcli_transport to smbXcli_conn_create()Stefan Metzmacher1-1/+10
2025-06-16libsmb: Remove "source3/libsmb/libsmb.h"Volker Lendecke1-1/+2
2024-08-20libsmb: Remove cli_state->raw_statusVolker Lendecke1-1/+0
2023-10-18s3:libsmb: Improve logging for failover scenariosPavel Filipenský1-0/+5
2023-04-18libsmb: Adapt cli_echo_send() to modern conventionsVolker Lendecke1-31/+22
2023-03-28s3:libsmb: Fix conflicting declaration/implementationAndreas Schneider1-1/+2
2023-03-28s3:libsmb: Remove trailing whitespaces in clientgen.cAndreas Schneider1-5/+5
2022-09-15s3: libsmb: Make cli_state_save_tcon()/cli_state_restore_tcon() static.Jeremy Allison1-2/+3
2022-09-15s3: libsmb: Add pair cli_state_save_tcon_share()/cli_state_restore_tcon_share().Jeremy Allison1-0/+23
2021-11-04s3/libsmb: check for global parametric option "libsmb:client_guid"Stefan Metzmacher1-1/+8
2021-08-24libsmb: Fix a typoVolker Lendecke1-1/+1
2021-07-15libcli/smb: actually make use of "client/server smb3 signing algorithms"Stefan Metzmacher1-0/+1
2021-07-15s3:libsmb: make use of 'client smb3 encryption algorithms'Stefan Metzmacher1-9/+3
2021-03-17s3:libsmb: fill in smb3_capabilities.ciphersStefan Metzmacher1-1/+9
2021-03-17libcli/smb: pass smb3_capabilities to smbXcli_conn_create()Stefan Metzmacher1-1/+4
2021-02-02s3: libsmb: cli_state_save_tcon(). Don't deepcopy tcon struct when temporaril...Jeremy Allison1-2/+28
2020-11-19libsmb: Make cli_nt_pipes_close() staticVolker Lendecke1-1/+1
2020-11-04libsmb: Remove cli_state->dfs_mountpointVolker Lendecke1-4/+0
2020-05-28s3:libsmb: remove finally unused credential flagsStefan Metzmacher1-14/+0
2020-02-26s3:libsmb: move cli_set_message() to source3/libsmb/nmblib.cStefan Metzmacher1-15/+0
2019-06-18libsmb: Remove unused is_andx_reqVolker Lendecke1-25/+0
2018-03-02libsmb: Use smb2 tcon if conn_protocol >= SMB2_02Dan Robertson1-1/+1
2017-09-20CVE-2017-12151: s3:libsmb: add cli_state_is_encryption_on() helper functionStefan Metzmacher1-0/+13
2017-06-22s3:libsmb: no longer pass remote_realm to cli_state_create()Stefan Metzmacher1-8/+0
2017-06-22s3:libsmb: remove unused cli_state_remote_realm()Stefan Metzmacher1-5/+0
2017-06-17s3: libsmb: Correctly do lifecycle management on cli->smb1.tcon and cli->smb2...Jeremy Allison1-5/+0
2017-06-17s3: libsmb: Fix cli_state_has_tcon() to cope with SMB2 connections.Jeremy Allison1-5/+17
2017-06-17s3: libsmb: Widen cli_state_get_tid() / cli_state_set_tid() to 32-bits.Jeremy Allison1-6/+16
2017-06-17s3: libsmb: Add cli_state_save_tcon() / cli_state_restore_tcon().Jeremy Allison1-0/+20
2017-06-09Revert "s3:libsmb: Fix printing the session setup information"Andreas Schneider1-0/+13
2017-06-07s3:libsmb: Fix printing the session setup informationAndreas Schneider1-13/+0
2016-08-19s3: libsmb: Add uint16_t additional_flags2 arg to cli_smb_send().Jeremy Allison1-1/+1
2016-06-18s3: libsmb: Widen the internal client smb1.pid to 32-bits as is used on the w...Jeremy Allison1-4/+4
2016-04-12CVE-2016-2115: s3:libsmb: add signing constant SMB_SIGNING_IPC_DEFAULTRalph Boehme1-0/+9
2015-05-18Use tevent_req_poll_ntstatusVolker Lendecke1-2/+1
2015-05-14Convert all uint32/16/8 to _t in a grab-bag of remaining files.Richard Sharpe1-1/+1
2015-05-13Convert all uint32/16/8 to _t in source3/libsmb.Richard Sharpe1-1/+1
2014-10-17s3:libsmb: remove unused cli_set_username() functionStefan Metzmacher1-14/+0
2014-10-17s3:libsmb: Remove unused domain copy stored in cli_stateStefan Metzmacher1-30/+1
2014-10-17s3:libsmb: Remove unused password copy stored in cli_stateAndrew Bartlett1-20/+2
2014-09-19s3:libsmb: add 'cli_state_client_guid'Stefan Metzmacher1-1/+9
2013-10-17s3:libsmb: remove unused cli_state->case_sensitiveStefan Metzmacher1-3/+6
2013-10-17s3:libsmb: call smbXcli_tcon_{get,set}_fs_attributes() from cli_set_case_sens...Stefan Metzmacher1-0/+17
2013-02-19s3:libsmb: s/struct event_context/struct tevent_contextStefan Metzmacher1-2/+2
2013-02-19s3:libsmb: make use of samba_tevent_context_init()Stefan Metzmacher1-2/+2
2012-12-06Clean up client timeout definitions [rev. 2]Scott Lovenberg1-1/+2
2012-09-29s3:libsmb: make cli_echo* protocol independentStefan Metzmacher1-32/+23