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
/
source4
/
torture
/
torture.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r8273: fixed some memory leaks in smbscript. This required converting
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8174: Check DOS error codes in torture chkpath test.
Jeremy Allison
1
-1
/
+1
2007-10-10
r8121: yuck. w2k3 seems to choose ERRDOS:ERRbaduid or
Andrew Tridgell
1
-1
/
+3
2007-10-10
r8117: fixed a bunch more dos error code handing.
Andrew Tridgell
1
-4
/
+4
2007-10-10
r8110: More PAC work. I still can't get WinXP to accept the PAC, but we are
Andrew Bartlett
1
-0
/
+1
2007-10-10
r8104: - added support for our client library to not negotiate nt status code...
Andrew Tridgell
1
-19
/
+10
2007-10-10
r8099: clean up after BASE-TCON
Volker Lendecke
1
-0
/
+2
2007-10-10
r8081: Add simple test for RpcConnect function.
Rafal Szczesniak
1
-0
/
+1
2007-10-10
r8051: separate out the MAX EAs test, as it fills disk too much to be run reg...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r7816: Implementation of "shortcut" function for those (probably many) who
Rafal Szczesniak
1
-0
/
+2
2007-10-10
r7738: It's actually an API function test.
Rafal Szczesniak
1
-1
/
+1
2007-10-10
r7737: Test for libnet_Lookup function.
Rafal Szczesniak
1
-0
/
+1
2007-10-10
r7704: - fixed open_nbt_connection() to return NULL when the connection failed
Andrew Tridgell
1
-7
/
+10
2007-10-10
r7684: Add a test aimed at checking we have agreement between client and
Andrew Bartlett
1
-0
/
+1
2007-10-10
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
1
-4
/
+4
2007-10-10
r7525: Unify lp_load(), load_interfaces and logging setup into popt().
Andrew Bartlett
1
-5
/
+0
2007-10-10
r7494: added --maximum-runtime to smbtorture as well. I have seen smbtorture
Andrew Tridgell
1
-0
/
+19
2007-10-10
r7482: Rename smbcli_send_tconX() to smbcli_tconX() so as not to get it
Tim Potter
1
-2
/
+2
2007-10-10
r7383: Add CreateUser test to torture suite.
Rafal Szczesniak
1
-0
/
+1
2007-10-10
r7325: Add composite domain open test.
Rafal Szczesniak
1
-0
/
+1
2007-10-10
r7294: implemented the irpc messaging system. This is the core of the
Andrew Tridgell
1
-0
/
+1
2007-10-10
r6975: Test opening filenames with control characters in fails
Jeremy Allison
1
-0
/
+26
2007-10-10
r6933: Add a couple of helper functions for creating nbt names.
Tim Potter
1
-3
/
+1
2007-10-10
r6907: Unixinfo for samba4, not activated by default.
Volker Lendecke
1
-0
/
+1
2007-10-10
r6875: added a BENCH-CLDAP test. Speed of the cldap server isn't all that imp...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r6869: removed completely bogus BASE-RW2 test
Andrew Tridgell
1
-113
/
+0
2007-10-10
r6694: a simple CLDAP torture test
Andrew Tridgell
1
-0
/
+1
2007-10-10
r6556: added BENCH-RPC test, useful for simple rpc load testing
Andrew Tridgell
1
-0
/
+1
2007-10-10
r6415: Added NET-USERDEL torture test which proves something's wrong
Rafal Szczesniak
1
-0
/
+1
2007-10-10
r6406: Include new NET-USERADD test in torture suite.
Rafal Szczesniak
1
-0
/
+1
2007-10-10
r6223: added a bit more datagram infrastructure and the beginnings of a test
Andrew Tridgell
1
-0
/
+1
2007-10-10
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
1
-4
/
+2
2007-10-10
r5941: Commit this patch much earlier than I would normally prefer, but metze...
Andrew Bartlett
1
-16
/
+17
2007-10-10
r5929: Use cli_credentials for the SMB functions as well.
Jelmer Vernooij
1
-10
/
+2
2007-10-10
r5928: Use cli_credentials in:
Jelmer Vernooij
1
-33
/
+9
2007-10-10
r5917: First step in using the new cli_credentials structure. This patch
Jelmer Vernooij
1
-5
/
+5
2007-10-10
r5902: A rather large change...
Andrew Bartlett
1
-4
/
+6
2007-10-10
r5866: Add InitShutdown IDL and torture test.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r5651: A bit more code in userinfo test and hook up test function to
Rafal Szczesniak
1
-0
/
+3
2007-10-10
r5490: The big (D)COM commit! :-) Contains most of the changes described in the
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r5487: - Allow disabling modules
Jelmer Vernooij
1
-13
/
+0
2007-10-10
r5415: added a NBT-WINSREPLICATION torture test. It asks the server for the
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5403: a simple WINS benchmarking program
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5308: trimmed back a lot of the old macros from smb_macros.h
Andrew Tridgell
1
-0
/
+2
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5294: - added a separate NBT-WINS test for WINS operations (register, refres...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5156: started on test driven development of the nbt server. This adds a
Andrew Tridgell
1
-0
/
+3
2007-10-10
r5130: added a single NBT name query benchmark. It keeps 10 queries in flight...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4973: Add a RAP scanner to smbtorture. win2k has call numbers 0-215 although
Tim Potter
1
-0
/
+1
[prev]
[next]