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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r15898: use d_printf() in some more places to fix more torture seg faults on
Andrew Tridgell
2
-30
/
+30
2007-10-10
r15897: switch to d_printf() in the libnet_share test, and neaten up the code
Andrew Tridgell
1
-20
/
+25
2007-10-10
r15892: Remove the COM management code - DCOM should be
Jelmer Vernooij
3
-115
/
+0
2007-10-10
r15881: fixed the RAW-ACLS test for 64 bit systems (was failing on ppc64)
Andrew Tridgell
1
-3
/
+5
2007-10-10
r15865: using dirname for a variable isn't that good,
Stefan Metzmacher
2
-43
/
+43
2007-10-10
r15862: add a LOCAL-EVENT torture test
Stefan Metzmacher
3
-1
/
+129
2007-10-10
r15836: Test an invalid DOS share mode.
Volker Lendecke
1
-1
/
+34
2007-10-10
r15821: Fix static library build.
Jelmer Vernooij
2
-3
/
+8
2007-10-10
r15819: Use updated API in smbtorture, use UI tools in registry tests.
Jelmer Vernooij
2
-39
/
+21
2007-10-10
r15818: Improve UI utilities: allow format strings and add some convenience m...
Jelmer Vernooij
2
-6
/
+56
2007-10-10
r15816: add SMB2-LOCK torture test, which demonstrates what possible valid an...
Stefan Metzmacher
3
-1
/
+218
2007-10-10
r15813: Use labs() rather than abs() for 32-bit integers. Caught by the IBM c...
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r15803: the SMB2 server gives NT_STATUS_NOT_FOUND instead of NT_STATUS_INVALI...
Stefan Metzmacher
1
-0
/
+6
2007-10-10
r15788: Do not crash when no result is returned
Simo Sorce
1
-0
/
+4
2007-10-10
r15787: NET-API-CREATEUSER was crashing for me because of this uninitialized ...
Simo Sorce
1
-0
/
+1
2007-10-10
r15784: Redesign of NET-API-RPCCONNECT tests to cover more cases of usage.
Rafal Szczesniak
2
-76
/
+136
2007-10-10
r15779: Remove keepref from atsvc and efs.
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r15776: Don't generate ref pointers in Samba4-generated code. There is no point
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15759: samba4 currently only supports read sizes up to with UINT16_MAX
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r15741: move smb2 request structures into the main smb request structs
Stefan Metzmacher
4
-26
/
+26
2007-10-10
r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...
Stefan Metzmacher
3
-5
/
+10
2007-10-10
r15713: - initialize ntioctl.in.max_data and ntioctl.in.blob
Stefan Metzmacher
1
-1
/
+4
2007-10-10
r15706: This is a very specific test that helps me in making sure I don't scr...
Volker Lendecke
1
-0
/
+150
2007-10-10
r15690: - disable the lock cancel test against samba3
Stefan Metzmacher
1
-0
/
+10
2007-10-10
r15685: let samba3 pass RAW-READ and ignore one bug
Stefan Metzmacher
1
-1
/
+6
2007-10-10
r15664: Add NET-API-DELETEUSER test for libnet_DeleteUser function.
Rafal Szczesniak
2
-0
/
+165
2007-10-10
r15656: for NT IOCTL's we need to control the max_data field for some calls
Stefan Metzmacher
1
-1
/
+3
2007-10-10
r15640: - NT IOCTL calls also have an 'in' data_blob
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r15628: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15626: Modify the tests to fit them in current changes in libnet
Rafal Szczesniak
3
-13
/
+54
2007-10-10
r15615: - add some tests for cancel pending locks by SMBexit, SMBulogoff and ...
Stefan Metzmacher
1
-5
/
+668
2007-10-10
r15606: Fix another dependency
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r15605: Yet another dependencies fix
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r15602: Another dependency fix
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15599: Fix more popt dependencies - these should be the last ones
Jelmer Vernooij
2
-4
/
+6
2007-10-10
r15598: Another dependency fix
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15596: Fix another popt dependency issue
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r15595: Fix another broken dependency rlated to popt
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15594: Remove another unused include
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r15588: Fix the build of smbtorture.
Rafal Szczesniak
1
-0
/
+1
2007-10-10
r15586: Remove unused header
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r15573: Fix build of systems that have iconv headers in non-standard locations
Jelmer Vernooij
2
-1
/
+2
2007-10-10
r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15530: added testing of generic CLDAP requests, looking at the rootDSE. Jerry
Andrew Tridgell
1
-5
/
+91
2007-10-10
r15507: if we change the idl, we need to change the calling code too:-)
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r15504: Revert -r 15500 and -r 15503 until I'm awake, and can get my head
Andrew Bartlett
1
-1
/
+1
2007-10-10
r15502: Typo fix.
Rafal Szczesniak
1
-1
/
+1
2007-10-10
r15500: Add support for interactive prompting on bad passwords to the RPC lib...
Andrew Bartlett
1
-1
/
+1
2007-10-10
r15499: This test can't run if the remote server won't let us open a policy h...
Andrew Bartlett
1
-1
/
+4
2007-10-10
r15456: Inspired by a short discussion with abartlet on IRC.
Rafal Szczesniak
4
-11
/
+34
[prev]
[next]