selftest: use test smb.conf in provision
[vlendec/samba-autobuild/.git] / pidl /
2019-03-12 Douglas Bagnallpidl/s4/python: call export "export" in py exceptions
2019-03-04 Douglas Bagnallpidl/Python: initialise a datablob
2019-02-14 Andreas Schneiderpidl: Use NDR_ZERO_STRUCT(P) macros
2019-02-07 Noel Powerpidl: Fix Generated ndr python code to DECREF imported...
2019-01-12 Stefan Metzmacherpidl/Python: use py_dcerpc_ndr_pointer_wrap/deref if...
2019-01-12 Stefan Metzmachers4:rpc_server: make it possible to specify ncacn_np_sec...
2019-01-12 Stefan Metzmachers4:rpc_server: only pass context to op_bind() hooks
2018-12-13 Andreas Schneiderpidl: Fix unsigned integer comparison warning
2018-12-13 Andreas Schneiderpidl: Fix function for py_<name>_ndr_print_(in|out)
2018-12-13 Andreas Schneiderpidl: Use C99 initializers for last element in ndr_inte...
2018-09-16 Noel PowerPY3: fix string.rsplit usage (doens't exist in PY3)
2018-09-16 Noel PowerPY3: fix iteritems usage, not supported in python3
2018-09-05 Alexander Bokovoypidl/wscript: update to handle waf 2.0.4
2018-09-05 Thomas Nagybuild:wafsamba: Build on waf 1.9
2018-08-30 Alexander Bokovoypidl/tests: fix ndr_push_init_ctx() usage
2018-05-12 Mathieu ParentFix pidl manpage sections
2017-07-26 Jeremy Allisons4: COM: Remove talloc_autofree_context() from (unused...
2017-07-19 Günther Deschnerlibndr/compression: pass down compressed length in...
2017-06-27 Stefan Metzmacherpidl:NDR/Parser: add missing {start,end}_flags() to...
2017-06-26 Stefan Metzmacherpidl:NDR/Parser: initialize [skip] values in ndr_pull_*
2017-06-26 Stefan Metzmacherpidl:NDR/Parser: add "skip_noinit" element
2017-06-26 Stefan Metzmacherpidl:NDR/Parser: fix "skip" for pointers
2017-06-20 Volker Lendeckepidl: Fix array range checks in python output
2017-05-19 Petr Viktorinpython3: Use "y#" instead of "s#" for binary data in...
2017-05-06 Jeremy Allisonpidl: Fix Coverity warnings from duplicate NULL checks.
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-03-10 Lumir Balharpython: pidl: Port Python interface generator
2017-02-25 Stefan Metzmacherpidl:Python: use of pytalloc_GenericObject_reference...
2017-02-25 Stefan Metzmacherpidl:Python: replace pytalloc_CObject_FromTallocPtr...
2017-02-25 Stefan Metzmacherpidl:Python: make sure print HASH references for STRUCT...
2017-01-24 Günther Deschnerpidl: use ndr_push_charset_to_null() when [to_null...
2016-12-20 Andrew Bartletts4-rpc_server: Allow each interface to declare if it...
2016-12-15 Andrew Bartletts4-rpc_server: Add back support for lsa over \\pipe...
2016-12-08 Andrew Bartlettpidl: Make dcesrv\_$name\_interface "static const"
2016-12-01 Andrew Bartlettpidl: Make static struct api_struct also const
2016-12-01 Andrew Bartlettpidl: Change *_get_pipe_fns() to return const struct...
2016-12-01 Andrew Bartlettpidl: Use a static const initialised struct in dcerpc_s...
2016-12-01 Alexis La GoutteFix typo
2016-10-26 Stefan Metzmacherpidl:Python: add PyTypeObject objects for function...
2016-10-26 Stefan Metzmacherpidl:Python: split out a PythonElementGetSet() helper...
2016-10-26 Stefan Metzmacherpidl:NDR: add ReturnTypeElement() helper function
2016-10-26 Stefan Metzmacherpidl:Python: the py_{import,export}_*() functions can...
2016-10-26 Stefan Metzmacherpidl:Python: make use of the pyrpc_{import,export}_unio...
2016-10-26 Stefan Metzmacherpidl:Python: provide a PyTypeObject with METH_CLASS...
2016-10-26 Stefan Metzmacherpidl:Python: provide the abstract syntax as <module...
2016-10-26 Stefan Metzmacherpidl:Python: prettify names of constants
2016-10-26 Stefan Metzmacherpidl:NDR: keep interface->{ORIGINAL}
2016-10-26 Stefan Metzmacherpidl:Python: improve the .doc string for the get/set...
2016-10-26 Stefan Metzmacherpidl:Python: make use of NDR_ERR_CODE_IS_SUCCESS()
2016-10-26 Stefan Metzmacherpidl:Python: __ndr_print__ functions don't get argument...
2016-10-26 Stefan Metzmacherpidl:Python: check the return values of talloc_ptrtype()
2016-09-11 Günther Deschnerpidl: in s3 server templates, support default HRESULT...
2016-09-07 Günther Deschnerpidl: fix field2name wireshark dissector test.
2016-09-07 Günther Deschnerpidl: Keep case from fieldnames.
2016-09-06 Günther Deschnerpidl: support HRESULT as return code in wireshark autog...
2016-06-20 Aurelien Aptelpidl/ws: fix missing $name when generating MAPI dissector
2016-06-20 Aurelien Aptelpidl/ws: fix failing tests
2016-06-20 Aurelien Aptelpidl/s4/python: typo in comment
2016-06-20 Aurelien Aptelpidl/ws: directly use `di` param instead of casting...
2016-06-20 Aurelien Aptelpidl/ws: Document CODE_START and HEADER_START
2016-06-20 Aurelien Aptelpidl/ws: whitespace cleanup
2016-06-20 Aurelien Aptelpidl/ws: Add HEADER START/HEADER END in ws dissector
2016-06-20 Aurelien Aptelpidl/ws: dereference pointers when passing name param.
2016-06-20 Aurelien Aptelpidl/ws: Remove pinfo->private_data from DCERPC dissectors.
2016-06-20 Aurelien Aptelpidl/ws: remove any starting _ in WS field names
2016-06-20 Aurelien Aptelpidl/ws: avoid trailing tabs
2016-06-20 Aurelien Aptelpidl: use https urls and update dead msdn link
2016-06-20 Aurelien Aptelpidl/ws: Eliminate e_uuid_t in favor of e_guid_t
2016-06-20 Aurelien Aptelpidl/ws: Remove #pragma warning (MSVC)
2016-06-20 Aurelien Aptelpidl/ws: fix Assigned value is garbage or undefined...
2016-06-20 Aurelien Aptelpidl/ws: fix indent (use 4 tabs) and remove trailing...
2016-06-20 Aurelien Aptelpidl/ws: Fix Dead Store (Dead assignement/Dead incremen...
2016-06-20 Aurelien Aptelpidl/ws: enhance dissector
2016-06-20 Aurelien Aptelpidl/ws: fix -Wmissing-prototype
2016-06-20 Aurelien Aptelpidl/ws: Fix Dead Store (Dead assignement/Dead incremen...
2016-05-09 Douglas BagnallPython pidl: avoid segfault with "del obj->attr"
2016-05-09 Andrew Bartlettpidl: Correct string handling to use talloc and be...
2016-03-22 Douglas Bagnallndr: Use ndr_steal to avoid long lists
2016-03-22 Douglas Bagnallndr: avoid unnecessary searches of token list
2016-03-08 Andrew Bartlettpidl: Use a tmp_ctx helper variable
2016-03-08 Andrew Bartlettpidl: Use the $mem_ctx helper variable
2016-03-08 Andrew Bartlettpidl: Fix our python reference handling
2016-01-18 Andrew Bartlettpidl: Change PyGetSetDef in generated python bindings...
2016-01-07 Andrew Bartlettpidl: Use PY_SSIZE_T_CLEAN
2015-10-28 Thomas Nagybuild:wafsamba: removed most import * statements
2015-09-01 Stefan Metzmacherpidl/python: also add a ndr_PyLong_FromLongLong() for...
2015-09-01 Andrew Bartlettpidl/python: Provide static inline helper function...
2015-09-01 Andrew Bartlettpidl/python: Calculate maximum integer values using...
2015-08-24 Andrew Bartlettpidl: Assert that python arrays will not overflow the...
2015-08-24 Andrew Bartlettpidl: Change PIDL to correctly use and validate python...
2015-07-24 Günther Deschnerpidl: merge multiple 'genpad' implementations into...
2015-07-07 Stefan Metzmacherpidl:Samba4/NDR/Parser: always initialize _mem_save_...
2015-07-07 Stefan Metzmacherpidl:Samba3/ServerNDR: add pidl_reset() and pidl_return...
2015-07-07 Stefan Metzmacherpidl:Samba3/ServerNDR: make CallWithStruct() more flexible
2015-07-07 Stefan Metzmacherpidl:Samba3/ServerNDR: simplify CallWithStruct()
2015-07-07 Douglas BagnallTreat uid_t, git_t as 64 bit in Pidl Python bindings
2015-06-24 Douglas Bagnallremove trailing whitespace in Pidl/Samba4/Python.pm
2015-06-24 Douglas BagnallTreat unsigned 64 bit IDL values as unsigned long long...
2015-06-12 Stefan Metzmacherpidl:NDR/Parser: check [ref] pointers before pushing...
2015-06-12 Stefan Metzmacherpidl:NDR/Parser: protect for loops against $length...
next