index
:
delta/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-2-stable
v4-2-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
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:smbclient: don't try any workgroup listing with "client min protocol = SMB2"
Stefan Metzmacher
2017-08-19
1
-0
/
+5
*
s3:smbclient: improve the error messages for smbclient -L
Stefan Metzmacher
2017-08-19
1
-6
/
+5
*
source3/client: Fix typo in help message displayed by default
Anoop C S
2017-08-07
1
-1
/
+1
*
s3:client: Use KRB5CCNAME in smbspool_krb5_wrapper if set
Andreas Schneider
2017-07-25
1
-0
/
+8
*
s3:client: Only use kerberos if credential cache exists in smbspool
Andreas Schneider
2017-07-25
1
-6
/
+58
*
s3:client: Make it possible use smbspool in selftest
Andreas Schneider
2017-07-25
1
-2
/
+7
*
s3:client: Fix the usage of argv in smbspool
Andreas Schneider
2017-07-25
1
-19
/
+9
*
Revert "s3:smbclient: Allow last dos attribute to be cleared"
Jeremy Allison
2017-07-18
1
-21
/
+3
*
s3:client: The smbspool krb5 wrapper needs negotiate for authentication
Andreas Schneider
2017-07-15
1
-10
/
+19
*
s3:smbclient: Allow last dos attribute to be cleared
Steve French
2017-07-14
1
-3
/
+21
*
s3: smbclient: Add new command deltree.
Jeremy Allison
2017-07-07
1
-0
/
+178
*
s3: client: Move struct file_list code to using talloc from malloc.
Jeremy Allison
2017-07-07
1
-11
/
+18
*
s3:libsmb: remove unused 'bool show_hdr' from cli_cm_open()
Stefan Metzmacher
2017-06-27
1
-5
/
+5
*
s3:smbclient: remove unreliable Domain=[...] OS=[Windows 6.1] Server=[...] ba...
Stefan Metzmacher
2017-06-27
1
-5
/
+7
*
s3:client: smbclient -L can't do workgroup listing over SMB2/3
Stefan Metzmacher
2017-06-22
1
-4
/
+9
*
s3: libsmb: Widen cli_state_get_tid() / cli_state_set_tid() to 32-bits.
Jeremy Allison
2017-06-17
1
-1
/
+4
*
s3: client tools: Call popt_free_cmdline_auth_info() on all normal exits.
Jeremy Allison
2017-05-09
1
-0
/
+3
*
s3: client tools. Remove direct access to struct user_auth_info *cmdline_auth...
Jeremy Allison
2017-05-09
1
-83
/
+88
*
smbclient: add -f option to rename command
Uri Simchoni
2017-03-28
1
-2
/
+8
*
s3: libsmb: add replace support to cli_rename()
Uri Simchoni
2017-03-28
1
-1
/
+1
*
Modify smbspool_krb5_wrapper to just fall through to smbspool if AUTH_INFO_RE...
Bryan Mason
2017-02-17
1
-15
/
+17
*
s3:client: don't use cli->use_kerberos && cli->got_kerberos_mechanism in smbs...
Stefan Metzmacher
2017-01-27
1
-8
/
+9
*
s3:client: use cli_cm_force_encryption_creds in smbspool.c (in a #if 0 section)
Stefan Metzmacher
2016-12-21
1
-5
/
+1
*
s3:client: make use of cli_smb1_setup_encryption() in cmd_posix_encrypt()
Stefan Metzmacher
2016-12-21
1
-14
/
+32
*
s3:popt_common: let POPT_COMMON_CREDENTIALS imply logfile and conffile loading
Stefan Metzmacher
2016-12-20
1
-10
/
+1
*
smbclient: xfile->stdio
Volker Lendecke
2016-12-11
1
-17
/
+16
*
s3:libsmb: don't pass 'passlen' to cli_tree_connect[_send]() and allow pass=NULL
Stefan Metzmacher
2016-12-09
1
-1
/
+1
*
s3:client: avoid using cli->{use_kerberos,...} for cli_session_creds_init() i...
Stefan Metzmacher
2016-12-09
1
-4
/
+9
*
s3:client: make use of cli_tree_connect_creds() in smbspool.c
Stefan Metzmacher
2016-12-09
1
-2
/
+1
*
lib: Remove global xfile.h includes
Volker Lendecke
2016-11-20
1
-0
/
+1
*
s3:client: use cli_session_setup_creds() in smbspool.c
Stefan Metzmacher
2016-11-15
1
-3
/
+17
*
s3:client: use cli_session_setup_creds() in client.c cmd_logon()
Stefan Metzmacher
2016-11-15
1
-3
/
+16
*
s3:libsmb: let the callers only pass the password string to cli_session_setup...
Stefan Metzmacher
2016-11-15
2
-4
/
+2
*
s3:popt_common: simplify popt_common_credentials handling
Stefan Metzmacher
2016-11-15
1
-16
/
+8
*
s3/client: obey 'disable netbios' smb.conf param, don't connect via NBT port.
Noel Power
2016-11-15
1
-1
/
+10
*
s3-client: Sync in tool cmdline help with smbclient manpage
Andreas Schneider
2016-11-09
1
-1
/
+1
*
s3: smbclient. Ensure we don't crash by freeing uninitialized *snapshots.
Jeremy Allison
2016-08-22
1
-1
/
+1
*
s3: smbclient: In order to get shadow copy data over SMB1 we must call cli_sh...
Jeremy Allison
2016-08-19
1
-0
/
+14
*
s3-client: Fix compiler errors when building with --address-sanitizer
Andrew Bartlett
2016-06-16
1
-1
/
+1
*
s3/client/clitar.c: always close fd
Aurelien Aptel
2016-06-02
1
-3
/
+4
*
s3/client/clitar.c: NULL-check correct variable
Aurelien Aptel
2016-06-01
1
-1
/
+1
*
s3: smbclient: Add posix_whoami command.
Jeremy Allison
2016-05-25
1
-0
/
+46
*
s3-smbspool: Log to stderr
Andreas Schneider
2016-05-25
1
-1
/
+1
*
s3:client:smbspool_krb5_wrapper: fix the non clearenv build.
Günther Deschner
2016-04-29
1
-2
/
+6
*
Provide fallback code for non-portable clearenv(3)
Jérémie Courrèges-Anglas
2016-04-29
1
-0
/
+6
*
CVE-2015-7560: s3: libsmb: Rename cli_posix_getfaclXX() functions to cli_posi...
Jeremy Allison
2016-03-10
1
-1
/
+1
*
s3-client: Add a KRB5 wrapper for smbspool
Andreas Schneider
2016-01-25
2
-0
/
+227
*
smbspool: Add string representation of nt_status
Andreas Schneider
2016-01-22
1
-2
/
+2
*
smbclient: query disk usage relative to current directory
Uri Simchoni
2016-01-06
1
-1
/
+1
*
clitar: cope with functions of older versions of libarchive
Björn Jacke
2015-12-03
1
-0
/
+10
[next]