summaryrefslogtreecommitdiff
path: root/source4/pidl/lib/Parse/Pidl/Samba4
AgeCommit message (Expand)AuthorFilesLines
2008-04-08use builtin getset stuff rather than custom getattr/setattr implementation.Jelmer Vernooij1-28/+23
2008-04-08Add function signature to docstrings in python.Jelmer Vernooij1-3/+31
2008-04-08Register types rather than constructors, display structs as classes.Jelmer Vernooij1-63/+96
2008-04-08Set tp_flags for Python types.Jelmer Vernooij1-0/+2
2008-04-08Set docstrings from helpstring attribute where possible.Jelmer Vernooij1-14/+38
2008-04-07Add simple docstring for Python modules.Jelmer Vernooij1-1/+1
2008-04-06Add test for authservice struct.Jelmer Vernooij1-15/+22
2008-04-06Fix authservice count.Jelmer Vernooij1-1/+1
2008-02-23Respect the return value of asprintfVolker Lendecke1-2/+1
2008-02-13pidl: $size can be 'foo / 2' so we need to add '(' and ')'Stefan Metzmacher1-2/+2
2008-02-09pidl: Allow fixed size arrays inside unions.Julien Kerihuel1-2/+2
2008-02-07pidl/Samba4::NDR::Parser: fix support for embedded "ref" pointersStefan Metzmacher1-7/+7
2008-02-02pidl/Samba4::NDR::Parser: correctly get the name of an array elementStefan Metzmacher1-4/+4
2008-02-02pidl/Samba4::NDR::Parser: fix $var_name for arrays of scalar reference typesStefan Metzmacher1-3/+14
2008-02-02pidl/Samba4::NDR::Parser: move logic for extra get_pointer_of() into a functionStefan Metzmacher1-25/+34
2008-02-02pidl: revert changes it didn't want to push...sorry!Stefan Metzmacher1-58/+38
2008-02-01Works!!!...pidl/Samba4::NDR::Parser: fix support for embedded "ref" pointersStefan Metzmacher1-7/+7
2008-02-01CHECKED... pidl/Samba4::NDR::Parser: correctly get the name of an array elementStefan Metzmacher1-4/+4
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/IDL: don't strip ',' from the properties contentStefan Metzmacher1-6/+6
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-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-14python: Fix handling of pointer-less strings in function arguments.Jelmer Vernooij1-8/+8
2008-01-14python: Compile security module, handle uint.Jelmer Vernooij1-3/+3
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 Vernooij1-139/+122
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 Vernooij3-49/+130
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 Vernooij3-65/+73
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