Fix a few "might be uninitialized" errors
[samba.git] / source4 / pidl / lib / Parse / Pidl / Samba4 / Python.pm
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMove pidl to top-level directory.
2008-09-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-15 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-15 Jelmer VernooijFix imports in Python.
2008-09-15 Jelmer VernooijFix use of interface instances in pidl.
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-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-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-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 pointers when pushing strings to python during...
2008-04-09 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-09 Jelmer VernooijMerge branch 'openchange' into cprovision
2008-04-08 Jelmer VernooijClearer names for singleton return types.
2008-04-08 Jelmer VernooijFix bug handling size arguments in a direction without...
2008-04-08 Jelmer VernooijArray lengths can be obtained from Python objects so...
2008-04-08 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-08 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-08 Jelmer VernooijRaise NotImplementedError from functions that don't...
2008-04-08 Jelmer VernooijAdd signature of connect function to docstrings.
2008-04-07 Jelmer Vernooijuse builtin getset stuff rather than custom getattr...
2008-04-07 Jelmer VernooijAdd function signature to docstrings in python.
2008-04-07 Jelmer VernooijRegister types rather than constructors, display struct...
2008-04-07 Jelmer VernooijSet tp_flags for Python types.
2008-04-07 Jelmer VernooijSet docstrings from helpstring attribute where possible.
2008-04-07 Jelmer VernooijAdd simple docstring for Python modules.
2008-01-22 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-01-15 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-01-14 Jelmer Vernooijpython: Fix handling of pointer-less strings in functio...
2008-01-14 Jelmer Vernooijpython: Compile security module, handle uint.
2008-01-14 Jelmer Vernooijpython: Fix some corner cases handling scalars.
2008-01-14 Jelmer Vernooijpython: Don't try to free const pointers.
2008-01-14 Jelmer Vernooijpython: Move some convenience macros to a separate...
2008-01-14 Jelmer Vernooijpython: Build epmapper module.
2008-01-14 Jelmer Vernooijpython: Be more pythonic - turn WERROR and NTSTATUS...
2008-01-14 Jelmer Vernooijpython: Fix python code for winreg, add test.
2008-01-14 Jelmer Vernooijpidl/python: Fix processing UUID-less interfaces, exter...
2008-01-14 Jelmer Vernooijpidl/python: Deal with arrays that are not pointers.
2008-01-14 Jelmer Vernooijpidl/python: Specify memory context explicitly when...
2008-01-14 Jelmer Vernooijpidl/python: Pass credentials and loadparm context...
2008-01-14 Jelmer Vernooijpython: Fix rpcecho tests.
2008-01-14 Jelmer Vernooijpidl/python: Fix compilation of py_echo.
2008-01-14 Jelmer Vernooijpython/pidl: Fix assignment.
2008-01-14 Jelmer Vernooijpidl/python: Fix more compile errors.
2008-01-14 Jelmer Vernooijpidl/python: Fix parsing arguments, fix more pointer...
2008-01-14 Jelmer Vernooijpidl/python: Fix use of pointers.
2008-01-14 Jelmer Vernooijpidl/python: Remove unnecessary talloc_free().
2008-01-14 Jelmer Vernooijpython: Allow wrapping pointers within talloc'ed memory...
2008-01-14 Jelmer Vernooijpidl/python: Support repr() for python types.
2008-01-14 Jelmer Vernooijpidl/python: Work towards supporting more complex types...
2008-01-14 Jelmer Vernooijpidl/python: Support more scalar types when converting...
2008-01-14 Jelmer Vernooijpidl/python: Use new talloc utility functions.
2008-01-14 Jelmer Vernooijpidl/python: Convert unions.
2008-01-14 Jelmer Vernooijpidl/python: Fix more warnings in the generated code.
2008-01-14 Jelmer Vernooijpidl/python: Fix bug accidently filling in the body...
2008-01-14 Jelmer Vernooijpidl/python: Fix const type wrapping.
2008-01-14 Jelmer Vernooijpidl/python: Fix conversion of last few non-standard...
2008-01-14 Jelmer Vernooijpidl/python: Remove references to DECLARE, which has...
2008-01-14 Jelmer Vernooijpidl/python: Some more support for special case types.
2008-01-14 Jelmer Vernooijpidl/python: Convert some Python objects back to C...
2008-01-14 Jelmer Vernooijpython/pidl: Start wrapping function arguments.
2008-01-14 Jelmer Vernooijpython/pidl: Handle non-string types.
2008-01-14 Jelmer Vernooijpython/pidl: More work on wrapping enums, bitmaps and...
2008-01-05 Jelmer Vernooijr26667: pidl/python: Don't generate casts anymore;...
2008-01-04 Jelmer Vernooijr26662: pidl/python: Add constructors for struct/union...
2008-01-04 Jelmer Vernooijr26661: pidl/python: More generic handling of NTSTATUS...
2008-01-04 Jelmer Vernooijr26660: pidl/python: Generate stub functions for DCE...
2008-01-03 Jelmer Vernooijr26659: pidl/python: Support string constants and handl...
2008-01-03 Jelmer Vernooijr26658: pidl: Register Python modules.
2008-01-03 Jelmer Vernooijr26657: pidl: Add basics for generating Python modules.