index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
torture
/
torture.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-06
s3: Avoid a potential alignment requirement issue
Volker Lendecke
1
-6
/
+5
2012-01-05
Fix the local-memcache test for 64-bit
Volker Lendecke
1
-1
/
+1
2012-01-05
s3: Add a test for proper brlock cleanup
Volker Lendecke
1
-0
/
+1
2012-01-05
s3: Add a test excercising the share mode cleanup routine
Volker Lendecke
1
-0
/
+1
2012-01-03
s3: Fix a cut&paste error
Volker Lendecke
1
-1
/
+1
2012-01-03
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2011-12-03
Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()
Jeremy Allison
1
-87
/
+87
2011-11-24
s3:torture: add SMB2-SESSION-REAUTH
Stefan Metzmacher
1
-0
/
+1
2011-11-24
s3:torture: add SMB2-MULTI-CHANNEL test
Stefan Metzmacher
1
-0
/
+1
2011-11-24
s3:torture: add a new test SMB2-TCON-DEPENDENCE
Michael Adam
1
-0
/
+1
2011-11-24
s3:torture:smb2: add SMB2-SESSION-RECONNECT test
Michael Adam
1
-0
/
+1
2011-11-24
s3:torture: make use of cli_tree_connect()
Stefan Metzmacher
1
-5
/
+5
2011-11-24
s3:torture: add SMB2-NEGPROT test
Stefan Metzmacher
1
-0
/
+1
2011-11-16
s3-torture: remove all cli_nt_error() calls in torture
Björn Baumbach
1
-12
/
+11
2011-11-16
s3-torture: replace cli_errstr() with nt_errstr()
Björn Baumbach
1
-6
/
+10
2011-11-03
s3:torture: s/Undefined/SMB_SIGNING_DEFAULT/ s/Required/SMB_SIGNING_REQUIRED/
Stefan Metzmacher
1
-4
/
+4
2011-10-28
s3-torture run t_strappend tests as LOCAL-sprintf_append
Andrew Bartlett
1
-0
/
+1
2011-10-24
libcli/smb: move source3/libsmb/read_smb.* to the toplevel
Stefan Metzmacher
1
-1
/
+1
2011-10-24
s3:torture: avoid using read_smb()
Stefan Metzmacher
1
-1
/
+16
2011-10-11
s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...
Michael Adam
1
-4
/
+8
2011-10-11
s3:torture: convert torture.c to only use dbwrap wrapper functions
Michael Adam
1
-17
/
+26
2011-10-11
s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.h
Michael Adam
1
-0
/
+1
2011-10-01
Add a torture test to test existing FSCTL responses
Richard Sharpe
1
-0
/
+1
2011-09-15
s3:libsmb: pass max_protocol to cli_negprot()
Stefan Metzmacher
1
-3
/
+3
2011-09-14
s3:libsmb: remove unused cli->is_samba
Stefan Metzmacher
1
-8
/
+0
2011-09-14
s3:torture/run_oplock4: don't set cli->use_level_II_oplocks
Stefan Metzmacher
1
-3
/
+0
2011-09-13
s3:torture: there's no need to alter cli->max_xmit in order to test large writes
Stefan Metzmacher
1
-7
/
+3
2011-09-13
s3:torture: use CLI_BUFFER_SIZE instead of cli->max_xmit
Stefan Metzmacher
1
-1
/
+1
2011-09-12
s3-lsa: Add conversion for auth info structs
Sumit Bose
1
-0
/
+1
2011-09-08
s3:torture: make use of CLI_FULL_CONNECTION_DONT_SPNEGO
Stefan Metzmacher
1
-4
/
+11
2011-09-08
s3:torture: make use of CLI_FULL_CONNECTION_FORCE_DOS_ERRORS
Stefan Metzmacher
1
-1
/
+8
2011-09-08
s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()
Stefan Metzmacher
1
-11
/
+14
2011-09-07
s3:torture: relax 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
-3
/
+3
2011-08-03
s3:torture: make use of cli_set_timeout()
Stefan Metzmacher
1
-2
/
+2
2011-08-02
s3:torture: make use of cli_state_capabilities()
Stefan Metzmacher
1
-1
/
+1
2011-07-29
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
1
-1
/
+1
2011-07-29
s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
Michael Adam
1
-0
/
+1
2011-07-28
s3:smbtorture: use the lp_load_global() wrapper of lp_load()
Michael Adam
1
-1
/
+1
2011-07-27
s3: Avoid calls to cli_dos/nt_error in torture
Volker Lendecke
1
-20
/
+19
2011-07-27
s3: Fix formatting in check_error()
Volker Lendecke
1
-3
/
+6
2011-07-23
s3-torture: run_oplock2(): replace cli_read_old() with cli_read()
Björn Baumbach
1
-5
/
+10
2011-07-23
s3-torture: run_fdsesstest(): replace cli_read_old() with cli_read()
Björn Baumbach
1
-8
/
+7
2011-07-23
s3-torture: run_fdpasstest(): replace cli_read_old() with cli_read()
Björn Baumbach
1
-4
/
+3
2011-07-23
s3-torture: run_locktest7(): replace cli_read_old() with cli_read()
Stefan Metzmacher
1
-11
/
+34
2011-07-23
s3-torture: run_locktest7(): goto fail on read error
Stefan Metzmacher
1
-0
/
+1
2011-07-22
s3-torture: run_locktest4(): replace cli_read_old() with cli_read()
Björn Baumbach
1
-5
/
+5
2011-07-22
s3-torture: introduce test_cli_read()
Björn Baumbach
1
-0
/
+22
2011-07-22
s3:torture: use cli_state_disconnect() to close the socket on SIGALRM
Stefan Metzmacher
1
-3
/
+3
2011-07-21
s3:libsmb: move cli->vuid to cli->smb1.uid and hide it behind cli_state_[g|s]...
Stefan Metzmacher
1
-18
/
+17
[next]