summaryrefslogtreecommitdiff
path: root/pidl
Commit message (Expand)AuthorAgeFilesLines
...
* pidl:NDR: add ReturnTypeElement() helper functionStefan Metzmacher2016-10-261-1/+20
* pidl:Python: the py_{import,export}_*() functions can be static now.Stefan Metzmacher2016-10-261-4/+2
* pidl:Python: make use of the pyrpc_{import,export}_union() functionsStefan Metzmacher2016-10-261-7/+25
* pidl:Python: provide a PyTypeObject with METH_CLASS __import__() and __export...Stefan Metzmacher2016-10-261-0/+214
* pidl:Python: provide the abstract syntax as <module>.<interface>_abstract_syntaxStefan Metzmacher2016-10-261-12/+34
* pidl:Python: prettify names of constantsStefan Metzmacher2016-10-261-2/+2
* pidl:NDR: keep interface->{ORIGINAL}Stefan Metzmacher2016-10-261-1/+2
* pidl:Python: improve the .doc string for the get/set elementsStefan Metzmacher2016-10-261-1/+1
* pidl:Python: make use of NDR_ERR_CODE_IS_SUCCESS()Stefan Metzmacher2016-10-261-2/+2
* pidl:Python: __ndr_print__ functions don't get arguments and need METH_NOARGSStefan Metzmacher2016-10-261-1/+1
* pidl:Python: check the return values of talloc_ptrtype()Stefan Metzmacher2016-10-261-0/+18
* pidl: in s3 server templates, support default HRESULT error returns.Günther Deschner2016-09-111-0/+2
* pidl: fix field2name wireshark dissector test.Günther Deschner2016-09-071-1/+1
* pidl: Keep case from fieldnames.Günther Deschner2016-09-071-1/+1
* pidl: support HRESULT as return code in wireshark autogenerated dissectors.Günther Deschner2016-09-061-1/+8
* pidl/ws: fix missing $name when generating MAPI dissectorAurelien Aptel2016-06-201-3/+6
* pidl/ws: fix failing testsAurelien Aptel2016-06-202-4/+3
* pidl/s4/python: typo in commentAurelien Aptel2016-06-201-1/+1
* pidl/ws: directly use `di` param instead of casting `private_data` member.Aurelien Aptel2016-06-201-7/+2
* pidl/ws: Document CODE_START and HEADER_STARTAurelien Aptel2016-06-201-0/+8
* pidl/ws: whitespace cleanupAurelien Aptel2016-06-202-12/+12
* pidl/ws: Add HEADER START/HEADER END in ws dissectorAurelien Aptel2016-06-202-5/+57
* pidl/ws: dereference pointers when passing name param.Aurelien Aptel2016-06-201-8/+30
* pidl/ws: Remove pinfo->private_data from DCERPC dissectors.Aurelien Aptel2016-06-201-69/+63
* pidl/ws: remove any starting _ in WS field namesAurelien Aptel2016-06-201-0/+1
* pidl/ws: avoid trailing tabsAurelien Aptel2016-06-201-1/+4
* pidl: use https urls and update dead msdn linkAurelien Aptel2016-06-202-5/+5
* pidl/ws: Eliminate e_uuid_t in favor of e_guid_tAurelien Aptel2016-06-201-1/+1
* pidl/ws: Remove #pragma warning (MSVC)Aurelien Aptel2016-06-201-7/+0
* pidl/ws: fix Assigned value is garbage or undefined found by Clang AnalyzerAurelien Aptel2016-06-201-1/+1
* pidl/ws: fix indent (use 4 tabs) and remove trailing whitespaceAurelien Aptel2016-06-203-76/+76
* pidl/ws: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAurelien Aptel2016-06-201-2/+6
* pidl/ws: enhance dissectorAurelien Aptel2016-06-201-0/+1
* pidl/ws: fix -Wmissing-prototypeAurelien Aptel2016-06-201-1/+5
* pidl/ws: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAurelien Aptel2016-06-201-1/+1
* Python pidl: avoid segfault with "del obj->attr"Douglas Bagnall2016-05-101-0/+8
* pidl: Correct string handling to use talloc and be in commonAndrew Bartlett2016-05-101-42/+61
* ndr: Use ndr_steal to avoid long listsDouglas Bagnall2016-03-221-10/+16
* ndr: avoid unnecessary searches of token listDouglas Bagnall2016-03-221-14/+35
* pidl: Use a tmp_ctx helper variableAndrew Bartlett2016-03-081-2/+13
* pidl: Use the $mem_ctx helper variableAndrew Bartlett2016-03-081-1/+1
* pidl: Fix our python reference handlingAndrew Bartlett2016-03-081-5/+7
* pidl: Change PyGetSetDef in generated python bindings to use C99 initialisersAndrew Bartlett2016-01-181-2/+9
* pidl: Use PY_SSIZE_T_CLEANAndrew Bartlett2016-01-071-1/+2
* build:wafsamba: removed most import * statementsThomas Nagy2015-10-281-4/+1
* pidl/python: also add a ndr_PyLong_FromLongLong() for symnetric reasonsStefan Metzmacher2015-09-011-1/+10
* pidl/python: Provide static inline helper function ndr_PyLong_FromUnsignedLon...Andrew Bartlett2015-09-011-3/+12
* pidl/python: Calculate maximum integer values using a lookup tableAndrew Bartlett2015-09-011-2/+39
* pidl: Assert that python arrays will not overflow the C arrayAndrew Bartlett2015-08-241-0/+7
* pidl: Change PIDL to correctly use and validate python integer typesAndrew Bartlett2015-08-241-35/+118