aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pidl/lib/Parse/Pidl
AgeCommit message (Expand)AuthorFilesLines
2017-09-25pidl:Python: the py_{import,export}_*() functions can be static now.Guy Harris1-4/+2
2017-09-25pidl:Python: make use of the pyrpc_{import,export}_union() functionsGuy Harris1-7/+25
2017-09-25pidl:Python: provide a PyTypeObject with METH_CLASS __import__() and __export...Guy Harris1-0/+214
2017-09-25pidl:Python: provide the abstract syntax as <module>.<interface>_abstract_syntaxGuy Harris1-12/+34
2017-09-25pidl:Python: prettify names of constantsGuy Harris1-2/+2
2017-09-25pidl:Python: improve the .doc string for the get/set elementsGuy Harris1-1/+1
2017-09-25pidl:Python: make use of NDR_ERR_CODE_IS_SUCCESS()Guy Harris1-2/+2
2017-09-25pidl:Python: __ndr_print__ functions don't get arguments and need METH_NOARGSGuy Harris1-1/+1
2017-09-25pidl:Python: check the return values of talloc_ptrtype()Guy Harris1-0/+18
2017-09-25lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Guy Harris1-2/+2
2017-09-25s4-rpc_server: Allow each interface to declare if it uses handlesGuy Harris1-8/+13
2017-09-25s4-rpc_server: Add back support for lsa over \\pipe\\netlogon optionallyGuy Harris1-1/+4
2017-09-25pidl: Make dcesrv\_$name\_interface "static const"Guy Harris1-1/+1
2017-09-25pidl: Use a static const initialised struct in dcerpc_server_$name_init(void)Guy Harris1-9/+8
2017-09-25libndr/compression: pass down compressed length in ndr_pull_compression_startGuy Harris1-1/+2
2017-09-25pidl:NDR/Parser: add missing {start,end}_flags() to ParseElementPrint()Guy Harris1-0/+4
2017-09-25pidl:NDR/Parser: initialize [skip] values in ndr_pull_*Guy Harris1-0/+3
2017-09-25pidl:NDR/Parser: add "skip_noinit" elementGuy Harris2-6/+7
2017-09-25pidl:NDR/Parser: fix "skip" for pointersGuy Harris1-10/+30
2017-09-25pidl: use ndr_push_charset_to_null() when [to_null] keyword is used in IDLGuy Harris1-1/+5
2017-09-25s4: COM: Remove talloc_autofree_context() from (unused) COM code.Guy Harris1-3/+3
2017-09-25pidl: Make static struct api_struct also constGuy Harris1-1/+1
2017-09-25pidl: Change *_get_pipe_fns() to return const struct api_struct *Guy Harris1-3/+3
2017-09-25pidl:NDR: add ReturnTypeElement() helper functionGuy Harris1-1/+20
2017-09-25pidl:NDR: keep interface->{ORIGINAL}Guy Harris1-1/+2
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-11-06Get rid of Boolean "flags" that don't have any bit set.Guy Harris1-12/+17
2016-08-06tools/pidl: support HRESULT as return code in wireshark autogenerated dissect...Günther Deschner1-1/+8
2016-08-06tools/pidl: Keep case from fieldnames.Günther Deschner1-1/+1
2016-07-27Copy over change from Samba repository:Guy Harris1-0/+8
2016-07-27Copy over change from Samba repository:Guy Harris1-42/+61
2016-07-27Copy over change from Samba repository:Guy Harris1-2/+13
2016-07-27Copy change from Samba repository:Guy Harris1-1/+1
2016-07-27Copy over change from Samba repository:Guy Harris1-5/+7
2016-07-27Pick up changes from the Samba repository:Guy Harris1-15/+42
2016-07-27Fix from the Samba repository:Guy Harris1-3/+2
2016-06-18DCE/RPC: fix array of pointers with NULLBinh Trinh1-0/+1
2016-06-16DCE/RPC proto_tree_add_boolean -> proto_tree_add_bitmask_with_flagsMichael Mann1-25/+44
2016-05-02Revert "PIDL: Remove _U_ and remove unused-parameter via pragma"Guy Harris1-14/+11
2016-05-02PIDL: Remove _U_ and remove unused-parameter via pragmaAlexis La Goutte1-11/+14
2016-03-24Add basic PIDL MakefileJoão Valverde1-0/+1
2016-03-06PIDL (NDR): fix missing $name when regenerate MAPI dissectorAlexis La Goutte1-3/+6
2016-02-29PIDL: sync pidl with samba repoAurelien Aptel10-126/+343
2015-11-01tools/pidl: avoid trailing tabsStefan Metzmacher1-1/+4
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-1/+1
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-1/+1
2014-11-20White space tweaking to match what's in Samba git.Guy Harris1-2/+1
2014-11-04add the type dom_sid28 and call ad-hoc dissectorGuy Harris1-0/+5
2014-11-04SWITCH_TYPE is not always defined, SwitchType() will try to find a fallbackGuy Harris1-32/+46
2014-11-03generate ALIGN_TO_x_BYTES instructions if the element has the align_x flagGuy Harris1-0/+6