summaryrefslogtreecommitdiff
path: root/pidl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* pidl: merge multiple 'genpad' implementations into one.Günther Deschner2015-07-245-39/+21
* pidl:Samba4/NDR/Parser: always initialize _mem_save_ pointers to NULLStefan Metzmacher2015-07-071-1/+1
* pidl:Samba3/ServerNDR: add pidl_reset() and pidl_return() helper functionsStefan Metzmacher2015-07-071-3/+4
* pidl:Samba3/ServerNDR: make CallWithStruct() more flexibleStefan Metzmacher2015-07-071-11/+23
* pidl:Samba3/ServerNDR: simplify CallWithStruct()Stefan Metzmacher2015-07-071-5/+4
* Treat uid_t, git_t as 64 bit in Pidl Python bindingsDouglas Bagnall2015-07-071-4/+6
* remove trailing whitespace in Pidl/Samba4/Python.pmDouglas Bagnall2015-06-241-14/+14
* Treat unsigned 64 bit IDL values as unsigned long long in PythonDouglas Bagnall2015-06-241-1/+5
* pidl:NDR/Parser: check [ref] pointers before pushing anything elseStefan Metzmacher2015-06-121-7/+45
* pidl:NDR/Parser: protect for loops against $length being an expression instea...Stefan Metzmacher2015-06-121-5/+5
* pidl:Python: protect for loops against $length being an expression instead of...Stefan Metzmacher2015-06-121-1/+1
* pidl:Python: use discard_const() to pass a possible const pointer to talloc_u...Stefan Metzmacher2015-06-121-1/+1
* pidl:Samba3/ServerNDR: normalize {RETURN_TYPE} by using mapTypeName()Stefan Metzmacher2015-05-151-1/+1
* pidl/python: add prototypes into header section of generated c-files.Günther Deschner2015-03-251-0/+2
* Explicitly include util/debug.h from server stubs generated by pidl.Jelmer Vernooij2015-03-241-0/+1
* pidl: align s4 dcesrv template generation with coding standards.Günther Deschner2015-03-131-11/+23
* pidl: add --template3 option to generate s3 server stubs.Günther Deschner2015-03-132-0/+111
* pidl/python: support HRESULT errors in generated python bindings.Günther Deschner2015-03-131-0/+9
* pidl: support HRESULT in pidl.Günther Deschner2015-03-131-1/+1
* Remove use of the "staticforward" macroPetr Viktorin2015-01-221-2/+2
* Clean up more whitespace.Guy Harris2014-11-223-7/+7
* pidl: White space cleanups in Conformance.pm and NDR.pmGuy Harris2014-11-192-98/+98
* pidl-wireshark: SWITCH_TYPE is not always defined, SwitchType() will try to f...Matthieu Patou2014-10-241-21/+38
* pidl-wireshark: generate ALIGN_TO_x_BYTES instructions if the element has the...Matthieu Patou2014-10-231-0/+6
* pidl-wireshark: if the structure has the flag no_align then set also no_align...Matthieu Patou2014-10-231-5/+24
* pidl-wireshark: handle 8 bits enum and change the signature of enum function ...Matthieu Patou2014-10-231-6/+6