aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-10-26oss-fuzzshark: add missing include to fix implicit declaration of color_filte...Jakub Zawadzki1-0/+1
2017-10-25asn2wrs.py: use 64 bits variant for constrained integers using MIN or MAX key...Pavel Strnad1-2/+3
2017-10-25Remove replacement inet_pton/inet_ntopJoão Valverde1-2/+0
2017-10-25Remove inet_aton() usage everywhereJoão Valverde1-1/+0
2017-10-23Get program to the right working directory.Eliot Lear1-0/+8
2017-10-17autotools: Remove setuid-root.plJoão Valverde2-92/+0
2017-10-16checkAPI: error out on empty filelistJoão Valverde1-0/+2
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde2-6/+0
2017-10-15plugins: Fix -Wmissing-prototype for plugin_register()João Valverde1-0/+2
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-4/+3
2017-10-13CMake: Allow user build flags to override default build flagsJoão Valverde1-3/+5
2017-10-12win-setup: Don't bother downloading UPX.Gerald Combs1-2/+0
2017-10-09Fuzz: Limit the number of packets we process with Valgrind.Gerald Combs1-7/+8
2017-10-09Fuzz: Write memory leak info to the error log.Gerald Combs1-0/+1
2017-10-03Add version check for plugin compatibilityJoão Valverde1-2/+2
2017-09-30Make make-dissector-reg.py pay attention to word boundariesJoão Valverde1-3/+3
2017-09-30Fix typo in make-dissector-reg.pyJoão Valverde1-1/+1
2017-09-28Remove TPG plugin and dependenciesJoão Valverde5-1065/+0
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-09-25pidl: fix field2name wireshark dissector test.Guy Harris1-1/+1
2017-09-25pidl: Fix array range checks in python outputGuy Harris1-3/+6
2017-09-25python3: Use "y#" instead of "s#" for binary data in PyArg_ParseTupleGuy Harris1-3/+3
2017-09-25pidl: Fix Coverity warnings from duplicate NULL checks.Guy Harris1-25/+38
2017-09-25python: pidl: Port Python interface generatorGuy Harris1-23/+34
2017-09-25pidl:Python: use of pytalloc_GenericObject_reference*() for pyrpc_{ex,im}port...Guy Harris1-78/+7
2017-09-25pidl:Python: replace pytalloc_CObject_FromTallocPtr() with pytalloc_GenericOb...Guy Harris1-9/+11
2017-09-25BUG: https://bugzilla.samba.org/show_bug.cgi?id=12601Guy Harris1-1/+7
2017-09-25pidl:Python: add PyTypeObject objects for function structsGuy Harris1-1/+477
2017-09-25pidl:Python: split out a PythonElementGetSet() helper functionGuy Harris1-29/+35
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