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
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
2007-10-10
r8051: separate out the MAX EAs test, as it fills disk too much to be run reg...
Andrew Tridgell
1
-2
/
+29
2007-10-10
r8004: added a maximum EAs size test from Kukks.
Andrew Tridgell
1
-1
/
+228
2007-10-10
r7899: fixed a crash bug in the RAW-CONTEXT test
Andrew Tridgell
1
-2
/
+0
2007-10-10
r7675: Use correct memory context for anonymous session setup auth context
Andrew Bartlett
1
-0
/
+21
2007-10-10
r7487: check both files before and after setting the attribs on file1
Stefan Metzmacher
1
-0
/
+7
2007-10-10
r6676: Fix unused variable.
Tim Potter
1
-2
/
+0
2007-10-10
r6675: Fix printf warning.
Tim Potter
1
-1
/
+1
2007-10-10
r6581: improved the error message for RAW-LOCK timeouts
Andrew Tridgell
1
-1
/
+3
2007-10-10
r6352: Two new composite calls:
Alexander Bokovoy
1
-0
/
+187
2007-10-10
r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machines
Andrew Tridgell
1
-10
/
+10
2007-10-10
r6315: Allow sane session setup behaviour on SPNEGO regarding VUIDs.
Andrew Bartlett
1
-1
/
+3
2007-10-10
r6314: A more complete RAW-CONTEXT test. This Samba4 currently fails, but it
Andrew Bartlett
1
-6
/
+65
2007-10-10
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
2
-15
/
+11
2007-10-10
r5928: Use cli_credentials in:
Jelmer Vernooij
2
-17
/
+18
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
10
-1
/
+11
2007-10-10
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5185: make all the events data structures private to events.c. This will
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5126: the composite code is no longer client specific or smb specific, so
Andrew Tridgell
1
-5
/
+5
2007-10-10
r5071: Reverted (per tridge request).
Jeremy Allison
1
-1
/
+1
2007-10-10
r5068: I'm pretty sure an old search request is allowed to return changed case
Jeremy Allison
1
-1
/
+1
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
23
-30
/
+30
2007-10-10
r5035: fixed composite test to use --num-ops command line option
Andrew Tridgell
1
-20
/
+14
2007-10-10
r4951: some of the code dealing with libcli was getting too complex trying to
Andrew Tridgell
1
-5
/
+5
2007-10-10
r4949: First version of a fetchfile composite function which connects to a se...
Volker Lendecke
1
-0
/
+99
2007-10-10
r4792: use type safety int the test suite too
Andrew Tridgell
1
-6
/
+7
2007-10-10
r4779: demonstrate doing 50 parallel loadfile operations, with a callback for...
Andrew Tridgell
1
-13
/
+40
2007-10-10
r4777: added a smb_composite_sesssetup() async composite function. This
Andrew Tridgell
1
-26
/
+24
2007-10-10
r4726: - use the name tcon and tid instead of conn and cnum
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4710: added a smb_composite_savefile() function, and expanded the test suite...
Andrew Tridgell
1
-7
/
+40
2007-10-10
r4700: first attempt at a composite async function, smb_composite_loadfile(),
Andrew Tridgell
1
-0
/
+77
2007-10-10
r4612: make the output for the w2k3 acl bug a bit clearer
Andrew Tridgell
1
-0
/
+19
2007-10-10
r4596: added a dynamic inheritance ACLs test. As far as I can tell w2k3 does ...
Andrew Tridgell
1
-10
/
+148
2007-10-10
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
3
-11
/
+11
2007-10-10
r4583: print which bit failed in the owner bits check
Andrew Tridgell
1
-0
/
+4
2007-10-10
r4582: finally worked out what is going on with the inherited ACLs test and w...
Andrew Tridgell
1
-12
/
+197
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
r4463: added testing of the special SID_CREATOR_OWNER inheritance rules
Andrew Tridgell
1
-21
/
+56
2007-10-10
r4422: make lp_set_cmdline("torture:dangerous", "Yes") a bool parameter
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4407: stricter checking of parameters on hard link creation in the RAW-RENAM...
Andrew Tridgell
1
-0
/
+8
2007-10-10
r4402: use __location__ instead of __LINE__ in the RAW-RENAME test
Andrew Tridgell
1
-4
/
+4
[next]