summaryrefslogtreecommitdiff
path: root/source4/pidl
AgeCommit message (Expand)AuthorFilesLines
2008-02-01LOOKS OK... pidl: get the pointer types correct when an element has multiple ...Stefan Metzmacher2-18/+306
2008-02-01CHECKED... pidl/Samba4::NDR::Parser: correctly get the name of an array elementStefan Metzmacher2-5/+18
2008-02-01CHECKED... TODO:MSG pidl/Samba4::NDR::Parser: fix ...Stefan Metzmacher1-3/+14
2008-02-01CHECKED... pidl/Samba4::NDR::Parser: move logic for extra get_pointer_of() in...Stefan Metzmacher1-25/+34
2008-02-01pidl: cosmetic fix to use the same value everywhereStefan Metzmacher1-1/+1
2008-02-01pidl/IDL: don't strip ',' from the properties contentStefan Metzmacher4-467/+399
2008-02-01pidl/Samba4::NDR::Parse: move the calculation of NDR_PULL_SET_MEM_CTX() flags...Stefan Metzmacher1-43/+27
2008-01-31pidl/Samba4::NDR::Parser: pass down the correct $var_name to AllocateArrayLev...Stefan Metzmacher1-4/+2
2008-01-30pidl: be consistent and always ask pkg-config only for 'ndr'Stefan Metzmacher1-1/+1
2008-01-25pidl/Samba4::Header: fix typedefs of unions and structs without elementsStefan Metzmacher1-0/+2
2008-01-24pidl: get rid of stupid ';' char to terminate bitmap definesStefan Metzmacher1-23/+22
2008-01-24pidl/Samba4::Header: we don't need to check if (defined($enum->{ELEMENTS})) t...Stefan Metzmacher1-20/+18
2008-01-18pidl: Add --version argument.Julien Kerihuel2-3/+24
2008-01-16pidl: Add simple test for ServerNDR.Jelmer Vernooij2-3/+11
2008-01-16pidl: Fix missing import for fatal().Jelmer Vernooij1-0/+1
2008-01-16pidl: Fix imported function for ServerNDR and add test to make sure it doesn'...Jelmer Vernooij2-1/+15
2008-01-14python: Fix handling of pointer-less strings in function arguments.Jelmer Vernooij1-8/+8
2008-01-14python: Compile security module, handle uint.Jelmer Vernooij2-3/+4
2008-01-14python: Fix some corner cases handling scalars.Jelmer Vernooij1-3/+13
2008-01-14python: Don't try to free const pointers.Jelmer Vernooij1-1/+5
2008-01-14python: Move some convenience macros to a separate header rather than putting...Jelmer Vernooij1-6/+2
2008-01-14python: Build epmapper module.Jelmer Vernooij1-46/+37
2008-01-14python: Be more pythonic - turn WERROR and NTSTATUS return codes into excepti...Jelmer Vernooij1-2/+20
2008-01-14python: Fix python code for winreg, add test.Jelmer Vernooij1-5/+6
2008-01-14pidl/python: Fix processing UUID-less interfaces, external typedefs and certa...Jelmer Vernooij2-140/+137
2008-01-14pidl/python: Deal with arrays that are not pointers.Jelmer Vernooij1-0/+12
2008-01-14pidl/python: Specify memory context explicitly when returning Python objects.Jelmer Vernooij1-32/+30
2008-01-14pidl/python: Pass credentials and loadparm context when connecting using DCE/...Jelmer Vernooij1-11/+48
2008-01-14python: Fix rpcecho tests.Jelmer Vernooij1-2/+2
2008-01-14pidl/python: Fix compilation of py_echo.Jelmer Vernooij1-2/+14
2008-01-14python/pidl: Fix assignment.Jelmer Vernooij1-9/+19
2008-01-14pidl/python: Fix more compile errors.Jelmer Vernooij1-26/+32
2008-01-14pidl/python: Fix parsing arguments, fix more pointer issues.Jelmer Vernooij4-50/+146
2008-01-14pidl/python: Fix use of pointers.Jelmer Vernooij1-11/+70
2008-01-14pidl/python: Remove unnecessary talloc_free().Jelmer Vernooij1-1/+1
2008-01-14python: Allow wrapping pointers within talloc'ed memory that are not talloc c...Jelmer Vernooij1-16/+28
2008-01-14pidl/python: Support repr() for python types.Jelmer Vernooij1-7/+17
2008-01-14pidl: Move Generate*Env functions to Parse::Pidl::Samba4::Header because they...Jelmer Vernooij7-119/+130
2008-01-14pidl/python: Work towards supporting more complex types (arrays, etc).Jelmer Vernooij1-76/+115
2008-01-14pidl/python: Support more scalar types when converting from Python.Jelmer Vernooij1-20/+47
2008-01-14pidl/python: Use new talloc utility functions.Jelmer Vernooij1-49/+24
2008-01-14pidl/python: Convert unions.Jelmer Vernooij1-14/+43
2008-01-14pidl/python: Fix more warnings in the generated code.Jelmer Vernooij2-24/+30
2008-01-14pidl/python: Fix bug accidently filling in the body of enums/bitmaps without ...Jelmer Vernooij1-0/+2
2008-01-14pidl/python: Fix const type wrapping.Jelmer Vernooij1-5/+20
2008-01-14pidl/python: Fix conversion of last few non-standard types.Jelmer Vernooij1-5/+5
2008-01-14pidl/python: Remove references to DECLARE, which has been removed.Jelmer Vernooij1-3/+3
2008-01-14pidl/python: Some more support for special case types.Jelmer Vernooij1-9/+39
2008-01-14pidl/python: Convert some Python objects back to C, return proper tuples in c...Jelmer Vernooij1-7/+40
2008-01-14python/pidl: Start wrapping function arguments.Jelmer Vernooij1-38/+160