summaryrefslogtreecommitdiff
path: root/pidl/lib
AgeCommit message (Expand)AuthorFilesLines
2025-11-05wireshark-pidl: Don't warn about unused hfs used in CODE blocksJohn Thacker1-1/+12
2025-11-05wireshark-pidl: Do not calculate functions replaced by manual codeJohn Thacker1-15/+17
2025-11-05wireshark-pidl: Fix filter names for subcontext length fieldsJohn Thacker1-1/+1
2025-11-05wireshark-pidl: Check for undefined SwitchType firstJohn Thacker1-13/+15
2025-11-05wireshark-pidl: Warn appropriately on unsupported switch_is discriminantsJohn Thacker1-1/+4
2025-11-05wireshark-pidl: Reduce Perl strict warningsJohn Thacker1-1/+1
2025-11-05wireshark-pidl: Reduce false positive warnings when compilingJohn Thacker1-1/+8
2025-08-27pidl: Validate Python bytes objectsJennifer Sutton1-0/+6
2025-02-17pidl: Update documentation for DCERPC interface connectionsAndreas Schneider1-5/+24
2025-01-29s4:pyrpc: allow connections with raise_result_exceptions=FalseStefan Metzmacher1-2/+1
2025-01-29pidl:Python: prepare code to avoid NTSTATUS/WERROR exceptionsStefan Metzmacher1-12/+87
2025-01-29pidl:Python: handle NTSTATUS/WERROR exceptions firstStefan Metzmacher1-5/+9
2025-01-29pidl:Python: separate logic to calculate the signature stringStefan Metzmacher1-4/+12
2025-01-29pidl:Python: check PyTuple_New() return valueStefan Metzmacher1-0/+6
2025-01-29pidl:Python: initialize pointers and add 'result' at the endStefan Metzmacher1-3/+5
2025-01-29pidl:Python: introduce $is_raisable_return helper variableStefan Metzmacher1-2/+7
2025-01-29pidl:Python: generate nicer code for PyNdrRpcMethodDef arraysStefan Metzmacher1-2/+16
2024-12-05pidl/Python: allow ndr_print(print_secrets=True)Stefan Metzmacher1-9/+59
2024-08-27pidl: Add headerhelper idl propertyVolker Lendecke2-0/+8
2024-08-27pidl:Samba4/Header: only include ntstatus.h if requiredStefan Metzmacher1-10/+16
2024-08-27pidl: add scalarTypeUsed() helper to find if a type was actually used...Stefan Metzmacher1-2/+13
2024-08-27pidl: replace.h is sufficient in ndr_*.cVolker Lendecke1-1/+1
2024-07-12pidl: Wireshark: Another C99 type conversionJohn Thacker1-2/+3
2024-07-12pidl: Wireshark: Don't assign hash undef, assign it an empty arrayJohn Thacker1-2/+2
2024-07-12pidl: Wireshark: Remove init of proto variablesJohn Thacker1-1/+1
2024-07-12pidl: Wireshark: Convert the pidl dissector generation code to C99 typesJohn Thacker1-22/+22
2024-07-12pidl: Wireshark: Const-ify dcerpc_sub_dissector structures.John Thacker1-1/+1
2024-07-12pidl: Wireshark: Don't initialise static hf and ett variables.John Thacker1-2/+2
2024-07-12pidl: Update Wireshark generated DRSUAPI codeJohn Thacker1-10/+4
2024-07-03Revert "pidl: Use non-existent function dissect_ndr_int64()"John Thacker1-1/+1
2024-07-03pidl:Wireshark Fix the type of array of pointerse to hf_ valuesJohn Thacker1-1/+1
2024-07-03pidl:Wireshark Rename tvb_new_subset()John Thacker1-1/+1
2024-07-03pidl:Wireshark Get rid of Boolean "flags" with no bit setJohn Thacker1-12/+17
2024-07-03pidl:Wireshark Fix array of pointers NULL terminationJohn Thacker1-0/+1
2024-07-03pidl:Wireshark Use proto_tree_add_bitmask_with_flagsJohn Thacker1-25/+44
2024-05-31pidl:python: Exception if unconvertable in ConvertObjectToPythonLevelDouglas Bagnall1-0/+4
2024-05-31pidl:python: properly raise exception in ConvertObjectFromPythonDataDouglas Bagnall1-1/+2
2024-05-31pidl:Typelist: resolveType(): don't mistake a reference for a nameDouglas Bagnall1-2/+12
2024-03-21pidl: add "return ENOTSUP" for int return type in s3 templateGünther Deschner1-0/+2
2024-03-20pidl: fix trailing double-quote on last line of s3 server stubsGünther Deschner1-1/+1
2024-02-16pidl: Do not call mapTypeName() on expressionJo Sutton1-2/+1
2024-02-08pidl: calculate subcontext_size only once per pullDouglas Bagnall1-2/+3
2023-12-21librpc: Change type of ‘u16string’ from ‘const uint16_t *’ to ‘cons...Joseph Sutton2-2/+2
2023-11-30pidl: Make sure to cast whole expressionsJoseph Sutton1-2/+2
2023-11-30pidl: Fix subscripts of dereferenced arraysJoseph Sutton1-4/+4
2023-11-30pidl: Remove unneeded castsJoseph Sutton1-6/+6
2023-11-20pidl: Add new ‘u16string’ typeJoseph Sutton3-3/+37
2023-11-20pidl: Add a helper function to determine whether a type is a string typeJoseph Sutton4-7/+15
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-11-17pidl: include scompat headers and servers in s3 server templateGünther Deschner1-1/+6