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
r4422: make lp_set_cmdline("torture:dangerous", "Yes") a bool parameter
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4169: add descriptions about binding and unc strings to the
Stefan Metzmacher
1
-1
/
+45
2007-10-10
r4063: - change char * -> uint8_t in struct request_buffer
Stefan Metzmacher
1
-10
/
+10
2007-10-10
r4052: fixed a bunch of code to use the type safe _p allocation macros
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4035: more effort on consistent naming of the access mask bits.
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4013: got rid of a bunch of unused or unmaintained code
Andrew Tridgell
1
-5
/
+1
2007-10-10
r4011: get rid of rpc_secdes.h and replace it with a single sane set of
Andrew Tridgell
1
-34
/
+39
2007-10-10
r3945: expanded the BASE-PROPERTIES test to print a nicely formatted list of
Andrew Tridgell
1
-28
/
+3
2007-10-10
r3898: Work towards local/server DCOM support, start working
Jelmer Vernooij
1
-0
/
+9
2007-10-10
r3891: Add rot (Running Object Table) interface
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a file
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3746: added RAW-STREAMS and RAW-EAS tests to smbtorture
Andrew Tridgell
1
-0
/
+2
2007-10-10
r3699: - split the delayed write testing out of RAW-WRITE, as it is not yet
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3686: The results of some work on the NETLOGON pipe:
Andrew Bartlett
1
-0
/
+1
2007-10-10
r3677: Seperate the SamLogon tests from the main RPC-NETLOGON test into a
Andrew Bartlett
1
-0
/
+1
2007-10-10
r3660: This simulates the logon sequence of a XP login session I'm currently ...
Volker Lendecke
1
-0
/
+1
2007-10-10
r3633: - moved module init functions to after smb.conf and command line
Andrew Tridgell
1
-2
/
+5
2007-10-10
r3608: added BASE-DENYDOS test
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3586: Fix some of the issues with the module init functions.
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r3574: the RAW-OPEN test changes broke a couple of the other tests. This
Andrew Tridgell
1
-54
/
+1
2007-10-10
r3513: Add (the infrastructure for) DCOM support. Contents:
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r3507: - added deferred replies on sharing violation in pvfs open. The
Andrew Tridgell
1
-16
/
+14
2007-10-10
r3494: got rid of include/rewrite.h, and split out the dynconfig.h header
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3481: split out client.h and events.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3461: another place where "open" was used as a structure element
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3453: - split out the auth and popt includes
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3447: more include/system/XXX.h include files
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3445: made the gtk tooks use minimal includes. This approximately halves the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3413: RemoteActivation updates and fixes
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r3394: Give the user a clue why we are blasting them with the usage brick.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r3386: - fixed --seed option in smbtorture
Andrew Tridgell
1
-3
/
+9
2007-10-10
r3324: made the smbtorture code completely warning free
Andrew Tridgell
1
-26
/
+27
2007-10-10
r3323: more warning reductions
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3251: - move the openattr test code into basic/attr.c
Andrew Tridgell
1
-167
/
+1
2007-10-10
r3203: moved more test functions into torture/basic/*.c
Andrew Tridgell
1
-211
/
+3
2007-10-10
r3182: separate out the BASE-RENAME test into torture/basic/rename.c
Andrew Tridgell
1
-96
/
+1
2007-10-10
r3156: Couple of fixes in the conversion functions between binding structs and
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r3149: separate the delete on close test into torture/basic/delete.c
Andrew Tridgell
1
-500
/
+1
2007-10-10
r3130: - added a LOCAL-IDTREE test suite
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3123: Add dcerpc_binding_build_tower()
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r3053: make the maxfid test use subdirectories, so it doesn't create 64k
Andrew Tridgell
1
-6
/
+46
2007-10-10
r3045: Allow object-uuid@... binding strings
Jelmer Vernooij
1
-1
/
+13
2007-10-10
r3016: - converted the events code to talloc
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3011: separated the locktest code into a separate module in smbtorture
Andrew Tridgell
1
-899
/
+19
2007-10-10
r2997: Added delete on close tests for readonly files.
Jeremy Allison
1
-0
/
+58
2007-10-10
r2854: added a RPC-COUNTCALLS torture test - a useful varient on the full sca...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2785: call init_iconv() in smbtorture to ensure we have no memory allocated
Andrew Tridgell
1
-0
/
+1
2007-10-10
r2735: More DCOM updates:
Jelmer Vernooij
1
-0
/
+1
[next]