r4139: 2nd attempt at fixing the null ptr in size_is() problem.
[samba.git] / source4 / build / pidl / parser.pm
2007-10-10 Andrew Tridgellr4139: 2nd attempt at fixing the null ptr in size_is...
2007-10-10 Andrew Tridgellr4136: when we have a size or switch variable that...
2007-10-10 Andrew Tridgellr4112: when a pointer is NULL on the wire ensure it...
2007-10-10 Andrew Tridgellr4110: fixed pidl to allow arrays to have size_is(...
2007-10-10 Jelmer Vernooijr3861: - Put ndr and rpc client code in seperate files
2007-10-10 Jelmer Vernooijr3790: use a registration function that is called from...
2007-10-10 Jelmer Vernooijr3689: Large number of COM updates:
2007-10-10 Jelmer Vernooijr3626: More minor DCOM fixes
2007-10-10 Jelmer Vernooijr3606: More DCOM fixes:
2007-10-10 Jelmer Vernooijr3513: Add (the infrastructure for) DCOM support. Contents:
2007-10-10 Stefan Metzmacherr3484: - add support for conformant string arrays at...
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Andrew Tridgellr3423: auto-generate prototypes for all external functi...
2007-10-10 Jelmer Vernooijr3043: Use binding strings for specifying endpoints...
2007-10-10 Jelmer Vernooijr2990: Add support to pidl for autogenerating ndr_size_...
2007-10-10 Andrew Tridgellr2988: this should fix support for negative switch...
2007-10-10 Andrew Tridgellr2968: fixed the byte order problem with the new RHS...
2007-10-10 Andrew Tridgellr2948: added support for the [range(low,high)] attribut...
2007-10-10 Jelmer Vernooijr2933: Only pull a union once when it occurs in a subco...
2007-10-10 Jelmer Vernooijr1786: Add support for the 'helpstring' attribute on...
2007-10-10 Andrew Tridgellr1757: much simpler (and smaller, faster etc) way of...
2007-10-10 Jelmer Vernooijr1736: - Pidl updates:
2007-10-10 Andrew Tridgellr1671: make [relative] pointers in idl much more generi...
2007-10-10 Tim Potterr1611: Put a brace on a new line.
2007-10-10 Andrew Tridgellr1148: fixed a minor formatting error in generated...
2007-10-10 Andrew Tridgellr1133: - add ndr_pull_ptr() as a separate call instead...
2007-10-10 Andrew Tridgellr1014: change the handling of r->out to auto-zero the...
2007-10-10 Andrew Tridgellr894: use _t in generated pidl code
2004-01-22 Andrew Tridgelladded a little bit of const magic to get rid of the...
2003-12-15 Andrew Tridgellmake pidl no longer dependent on Data::Dumper, which...
2003-12-15 Andrew Tridgellfixed the handling of zero-length top level arrays...
2003-12-14 Andrew Tridgellfix _ptr_ declaration
2003-12-12 Andrew Tridgellhandle the auto-allocation of [ref] output arrays in...
2003-12-12 Andrew Tridgell * the RPC-ECHO pipe now works in smbd, as long as...
2003-12-10 Andrew Tridgellmore portable array of endpoints code from pidl
2003-12-02 Andrew Tridgellnetr_DatabaseSync() now works fully for databases 0...
2003-12-02 Andrew Tridgell * netr_ServerPasswordSet() now works - the test suite...
2003-12-01 Andrew Tridgelladded netr_LogonSamLogon() and test code
2003-12-01 Andrew Tridgelladded netr_ServerReqChallenge and cleaned up byte array...
2003-11-28 Andrew Tridgell * added a bunch of placeholder IDL files
2003-11-28 Andrew Tridgell * support multiple interfaces in one IDL file in pidl
2003-11-27 Andrew Tridgelladded an rpc scanner. This prints messages like this:
2003-11-24 Andrew Tridgell * prepared the dcerpc subsystem for adding the RPC...
2003-11-24 Andrew Tridgellmake sure we don't try to update a constant
2003-11-24 Andrew Tridgelladded tests for the remaining calls on the rpc manageme...
2003-11-23 Andrew Tridgelladded a tool called 'ndrdump' that allows you to dump...
2003-11-23 Andrew Tridgellfixed the handling of value() attributes on scalars...
2003-11-23 Andrew Tridgellooh, this is fun!
2003-11-22 Andrew Tridgell * fixed handling of relative subcontext unions
2003-11-22 Andrew Tridgell * enable RPC/NDR validation in all smbtorture code
2003-11-22 Andrew Tridgella fairly major upgrade to the dcerpc system
2003-11-21 Andrew Tridgellfixed a bug with pushing non-pointer unions
2003-11-21 Andrew Tridgell* changed the way strings are handled in pidl to a...
2003-11-20 Andrew Tridgellmake sure we don't try to use c++ style variable declar...
2003-11-20 Andrew Tridgellfixed pushing structures containing pointers inside...
2003-11-20 Andrew Tridgella bit neater way of emitting code
2003-11-20 Andrew Tridgell * cope with pidl not being in $HOME/pidl
2003-11-20 Andrew Tridgellavoid compiler warnings for unused variables with ...
2003-11-20 Andrew Tridgelluse strict perl package everywhere for error checking
2003-11-20 Andrew Tridgell * added support for empty case elements (including...
2003-11-19 Andrew Tridgellswitched to a new way of handling unions, so that we...
2003-11-19 Andrew Tridgellslightly more accurate structure alignment code - I...
2003-11-18 Andrew Tridgellsupport the 'default' case in IDL unions
2003-11-18 Andrew Tridgellauto-generate top-level debug print functions when...
2003-11-17 Andrew Tridgellauto-generate functions for printing top-level function
2003-11-17 Andrew Tridgell* support inline arrays
2003-11-17 Andrew Tridgellbetter [relative] handling, allowing for nested relativ...
2003-11-16 Andrew Tridgell * the beginnings of non-constant fixed arrays
2003-11-16 Andrew Tridgelladded support for "relstr", structure and union propert...
2003-11-16 Andrew Tridgelladded the "subcontext" attribute for auto-handling...
2003-11-15 Andrew Tridgelladded support for varying conformant arrays (needed...
2003-11-15 Andrew Tridgellfixed alignment of the buffers part structures
2003-11-15 Andrew Tridgellsupport a new value() attribute that allows us to auto...
2003-11-15 Tim PotterFix bug in generation of function ndr_pull code generat...
2003-11-14 Andrew Tridgellit turns out that all MS servers ignore the artifact...
2003-11-14 Andrew Tridgell* make pidl.pl exit with an error on a parse error
2003-11-14 Andrew Tridgellfixed another problem with pointers to arrays in structures
2003-11-14 Andrew Tridgellfixed the handling of unions of pointers
2003-11-14 Andrew Tridgell* differentiate between pointers and non-pointers in...
2003-11-13 Andrew TridgellI think we now handle conformant arrays in structures...
2003-11-12 Andrew Tridgellhandle constant sized arrays
2003-11-11 Andrew Tridgelladded support for 8 byte aligned HYPER_T
2003-11-11 Andrew Tridgellfixed the NDR structure alignment rules
2003-11-11 Andrew Tridgellfixed handling on pointers to arrays of structures...
2003-11-11 Andrew Tridgellautomatic printing of unions
2003-11-11 Andrew Tridgellautomatically generate ndr_print_*() functions for...
2003-11-11 Andrew Tridgell- added support for the pull side of unions
2003-11-10 Andrew Tridgellmuch cleaner handling of the different types of variables
2003-11-09 Andrew Tridgelladded a module for auto-generating the client calls...
2003-11-09 Andrew Tridgell- handle void functions
2003-11-09 Andrew Tridgelladded support for arrays as function arguments and...
2003-11-09 Andrew Tridgelladded fixes for the pushing of arrays and handling...
2003-11-08 Andrew Tridgell- include includes.h
2003-11-08 Andrew Tridgell- generate both the pull and push side
2003-11-06 Andrew Tridgella bit of a tidy up before I add the ndr_pull_*() side...
2003-11-06 Andrew Tridgellupdated pidl to auto-generate the ndr_push_*() function...
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2001-11-24 Tim PotterRenamed functions from Dump* to Parse*
2001-11-24 Andrew Tridgellforgot a file