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
/
source4
/
torture
/
basic
/
base.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-18
s4:libcli: pass struct loadparm_context to smbcli_socket_connect()
Stefan Metzmacher
1
-0
/
+1
2025-04-18
s4:libcli: remove unused ports from smbcli_socket_connect()
Stefan Metzmacher
1
-1
/
+1
2023-09-27
s4:torture: Initialize ‘tm’ structure
Joseph Sutton
1
-1
/
+1
2023-01-13
CI: add a test for @GMT mask in SMB1 find
Ralph Boehme
1
-0
/
+41
2021-12-09
s4: torture: Use smbcli_unlink_wcard() to remove wildcards in base.chkpath test.
Jeremy Allison
1
-2
/
+2
2020-05-05
s4: torture: Add an SMB1-specific open root of share with @GMT-path test - ba...
Jeremy Allison
1
-0
/
+47
2018-11-30
Fix spelling mistakes
Olly Betts
1
-1
/
+1
2017-11-24
s4-torture: fix truncation warnings
Uri Simchoni
1
-3
/
+3
2017-05-05
s4: torture: Add a TALLOC_CTX * to torture_test_delete().
Jeremy Allison
1
-1
/
+1
2017-05-05
s4: torture: Pass TALLOC_CTX * to torture_delay_write().
Jeremy Allison
1
-1
/
+1
2017-05-05
s4: torture: Change torture_register_suite() to add a TALLOC_CTX *.
Jeremy Allison
1
-2
/
+2
2017-04-22
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
1
-1
/
+1
2016-05-13
s4:torture:basic: fix O3 error unused result of asprintf
Michael Adam
1
-2
/
+4
2016-04-12
CVE-2016-2115: s4:libcli/raw: pass the minprotocol to smb_raw_negotiate*()
Stefan Metzmacher
1
-0
/
+1
2016-04-12
CVE-2016-2111: s4:torture/base: don't use ntlmv2 for dos connection in base.s...
Stefan Metzmacher
1
-2
/
+17
2015-09-22
s4: torture: Fix double-free on error.
Herb Lewis
1
-1
/
+0
2014-09-10
s4:torture:base: slightly more generous timing in the defer_open test
Michael Adam
1
-1
/
+1
2014-09-10
s4:torture:base: add torture_comments to the loop of the deferopen test.
Michael Adam
1
-2
/
+34
2014-09-10
s4:torture:base: move i++ down in loop in run_deferopen()
Michael Adam
1
-1
/
+2
2014-08-18
s4:torture: use torture_assert instead of torture_comment and return in defer...
Michael Adam
1
-5
/
+11
2014-08-07
s4:torture: use torture_assert instead of torture_comment and return in defer...
Michael Adam
1
-4
/
+5
2014-08-07
s4:torture: consistently log "pid %u: ..." in the defer_open test
Michael Adam
1
-3
/
+5
2014-08-07
s4:torture: remove an unused variable and bogus check from the defer_open test
Michael Adam
1
-6
/
+0
2014-06-12
torture: convert torture_comment() -> torture_result() so we can knownfail fl...
Andrew Bartlett
1
-82
/
+82
2013-02-15
Fix the maxfids test so that it does not fork lots of processes and so that i...
Richard Sharpe
1
-1
/
+1
2011-11-30
s4:libcli/raw: implement on top of smbXcli_conn/req
Stefan Metzmacher
1
-5
/
+21
2011-11-30
s4:libcli: move smbcli_transport_establish() logic into smbcli_socket_connect()
Stefan Metzmacher
1
-8
/
+8
2011-11-29
s4:torture: use tctx->ev as event context for polling
Stefan Metzmacher
1
-1
/
+1
2011-11-21
Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...
Jeremy Allison
1
-3
/
+0
2011-09-07
s4:torture/basic: relax base.trans2 midmight time checking
Stefan Metzmacher
1
-2
/
+4
2011-08-13
torture: use tevent_ functions names instead of the legacy event_ ones
Simo Sorce
1
-1
/
+1
2010-12-11
s4-smbtorture: Make test names lowercase and dot-separated.
Jelmer Vernooij
1
-49
/
+49
2010-12-11
smbtorture: correct error handling in BASE-OPEN.
James Peach
1
-71
/
+104
2010-11-30
s4:torture - partially revert "s4:torture - prefer the termination "return"s ...
Matthias Dieter Wallnöfer
1
-4
/
+2
2010-11-29
s4:torture - prefer the termination "return"s at the end of two unittests
Matthias Dieter Wallnöfer
1
-2
/
+4
2010-11-29
s4:torture - remove unreachable statements to quiet warnings of Solaris "cc"
Matthias Dieter Wallnöfer
1
-2
/
+0
2010-11-15
s4:torture/basic/base.c - fix output warnings regarding "time_t"
Matthias Dieter Wallnöfer
1
-2
/
+4
2010-10-07
File winattr test
Abhidnya P Chirmule
1
-0
/
+1
2010-10-07
File BirthTime test
Abhidnya P Chirmule
1
-0
/
+114
2010-09-16
s3/s4: merge msleep and smb_msleep
Björn Jacke
1
-2
/
+2
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-10
/
+10
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
1
-1
/
+0
2010-04-11
subunit: Remove more test output that could be interpreted by subunit.
Jelmer Vernooij
1
-36
/
+36
2010-04-11
subunit: Support formatting compatible with upstream subunit, for consistency.
Jelmer Vernooij
1
-1
/
+1
2010-02-02
Change uint_t to unsigned int in source4
Matt Kraai
1
-1
/
+1
2010-01-26
s4:smbtorture: add BASE-BENCH-HOLDOPEN
Stefan Metzmacher
1
-0
/
+1
2009-10-20
s4-torture: ran minimal_includes.pl over source4/torture
Andrew Tridgell
1
-2
/
+0
2009-10-15
s4-smb: declare root_fid as a file handle
Andrew Tridgell
1
-2
/
+2
2009-10-06
s4/torture: Add SMB sharemode/access mask tests
Aravind Srinivasan
1
-0
/
+4
2009-08-11
torture/basic: in run_derefopen() the file could have been deleted before the...
Matthias Dieter Wallnöfer
1
-2
/
+6
[next]