pidl: Avoid accidently filling in empty body for types without body.
[ira/wip.git] / source / pidl / lib / Parse / Pidl / Samba4 / NDR / Parser.pm
2008-01-12 Jelmer Vernooijpidl: Avoid accidently filling in empty body for types...
2008-01-12 Jelmer Vernooijpidl/ejs: Fix bug that filled in the body for types...
2008-01-12 Jelmer Vernooijpidl: Add function for determining whether a type has...
2008-01-12 Jelmer Vernooijpidl: Remove support for the declare keyword in other...
2008-01-11 Jelmer Vernooijpidl: Remove multiple copies of get_pointer_of and...
2007-12-21 Stefan Metzmacherr26049: pidl: don't use ndr_pull_save anymore
2007-12-21 Stefan Metzmacherr25915: ndr/pidl: change NTSTAUS into enum ndr_err_code...
2007-12-21 Stefan Metzmacherr25806: let libndr.h include needed stuff and remove...
2007-12-21 Stefan Metzmacherr25805: pidl: include libndr.h as first header in ndr_foo.h
2007-12-21 Stefan Metzmacherr25804: move including ndr_compression.h into HeaderInt...
2007-12-21 Stefan Metzmacherr25745: [pidl] ndr_pull/push_error(ndr, NDR_ERR_INVALID...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25301: Merge my includes.h cleanups.
2007-10-10 Jelmer Vernooijr24721: Avoid True and False because they are only...
2007-10-10 Stefan Metzmacherr24563: remove unused DCERPC specific stuff from the...
2007-10-10 Stefan Metzmacherr24560: rename some DCERPC_ prefixes into NDR_
2007-10-10 Stefan Metzmacherr24557: rename 'dcerpc_table_' -> 'ndr_table_'
2007-10-10 Stefan Metzmacherr24551: rename dcerpc_interface_table -> ndr_interface_...
2007-10-10 Stefan Metzmacherr24540: rename struct dcerpc_endpoint_list/struct dcerp...
2007-10-10 Stefan Metzmacherr24535: rename struct dcerpc_interface_call -> struct...
2007-10-10 Stefan Metzmacherr24446: We only need one genric GenerateFunctionInEnv
2007-10-10 Jelmer Vernooijr22462: Fix test suite for ndr parser without using...
2007-10-10 Jelmer Vernooijr22357: Don't use 'our'
2007-10-10 Jelmer Vernooijr21656: Move tests a bit closer to the things they...
2007-10-10 Jelmer Vernooijr21654: Add simple test for print functions.
2007-10-10 Jelmer Vernooijr21578: Use utility function for naming pull/push/print...
2007-10-10 Jelmer Vernooijr21534: Add some more tests for wireshark.
2007-10-10 Jelmer Vernooijr21487: Fix warning when using anonymous types, initial...
2007-10-10 Jelmer Vernooijr21484: Fix Needed* for nested datastructures.
2007-10-10 Jelmer Vernooijr21459: Remove name argument, more refactoring.
2007-10-10 Jelmer Vernooijr21458: Prepare for generating separate primitives...
2007-10-10 Jelmer Vernooijr21456: Allow anonymous and non-anonymous nested struct...
2007-10-10 Jelmer Vernooijr21455: Fix a bug in our handling of conformant arrays...
2007-10-10 Jelmer Vernooijr21443: Refactor some of the NDR code in preparation...
2007-10-10 Jelmer Vernooijr21442: Allow more flexible data structure names.
2007-10-10 Jelmer Vernooijr21440: Support different variables in environments.
2007-10-10 Jelmer Vernooijr21433: Get rid of the COM support code - it's not...
2007-10-10 Jelmer Vernooijr21430: Support tagged types without typedef. This...
2007-10-10 Jelmer Vernooijr21428: Handle representation types in Needed().
2007-10-10 Jelmer Vernooijr21427: Add tests for Needed*(), in preparation of...
2007-10-10 Jelmer Vernooijr21332: Fix bug in pidl that prevented value(0) from...
2007-10-10 Jelmer Vernooijr21253: Merge some pidl fixes:
2007-10-10 Jelmer Vernooijr21222: Merge a couple of pidl fixes:
2007-10-10 Jelmer Vernooijr20850: Prefix all server calls with dcesrv_
2007-10-10 Jelmer Vernooijr20638: Check for NULL pointers (where possible) in...
2007-10-10 Jelmer Vernooijr20637: Don't check for NULL pointers when the pointer...
2007-10-10 Jelmer Vernooijr20567: Print proper errors with filename and line...
2007-10-10 Jelmer Vernooijr19856: Use sptr as basis for full ptr implementation...
2007-10-10 Jelmer Vernooijr19752: Remove support for the `depends' attribute...
2007-10-10 Jelmer Vernooijr19585: Add support for some more standard IDL instruct...
2007-10-10 Jelmer Vernooijr19546: fix number of bytes pushed when using switch_ty...
2007-10-10 Jelmer Vernooijr19541: Explicitly segfault when the API is being used...
2007-10-10 Jelmer Vernooijr18639: Get rid of the keepref support
2007-10-10 Jelmer Vernooijr18565: Fix echo.idl to be Samba3-, MIDL and midlc...
2007-10-10 Jelmer Vernooijr18270: Samba3 has _PUBLIC_ now.
2007-10-10 Stefan Metzmacherr18268: for samba3 define _PUBLIC_ empty
2007-10-10 Andrew Tridgellr18254: reverted r18231
2007-10-10 Jelmer Vernooijr18231: Don't use _PUBLIC_ but use __attribute__ direct...
2007-10-10 Jelmer Vernooijr18228: Don't include Samba4-specific headers when...
2007-10-10 Stefan Metzmacherr17889: allocate a valid element where the pointer...
2007-10-10 Gerald Carterr16100: Patch from Michael Wood <mwood@icts.uct.ac...
2007-10-10 Jelmer Vernooijr15780: Fix indentation of deferred code (fixed #3739)
2007-10-10 Jelmer Vernooijr15778: Fix bug printing ref pointers.
2007-10-10 Jelmer Vernooijr15776: Don't generate ref pointers in Samba4-generated...
2007-10-10 Jelmer Vernooijr15327: Support 'nosize'. Also write prototypes for...
2007-10-10 Jelmer Vernooijr15324: Generate prototype even if the function itself is
2007-10-10 Jelmer Vernooijr14867: Include <stdbool.h> in external compiles
2007-10-10 Jelmer Vernooijr14735: Use dcerpc_syntax_id rather then seperate GUID...
2007-10-10 Jelmer Vernooijr14692: Get rid of the obfuscation() attribute
2007-10-10 Jelmer Vernooijr14691: Fix printing elements with represent_as set
2007-10-10 Jelmer Vernooijr14690: Support represent_as in headers, enable represe...
2007-10-10 Jelmer Vernooijr14688: More work on represent_as(): output the right...
2007-10-10 Jelmer Vernooijr14687: Start working on support for represent_as(...
2007-10-10 Jelmer Vernooijr14658: Include ndr_obfuscate.h when necessary
2007-10-10 Jelmer Vernooijr14550: Fix tests
2007-10-10 Jelmer Vernooijr14488: Install more headers.
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Stefan Metzmacherr14455: also add the:
2007-10-10 Jelmer Vernooijr14402: Generate seperate headers for RPC client functions.
2007-10-10 Jelmer Vernooijr14362: Only include ndr_compression.h when necessary.
2007-10-10 Jelmer Vernooijr14361: Support 'helper' attribute in pidl and use it.
2007-10-10 Jelmer Vernooijr14348: Fix location of #endif
2007-10-10 Jelmer Vernooijr13842: Make some more functions public.
2007-10-10 Jelmer Vernooijr12574: Bring tables.pl back to life and move registrat...
2007-10-10 Jelmer Vernooijr12517: Don't generate empty init functions
2007-10-10 Jelmer Vernooijr12512: Use GUID structs in API functions everywhere...
2007-10-10 Jelmer Vernooijr12484: Initial work on supporting non-typedeffed types
2007-10-10 Jelmer Vernooijr12465: Merge Parse::Pidl::Samba4::NDR::Header into...
2007-10-10 Jelmer Vernooijr12463: Rename 'Samba' namespace to 'Samba4'