Age | Commit message (Collapse) | Author | Files | Lines |
|
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 a7c9ec69b229db1b9c93b97133601231a2995c1b)
|
|
(This used to be commit 030272e79b621c2c54354f4c89cc25c202d2dbbc)
|
|
in having pointers for outgoing data when you can already modify the top-level
element.
This can be overridden (temporarily) by specifying the new "keepref"
attribute. Once we've removed keepref from all IDL files, I'll remove this
attribute as well.
(This used to be commit bdc6dd37503ced8322a671d225122ccffbb8bfec)
|
|
(This used to be commit 3e89ef0875c5c8ccaafa9694d27a8043930127e6)
|
|
overriding
individual functions for specific element levels without losing the other
functions for an element or the hf/ett fields allocated.
Fixes #3738.
(This used to be commit a3dbab619bf8fdef002b8e31956e99226bc20e94)
|
|
(This used to be commit 038bbbcda50d8284c56dbdc3a70214ba6202595e)
|
|
(This used to be commit e679971903b59cc90f0a5eca7bbe8d9a5c503d73)
|
|
fixed by adding [ref] pointers.
This will cause a lot of warnings to be outputted by pidl for now. I will
fix these gradually over the next few days.
We need to avoid [out] arguments that are not pointers because they are
not understood by other IDL compilers and don't work with some of
our output modules (Samba3, Samba3NDR and ethereal)
(This used to be commit c4ab021ee8d93aa74f15deebf64a366b33b7bb9f)
|
|
(This used to be commit b0439779b8eba68680cfd49ea2364affc739300e)
|
|
(This used to be commit 746d0a7fa7a43685e6ebb4877bb5459101e51ed1)
|
|
object oriented wrappers for the interfaces (still need to fix
the actual function calls)
(This used to be commit bf5da20869eae29aea92386cbb13413b507fc55f)
|
|
(This used to be commit 77a2eb406e2b108089d3621194f9b86328a3e774)
|
|
separate data structure
(This used to be commit 0cb1906046c8e4ad105ad4a47740f94f30f5d6db)
|
|
(This used to be commit 1405f59d5501319c7d08861e19165e012c4bc3a9)
|
|
code.
(This used to be commit a2bb0b6012b14787825a9cd5f33e2c0e989b65a7)
|
|
routines.
(This used to be commit 538be4a6319b6f8235ed450740784104671ab0b5)
|
|
(This used to be commit 946a80298ad58e7b8ba9608a840154ee4a790da7)
|
|
(This used to be commit 67d62fc55621871c576298b5a8da2f5e9ea03d69)
|
|
that are manually written.
(This used to be commit f10b38b824d0ddfdccea498b7522efcc03a020d0)
|
|
written manually.
(This used to be commit 56eceeb3221b768b754f6eca10d020148264e869)
|
|
the IBM checker
(This used to be commit a492cd4bd49b6922d91d4ce5f1247bad0d0d6a7e)
|
|
(This used to be commit 9f79bfc05d456c106cca44ee459eb542273c3a0c)
|
|
(This used to be commit f6a3e8b69d2a303e7e4f8924e6735c4e168a363a)
|
|
(This used to be commit 03224dab111b931effd548586e630480fa1423b1)
|
|
(This used to be commit a316b33057f3ec8532677980e093cd327d33f257)
|
|
(This used to be commit c2f510d38be6b4387120d7477ddd200b9bec13e5)
|
|
(This used to be commit 122d1d0249800d51e45ce0d092c97f1f9bf2c7d5)
|
|
(This used to be commit f4428db2f922e921c54cdb0849eaad5018cb5a01)
|
|
works now)
(This used to be commit 31e847a0844a6871befc6091e813ae017cd6e4b4)
|
|
(This used to be commit b199f5345cc92ff8aeb59479c8c2a89ab1278d70)
|
|
(This used to be commit 7bc72277b37f9d89f6a078e85c14d560fd33a3bb)
|
|
an alternative to subcontext()
(This used to be commit 744402160d5f994f5440553bb726e95a13033a83)
|
|
Samba present. Ignore tests that are known to fail for now.
(This used to be commit a7279f13f0431a5036c931c5339542f98139c461)
|
|
(This used to be commit 3647bd31244c9a44a4fae8a20a3176b85f4a0b3d)
|
|
(This used to be commit 06f7a8c692a645830eb3dd9abad8556c66bba747)
|
|
(This used to be commit 765fd852e789371f6b6361acd7603f8056ac14a9)
|
|
(This used to be commit 51b4270513752d2eafbe77f9de598de16ef84a1f)
|
|
(This used to be commit 272ca8e636cc5043279ff247fc8d5693a9181992)
|
|
Generate different #include lines in pidl depending on whether
we're building inside or outside of the Samba tree (useful for
3rd-party projects).
(This used to be commit 0c188833154c1fe565cb1735909e408a4a1a6049)
|
|
(This used to be commit f7312dab3b9aba2b2b82e8a6e0c483a32a03a63a)
|
|
try to include just the BASENAME.h files (containing only structs)
(This used to be commit 3dd477ca5147f28a962b8437e2611a8222d706bd)
|
|
#ifndef FOO
#define FOO
...
#endif
to the client headers
metze
(This used to be commit c0dd773537bda9980e77eb6eda848161b7df82e5)
|
|
(This used to be commit 7054ebf0249930843a2baf4d023ae8f62cedb109)
|
|
(This used to be commit 4fced6dbbdc06233e5cf69f90c099fafee9baa34)
|
|
Remove some headers from include/includes.h (they're now only included
in the file they are used)
(This used to be commit 7213b7498eacac2c2cd03cf6aace376ce153cc7c)
|
|
(This used to be commit eb8687cdd4240c5636384e992a0f1a77251fddcc)
|
|
- properly support --samba3-header argument used alone
- support `security_descriptor' data type
- only print pidl warnings, not perl warnings on erratic input
- insert copyright header in templates
(This used to be commit db1d7358b2ba9b104c1a96762af89b500b79172f)
|
|
(This used to be commit 80b9865b373ee542da2d56d6688b4c8fd4c6275c)
|
|
metze
(This used to be commit 1b4c9f7fc203908d9cdd331f26b983fb445f05e2)
|