summaryrefslogtreecommitdiff
path: root/source4/pidl/lib
AgeCommit message (Expand)AuthorFilesLines
2008-04-22Fix event context initialization for Python bindings.Jelmer Vernooij1-1/+5
2008-04-21Load default smb.conf file if none was specified explicitly.Jelmer Vernooij1-6/+2
2008-04-16Provide stubs when the [todo] attribute is set.Jelmer Vernooij1-13/+41
2008-04-15Fix size to memcpy call in generated Samba 3 client code.Jelmer Vernooij1-29/+36
2008-04-15Fix pointers when pushing strings to python during pidl generation.Jelmer Vernooij1-6/+5
2008-04-08Clearer names for singleton return types.Jelmer Vernooij1-3/+2
2008-04-08Fix bug handling size arguments in a direction without actual data.Jelmer Vernooij1-11/+22
2008-04-08Array lengths can be obtained from Python objects so remove them from the Pyt...Jelmer Vernooij1-1/+25
2008-04-08Raise NotImplementedError from functions that don't have complete IDL.Jelmer Vernooij1-14/+29
2008-04-08Support [todo] attribute on functions.Jelmer Vernooij1-0/+1
2008-04-08Add signature of connect function to docstrings.Jelmer Vernooij1-7/+20
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-03-25Add some more header properties as inline comments to the generated samba3 cl...Günther Deschner1-1/+33
2008-02-26pidl: Remove superfluous semicolon in perl code.Michael Adam1-1/+1
2008-02-23Respect the return value of asprintfVolker Lendecke1-2/+1
2008-02-19Add test for INCLUDE command.Jelmer Vernooij1-2/+2
2008-02-19Add INCLUDE command to pidl.Julien Kerihuel1-1/+20
2008-02-13pidl: $size can be 'foo / 2' so we need to add '(' and ')'Stefan Metzmacher1-2/+2
2008-02-13Support ETT_FIELD keyword.Julien Kerihuel2-0/+23
2008-02-11pidl/Samba3::ServerNDR: use talloc_tos() instead of NULLStefan Metzmacher1-1/+1
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-07pidl/NDR: fix handling of multilevel pointers in function elementsStefan Metzmacher1-4/+4
2008-02-07pidl: get the pointer types correct when an element has multiple pointersStefan Metzmacher1-11/+24
2008-02-04pidl: remove 'pointer_default_top()' supportStefan Metzmacher2-12/+1
2008-02-02pidl/Samba4::NDR::Parser: correctly get the name of an array elementStefan Metzmacher2-5/+18
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 Metzmacher3-97/+51
2008-02-01Works!!!...pidl/Samba4::NDR::Parser: fix support for embedded "ref" pointersStefan Metzmacher1-7/+7
2008-02-01WORKS!!!...pidl/NDR: fix handling of multilevel pointers in function elementsStefan Metzmacher1-4/+4
2008-02-01LOOKS OK... pidl: get the pointer types correct when an element has multiple ...Stefan Metzmacher1-11/+24
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 Metzmacher3-461/+398
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-18pidl: Add --version argument.Julien Kerihuel1-1/+1