summaryrefslogtreecommitdiff
path: root/examples/fuse/smb2mount.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-18s3:libsmb: introduce smbsock_connect.hStefan Metzmacher1-0/+1
2025-04-18example/fuse: pass struct smb_transports to connect_one()Stefan Metzmacher1-4/+7
2025-04-18s3:libsmb: pass struct smb_transports to cli_full_connection_creds()Stefan Metzmacher1-1/+2
2024-04-29s3:libsmb: Pass memory context to cli_full_connection_creds()Andreas Schneider1-5/+10
2023-08-23examples: Use lpcfg_set_cmdline()Pavel Kalugin1-2/+5
2021-05-28examples: Migrate smb2mount to new cmdline option parserAndreas Schneider1-7/+22
2021-05-28examples: Pass cli_credentials to connect_one in smb2mountAndreas Schneider1-3/+6
2021-02-10examples/fuse/smb2mount: fix compiler warning on ubuntu20.04 with -O3Stefan Metzmacher1-1/+1
2020-08-19examples: Remove obsolete force encryption from smb2mountAndreas Schneider1-11/+0
2020-08-19s3:libsmb: Remove signing_state from cli_full_connection_creds()Andreas Schneider1-2/+1
2020-05-28examples/fuse/smb2mount: avoid using CLI_FULL_CONNECTION_{USE,FALLBACK_AFTER}...Stefan Metzmacher1-5/+0
2020-05-28examples/fuse/smb2mount: make use of get_cmdline_auth_info_creds()Stefan Metzmacher1-8/+4
2018-09-07examples: Fix the smb2mount buildVolker Lendecke1-1/+1
2017-05-09s3: client tools: Call popt_free_cmdline_auth_info() on all normal exits.Jeremy Allison1-0/+1
2017-05-09s3: client tools. Remove direct access to struct user_auth_info *cmdline_auth...Jeremy Allison1-1/+1
2017-03-14examples: Add '-p', '--port' to smb2mountVolker Lendecke1-3/+9
2016-11-15s3:popt_common: simplify popt_common_credentials handlingStefan Metzmacher1-16/+2
2016-10-14examples: Add smb2mountVolker Lendecke1-0/+167