summaryrefslogtreecommitdiffstats
path: root/source4/build/pidl
Commit message (Expand)AuthorAgeFilesLines
* r7059: Use namespaces for pidl and the build system, so we can later onJelmer Vernooij2007-10-1017-64/+108
* r7043: Patch from Julien Kerihuel <j.kerihuel@openchange.org> to reenableAndrew Bartlett2007-10-101-1/+2
* r7037: Add enough pointers in the header file as wellJelmer Vernooij2007-10-101-9/+13
* r7036: Allow more operations in several properties (such as size_is, length_is,Jelmer Vernooij2007-10-103-443/+491
* r7029: Make array support in pidl similar to that in other IDL compilers. We ...Jelmer Vernooij2007-10-101-84/+83
* r7022: Add support for parsing definitions of multi-dimension arrays.Jelmer Vernooij2007-10-109-163/+121
* r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij2007-10-1019-2276/+3095
* r6926: More build farm fixes:Jelmer Vernooij2007-10-105-16/+7
* r6873: fixed exec bitAndrew Tridgell2007-10-101-0/+0
* r6862: Add some more testsJelmer Vernooij2007-10-106-30/+178
* r6860: Add some allocation and alignment tests, remove uint64 from list of sc...Jelmer Vernooij2007-10-105-6/+187
* r6859: Add ndr_align tests, use environment variables ($CC, $CFLAGS, $LDFLAGS)Jelmer Vernooij2007-10-103-9/+51
* r6857: - Support [public] on functionsJelmer Vernooij2007-10-103-133/+263
* r6856: Add a couple of tests that test for the behaviour described inJelmer Vernooij2007-10-102-1/+377
* r6854: Add --quiet option to pidlJelmer Vernooij2007-10-103-2/+173
* r6836: Allow optionally passing in a destination filename for NDR parsersJelmer Vernooij2007-10-101-12/+18
* r6572: add "string_array" as new scalar type for handling SPOOLSS string array'sStefan Metzmacher2007-10-102-1/+5
* r6545: some notes and experiments on ref ptrs, testing with midlAndrew Tridgell2007-10-101-0/+220
* r6517: this line should be removed in the last patch, (I readded it just for ...Stefan Metzmacher2007-10-101-2/+0
* r6516: use only one list of scalar types and make "string" just a simple scal...Stefan Metzmacher2007-10-102-77/+147
* r6350: Add a newline to make things look prettier.Tim Potter2007-10-101-0/+1
* r6331: added IDL and test suite for the ADS style response to a datagram netl...Andrew Tridgell2007-10-101-1/+2
* r6294: - add obfuscate support, which is used in MAPI rpc's, (the ^= 0xA5 stu...Stefan Metzmacher2007-10-102-22/+81
* r6190: fix gensize on unionsStefan Metzmacher2007-10-101-1/+2
* r6180: Use token_lists for storing switch valuesJelmer Vernooij2007-10-101-6/+10
* r6159: Move some more general ndr stuff (alignment calculations) to ndr.pmJelmer Vernooij2007-10-102-106/+85
* r6143: Put compression support in the subcontext handling functions ratherJelmer Vernooij2007-10-101-45/+36
* r6130: More work on the NDR tree generatorJelmer Vernooij2007-10-101-1/+260
* r6101: only allow properties we know about, that helps to catch typos!Stefan Metzmacher2007-10-101-1/+98
* r6098: fix parsing of empty union casesStefan Metzmacher2007-10-102-2/+2
* r6097: allow compression only on subcontextsStefan Metzmacher2007-10-101-2/+6
* r6061: add start of compression support in our rpc codeStefan Metzmacher2007-10-101-4/+134
* r5853: Move some of the functions not specific to the Samba NDR parser generatorJelmer Vernooij2007-10-103-179/+254
* r5852: Rename ndr.pm to ndr_parser.pmJelmer Vernooij2007-10-103-2/+2
* r5797: - add idl property [subcontext_size()]Stefan Metzmacher2007-10-102-17/+35
* r5785: Fix subcontext pushesJelmer Vernooij2007-10-101-1/+1
* r5775: Remove some unused functions (unions are no longer as special as they ...Jelmer Vernooij2007-10-101-1/+1
* r5764: add support for embedded ref pointersStefan Metzmacher2007-10-102-8/+10
* r5709: Leave out the pull/push call with NDR_BUFFERS for not justJelmer Vernooij2007-10-101-2/+21
* r5697: Give an error message when a ref pointer is NULL (requested by tpot)Jelmer Vernooij2007-10-101-0/+6
* r5675: - More DCOM bug fixesJelmer Vernooij2007-10-101-1/+1
* r5674: - Re-enable DCOM support.Jelmer Vernooij2007-10-102-11/+20
* r5672: Use switch_type() and the token storage mechanism for unions:Jelmer Vernooij2007-10-104-50/+83
* r5671: Bunch of fixes related to arrays and pointers to arrays.Jelmer Vernooij2007-10-101-37/+40
* r5669: Couple of minor clearifications, simplifications.Jelmer Vernooij2007-10-104-15/+12
* r5661: Be a little stricter on syntax regarding arrays. A pointer to anJelmer Vernooij2007-10-103-1/+13
* r5660: Reduce number of generated "{}"'sJelmer Vernooij2007-10-102-8/+8
* r5603: add "authservice()" property to the interface property listStefan Metzmacher2007-10-101-8/+30
* r5506: Simplify the use of subcontexts and make them a bit less a special case.Jelmer Vernooij2007-10-101-84/+155
* r5494: Some more code simplification, some additional comments.Jelmer Vernooij2007-10-102-58/+46