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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-25
client: enable allinfo and altname tab completion
David Disseldorp
1
-2
/
+2
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: Fallback to default ccache if KRB5CCNAME is not set
Andreas Schneider
1
-25
/
+54
2019-05-23
s3:smbspool: Use %u format specifier to print uid
Andreas Schneider
1
-3
/
+3
2019-05-23
s3:smbspool: Add debug for finding KRB5CCNAME
Andreas Schneider
1
-0
/
+4
2019-05-23
s3:smbspool: Print the principal we use to authenticate with
Andreas Schneider
1
-0
/
+11
2019-05-23
s3:smbspool: Add the 'lp' group to the users groups
Andreas Schneider
1
-0
/
+22
2019-05-09
s3:smbspool: Fix regression printing with Kerberos credentials
Andreas Schneider
1
-1
/
+1
2019-03-27
libsmb: Change cli_posix_readlink to return talloc'ed target
Volker Lendecke
1
-2
/
+4
2019-03-20
utils: Use cli_hardlink instead of cli_nt_hardlink
Volker Lendecke
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
2019-03-18
s3:client: Pass DEVICE_URI and AUTH_INFO_REQUIRED env to smbspool
Andreas Schneider
1
-3
/
+21
2019-01-28
s3:client: Use C99 initializer for poptOption in smbclient
Andreas Schneider
1
-15
/
+130
2019-01-08
smbclient: Use dom_sid_str_buf
Volker Lendecke
1
-3
/
+4
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-09-07
s3:lib: Move popt_common_credentials to separate file
Christof Schmitt
1
-1
/
+1
2018-09-05
s3:smbclient: Do not call cli_RNetShareEnum if SMB1 is disabled
Andreas Schneider
1
-1
/
+7
2018-09-05
smbclient: Fix errors printed if we can connect with SMB1
Andreas Schneider
1
-1
/
+1
2018-08-11
s3:client: Avoid a possible fd leak in do_get()
Andreas Schneider
1
-0
/
+7
2018-06-26
s3:client: Add --quiet option to smbclient
Justin Stephenson
1
-1
/
+8
2018-05-15
build: Make --with-libarchive the default
Andrew Bartlett
1
-1
/
+1
2018-05-12
Fix spelling s/retun/return/
Mathieu Parent
1
-1
/
+1
2018-05-03
s3:smbspool: Fix cmdline argument handling
Andreas Schneider
1
-19
/
+42
2018-04-05
smbclient: Handle ENUM_DIR in "notify" command
Volker Lendecke
1
-2
/
+7
2018-04-03
s3:client: Fix size types
Andreas Schneider
1
-8
/
+15
2018-03-20
s3:client: Fix size types
Andreas Schneider
1
-3
/
+3
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-11-30
s3: client: Rename <oldname> to <link_target> in cmd_symlink() and cli_posix_...
Jeremy Allison
1
-7
/
+8
2017-11-22
smbspool_krb5_wrapper: fix some error messages
Uri Simchoni
1
-3
/
+4
2017-11-11
libsmbclient: Allow server (NetApp) to return STATUS_INVALID_PARAMETER from a...
Jeremy Allison
1
-1
/
+7
2017-10-24
s3: smbclient: Ensure we call client_clean_name() before all operations on re...
Jeremy Allison
2
-8
/
+227
2017-10-24
s3: client: Add new utility function client_clean_name().
Jeremy Allison
2
-0
/
+32
2017-10-19
s3:Add a utimes command to smbclient so we can set the Windows times.
Richard Sharpe
1
-0
/
+122
2017-08-19
s3:smbclient: don't try any workgroup listing with "client min protocol = SMB2"
Stefan Metzmacher
1
-0
/
+5
2017-08-19
s3:smbclient: improve the error messages for smbclient -L
Stefan Metzmacher
1
-6
/
+5
2017-08-07
source3/client: Fix typo in help message displayed by default
Anoop C S
1
-1
/
+1
2017-07-25
s3:client: Use KRB5CCNAME in smbspool_krb5_wrapper if set
Andreas Schneider
1
-0
/
+8
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-07-18
Revert "s3:smbclient: Allow last dos attribute to be cleared"
Jeremy Allison
1
-21
/
+3
2017-07-15
s3:client: The smbspool krb5 wrapper needs negotiate for authentication
Andreas Schneider
1
-10
/
+19
[next]