r5775: Remove some unused functions (unions are no longer as special as they used...
[samba.git] / source / build / pidl / ndr.pm
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 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 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 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 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 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...