summaryrefslogtreecommitdiff
path: root/source4/build/pidl/ndr_parser.pm
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8110: More PAC work. I still can't get WinXP to accept the PAC, but we areAndrew Bartlett1-0/+6
2007-10-10r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell1-10/+8
2007-10-10r7729: Small fixes to the charset stuff.Jelmer Vernooij1-2/+2
2007-10-10r7706: Move ParseExpr() to util.Jelmer Vernooij1-43/+21
2007-10-10r7702: Implement [charset()] attribute.Jelmer Vernooij1-8/+22
2007-10-10r7695: Add support for the [string] attribute that works in the traditional s...Jelmer Vernooij1-19/+49
2007-10-10r7604: Bunch of small pidl updates. Mostly removing unused functions,Jelmer Vernooij1-186/+61
2007-10-10r7590: Cleanups, add more notes on new string code.Jelmer Vernooij1-54/+18
2007-10-10r7552: Use ParseExpr() for [value] attributes; allowsJelmer Vernooij1-2/+2
2007-10-10r7330: use ParseExpr() also for subcontext_size()Stefan Metzmacher1-7/+11
2007-10-10r7195: - Fix echo pipeJelmer Vernooij1-12/+32
2007-10-10r7187: fix alignment of unionsStefan Metzmacher1-16/+12
2007-10-10r7186: add [relative_base] property, which is allowed on typedef'sStefan Metzmacher1-6/+65
2007-10-10r7184: remove unused ndr_pull/push_struct_start/end() functionsStefan Metzmacher1-14/+2
2007-10-10r7121: More subcontext fixes. A subcontext does not always imply internally d...Jelmer Vernooij1-5/+1
2007-10-10r7118: allways pull scalars and buffers when pulling the subcontext contextStefan Metzmacher1-5/+5
2007-10-10r7098: - make use of the NDR table instead of the IDL table in the client and...Stefan Metzmacher1-0/+3
2007-10-10r7084: - readd the work from rev 6516,6517,6572Stefan Metzmacher1-10/+8
2007-10-10r7059: Use namespaces for pidl and the build system, so we can later onJelmer Vernooij1-2/+2
2007-10-10r7036: Allow more operations in several properties (such as size_is, length_is,Jelmer Vernooij1-21/+11
2007-10-10r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij1-898/+975
2007-10-10r6350: Add a newline to make things look prettier.Tim Potter1-0/+1
2007-10-10r6294: - add obfuscate support, which is used in MAPI rpc's, (the ^= 0xA5 stu...Stefan Metzmacher1-22/+76
2007-10-10r6190: fix gensize on unionsStefan Metzmacher1-1/+2
2007-10-10r6180: Use token_lists for storing switch valuesJelmer Vernooij1-6/+10
2007-10-10r6159: Move some more general ndr stuff (alignment calculations) to ndr.pmJelmer Vernooij1-102/+10
2007-10-10r6143: Put compression support in the subcontext handling functions ratherJelmer Vernooij1-45/+36
2007-10-10r6061: add start of compression support in our rpc codeStefan Metzmacher1-4/+134
2007-10-10r5853: Move some of the functions not specific to the Samba NDR parser generatorJelmer Vernooij1-178/+48
2007-10-10r5852: Rename ndr.pm to ndr_parser.pmJelmer Vernooij1-0/+2275