summaryrefslogtreecommitdiff
path: root/pidl
AgeCommit message (Expand)AuthorFilesLines
2015-09-01pidl/python: also add a ndr_PyLong_FromLongLong() for symnetric reasonsStefan Metzmacher1-1/+10
2015-09-01pidl/python: Provide static inline helper function ndr_PyLong_FromUnsignedLon...Andrew Bartlett1-3/+12
2015-09-01pidl/python: Calculate maximum integer values using a lookup tableAndrew Bartlett1-2/+39
2015-08-24pidl: Assert that python arrays will not overflow the C arrayAndrew Bartlett1-0/+7
2015-08-24pidl: Change PIDL to correctly use and validate python integer typesAndrew Bartlett1-35/+118
2015-07-24pidl: merge multiple 'genpad' implementations into one.Günther Deschner5-39/+21
2015-07-07pidl:Samba4/NDR/Parser: always initialize _mem_save_ pointers to NULLStefan Metzmacher1-1/+1
2015-07-07pidl:Samba3/ServerNDR: add pidl_reset() and pidl_return() helper functionsStefan Metzmacher1-3/+4
2015-07-07pidl:Samba3/ServerNDR: make CallWithStruct() more flexibleStefan Metzmacher1-11/+23
2015-07-07pidl:Samba3/ServerNDR: simplify CallWithStruct()Stefan Metzmacher1-5/+4
2015-07-07Treat uid_t, git_t as 64 bit in Pidl Python bindingsDouglas Bagnall1-4/+6
2015-06-24remove trailing whitespace in Pidl/Samba4/Python.pmDouglas Bagnall1-14/+14
2015-06-24Treat unsigned 64 bit IDL values as unsigned long long in PythonDouglas Bagnall1-1/+5
2015-06-12pidl:NDR/Parser: check [ref] pointers before pushing anything elseStefan Metzmacher1-7/+45
2015-06-12pidl:NDR/Parser: protect for loops against $length being an expression instea...Stefan Metzmacher1-5/+5
2015-06-12pidl:Python: protect for loops against $length being an expression instead of...Stefan Metzmacher1-1/+1
2015-06-12pidl:Python: use discard_const() to pass a possible const pointer to talloc_u...Stefan Metzmacher1-1/+1
2015-05-15pidl:Samba3/ServerNDR: normalize {RETURN_TYPE} by using mapTypeName()Stefan Metzmacher1-1/+1
2015-03-25pidl/python: add prototypes into header section of generated c-files.Günther Deschner1-0/+2
2015-03-24Explicitly include util/debug.h from server stubs generated by pidl.Jelmer Vernooij1-0/+1
2015-03-13pidl: align s4 dcesrv template generation with coding standards.Günther Deschner1-11/+23
2015-03-13pidl: add --template3 option to generate s3 server stubs.Günther Deschner2-0/+111
2015-03-13pidl/python: support HRESULT errors in generated python bindings.Günther Deschner1-0/+9
2015-03-13pidl: support HRESULT in pidl.Günther Deschner1-1/+1
2015-01-22Remove use of the "staticforward" macroPetr Viktorin1-2/+2
2014-11-22Clean up more whitespace.Guy Harris3-7/+7
2014-11-19pidl: White space cleanups in Conformance.pm and NDR.pmGuy Harris2-98/+98
2014-10-24pidl-wireshark: SWITCH_TYPE is not always defined, SwitchType() will try to f...Matthieu Patou1-21/+38
2014-10-23pidl-wireshark: generate ALIGN_TO_x_BYTES instructions if the element has the...Matthieu Patou1-0/+6
2014-10-23pidl-wireshark: if the structure has the flag no_align then set also no_align...Matthieu Patou1-5/+24
2014-10-23pidl-wireshark: handle 8 bits enum and change the signature of enum function ...Matthieu Patou1-6/+6
2014-10-23pidl-wireshark: add definition for IPV4/IPV6 typesMatthieu Patou1-0/+2
2014-10-23pidl-wireshark: adapt to the new comments in the headers of wireshark dissectorsMatthieu Patou1-3/+1
2014-10-10pidl-wireshark: insure that we have an entire match for the variable nameMatthieu Patou1-1/+1
2014-10-09pidl-wireshark: generate an error for the new Pipe type in typedefMatthieu Patou1-2/+11
2014-10-09pidl-wireshark: add the type dom_sid28 and call ad-hoc dissectorMatthieu Patou1-2/+8
2014-10-09pidl-wireshark: add a function to change the type of a hf_fieldMatthieu Patou1-0/+17
2014-10-09pidl-wireshark: cosmetic reformatMatthieu Patou1-4/+5
2014-10-09pidl-wireshark: Handle the case when the DATA_TYPE is not a simple typeMatthieu Patou1-1/+8
2014-10-09pidl: Improve string delection in function ContainsStringMatthieu Patou1-0/+10
2014-10-09pidl: Make the compilation of PIDL producing the same results if the content ...Matthieu Patou7-26/+39
2014-09-28pidl: Strip trailing whitespace from pidl, for easier exchange of patches wit...Guy Harris1-93/+93
2014-09-09pidl/wscript: remove --with-perl-* optionsStefan Metzmacher1-1/+1
2014-09-05pidl: remove superfluous "use lib ...".Michael Adam1-1/+0
2014-09-05pidl: fix the perl module search path (use lib ...) when installing pidl.Michael Adam1-1/+1
2014-09-05pidl/wscript: don't check for perl again.Michael Adam1-3/+0
2014-08-31Various updates to the pidl README file.Jelmer Vernooij1-8/+9
2014-08-31Remove trailing whitespace.Jelmer Vernooij1-13/+13
2014-05-10pidl/lib/wscript_build: make use of PERL_LIB_INSTALL_DIRStefan Metzmacher1-2/+2
2014-03-28pidl:Samba4/Python: add interface.abstract_syntax() to each interfaceStefan Metzmacher1-0/+39