summaryrefslogtreecommitdiff
path: root/source4/pidl
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r25301: Merge my includes.h cleanups.Jelmer Vernooij2-2/+1
(This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a)
2007-10-10r25185: Check that can_contain_deferred returns true if one of the members ↵Jelmer Vernooij2-7/+7
of a type can contain deferred data. (This used to be commit 9e804e0c21f09b699707bb88d534bde55d265087)
2007-10-10r25168: Fix include for gen_ndr/misc.h. Patch by Julien Kerihuel.Jelmer Vernooij1-0/+1
(This used to be commit 160c0013dc02165ed1787291937b641b6cef5a2b)
2007-10-10r25166: Simplify can_contain_deferred and add tests for it.Jelmer Vernooij2-19/+28
(This used to be commit 1afc7dd4d33f05d58121defed88faf8fcee3df8f)
2007-10-10r25114: handle structs and unions without typedefs betterStefan Metzmacher1-3/+14
in can_contain_deffered() jelmer: we need to handle this more genericly, I assume we have a lot of other related bugs metze (This used to be commit 3e0f22c85769cac7a5f439836be7b692259ddd81)
2007-10-10r24983: setup the correct talloc name for structures used in the generatedStefan Metzmacher1-1/+4
server stubs metze (This used to be commit 678de9ce6022040403a1afb9157b7ae3af1b027c)
2007-10-10r24816: Move the rest of the contents of core.h to more appropriate places.Jelmer Vernooij3-4/+20
include/ now only contains build system related headers, all other headers are now near the source code they're related to. (This used to be commit 6890a01dbfc6d8041a88ef5c6be52dfcd046fe80)
2007-10-10r24815: Support cpp_quote().Jelmer Vernooij7-1272/+1345
(This used to be commit 30c1de30bb4ded16e79316c0ab43809e0e19f75d)
2007-10-10r24812: Fix headers for external users.Jelmer Vernooij2-2/+2
(This used to be commit ff6684adfd96b59381dd941e54070ab9f8984912)
2007-10-10r24721: Avoid True and False because they are only available within Samba.Jelmer Vernooij2-6/+6
(This used to be commit 2d049c8d30876075b03ff74f7ba6d0c57bfb5c45)
2007-10-10r24717: Some more easy bool conversions, update TODO for registryJelmer Vernooij1-2/+2
(This used to be commit fc8771fb6aab815e63334da0159032f7ecd0a931)
2007-10-10r24596: - talloc request structure for the samba3 server bindingsStefan Metzmacher1-24/+33
and make that the primary context for the request which the implementations can also use. - go via functions pointers in the ndr_interface_table instead of calling functions directly. metze (This used to be commit fa577a12940d2df9d5ea9e3e0fed40021d59647d)
2007-10-10r24592: pass down the ndr_interface_table in the samba3 client bindingsStefan Metzmacher2-4/+5
instead of the pull and push functions metze (This used to be commit 9b59534a14700f7bfe56cae448030df59ced0ba5)
2007-10-10r24563: remove unused DCERPC specific stuff from the generated NDR codeStefan Metzmacher1-3/+0
metze (This used to be commit 2dbf89e22352dcb36c7246671ccc9cd55d9f6a57)
2007-10-10r24560: rename some DCERPC_ prefixes into NDR_Stefan Metzmacher6-15/+15
metze (This used to be commit f874eca5dab74e930d0ec52abeb06295d2d90476)
2007-10-10r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher5-15/+15
metze (This used to be commit 84651aee81aaabbebf52ffc3fbcbabb2eec6eed5)
2007-10-10r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher2-3/+3
rename dcerpc_interface_list -> ndr_interface_list and move them to libndr.h metze (This used to be commit 4adbebef5df2f833d2d4bfcdda72a34179d52f5c)
2007-10-10r24540: rename struct dcerpc_endpoint_list/struct dcerpc_authservice_listStefan Metzmacher1-2/+2
into ndr_interface_string_array and move it to libndr.h metze (This used to be commit 473bca74dc9d9dc54a239c9b5d3dc5fcf5a117a9)
2007-10-10r24535: rename struct dcerpc_interface_call -> struct ndr_interface_callStefan Metzmacher1-1/+1
and move it to librpc/ndr/libndr.h metze (This used to be commit abd5551aabae1820baaa52a963e8c7aa9605914e)
2007-10-10r24524: make use of ElementStars()Stefan Metzmacher1-24/+8
metze (This used to be commit 701aa31d14cde412c1fecef694d851882be8d17f)
2007-10-10r24523: we don't support multi-dimentional [out] arraysStefan Metzmacher1-0/+8
for the samba3 server stubs yet, so bail out. metze (This used to be commit ff11f2ce0c3f9c882d93bda0c89577adaf8c2a41)
2007-10-10r24522: make the "skip pointer to an array" logic a bit easierStefan Metzmacher1-5/+3
metze (This used to be commit a698fb18573baf016009bdd2d02aaf336dc92a63)
2007-10-10r24521: we don't yet have optional args to DeclLong()Stefan Metzmacher1-1/+1
metze (This used to be commit 66d4d6f19643454fb781cebbca2c4f4dbb94e90b)
2007-10-10r24520: make use of the new ElementStars() and ArrayBrackets()Stefan Metzmacher2-29/+4
functions metze (This used to be commit fad5af2f2069993b7284e74a177b78a4b4798383)
2007-10-10r24518: get rid of using ->{ORIGINAL} and move stuffStefan Metzmacher1-25/+70
into subfunctions metze (This used to be commit ff7fa11e70018e9691441d824483b803781943a7)
2007-10-10r24517: move skipping pointer before an array logic into theStefan Metzmacher1-3/+5
pointer loop as we do in other places metze (This used to be commit ee92d47b538e2f92e4c342893f04c598311e1021)
2007-10-10r24516: don't use ->{ORIGINAL}Stefan Metzmacher1-7/+15
metze (This used to be commit 98d8753d37e5ac6273316c83bf6f0e6851afd30a)
2007-10-10r24515: use fatal() wrapper instead of die() directlyStefan Metzmacher1-2/+3
metze (This used to be commit d90a0d3ba1ac18caee08ab3f621b742229a41e45)
2007-10-10r24514: IS_* elemements sound be perl integers consistantly...Stefan Metzmacher1-12/+17
metze (This used to be commit b7d6ac5215c27f7eb4ae16e3a68b7f7fc32dcb72)
2007-10-10r24511: pass the correct thing to fatal()Stefan Metzmacher1-1/+1
metze (This used to be commit 82cc41c5589899552256b06a3b1ae84e24d3b71f)
2007-10-10r24509: pass down the full ndr elements instead of the old pidl elementsStefan Metzmacher1-57/+46
from ->{ORIGINAL} metze (This used to be commit e8ebee2698d7d91d8cf25b3017f3414578607ff5)
2007-10-10r24508: add HeaderTypeNew() which will go if everything is convertedStefan Metzmacher1-1/+18
metze (This used to be commit 0eba05b6a67eb5b119e9054af3fe9db855cb9fbe)
2007-10-10r24507: pass $d down to HeaderTypedefStefan Metzmacher1-2/+2
metze (This used to be commit 0edec25af84744074aeeb5f8f7b61a6c78ef35b7)
2007-10-10r24506: pass $fn down one more layerStefan Metzmacher1-13/+17
metze (This used to be commit 8cc3fd09ffce6f389d979ec0a49d2ecefda70dd1)
2007-10-10r24505: pass down $fn one levelStefan Metzmacher1-11/+11
metze (This used to be commit 0bad3f06199341aeacef228e482ab755e2e48306)
2007-10-10r24493: - it turns out thatStefan Metzmacher2-13/+63
foreach my $e (@{$union->{ELEMENTS}}) { changes $union->{ELEMENTS} from undef into an empty array. this removes the difference between struct foo { }; and struct foo; So we need to explicit return before. - we should return the same element for layout for structs and unions with no elements. - fix the testsuite to match metze (This used to be commit 5f1f50cd27e3702b79a19dbe1079498cbfc4842b)
2007-10-10r24492: Parse::Pidl::Samba4::Header::Parse() now takes an $ndr treeStefan Metzmacher2-4/+8
not the $pidl tree anymore. metze (This used to be commit 3cbbddb94c9e986d0adbe3b001146b209cd810d9)
2007-10-10r24490: For ParseBitmap() we use Parse::Pidl::Typelist::bitmap_type_fn()Stefan Metzmacher1-2/+2
so for ParseEnum() we should also use Parse::Pidl::Typelist::enum_type_fn(). Also the base_type() property isn't standard IDL and we should not support it. This changes TDR enum to also to default to uint16 (as with NDR enums). metze (This used to be commit 13144bdea914f92b5e15fa807fa7ef7c4d6510a2)
2007-10-10r24489: only typedef enum { ... } foo; enum's should lookStefan Metzmacher1-1/+11
for has_properties() of $enum->{PARENT} metze (This used to be commit 65f3bb8c19971c605fb81fa66317e2ee99132edc)
2007-10-10r24488: enum's and bitmap's not have nested typesStefan Metzmacher1-0/+2
metze (This used to be commit 47fb2d42dfa917f5aca4daaacf53134afc22d288)
2007-10-10r24487: fix formating and add defined($opt_header)Stefan Metzmacher1-6/+12
metze (This used to be commit ffd07d713bc01aee6306229e959773d5bc57104c)
2007-10-10r24484: pass down $ndr tree instead of the $pidl tree to Samba4/Header.pmStefan Metzmacher2-15/+12
metze (This used to be commit 212e8ec8d51b75fdfed5ae1ea228133811186a72)
2007-10-10r24482: white space cleanup only...Stefan Metzmacher1-103/+104
metze (This used to be commit 8a23db61e425d10a6f9710a277497d60b114a753)
2007-10-10r24463: we have a function to correctly create an $env objectStefan Metzmacher1-4/+3
so don't try it manually and introduce bugs:-) metze (This used to be commit a79129a4ae412f29a0d730f49327269a92ec8402)
2007-10-10r24454: when level 0 is a pointer we need to look for an array in level 1...Stefan Metzmacher1-10/+14
metze (This used to be commit ca50b1ad3afbf02fef7c6d1fcbe11d23c515d340)
2007-10-10r24452: bail out instead of only giving a warning onStefan Metzmacher1-4/+4
incorrect idl files metze (This used to be commit 8aacab6f6a04d0f56bed945e07cd894ac1344ace)
2007-10-10r24447: fix samba3-cli pidl testsStefan Metzmacher1-5/+9
metze (This used to be commit 91fb099b3dd5c58608f1fbf65ed77acbc609598f)
2007-10-10r24446: We only need one genric GenerateFunctionInEnvStefan Metzmacher2-22/+13
function metze (This used to be commit 0c5be644ba13c68b7378a6ae9dcd314018ece25d)
2007-10-10r24407: $element->{ARRAY_LEN} doesn't exist...Stefan Metzmacher1-1/+1
and a few lines above we use $element->{ORIGINAL}->{ARRAY_LEN} I assume it was just forgotten in the update. metze (This used to be commit 89ea0339b5f95b27ad0eaed430d1f264722a7e84)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)