summaryrefslogtreecommitdiff
path: root/source3/libsmb/clidfs.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-06s3-client: Use the passed down memory context for cli_connect_nb()Andreas Schneider1-6/+52
2025-06-16libsmb: Remove "source3/libsmb/libsmb.h"Volker Lendecke1-1/+2
2025-05-15libsmb: Avoid an "else"Volker Lendecke1-1/+3
2025-05-15libsmb: Remove an unused variableVolker Lendecke1-3/+2
2025-04-18s3:libsmb: pass struct smb_transports to cli_cm_connect() and cli_cm_open()Stefan Metzmacher1-7/+9
2025-04-18s3:libsmb: pass struct smb_transports to do_connect()Stefan Metzmacher1-5/+5
2025-04-18s3:libsmb: pass struct smb_transports to cli_connect_nb()Stefan Metzmacher1-1/+2
2024-04-29s3:libsmb: Pass memory context to cli_connect_nb()Andreas Schneider1-4/+14
2023-10-26s3/libsmb: reuse smbXcli_conn_have_posix()Ralph Boehme1-6/+0
2023-10-12smbclient: Always ask for SMB311 posix in negprotVolker Lendecke1-3/+28
2023-09-25libsmb: Pass neg contexts through sync smbXcli_negprot_recv()Volker Lendecke1-2/+6
2023-08-23s3: libsmb: Add a missing return statement in the timeout case.Jeremy Allison1-0/+1
2023-08-08s3:libsmb: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-07-13s3:libsmb: Fix code spellingAndreas Schneider1-1/+1
2023-04-11s3-client: Provide more information on protocol negotiation failuresAndrew Bartlett1-2/+11
2022-09-15s3: libsmb: Fix cli_resolve_path() to cope with DFS paths passed in as well a...Jeremy Allison1-0/+19
2022-09-15s3: libsmb: Add smb1_dfs_share_path() to convert a name into a DFS path if ne...Jeremy Allison1-0/+50
2022-09-15s3: libsmb: Add cli_dfs_is_already_full_path() function.Jeremy Allison1-0/+40
2022-09-15s3: libsmb: In cli_check_msdfs_proxy() replace cli_state_save_tcon()/cli_stat...Jeremy Allison1-7/+7
2022-09-15s3: libsmb: Cleanup - remove unused fname_src parameter from cli_dfs_target_c...Jeremy Allison1-1/+0
2022-08-26libsmb: Remove unused codeVolker Lendecke1-23/+0
2022-02-04s3: libsmb: Add cli_dfs_target_check() function.Jeremy Allison1-0/+57
2021-08-11s3:libsmb: start encryption as soon as possible after the session setupStefan Metzmacher1-16/+40
2021-02-02s3: libsmb: Ensure we disconnect the temporary SMB1 tcon pointer on failure t...Jeremy Allison1-0/+7
2020-11-04libsmb: Remove cli_state->dfs_mountpointVolker Lendecke1-18/+0
2020-10-21libsmb: Simplify cli_resolve_path()Volker Lendecke1-25/+2
2020-10-21libsmb: Factor out cli_conn_have_dfs() from cli_resolve_path()Volker Lendecke1-10/+28
2020-10-21libsmb: Fix a typoVolker Lendecke1-1/+1
2020-10-21libsmb: Fix a typoVolker Lendecke1-1/+1
2020-10-09s3:libsmb: Remove max_protocol from clidfs do_connect()Andreas Schneider1-7/+1
2020-10-09s3:libcmb: Remove max_protocol from cli_cm_connect()Andreas Schneider1-4/+1
2020-10-09s3:libsmb: Remove max_protocol from cli_cm_open()Andreas Schneider1-3/+1
2020-10-09s3:libsmb: Pass cli_credentials to cli_resolve_path(), using helper variables.Andreas Schneider1-3/+2
2020-10-09s3:libsmb: Pass cli_credentials to cli_cm_open()Andreas Schneider1-13/+12
2020-10-09s3:libsmb: Pass cli_credentials to cli_cm_connect()Andreas Schneider1-4/+5
2020-10-09s3:libsmb: Pass cli_credentials to clidfs do_connect()Andreas Schneider1-14/+20
2020-10-09s3:libsmb: Remove force_encrypt from cli_check_msdfs_proxy()Andreas Schneider1-5/+12
2020-10-09s3:libsmb: Remove force_encrypt from clidfs do_connect()Andreas Schneider1-5/+4
2020-10-09s3:libsmb: Remove force_encrypt from cli_cm_connect()Andreas Schneider1-5/+2
2020-10-09s3:libsmb: Remove force_encrypt from cli_cm_open()Andreas Schneider1-2/+2
2020-08-19s3:libsmb: Make cli_cm_force_encryption_creds() staticAndreas Schneider1-3/+3
2020-05-28libsmb: Remove clistr_pull_talloc()Volker Lendecke1-1/+1
2020-05-28s3:libsmb: remove finally unused credential flagsStefan Metzmacher1-13/+0
2020-05-28s3:libsmb: remove unused cli_cm_force_encryption()Stefan Metzmacher1-28/+0
2020-02-26s3:libsmb: pass dest_ss to cli_cm_open()Stefan Metzmacher1-1/+3
2020-02-26s3:libsmb: pass dest_ss to cli_cm_connect() down to cli_connect_nb()Stefan Metzmacher1-4/+8
2019-10-22s3/libsmb: clang: Fix 'Dereference of undefined pointer value'Noel Power1-1/+9
2019-06-18libsmb: Align integer typesVolker Lendecke1-1/+1
2019-01-09s3:libsmb: Print debug message about NetbiosJustin Stephenson1-0/+4
2018-09-05smbclient: Fix errors printed if we can connect with SMB1Andreas Schneider1-3/+3