Age | Commit message (Collapse) | Author | Files | Lines |
|
metze
(This used to be commit e95a1ab2cd568ef5492dfae130cb2e937ac15194)
|
|
(This used to be commit 46aa8a5e8914184575fa6b9ec9edced8dd615eab)
|
|
assigned into a static initialiser must be constant.
Wishing sweet dreams on the jet-lagged tridge :-)
Andrew Bartlett
(This used to be commit 174014d956cb1d246bd07218ea289418195a73fb)
|
|
is passed a stack pointer from values[], which is not valid when the
torture suite is run.
Jelmer, need to be careful when converting test code not to use stack
values from the torture_XXX() call in the test suite
(This used to be commit 2744a0b385f58aaf0b45f33bec0d0a16c09709d7)
|
|
(This used to be commit 77e6a09e6b1a313db2bf289ac954fe4393b569fe)
|
|
metze
(This used to be commit b2cc485058c86d5be162a5e4c13c0b30f25c9d3d)
|
|
configure check for the interfaces.
should fix the build on some old sun boxes
metze
(This used to be commit f20e251bfd9f1eb7ce5c00739631b1625a2aa467)
|
|
metze
(This used to be commit 200b1a5c81bd61320ac6b7e79880411920e3f432)
|
|
metze
(This used to be commit 5609ab2116e3568e4f1a82b3ae781f17a6ffb645)
|
|
metze
(This used to be commit bb1e4954f9aa60858a2c5b2f798f10fd75849b42)
|
|
metze
(This used to be commit 408e507f0f333c01c74747ffca2d8458b970cdbc)
|
|
- and add torture tests also based on the rfc's
metze
(This used to be commit d48930a02f9560640697fd57e4bba03dc0abe284)
|
|
Andrew Bartlett
(This used to be commit 7b8240e8fddb49ccad61f9994e6e22e387c16a9e)
|
|
Remove duplicate unc path separator conversion.
Add prefix for tempdirs.
(This used to be commit 3763ed3092fa89558390a9721be8437a7c380790)
|
|
(This used to be commit 6a1ed8ad756b97f61d4af9df2c7a7d889a2d09ef)
|
|
(This used to be commit 93f7adfb140d9e77120dd197d05a8fdd50e768bd)
|
|
Add torture_temp_dir() function, with test.
(This used to be commit c9d287dc0e3f8fc4e8399cd5095ef38f2b9f40c6)
|
|
prototypes in it need to use the PRINTF_ATTRIBUTE() macro, rather than
_PRINTF_ATTRIBUTE() (which becomes PRINTF_ATTRIBUTE() only in proto
files, but not C files).
This found a number of missing descriptions in the LOCAL-SOCKET test.
Andrew Bartlett
(This used to be commit 1009d55c8caa173e9998b38235c06b4ae4b30d80)
|
|
contains protocol-specific code.
(This used to be commit 819d3b457648ffb7526a770e842badc17b6061fb)
|
|
(This used to be commit 3decb34bb607b83f72deaa4baca935f4f253e2f2)
|
|
(This used to be commit c7d1d86853eb659ee4a5cbfb4ff65b31f6fe0375)
|
|
(This used to be commit 7e811adf59841936b7e634fca4e95630f890c5af)
|
|
(This used to be commit ff87504c41e76a14b95a2063a4eb62d96fb02127)
|
|
(This used to be commit 0e52a831ed88b5d61033aee56a17e49b84df6773)
|
|
test suite tree, looks a bit more like other unit testing API's,
fixes some memory responsibility issues, introduces testcases,
and removes the need for tests to call torture_ok().
(This used to be commit 0445b1a56a02552f895f400960b9ced39244a144)
|
|
with NT_STATUS_NO_MEMORY) and still does.
(This used to be commit 5c2e136ef97fb98ae5314d1b2c73bb7b2fe4d8ee)
|
|
(This used to be commit 075dfb4c52132ea34dec643b12dcd01f05f3240f)
|
|
(This used to be commit 7dad6f9c0aade8585f874d0362290d06696a5087)
|
|
(This used to be commit 6306a3cc17aff23f54e3f4e7a36d6ab9f6739739)
|
|
(This used to be commit 5cd95ec885cb0ffd5b40f53a5a0193388ec5fc6a)
|
|
(This used to be commit 067c58f0d9743b52a05dd4c7cf78a64ea16133d9)
|
|
(This used to be commit 78db534f65245c6f093ca8b2bf24dfba9a125ea0)
|
|
- it currently tests the standard events code
- with epoll enabled and disabled
metze
(This used to be commit ce5fd2293d5ce1f6a54048bc5662706943c98eb5)
|
|
(This used to be commit d9d8f93af12c08d3b66c0bec014016ea8ee11166)
|
|
(This used to be commit 4c452090fbcf9b17acd8473cf018b09f445009b2)
|
|
(This used to be commit eef495a8efd8d5e8bcb42226b1885648774c5c76)
|
|
Split of system/locale.h header from system/iconv.h
Previously, iconv wasn't being used on these systems
(This used to be commit aa6d66fda69779d1c2948a1aca85dbd5208f1cba)
|
|
This is in preperation for making TLS a socket library.
Andrew Bartlett
(This used to be commit a312812b92f5ac7e6bd2c4af725dbbbc900d4452)
|
|
(This used to be commit 4ec89bce8715f35f21fe05bb738dae13fc6c3066)
|
|
Remove some autogenerated headers (which had prototypes now autogenerated by pidl)
Remove ndr_security.h from a few places - it's no longer necessary
(This used to be commit c19c2b51d3e1ad347120b06a22bda5ec586c22e8)
|
|
for REQUIRED_SUBSYSTEMS.
(This used to be commit adc8a019b6da256f104abed1b82bfde6998a2ac9)
|
|
will need a separate messaging endpoint per open file. To make this
efficient extend the messaging layer to have a new registration
function for temporary message types that maps via an idtree.
I have updated the LOCAL-MESSAGING test to use the new function.
(This used to be commit 4b976851d8b7ccd2c40010be095cef7fecf9e722)
|
|
metze
(This used to be commit 9ec706238c173992dc938d537bdf1103bf519dbf)
|
|
(This used to be commit 426ac78108b35adc8412d12d2d888c3d5ddf4171)
|
|
(This used to be commit 3c7a5ce29108dd82210dc3e1f00414f545949e1d)
|
|
(This used to be commit 6cdefd8945eee5513a6993350ea71f12d4dbd6fa)
|
|
(This used to be commit 51b4270513752d2eafbe77f9de598de16ef84a1f)
|
|
(This used to be commit 863ca4014d9b821706ee90f58ab5d5cf3899a4c7)
|
|
(This used to be commit c74fc55831ca24819ae7f5e0920d0351e2b46a08)
|
|
try to include just the BASENAME.h files (containing only structs)
(This used to be commit 3dd477ca5147f28a962b8437e2611a8222d706bd)
|