summaryrefslogtreecommitdiff
path: root/source4/pidl
AgeCommit message (Expand)AuthorFilesLines
2008-04-01Include right perl directory when installed.Jelmer Vernooij1-1/+1
2008-04-01Install pidl to the same directory as Samba.Jelmer Vernooij1-4/+1
2008-03-28Convert some more files to GPLv3.Andrew Kroeger1-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 Adam2-2/+2
2008-02-23Respect the return value of asprintfVolker Lendecke1-2/+1
2008-02-19Add test for INCLUDE command.Jelmer Vernooij2-4/+6
2008-02-19Add INCLUDE command to pidl.Julien Kerihuel1-1/+20
2008-02-13Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij1-2/+2
2008-02-13pidl: $size can be 'foo / 2' so we need to add '(' and ')'Stefan Metzmacher1-2/+2
2008-02-13Add simple test for ETT_FIELD.Jelmer Vernooij1-1/+4
2008-02-13Support ETT_FIELD keyword.Julien Kerihuel2-0/+23
2008-02-11Move pidl bits to a separate file.Jelmer Vernooij1-0/+36
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-09Fix test count after pointer_default_top() removal.Jelmer Vernooij1-1/+1
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 Metzmacher2-14/+14
2008-02-07pidl: get the pointer types correct when an element has multiple pointersStefan Metzmacher2-18/+306
2008-02-04pidl: remove 'pointer_default_top()' supportStefan Metzmacher3-18/+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 Metzmacher4-379/+58
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 Metzmacher2-14/+14
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