index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
client
/
smbspool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-24
s3:client: Use talloc to avoid memory leaks in smbspool
Andreas Schneider
1
-4
/
+2
2025-06-16
libsmb: Remove "source3/libsmb/libsmb.h"
Volker Lendecke
1
-1
/
+2
2025-04-18
s3:libsmb: introduce smbsock_connect.h
Stefan Metzmacher
1
-0
/
+1
2025-04-18
s3:smbspool: pass struct smb_transports to smb_connect()
Stefan Metzmacher
1
-7
/
+9
2025-04-18
s3:smbspool: pass struct smb_transports to smb_complete_connection()
Stefan Metzmacher
1
-6
/
+6
2025-04-18
s3:libsmb: pass struct smb_transports to cli_start_connection()
Stefan Metzmacher
1
-1
/
+2
2024-05-14
smbspool: let kerberos_ccache_is_valid() use smb_force_krb5_cc_default_name()
Stefan Metzmacher
1
-1
/
+1
2024-04-29
s3:libsmb: Pass a memory context to cli_start_connection()
Andreas Schneider
1
-2
/
+8
2023-10-25
s3:client: Call gfree_all() before exit in smbspool
Andreas Schneider
1
-1
/
+1
2020-08-19
s3:client: Remove unused smb encryption code
Andreas Schneider
1
-10
/
+0
2020-05-28
s3:smbspool: avoid using CLI_FULL_CONNECTION_{USE,FALLBACK_AFTER}_KERBEROS flags
Stefan Metzmacher
1
-28
/
+10
2020-02-10
smbspool: add more error codes to the auth_errors array
Stefan Metzmacher
1
-0
/
+6
2020-02-10
smbspool: use one element per line for the auth_errors array
Stefan Metzmacher
1
-6
/
+12
2019-12-09
s3:smbspool: print a hint about smbspool_krb5_wrapper
Mikhail Novosyolov
1
-2
/
+2
2019-12-09
s3:smbspool: Map AUTH_INFO_REQUIRED=none to anonymous connection
Andreas Schneider
1
-2
/
+7
2019-09-18
s3:client:Use DEVICE_URI, instead of argv[0],for Device URI
Bryan Mason
1
-7
/
+9
2019-05-23
s3:smbspool: Use NTSTATUS return codes
Andreas Schneider
1
-105
/
+145
2019-05-23
s3:smbspool: Add debug messages to kerberos_ccache_is_valid()
Andreas Schneider
1
-0
/
+6
2019-05-23
s3:smbspool: Always try to authenticate using Kerberos
Andreas Schneider
1
-39
/
+51
2019-05-23
s3:smbspool: Print the filename we failed to open
Andreas Schneider
1
-1
/
+3
2019-05-23
s3:smbspool: Print the principal we use to authenticate with
Andreas Schneider
1
-0
/
+11
2019-05-09
s3:smbspool: Fix regression printing with Kerberos credentials
Andreas Schneider
1
-1
/
+1
2019-03-18
s3:client: Fix smbspool device uri handling
Andreas Schneider
1
-24
/
+96
2019-03-18
s3:client: Make sure we work on a copy of the title
Andreas Schneider
1
-4
/
+10
2019-03-18
s3:client: Evaluate the AUTH_INFO_REQUIRED variable set by cups
Andreas Schneider
1
-12
/
+20
2018-12-19
client: Add kerberos tracing
Swen Schillig
1
-1
/
+4
2018-11-22
smbspool: Free kerberos context on error
Swen Schillig
1
-0
/
+1
2018-05-03
s3:smbspool: Fix cmdline argument handling
Andreas Schneider
1
-19
/
+42
2018-02-22
util/rfc1738_unescape(): return end pointer or NULL on error
Douglas Bagnall
1
-2
/
+6
2018-02-20
smbspool: Improve URI handling code
Andreas Schneider
1
-11
/
+18
2018-02-15
smbspool: Initialize empty_str on declaration
Andreas Schneider
1
-6
/
+4
2017-07-25
s3:client: Only use kerberos if credential cache exists in smbspool
Andreas Schneider
1
-6
/
+58
2017-07-25
s3:client: Make it possible use smbspool in selftest
Andreas Schneider
1
-2
/
+7
2017-07-25
s3:client: Fix the usage of argv in smbspool
Andreas Schneider
1
-19
/
+9
2017-01-27
s3:client: don't use cli->use_kerberos && cli->got_kerberos_mechanism in smbs...
Stefan Metzmacher
1
-8
/
+9
2016-12-21
s3:client: use cli_cm_force_encryption_creds in smbspool.c (in a #if 0 section)
Stefan Metzmacher
1
-5
/
+1
2016-12-09
s3:client: avoid using cli->{use_kerberos,...} for cli_session_creds_init() i...
Stefan Metzmacher
1
-4
/
+9
2016-12-09
s3:client: make use of cli_tree_connect_creds() in smbspool.c
Stefan Metzmacher
1
-2
/
+1
2016-11-15
s3:client: use cli_session_setup_creds() in smbspool.c
Stefan Metzmacher
1
-3
/
+17
2016-11-15
s3:libsmb: let the callers only pass the password string to cli_session_setup...
Stefan Metzmacher
1
-2
/
+1
2016-05-25
s3-smbspool: Log to stderr
Andreas Schneider
1
-1
/
+1
2016-01-22
smbspool: Add string representation of nt_status
Andreas Schneider
1
-2
/
+2
2015-03-24
lib: load_case_tables() -> smb_init_locale()
Volker Lendecke
1
-1
/
+1
2015-01-22
s3-smbspool: Use strtol() instead of atoi().
Andreas Schneider
1
-1
/
+8
2011-12-03
Move the callers that need to use the new cli_open() back to calling
Jeremy Allison
1
-1
/
+1
2011-12-03
Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()
Jeremy Allison
1
-1
/
+1
2011-11-24
s3:client: make use of cli_tree_connect()
Stefan Metzmacher
1
-2
/
+2
2011-11-03
s3:client: s/Undefined/SMB_SIGNING_DEFAULT/
Stefan Metzmacher
1
-1
/
+1
2011-07-28
s3:smbspool: use lp_load_client()
Michael Adam
1
-3
/
+1
2011-05-06
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
1
-0
/
+1
[next]