summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r14867: Include <stdbool.h> in external compilesJelmer Vernooij1-0/+1
(This used to be commit 03224dab111b931effd548586e630480fa1423b1)
2007-10-10r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhereJelmer Vernooij1-2/+4
(This used to be commit a316b33057f3ec8532677980e093cd327d33f257)
2007-10-10r14692: Get rid of the obfuscation() attributeJelmer Vernooij1-59/+0
(This used to be commit 122d1d0249800d51e45ce0d092c97f1f9bf2c7d5)
2007-10-10r14691: Fix printing elements with represent_as setJelmer Vernooij1-7/+10
(This used to be commit f4428db2f922e921c54cdb0849eaad5018cb5a01)
2007-10-10r14690: Support represent_as in headers, enable represent_as() test (which ↵Jelmer Vernooij1-5/+7
works now) (This used to be commit 31e847a0844a6871befc6091e813ae017cd6e4b4)
2007-10-10r14688: More work on represent_as(): output the right function calls, fix test.Jelmer Vernooij1-6/+24
(This used to be commit 7bc72277b37f9d89f6a078e85c14d560fd33a3bb)
2007-10-10r14687: Start working on support for represent_as() and transmit_as() asJelmer Vernooij1-1/+14
an alternative to subcontext() (This used to be commit 744402160d5f994f5440553bb726e95a13033a83)
2007-10-10r14658: Include ndr_obfuscate.h when necessaryJelmer Vernooij1-0/+7
(This used to be commit 3647bd31244c9a44a4fae8a20a3176b85f4a0b3d)
2007-10-10r14550: Fix testsJelmer Vernooij1-2/+2
(This used to be commit 765fd852e789371f6b6361acd7603f8056ac14a9)
2007-10-10r14488: Install more headers.Jelmer Vernooij1-6/+25
Generate different #include lines in pidl depending on whether we're building inside or outside of the Samba tree (useful for 3rd-party projects). (This used to be commit 0c188833154c1fe565cb1735909e408a4a1a6049)
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-1/+5
try to include just the BASENAME.h files (containing only structs) (This used to be commit 3dd477ca5147f28a962b8437e2611a8222d706bd)
2007-10-10r14455: also add the:Stefan Metzmacher1-4/+4
#ifndef FOO #define FOO ... #endif to the client headers metze (This used to be commit c0dd773537bda9980e77eb6eda848161b7df82e5)
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij1-3/+2
(This used to be commit 7054ebf0249930843a2baf4d023ae8f62cedb109)
2007-10-10r14362: Only include ndr_compression.h when necessary.Jelmer Vernooij1-0/+7
(This used to be commit 4fced6dbbdc06233e5cf69f90c099fafee9baa34)
2007-10-10r14361: Support 'helper' attribute in pidl and use it.Jelmer Vernooij1-0/+6
Remove some headers from include/includes.h (they're now only included in the file they are used) (This used to be commit 7213b7498eacac2c2cd03cf6aace376ce153cc7c)
2007-10-10r14348: Fix location of #endifJelmer Vernooij1-7/+7
(This used to be commit eb8687cdd4240c5636384e992a0f1a77251fddcc)
2007-10-10r13842: Make some more functions public.Jelmer Vernooij1-3/+3
(This used to be commit aac1b99b362993352d80692afa55c38fc851c016)
2007-10-10r12574: Bring tables.pl back to life and move registration of interfacesJelmer Vernooij1-35/+0
now completely to a new subsystem. (This used to be commit bbacfaaea5819e0ecadf81e8fbb424916284c809)
2007-10-10r12517: Don't generate empty init functionsJelmer Vernooij1-19/+16
(This used to be commit 832a1092c9c11c293b5748e2e78da872fcba2a42)
2007-10-10r12512: Use GUID structs in API functions everywhere rather then converting ↵Jelmer Vernooij1-2/+2
back and forth between GUID structs and strings in several places. (This used to be commit 3564e2f967ef72d6301b4f7e9a311cebcded4d75)
2007-10-10r12484: Initial work on supporting non-typedeffed typesJelmer Vernooij1-2/+2
(This used to be commit e7ac6c708dde7afb4c92a8cc4dea7a95b7054e3e)
2007-10-10r12465: Merge Parse::Pidl::Samba4::NDR::Header into ↵Jelmer Vernooij1-36/+110
Parse::Pidl::Samba4::NDR::Parser. Small optimization to avoid including NDR headers multiple times (This used to be commit 6967b9884970b6f1d7617196ab024d401628a13c)
2007-10-10r12463: Rename 'Samba' namespace to 'Samba4'Jelmer Vernooij1-0/+2389
(This used to be commit f25358270d44a5642adbb85ecaa50b2e5730d7f0)