Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit a13f51dae591684dbc9620f385d2fbccf31ec137)
|
|
"struct foo {};".
Reported by one of the OpenChange folks, thanks!
(This used to be commit d65b520f08ea4ee82c35ff334a58aa6ffc403d67)
|
|
(This used to be commit 365052555e0e9224bdfda0c2a10f78cbeee5b06c)
|
|
(This used to be commit e88055b76a3d81fcc40773d880f76a1c3f53fbf0)
|
|
struct foo {
...
};
in IDL will now work. This is the first step towards nested types and
using typedefs for partial types (such as "typedef int *bar;"), a requirement
for complex uses of represent_as().
(This used to be commit a716aa70f0c90898e6fcf57d63a2cf4c40e7d4df)
|
|
* Add tests for wireshark dissector generator
* Add tests for the header code
* Some cleanups
* Fix handling of elements without [in] or [out]
(This used to be commit 1aecba7100685ed291ea13b0ae47fb0cf9e6a6c8)
|
|
* Pidl will now warn when trying to use pointers as integers in expressions.
* "subcontext()" is now marked as deprecated. The alternatives,
transmit_as() / represent_as() should be available soon.
* More tests.
* Remove some unused code in smbtorture.
(This used to be commit 37c0da541e3962164d5af3e3c9560803a733f3b7)
|
|
(This used to be commit ab0a798c57564901f0adcd8aedc1ef0928e79edd)
|
|
(This used to be commit 7a2afc3e0c0e8c0e9360805e8b4326e257b1e9dc)
|
|
correct grammar
(This used to be commit 26a2fa97e4c819e630bc9b50e11c8d5328c7b8c8)
|
|
(This used to be commit 446c4a175f1ce925a4882c32b189ac9237ed584b)
|
|
based on Mono and its' COM support and utilize Samba's DCE/RPC + ORPC code
instead of having our own COM implementation in Samba, which is too much
work to implement and harder to code (C).
This only removes some of the code that I started working on to implement
the bits of COM I thought were needed to support DCOM from just Samba. This
code has never functioned properly, contains a couple of nasty hacks and
there should be no reason to pick it up again later, the processes are all
documented in the DCOM whitepaper.
This does NOT remove the marshalling code for the ORPC code or the torture
code that tested some of the ORPC code.
(This used to be commit 11df14219bf0b35329b293cae3234e064aabde54)
|
|
(This used to be commit c2f510d38be6b4387120d7477ddd200b9bec13e5)
|
|
an alternative to subcontext()
(This used to be commit 744402160d5f994f5440553bb726e95a13033a83)
|
|
(This used to be commit 06f7a8c692a645830eb3dd9abad8556c66bba747)
|
|
(This used to be commit ba6a767f1b3a14e076ebd049b4fdcffd64173523)
|
|
(This used to be commit 516b66e0f1c65688abb936b4432039bc431b872c)
|
|
(This used to be commit 0c225d2978b11898d334ec2d6da910e0cca0f4cd)
|
|
UUID strings as GUID_from_string seems to have trouble with
uppercased ones.
(This used to be commit 16ea96c81ed88f197007335f442c9e62b4ccd6de)
|
|
(This used to be commit b740d0d28043e37ba3f0bec0c1bfbd68c0fb56e6)
|
|
Update TODO
Some small fixes to the modules
(This used to be commit 0c53e7c3cf7fd91fd34c48a5e68c1bcf70569854)
|
|
(This used to be commit 43a5c863bf81af9b8415b6ccf8a386c36d4fa7f9)
|
|
(This used to be commit 0c0a4b55cff4079276073060dae91ff0c19af42f)
|
|
(This used to be commit e48202275e60c18e464457d200daeb953386e221)
|