Merge branch 'master' of ssh://git.samba.org/data/git/samba into wmi
[bbaumbach/samba-autobuild/.git] / source4 / pidl /
2008-09-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-16 Jelmer VernooijFix more WMI compilation issues.
2008-09-16 Jelmer VernooijRemove more hand-written marshallers.
2008-09-16 Jelmer VernooijSupport restricted.
2008-09-16 Jelmer VernooijImport proper IDL for interface pointers.
2008-09-15 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-15 Jelmer VernooijImprove formatting in pidl code, make sure OBJREF membe...
2008-09-15 Jelmer VernooijFix imports in Python.
2008-09-15 Jelmer VernooijAvoid writing structs for inherited functions.
2008-09-15 Jelmer VernooijFix imports.
2008-09-15 Jelmer VernooijMore improvements.
2008-09-15 Jelmer VernooijCope with DCE/RPC -> NDR renames.
2008-09-15 Jelmer VernooijAllow base classes to be defined in other files.
2008-09-15 Jelmer VernooijRe-Import ODL support.
2008-09-15 Jelmer VernooijCope with struct renames in DCE/RPC and NDR libraries.
2008-09-15 Jelmer VernooijRemove unused imports.
2008-09-15 Jelmer VernooijFix use of interface instances in pidl.
2008-09-15 Jelmer VernooijBuild (D)COM output again.
2008-09-15 Jelmer VernooijAvoid using unions without discriminants.
2008-09-15 Jelmer VernooijDeal with interface in generated python code, clearer...
2008-09-15 Jelmer VernooijReimport pidl support for COM.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-26 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-24 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-22 Andrew TridgellMerge branch 'abartlet-4-0-local' into v4-0-test
2008-08-20 Stefan Metzmacherpidl/NDR::Parser: pass typedefs through the ParseElemen...
2008-08-20 Stefan Metzmacherpidl/NDR: generate a LEVELS array for typedefs
2008-08-20 Stefan Metzmacherpidl/NDR: correctly check for valid properties
2008-08-20 Stefan Metzmacherpidl/NDR::Parser: pass $ndr to ->start_flags() and...
2008-08-20 Stefan Metzmacherpidl/NDR::Parser: pass $ndr to ParseMemCtxPull*()
2008-08-20 Stefan Metzmacherpidl/NDR::Parser: pass $ndr to ParsePtrPush()
2008-08-20 Stefan Metzmacherpidl/NDR::Parser: use my $ndr = "ndr" in the remaining...
2008-08-20 Stefan Metzmacherpidl/NDR::Parser: pass down $ndr from the top functions
2008-08-20 Stefan Metzmacherpidl/NDR::Parser: pass $ndr to ->PRINT_FN_BLOB()
2008-08-20 Stefan Metzmacherpidl/NDR::Parser: pass $ndr to ->PUSH_FN_BLOB()
2008-08-20 Stefan Metzmacherpidl/NDR::Parser: pass $ndr to ->PULL_FN_BODY()
2008-08-20 Stefan Metzmacherpidl/NDR::Parser: use $ndr instead of "ndr"
2008-08-20 Andrew TridgellMerge commit 'origin/v4-0-test' into v4-0-test
2008-08-15 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-15 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-14 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-14 Stefan Metzmacherpidl: fix samba4.pidl.samba3-cli test
2008-07-27 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-07-24 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-07-23 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-07-23 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-07-22 Volker Lendeckes3 cli_do_rpc_ndr does not use PI_* anymore
2008-07-21 Jelmer VernooijProperly cast array length in print functions.
2008-07-16 Volker LendeckeAdd the interface ID to the rpc_pipe_register_commands...
2008-06-27 Julien KerihuelFix if_version for interfaces with a if_version_minor...
2008-05-27 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-26 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-26 Jelmer VernooijFinish smbstatus in Python.
2008-05-26 Jelmer VernooijAllow using IRPC functions on the messaging bus from...
2008-05-26 Jelmer VernooijImplement IRPC calls over the internal messaging bus.
2008-05-25 Jelmer VernooijTrim the size of the Python bindings a bit.
2008-05-25 Jelmer VernooijFix environment generation.
2008-05-25 Jelmer VernooijMove result tuple generation out of main Python functio...
2008-05-25 Jelmer VernooijUse separate function for in argument parsing.
2008-05-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-25 Jelmer VernooijAdd support for secondary contexts from Python.
2008-05-24 Jelmer VernooijAdd helper function to return DCE/RPC fault codes.
2008-05-24 Jelmer VernooijAdd convenience function for creating objects with...
2008-05-24 Jelmer VernooijAdd convenience functions for setting Python objects...
2008-05-24 Jelmer VernooijUse manually written Python bindings for DCE/RPC rather...
2008-05-24 Jelmer VernooijShare struct used for interfaces in Python code.
2008-05-24 Jelmer VernooijOnly provide __ndr_pack__ / __ndr_unpack__ if the push...
2008-05-24 Jelmer VernooijSupport __ndr_unpack__ on DCE/RPC structures in Python.
2008-05-24 Jelmer VernooijAdd __ndr_pack__ method to all DCE/RPC structures.
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijFix syntax for return type in DCE/RPC interface python...
2008-05-23 Jelmer VernooijFix indentation.
2008-05-22 Jelmer VernooijAdd some notes about further enhancements of the Python...
2008-05-21 Andrew BartlettMerge branch 'v4-0-local' of git://git.id10ts.net/samba...
2008-05-19 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-19 Andrew TridgellMerge commit 'origin/v4-0-test' into vfs_smb2
2008-05-19 Jelmer VernooijMove IDL build script to rpc directory, make various...
2008-05-18 Jelmer VernooijMerge branch 'v4-0-test' of /home/jelmer/samba4 into...
2008-05-18 Jelmer VernooijAvoid use of relative paths.
2008-05-11 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-10 Jelmer VernooijMerge branch 'v4-0-test' into v4-0-gmake3
2008-05-09 Jelmer VernooijFix installation of pidl perl files, torture pc file.
2008-04-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-22 Jelmer VernooijFix event context initialization for Python bindings.
2008-04-21 Jelmer VernooijLoad default smb.conf file if none was specified explic...
2008-04-17 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-16 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-16 Jelmer VernooijProvide stubs when the [todo] attribute is set.
2008-04-15 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-15 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-15 Jelmer VernooijFix size to memcpy call in generated Samba 3 client...
2008-04-15 Jelmer VernooijFix pointers when pushing strings to python during...
2008-04-15 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-15 Jelmer VernooijAttempt to fix the pidl installation on fedora.
2008-04-15 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-14 Jelmer VernooijExplicitly specify the paths when installing pidl.
2008-04-14 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-14 Jelmer VernooijExplicitly specify the paths when installing pidl.
next