r7102: fix subcontext(0)
[samba.git] / source / build / pidl /
2007-10-10 Stefan Metzmacherr7102: fix subcontext(0)
2007-10-10 Stefan Metzmacherr7098: - make use of the NDR table instead of the IDL...
2007-10-10 Stefan Metzmacherr7084: - readd the work from rev 6516,6517,6572
2007-10-10 Jelmer Vernooijr7059: Use namespaces for pidl and the build system...
2007-10-10 Andrew Bartlettr7043: Patch from Julien Kerihuel <j.kerihuel@openchang...
2007-10-10 Jelmer Vernooijr7037: Add enough pointers in the header file as well
2007-10-10 Jelmer Vernooijr7036: Allow more operations in several properties...
2007-10-10 Jelmer Vernooijr7029: Make array support in pidl similar to that in...
2007-10-10 Jelmer Vernooijr7022: Add support for parsing definitions of multi...
2007-10-10 Jelmer Vernooijr6973: Merge new version of pidl into the main SAMBA_4_...
2007-10-10 Jelmer Vernooijr6926: More build farm fixes:
2007-10-10 Andrew Tridgellr6873: fixed exec bit
2007-10-10 Jelmer Vernooijr6862: Add some more tests
2007-10-10 Jelmer Vernooijr6860: Add some allocation and alignment tests, remove...
2007-10-10 Jelmer Vernooijr6859: Add ndr_align tests, use environment variables...
2007-10-10 Jelmer Vernooijr6857: - Support [public] on functions
2007-10-10 Jelmer Vernooijr6856: Add a couple of tests that test for the behaviou...
2007-10-10 Jelmer Vernooijr6854: Add --quiet option to pidl
2007-10-10 Jelmer Vernooijr6836: Allow optionally passing in a destination filena...
2007-10-10 Stefan Metzmacherr6572: add "string_array" as new scalar type for handli...
2007-10-10 Andrew Tridgellr6545: some notes and experiments on ref ptrs, testing...
2007-10-10 Stefan Metzmacherr6517: this line should be removed in the last patch...
2007-10-10 Stefan Metzmacherr6516: use only one list of scalar types and make ...
2007-10-10 Tim Potterr6350: Add a newline to make things look prettier.
2007-10-10 Andrew Tridgellr6331: added IDL and test suite for the ADS style respo...
2007-10-10 Stefan Metzmacherr6294: - add obfuscate support, which is used in MAPI...
2007-10-10 Stefan Metzmacherr6190: fix gensize on unions
2007-10-10 Jelmer Vernooijr6180: Use token_lists for storing switch values
2007-10-10 Jelmer Vernooijr6159: Move some more general ndr stuff (alignment...
2007-10-10 Jelmer Vernooijr6143: Put compression support in the subcontext handli...
2007-10-10 Jelmer Vernooijr6130: More work on the NDR tree generator
2007-10-10 Stefan Metzmacherr6101: only allow properties we know about, that helps...
2007-10-10 Stefan Metzmacherr6098: fix parsing of empty union cases
2007-10-10 Stefan Metzmacherr6097: allow compression only on subcontexts
2007-10-10 Stefan Metzmacherr6061: add start of compression support in our rpc...
2007-10-10 Jelmer Vernooijr5853: Move some of the functions not specific to the...
2007-10-10 Jelmer Vernooijr5852: Rename ndr.pm to ndr_parser.pm
2007-10-10 Stefan Metzmacherr5797: - add idl property [subcontext_size()]
2007-10-10 Jelmer Vernooijr5785: Fix subcontext pushes
2007-10-10 Jelmer Vernooijr5775: Remove some unused functions (unions are no...
2007-10-10 Stefan Metzmacherr5764: add support for embedded ref pointers
2007-10-10 Jelmer Vernooijr5709: Leave out the pull/push call with NDR_BUFFERS...
2007-10-10 Jelmer Vernooijr5697: Give an error message when a ref pointer is...
2007-10-10 Jelmer Vernooijr5675: - More DCOM bug fixes
2007-10-10 Jelmer Vernooijr5674: - Re-enable DCOM support.
2007-10-10 Jelmer Vernooijr5672: Use switch_type() and the token storage mechanis...
2007-10-10 Jelmer Vernooijr5671: Bunch of fixes related to arrays and pointers...
2007-10-10 Jelmer Vernooijr5669: Couple of minor clearifications, simplifications.
2007-10-10 Jelmer Vernooijr5661: Be a little stricter on syntax regarding arrays...
2007-10-10 Jelmer Vernooijr5660: Reduce number of generated "{}"'s
2007-10-10 Stefan Metzmacherr5603: add "authservice()" property to the interface...
2007-10-10 Jelmer Vernooijr5506: Simplify the use of subcontexts and make them...
2007-10-10 Jelmer Vernooijr5494: Some more code simplification, some additional...
2007-10-10 Jelmer Vernooijr5493: Some code simplification
2007-10-10 Jelmer Vernooijr5492: Update example coclass, autogenerate some parts.
2007-10-10 Jelmer Vernooijr5490: The big (D)COM commit! :-) Contains most of...
2007-10-10 Jelmer Vernooijr5486: - Use references to interfaces in coclasses...
2007-10-10 Jelmer Vernooijr5485: Support nopull,nopush in header.pm as well.
2007-10-10 Stefan Metzmacherr5480: allow nopush and nopull on functions
2007-10-10 Jelmer Vernooijr5479: Add ODL input support.
2007-10-10 Jelmer Vernooijr5478: Bunch of small optimizations and generalizations.
2007-10-10 Jelmer Vernooijr5477: - Move some more of the typelist stuff out of...
2007-10-10 Jelmer Vernooijr5476: Move ORPC extensions to DCE/RPC into seperate...
2007-10-10 Jelmer Vernooijr5475: Move some existing and new type information...
2007-10-10 Jelmer Vernooijr5466: Put the type information list in a seperate...
2007-10-10 Jelmer Vernooijr5465: Add support to multiple levels of pointers in...
2007-10-10 Jelmer Vernooijr5464: Simplify print function generator code.
2007-10-10 Jelmer Vernooijr5463: Make need_wire_pointer() return the number of...
2007-10-10 Jelmer Vernooijr5453: Treat "embedded" arrays (surrounding structures...
2007-10-10 Jelmer Vernooijr5449: More array handling cleanups. This should make...
2007-10-10 Andrew Tridgellr5448: another portability fix for solaris
2007-10-10 Jelmer Vernooijr5447: Add some utility functions for arrays and use...
2007-10-10 Jelmer Vernooijr5443: Fix HeaderProperties(). Not re-enabling yet...
2007-10-10 Jelmer Vernooijr5442: Use argument list generator functions from NdrPa...
2007-10-10 Jelmer Vernooijr5441: Put push, pull and print arguments in hash as...
2007-10-10 Jelmer Vernooijr5440: Some more generalizations
2007-10-10 Jelmer Vernooijr5439: (hopefully) fix build on older perls. Thanks...
2007-10-10 Jelmer Vernooijr5426: Warn about embedded ref pointers.
2007-10-10 Jelmer Vernooijr5422: Fix ethereal parser generator.
2007-10-10 Jelmer Vernooijr5417: Add wrapper function for typedefs hash rather...
2007-10-10 Andrew Tridgellr5414: - added libcli/wins/, a basic client library...
2007-10-10 Jelmer Vernooijr5410: Automatically determine indenting for the ndr...
2007-10-10 Jelmer Vernooijr5378: Put ndr size generators and alignment calc funct...
2007-10-10 Jelmer Vernooijr5377: Put push/pull/print functions for the various...
2007-10-10 Jelmer Vernooijr5376: ORPC is NDR specific, so move it to ndr.pm.
2007-10-10 Jelmer Vernooijr5363: - ndr_%_ptr -> ndr_%_unique_ptr
2007-10-10 Jelmer Vernooijr5362: Add pointer_default() support to pidl. pointer_d...
2007-10-10 Jelmer Vernooijr5361: Rename some functions, add tests to validator.
2007-10-10 Jelmer Vernooijr5360: Remove a couple of unused functions.
2007-10-10 Jelmer Vernooijr5345: Some more minor code readability fixes.
2007-10-10 Jelmer Vernooijr5338: More efforts to handle types similarly.
2007-10-10 Jelmer Vernooijr5320: Treat structs and unions somewhat more similarly:
2007-10-10 Jelmer Vernooijr5319: Make some more alignment code generic, move...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Jelmer Vernooijr5288: Make alignment code more generic
2007-10-10 Jelmer Vernooijr5286: Some first steps in making the pidl code somewha...
2007-10-10 Tim Potterr5245: Remove dead code.
2007-10-10 Tim Potterr5241: Generate swig wrappers for unions as well as...
2007-10-10 Tim Potterr5223: Rename dom_sid2 to dom_sid as we don't care...
2007-10-10 Andrew Tridgellr5155: define ipv4address as a based IDL type, mapped...
next