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
/
torture
/
masktest.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "s3:libsmb: Fix printing the session setup information"
Andreas Schneider
2017-06-09
1
-3
/
+1
*
s3:libsmb: Fix printing the session setup information
Andreas Schneider
2017-06-07
1
-1
/
+3
*
s3:torture/masktest: masktest only works with SMB1 currently
Stefan Metzmacher
2016-12-19
1
-0
/
+1
*
s3:torture/masktest: Use cli_tree_connect_creds()
Stefan Metzmacher
2016-12-19
1
-2
/
+1
*
s3:torture: make use of cli_session_creds_init() in masktest.c
Stefan Metzmacher
2016-11-15
1
-13
/
+26
*
s3:libsmb: let the callers only pass the password string to cli_session_setup...
Stefan Metzmacher
2016-11-15
1
-2
/
+1
*
lib: load_case_tables() -> smb_init_locale()
Volker Lendecke
2015-03-24
1
-1
/
+1
*
param: rename lp function and variable from "cli_maxprotocol" to "client_max_...
Garming Sam
2014-02-07
1
-1
/
+1
*
s3:torture: avoid interpret_protocol()
Stefan Metzmacher
2013-08-15
1
-2
/
+3
*
torture: Use new samba_getpass() in masktest.
Andreas Schneider
2012-12-03
1
-2
/
+5
*
Correctly check for errors in strlower_m() returns.
Jeremy Allison
2012-08-09
1
-2
/
+2
*
s3:libsmb: get rid of cli_negprot
Luk Claes
2012-05-28
1
-1
/
+2
*
s3:libsmb: get rid of cli_state_protocol
Luk Claes
2012-05-28
1
-1
/
+2
*
Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()
Jeremy Allison
2011-12-03
1
-1
/
+1
*
s3:torture: make use of cli_tree_connect()
Stefan Metzmacher
2011-11-24
1
-2
/
+2
*
s3:torture: s/Undefined/SMB_SIGNING_DEFAULT/ s/Required/SMB_SIGNING_REQUIRED/
Stefan Metzmacher
2011-11-03
1
-2
/
+2
*
s3:libsmb: pass max_protocol to cli_negprot()
Stefan Metzmacher
2011-09-15
1
-3
/
+1
*
s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()
Stefan Metzmacher
2011-09-08
1
-1
/
+1
*
s3:masktest: make use of cli_state_protocol()
Stefan Metzmacher
2011-08-02
1
-1
/
+1
*
s3:torture: use lp_load_global() in the masktest
Michael Adam
2011-07-28
1
-1
/
+1
*
s3:libsmb: use clistr_pull_talloc() for short_name in interpret_long_filename()
Stefan Metzmacher
2011-07-07
1
-1
/
+2
*
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3: Add called name_type param to cli_connect_nb
Volker Lendecke
2011-05-28
1
-1
/
+2
*
s3: Use cli_connect_nb in masktest
Volker Lendecke
2011-05-28
1
-30
/
+3
*
s3: Fix some nonemtpy blank lines
Volker Lendecke
2011-05-28
1
-3
/
+3
*
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
2011-05-06
1
-0
/
+1
*
s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
Andrew Bartlett
2011-04-29
1
-3
/
+3
*
s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
Andrew Bartlett
2011-04-29
1
-2
/
+2
*
s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
Andrew Bartlett
2011-04-29
1
-5
/
+5
*
s3-libsmb: put namequery headers to nmblib.h
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-includes: only include system/filesys.h when needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-trans2: only include trans2.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-masktest: Fix cli_errstr() usage (part of bug #7864)
Björn Baumbach
2011-01-25
1
-5
/
+6
*
s3-debug Remove last direct assignements to DEBUGLEVEL
Andrew Bartlett
2010-11-02
1
-1
/
+1
*
s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() instead
Andrew Bartlett
2010-11-02
1
-3
/
+1
*
s3-debug Impove setup_logging() to specify logging to stderr
Andrew Bartlett
2010-11-02
1
-3
/
+1
*
Fix bug #7700 - Improvement of return code of smbclient
Jeremy Allison
2010-10-29
1
-4
/
+9
*
s3: async cli_list
Volker Lendecke
2010-08-18
1
-17
/
+30
*
s3: Fix a crash in masktest
Volker Lendecke
2010-08-05
1
-0
/
+1
*
s3: Remove a typedef (struct file_info)
Volker Lendecke
2010-07-27
1
-2
/
+3
*
Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.
Jeremy Allison
2009-04-30
1
-3
/
+2
*
Make cli_unlink async.
Jeremy Allison
2009-04-29
1
-2
/
+2
*
Make cli_tcon_andx async
Volker Lendecke
2009-01-30
1
-3
/
+4
*
Make cli_negprot return NTSTATUS instead of bool
Volker Lendecke
2008-12-19
1
-2
/
+4
*
s3: Change sockaddr util function names for consistency
Tim Prouty
2008-12-03
1
-2
/
+2
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
1
-1
/
+1
*
Ok, down to just the client/*.c code now.
Jeremy Allison
2007-12-04
1
-30
/
+52
*
Change all occurrences of zero_addr(&ss,AF_INET) to
Jeremy Allison
2007-10-27
1
-2
/
+2
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-5
/
+5
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-4
/
+4
[next]