summaryrefslogtreecommitdiff
path: root/source3/client/smbspool.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-24s3:client: Use talloc to avoid memory leaks in smbspoolAndreas Schneider1-4/+2
2025-06-16libsmb: Remove "source3/libsmb/libsmb.h"Volker Lendecke1-1/+2
2025-04-18s3:libsmb: introduce smbsock_connect.hStefan Metzmacher1-0/+1
2025-04-18s3:smbspool: pass struct smb_transports to smb_connect()Stefan Metzmacher1-7/+9
2025-04-18s3:smbspool: pass struct smb_transports to smb_complete_connection()Stefan Metzmacher1-6/+6
2025-04-18s3:libsmb: pass struct smb_transports to cli_start_connection()Stefan Metzmacher1-1/+2
2024-05-14smbspool: let kerberos_ccache_is_valid() use smb_force_krb5_cc_default_name()Stefan Metzmacher1-1/+1
2024-04-29s3:libsmb: Pass a memory context to cli_start_connection()Andreas Schneider1-2/+8
2023-10-25s3:client: Call gfree_all() before exit in smbspoolAndreas Schneider1-1/+1
2020-08-19s3:client: Remove unused smb encryption codeAndreas Schneider1-10/+0
2020-05-28s3:smbspool: avoid using CLI_FULL_CONNECTION_{USE,FALLBACK_AFTER}_KERBEROS flagsStefan Metzmacher1-28/+10
2020-02-10smbspool: add more error codes to the auth_errors arrayStefan Metzmacher1-0/+6
2020-02-10smbspool: use one element per line for the auth_errors arrayStefan Metzmacher1-6/+12
2019-12-09s3:smbspool: print a hint about smbspool_krb5_wrapperMikhail Novosyolov1-2/+2
2019-12-09s3:smbspool: Map AUTH_INFO_REQUIRED=none to anonymous connectionAndreas Schneider1-2/+7
2019-09-18s3:client:Use DEVICE_URI, instead of argv[0],for Device URIBryan Mason1-7/+9
2019-05-23s3:smbspool: Use NTSTATUS return codesAndreas Schneider1-105/+145
2019-05-23s3:smbspool: Add debug messages to kerberos_ccache_is_valid()Andreas Schneider1-0/+6
2019-05-23s3:smbspool: Always try to authenticate using KerberosAndreas Schneider1-39/+51
2019-05-23s3:smbspool: Print the filename we failed to openAndreas Schneider1-1/+3
2019-05-23s3:smbspool: Print the principal we use to authenticate withAndreas Schneider1-0/+11
2019-05-09s3:smbspool: Fix regression printing with Kerberos credentialsAndreas Schneider1-1/+1
2019-03-18s3:client: Fix smbspool device uri handlingAndreas Schneider1-24/+96
2019-03-18s3:client: Make sure we work on a copy of the titleAndreas Schneider1-4/+10
2019-03-18s3:client: Evaluate the AUTH_INFO_REQUIRED variable set by cupsAndreas Schneider1-12/+20
2018-12-19client: Add kerberos tracingSwen Schillig1-1/+4
2018-11-22smbspool: Free kerberos context on errorSwen Schillig1-0/+1
2018-05-03s3:smbspool: Fix cmdline argument handlingAndreas Schneider1-19/+42
2018-02-22util/rfc1738_unescape(): return end pointer or NULL on errorDouglas Bagnall1-2/+6
2018-02-20smbspool: Improve URI handling codeAndreas Schneider1-11/+18
2018-02-15smbspool: Initialize empty_str on declarationAndreas Schneider1-6/+4
2017-07-25s3:client: Only use kerberos if credential cache exists in smbspoolAndreas Schneider1-6/+58
2017-07-25s3:client: Make it possible use smbspool in selftestAndreas Schneider1-2/+7
2017-07-25s3:client: Fix the usage of argv in smbspoolAndreas Schneider1-19/+9
2017-01-27s3:client: don't use cli->use_kerberos && cli->got_kerberos_mechanism in smbs...Stefan Metzmacher1-8/+9
2016-12-21s3:client: use cli_cm_force_encryption_creds in smbspool.c (in a #if 0 section)Stefan Metzmacher1-5/+1
2016-12-09s3:client: avoid using cli->{use_kerberos,...} for cli_session_creds_init() i...Stefan Metzmacher1-4/+9
2016-12-09s3:client: make use of cli_tree_connect_creds() in smbspool.cStefan Metzmacher1-2/+1
2016-11-15s3:client: use cli_session_setup_creds() in smbspool.cStefan Metzmacher1-3/+17
2016-11-15s3:libsmb: let the callers only pass the password string to cli_session_setup...Stefan Metzmacher1-2/+1
2016-05-25s3-smbspool: Log to stderrAndreas Schneider1-1/+1
2016-01-22smbspool: Add string representation of nt_statusAndreas Schneider1-2/+2
2015-03-24lib: load_case_tables() -> smb_init_locale()Volker Lendecke1-1/+1
2015-01-22s3-smbspool: Use strtol() instead of atoi().Andreas Schneider1-1/+8
2011-12-03Move the callers that need to use the new cli_open() back to callingJeremy Allison1-1/+1
2011-12-03Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison1-1/+1
2011-11-24s3:client: make use of cli_tree_connect()Stefan Metzmacher1-2/+2
2011-11-03s3:client: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher1-1/+1
2011-07-28s3:smbspool: use lp_load_client()Michael Adam1-3/+1
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1