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
/
basic
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
1
-3
/
+7
2007-10-10
r5730: More fun with delayed write semantics with multiple file handles
Jeremy Allison
1
-2
/
+168
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
10
-0
/
+13
2007-10-10
r5296: - only include the tdb headers where they are needed
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
4
-12
/
+12
2007-10-10
r4951: some of the code dealing with libcli was getting too complex trying to
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4777: added a smb_composite_sesssetup() async composite function. This
Andrew Tridgell
1
-8
/
+8
2007-10-10
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4547: - added talloc_new(ctx) macro that is a neater form of the common tall...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4445: put the unlink test in a subdirectory, and ensure it cleans up
Andrew Tridgell
1
-2
/
+6
2007-10-10
r4430: - fixed the BASE-LOCK* tests to use a subdirectory, and properly setup...
Andrew Tridgell
1
-12
/
+30
2007-10-10
r4063: - change char * -> uint8_t in struct request_buffer
Stefan Metzmacher
4
-21
/
+21
2007-10-10
r4055: fixed more places to use type safe allocation macros
Andrew Tridgell
1
-2
/
+2
2007-10-10
r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...
Andrew Tridgell
2
-2
/
+2
2007-10-10
r4035: more effort on consistent naming of the access mask bits.
Andrew Tridgell
6
-10
/
+10
2007-10-10
r4013: got rid of a bunch of unused or unmaintained code
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4011: get rid of rpc_secdes.h and replace it with a single sane set of
Andrew Tridgell
10
-81
/
+123
2007-10-10
r3975: added LFN filesystem attribute bit definition from ethereal
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3971: fix compiler warnings
Stefan Metzmacher
1
-7
/
+7
2007-10-10
r3958: fix the build for now
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3945: expanded the BASE-PROPERTIES test to print a nicely formatted list of
Andrew Tridgell
1
-0
/
+129
2007-10-10
r3888: Just proving :-) to tridge that a Setfileinfo with a modified
Jeremy Allison
1
-2
/
+17
2007-10-10
r3887: Much better understanding of delayed write time, and the interaction
Jeremy Allison
1
-4
/
+80
2007-10-10
r3886: Trying to understand delayed file write update times. Added another
Jeremy Allison
1
-0
/
+97
2007-10-10
r3699: - split the delayed write testing out of RAW-WRITE, as it is not yet
Andrew Tridgell
6
-34
/
+293
2007-10-10
r3634: - fixed BASE-DISCONNECT test to force the async packets to be sent by
Andrew Tridgell
1
-0
/
+7
2007-10-10
r3633: - moved module init functions to after smb.conf and command line
Andrew Tridgell
1
-0
/
+163
2007-10-10
r3608: added BASE-DENYDOS test
Andrew Tridgell
1
-0
/
+125
2007-10-10
r3580: - on file overwrite in ntcreatex we need to replace the file permissions.
Andrew Tridgell
1
-8
/
+8
2007-10-10
r3574: the RAW-OPEN test changes broke a couple of the other tests. This
Andrew Tridgell
2
-2
/
+111
2007-10-10
r3507: - added deferred replies on sharing violation in pvfs open. The
Andrew Tridgell
1
-4
/
+3
2007-10-10
r3481: split out client.h and events.h
Andrew Tridgell
1
-1
/
+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
r3449: more include file reduction
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3447: more include/system/XXX.h include files
Andrew Tridgell
2
-0
/
+2
2007-10-10
r3426: removed 2 unused files, and some unused variables
Andrew Tridgell
1
-459
/
+0
2007-10-10
r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h
Andrew Tridgell
4
-0
/
+4
2007-10-10
r3400: - allow callers to control the flags2 field in raw packets
Andrew Tridgell
1
-2
/
+13
2007-10-10
r3387: fixed pvfs to pass the NTDENY tests. The tricky bit was
Andrew Tridgell
1
-10
/
+12
2007-10-10
r3386: - fixed --seed option in smbtorture
Andrew Tridgell
1
-1
/
+272
2007-10-10
r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra...
Andrew Tridgell
2
-9
/
+9
2007-10-10
r3324: made the smbtorture code completely warning free
Andrew Tridgell
13
-27
/
+27
2007-10-10
r3251: - move the openattr test code into basic/attr.c
Andrew Tridgell
1
-0
/
+196
2007-10-10
r3207: - reformat error msgs in BASE-DIR* tests
Andrew Tridgell
1
-10
/
+14
2007-10-10
r3203: moved more test functions into torture/basic/*.c
Andrew Tridgell
2
-0
/
+235
2007-10-10
r3188: tidy up the rename test a bit more
Andrew Tridgell
1
-4
/
+10
2007-10-10
r3182: separate out the BASE-RENAME test into torture/basic/rename.c
Andrew Tridgell
1
-0
/
+128
2007-10-10
r3155: reformat a delete test
Andrew Tridgell
1
-3
/
+5
2007-10-10
r3152: reformatted some of the delete test code
Andrew Tridgell
1
-12
/
+22
2007-10-10
r3150: printing __location__ is more useful than a operation number
Andrew Tridgell
1
-57
/
+117
[next]