summaryrefslogtreecommitdiff
path: root/pidl
AgeCommit message (Expand)AuthorFilesLines
2017-08-17s4: COM: Remove talloc_autofree_context() from (unused) COM code.Jeremy Allison1-3/+3
2017-06-27pidl:NDR/Parser: add missing {start,end}_flags() to ParseElementPrint()Stefan Metzmacher1-0/+4
2017-06-26pidl:NDR/Parser: initialize [skip] values in ndr_pull_*Stefan Metzmacher1-0/+3
2017-06-26pidl:NDR/Parser: add "skip_noinit" elementStefan Metzmacher2-6/+7
2017-06-26pidl:NDR/Parser: fix "skip" for pointersStefan Metzmacher1-10/+30
2017-06-20pidl: Fix array range checks in python outputVolker Lendecke1-3/+6
2017-05-19python3: Use "y#" instead of "s#" for binary data in PyArg_ParseTuplePetr Viktorin1-3/+3
2017-05-06pidl: Fix Coverity warnings from duplicate NULL checks.Jeremy Allison1-25/+38
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2017-03-10python: pidl: Port Python interface generatorLumir Balhar1-23/+34
2017-02-25pidl:Python: use of pytalloc_GenericObject_reference*() for pyrpc_{ex,im}port...Stefan Metzmacher1-78/+7
2017-02-25pidl:Python: replace pytalloc_CObject_FromTallocPtr() with pytalloc_GenericOb...Stefan Metzmacher1-9/+11
2017-02-25pidl:Python: make sure print HASH references for STRUCT typesStefan Metzmacher1-1/+7
2017-01-24pidl: use ndr_push_charset_to_null() when [to_null] keyword is used in IDLGünther Deschner1-1/+5
2016-12-20s4-rpc_server: Allow each interface to declare if it uses handlesAndrew Bartlett1-8/+13
2016-12-15s4-rpc_server: Add back support for lsa over \\pipe\\netlogon optionallyAndrew Bartlett1-1/+4
2016-12-08pidl: Make dcesrv\_$name\_interface "static const"Andrew Bartlett1-1/+1
2016-12-01pidl: Make static struct api_struct also constAndrew Bartlett1-1/+1
2016-12-01pidl: Change *_get_pipe_fns() to return const struct api_struct *Andrew Bartlett1-3/+3
2016-12-01pidl: Use a static const initialised struct in dcerpc_server_$name_init(void)Andrew Bartlett1-9/+8
2016-12-01Fix typoAlexis La Goutte1-1/+1
2016-10-26pidl:Python: add PyTypeObject objects for function structsStefan Metzmacher1-1/+477
2016-10-26pidl:Python: split out a PythonElementGetSet() helper functionStefan Metzmacher1-29/+35
2016-10-26pidl:NDR: add ReturnTypeElement() helper functionStefan Metzmacher1-1/+20
2016-10-26pidl:Python: the py_{import,export}_*() functions can be static now.Stefan Metzmacher1-4/+2
2016-10-26pidl:Python: make use of the pyrpc_{import,export}_union() functionsStefan Metzmacher1-7/+25
2016-10-26pidl:Python: provide a PyTypeObject with METH_CLASS __import__() and __export...Stefan Metzmacher1-0/+214
2016-10-26pidl:Python: provide the abstract syntax as <module>.<interface>_abstract_syntaxStefan Metzmacher1-12/+34
2016-10-26pidl:Python: prettify names of constantsStefan Metzmacher1-2/+2
2016-10-26pidl:NDR: keep interface->{ORIGINAL}Stefan Metzmacher1-1/+2
2016-10-26pidl:Python: improve the .doc string for the get/set elementsStefan Metzmacher1-1/+1
2016-10-26pidl:Python: make use of NDR_ERR_CODE_IS_SUCCESS()Stefan Metzmacher1-2/+2
2016-10-26pidl:Python: __ndr_print__ functions don't get arguments and need METH_NOARGSStefan Metzmacher1-1/+1
2016-10-26pidl:Python: check the return values of talloc_ptrtype()Stefan Metzmacher1-0/+18
2016-09-11pidl: in s3 server templates, support default HRESULT error returns.Günther Deschner1-0/+2
2016-09-07pidl: fix field2name wireshark dissector test.Günther Deschner1-1/+1
2016-09-07pidl: Keep case from fieldnames.Günther Deschner1-1/+1
2016-09-06pidl: support HRESULT as return code in wireshark autogenerated dissectors.Günther Deschner1-1/+8
2016-06-20pidl/ws: fix missing $name when generating MAPI dissectorAurelien Aptel1-3/+6
2016-06-20pidl/ws: fix failing testsAurelien Aptel2-4/+3
2016-06-20pidl/s4/python: typo in commentAurelien Aptel1-1/+1
2016-06-20pidl/ws: directly use `di` param instead of casting `private_data` member.Aurelien Aptel1-7/+2
2016-06-20pidl/ws: Document CODE_START and HEADER_STARTAurelien Aptel1-0/+8
2016-06-20pidl/ws: whitespace cleanupAurelien Aptel2-12/+12
2016-06-20pidl/ws: Add HEADER START/HEADER END in ws dissectorAurelien Aptel2-5/+57
2016-06-20pidl/ws: dereference pointers when passing name param.Aurelien Aptel1-8/+30
2016-06-20pidl/ws: Remove pinfo->private_data from DCERPC dissectors.Aurelien Aptel1-69/+63
2016-06-20pidl/ws: remove any starting _ in WS field namesAurelien Aptel1-0/+1
2016-06-20pidl/ws: avoid trailing tabsAurelien Aptel1-1/+4
2016-06-20pidl: use https urls and update dead msdn linkAurelien Aptel2-5/+5