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
/
raw
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r13004: fix compiler warnings
Stefan Metzmacher
4
-9
/
+9
2007-10-10
r12765: Revert an accidential commit
Volker Lendecke
1
-86
/
+1
2007-10-10
r12764: Add a test for lsa_lookup. This will be expanded when I get around to...
Volker Lendecke
1
-1
/
+86
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
23
-0
/
+23
2007-10-10
r12693: Move core data structures out of smb.h into core.h
Jelmer Vernooij
23
-0
/
+23
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
10
-11
/
+0
2007-10-10
r12549: fixed the problem with serialisation and the RAW-OPLOCK test
Andrew Tridgell
1
-9
/
+34
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
10
-0
/
+10
2007-10-10
r11639: fixed some create_time tests that should be change_time tests
Andrew Tridgell
1
-5
/
+5
2007-10-10
r11638: fixed handling of null volume name in RAW-QFSINFO test
Andrew Tridgell
1
-4
/
+4
2007-10-10
r10912: added a test for supporting batch oplock upgrades
Andrew Tridgell
1
-0
/
+14
2007-10-10
r10504: - seperate implementation specific stuff, from the generic composite
Stefan Metzmacher
2
-5
/
+7
2007-10-10
r10257: strlen returns a size_t which can be 64 bits long.
Tim Potter
1
-2
/
+2
2007-10-10
r10132: Confirm that openX with OPEN_EXEC implies read only.
Jeremy Allison
1
-0
/
+26
2007-10-10
r9876: Fix some 64-bit warnings for Itanium machine.
Tim Potter
2
-4
/
+4
2007-10-10
r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r9584: Fix a race condition in Samba 3. If two files are opened simultaneousl...
Volker Lendecke
1
-0
/
+126
2007-10-10
r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw function
Tim Potter
1
-2
/
+2
2007-10-10
r9121: use the older non-passthru level for setting delete on close
Andrew Tridgell
1
-2
/
+2
2007-10-10
r9046: fixed display of privileges in RAW-ACLS test
Andrew Tridgell
1
-2
/
+2
2007-10-10
r9045: be friendly towards servers that don't understand the 'share' form for...
Andrew Tridgell
1
-2
/
+4
2007-10-10
r9044: added a comment so you can see what this test does :-)
Andrew Tridgell
1
-1
/
+2
2007-10-10
r9043: fixed return code in RAW-STREAMS test
Andrew Tridgell
1
-1
/
+1
2007-10-10
r9042: fixed the valgrind error in the RAW-SFILEINFO test
Andrew Tridgell
1
-0
/
+9
2007-10-10
r9008: check the return status for the directory handle creations
Andrew Tridgell
2
-8
/
+21
2007-10-10
r9006: expanded RAW-UNLINK test to test directory delete on close with non-em...
Andrew Tridgell
1
-0
/
+104
2007-10-10
r9003: add testing for non-empty directory delete on close
Andrew Tridgell
1
-1
/
+30
2007-10-10
r8773: fixed another dependency on directory ordering in RAW-SEARCH
Andrew Tridgell
1
-1
/
+3
2007-10-10
r8729: make the RAW-SEARCH test more robust to servers with hash based direct...
Andrew Tridgell
1
-8
/
+5
2007-10-10
r8712: cleanup old search test code to use talloc
Andrew Tridgell
1
-16
/
+18
2007-10-10
r8709: fixed the assumption in RAW-SEARCH that directories are returned in so...
Andrew Tridgell
1
-1
/
+10
2007-10-10
r8634: we are still getting occasional test failures due to disk space
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8537: cope better with the small file handle limit on some systems in the bu...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r8522: fixed another couple of size_t warnings
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
Andrew Tridgell
4
-8
/
+8
2007-10-10
r8497: prevent a fd leak in RAW-SEARCH test
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8495: allow for up 10% change in allocated disk space during QFSINFO tests
Andrew Tridgell
1
-2
/
+10
2007-10-10
r8494: fixed a bug in RAW-SFILEINFO that caused inconsistent results on diffe...
Andrew Tridgell
1
-0
/
+2
2007-10-10
r8491: lower the offset limit that filesystems need to support to pass RAW-WR...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8229: A level2 oplock does not conflict a no-oplock open, but is broken on f...
Volker Lendecke
1
-0
/
+119
2007-10-10
r8185: Delete on close on directories:
Volker Lendecke
1
-4
/
+5
2007-10-10
r8176: Exploring the share mode database...
Volker Lendecke
1
-9
/
+11
2007-10-10
r8174: Check DOS error codes in torture chkpath test.
Jeremy Allison
1
-64
/
+64
2007-10-10
r8123: fixed the RAW-NOTIFY and RAW-QFSINFO tests against w2k3
Andrew Tridgell
2
-1
/
+4
2007-10-10
r8122: more fixes from testing dos error code handling against w2k3
Andrew Tridgell
2
-4
/
+4
2007-10-10
r8118: remove a debugging hack that should not have been in the last commit
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8117: fixed a bunch more dos error code handing.
Andrew Tridgell
3
-10
/
+9
2007-10-10
r8107: now that we properly separate DOS and NT status codes all the places
Andrew Tridgell
1
-2
/
+2
2007-10-10
r8104: - added support for our client library to not negotiate nt status code...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r8058: added testing of delete on close for files and directories
Andrew Tridgell
1
-3
/
+87
[next]