summaryrefslogtreecommitdiff
path: root/source4/build/pidl
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7117: Move more manpages to the source repositoryJelmer Vernooij1-0/+518
2007-10-10r7115: specify what properties can be used on what objects...Stefan Metzmacher1-57/+114
2007-10-10r7111: Patch from Alan DeKok for correct use of the needed variables in Decl*Jelmer Vernooij1-6/+8
2007-10-10r7109: Change noid() to noopnum() so it isn't confusing to people familiar wi...Jelmer Vernooij2-11/+2
2007-10-10r7102: fix subcontext(0)Stefan Metzmacher1-2/+3
2007-10-10r7098: - make use of the NDR table instead of the IDL table in the client and...Stefan Metzmacher7-102/+153
2007-10-10r7084: - readd the work from rev 6516,6517,6572Stefan Metzmacher6-130/+217
2007-10-10r7059: Use namespaces for pidl and the build system, so we can later onJelmer Vernooij17-64/+108
2007-10-10r7043: Patch from Julien Kerihuel <j.kerihuel@openchange.org> to reenableAndrew Bartlett1-1/+2
2007-10-10r7037: Add enough pointers in the header file as wellJelmer Vernooij1-9/+13
2007-10-10r7036: Allow more operations in several properties (such as size_is, length_is,Jelmer Vernooij3-443/+491
2007-10-10r7029: Make array support in pidl similar to that in other IDL compilers. We ...Jelmer Vernooij1-84/+83
2007-10-10r7022: Add support for parsing definitions of multi-dimension arrays.Jelmer Vernooij9-163/+121
2007-10-10r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij19-2276/+3095
2007-10-10r6926: More build farm fixes:Jelmer Vernooij5-16/+7
2007-10-10r6873: fixed exec bitAndrew Tridgell1-0/+0
2007-10-10r6862: Add some more testsJelmer Vernooij6-30/+178
2007-10-10r6860: Add some allocation and alignment tests, remove uint64 from list of sc...Jelmer Vernooij5-6/+187
2007-10-10r6859: Add ndr_align tests, use environment variables ($CC, $CFLAGS, $LDFLAGS)Jelmer Vernooij3-9/+51
2007-10-10r6857: - Support [public] on functionsJelmer Vernooij3-133/+263
2007-10-10r6856: Add a couple of tests that test for the behaviour described inJelmer Vernooij2-1/+377
2007-10-10r6854: Add --quiet option to pidlJelmer Vernooij3-2/+173
2007-10-10r6836: Allow optionally passing in a destination filename for NDR parsersJelmer Vernooij1-12/+18
2007-10-10r6572: add "string_array" as new scalar type for handling SPOOLSS string array'sStefan Metzmacher2-1/+5
2007-10-10r6545: some notes and experiments on ref ptrs, testing with midlAndrew Tridgell1-0/+220
2007-10-10r6517: this line should be removed in the last patch, (I readded it just for ...Stefan Metzmacher1-2/+0
2007-10-10r6516: use only one list of scalar types and make "string" just a simple scal...Stefan Metzmacher2-77/+147
2007-10-10r6350: Add a newline to make things look prettier.Tim Potter1-0/+1
2007-10-10r6331: added IDL and test suite for the ADS style response to a datagram netl...Andrew Tridgell1-1/+2
2007-10-10r6294: - add obfuscate support, which is used in MAPI rpc's, (the ^= 0xA5 stu...Stefan Metzmacher2-22/+81
2007-10-10r6190: fix gensize on unionsStefan Metzmacher1-1/+2
2007-10-10r6180: Use token_lists for storing switch valuesJelmer Vernooij1-6/+10
2007-10-10r6159: Move some more general ndr stuff (alignment calculations) to ndr.pmJelmer Vernooij2-106/+85
2007-10-10r6143: Put compression support in the subcontext handling functions ratherJelmer Vernooij1-45/+36
2007-10-10r6130: More work on the NDR tree generatorJelmer Vernooij1-1/+260
2007-10-10r6101: only allow properties we know about, that helps to catch typos!Stefan Metzmacher1-1/+98
2007-10-10r6098: fix parsing of empty union casesStefan Metzmacher2-2/+2
2007-10-10r6097: allow compression only on subcontextsStefan Metzmacher1-2/+6
2007-10-10r6061: add start of compression support in our rpc codeStefan Metzmacher1-4/+134
2007-10-10r5853: Move some of the functions not specific to the Samba NDR parser generatorJelmer Vernooij3-179/+254
2007-10-10r5852: Rename ndr.pm to ndr_parser.pmJelmer Vernooij3-2/+2
2007-10-10r5797: - add idl property [subcontext_size()]Stefan Metzmacher2-17/+35
2007-10-10r5785: Fix subcontext pushesJelmer Vernooij1-1/+1
2007-10-10r5775: Remove some unused functions (unions are no longer as special as they ...Jelmer Vernooij1-1/+1
2007-10-10r5764: add support for embedded ref pointersStefan Metzmacher2-8/+10
2007-10-10r5709: Leave out the pull/push call with NDR_BUFFERS for not justJelmer Vernooij1-2/+21
2007-10-10r5697: Give an error message when a ref pointer is NULL (requested by tpot)Jelmer Vernooij1-0/+6
2007-10-10r5675: - More DCOM bug fixesJelmer Vernooij1-1/+1
2007-10-10r5674: - Re-enable DCOM support.Jelmer Vernooij2-11/+20
2007-10-10r5672: Use switch_type() and the token storage mechanism for unions:Jelmer Vernooij4-50/+83