index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pidl
/
lib
/
Parse
/
Pidl
/
Samba4
/
Python.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-23
ndr dns: Add simple parser
Kai Blin
1
-0
/
+9
2010-10-04
dnsp: Parse TXT records
Kai Blin
1
-0
/
+5
2010-10-04
ndr: Implement push function for IPv6 addresses
Kai Blin
1
-0
/
+6
2010-10-03
pidl: Allow longs for bitmasks.
Jelmer Vernooij
1
-13
/
+24
2010-10-03
pidl: simplify some generated code.
Jelmer Vernooij
1
-4
/
+2
2010-09-28
pidl/Python: use has_property($d, "noopnum") helper function
Stefan Metzmacher
1
-1
/
+1
2010-09-28
pidl/Python: remove todo handling from PythonFunction(), it's done by the caller
Stefan Metzmacher
1
-15
/
+6
2010-09-21
pytalloc: Add default compare function.
Jelmer Vernooij
1
-0
/
+1
2010-09-20
pidl/python: Allow passing in UTF8 string objects as well as unicode
Jelmer Vernooij
1
-1
/
+13
2010-09-20
s4-pild-python: Fix assignments - even though we reference the mem_ctx
Jelmer Vernooij
1
-2
/
+8
2010-09-20
pidl: Fix segfault when accessing unicode objects.
Jelmer Vernooij
1
-1
/
+10
2010-09-20
s4-pidl-python: use correct talloc pointer when allocating subobjects.
Jelmer Vernooij
1
-18
/
+13
2010-09-03
pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.
Jelmer Vernooij
1
-10
/
+30
2010-09-03
pidl: Factor out generation of interface type name.
Jelmer Vernooij
1
-4
/
+5
2010-09-02
pidl: cope with dom_sid28 in python generator
Andrew Tridgell
1
-1
/
+1
2010-09-02
pidl-python: cope with NULL pointers in more places
Andrew Tridgell
1
-7
/
+7
2010-08-26
pidl-python: ensure we allocate ref ptrs before use
Andrew Tridgell
1
-1
/
+5
2010-08-25
s4-python: reference substructures onto the parent structure
Andrew Tridgell
1
-15
/
+23
2010-08-23
pidl-python: fixed the docstrings for ndr_print, ndr_pack and ndr_unpack
Andrew Tridgell
1
-3
/
+3
2010-08-22
pidl: cope with bad type conversions in unions
Andrew Tridgell
1
-1
/
+9
2010-08-22
pidl: added a __ndr_print__() method on python NDR objects
Andrew Tridgell
1
-0
/
+13
2010-08-05
pidl: added a new type dnsp_name
Andrew Tridgell
1
-0
/
+6
2010-06-25
pidl: Finish to fix the python generated code for 64bit integers
Matthieu Patou
1
-3
/
+30
2010-06-25
pidl/python: Make sure to always increment reference counter when using
Jelmer Vernooij
1
-1
/
+3
2010-06-24
pidl/python: Increment reference counter on Py_None to prevent us from
Jelmer Vernooij
1
-0
/
+2
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
1
-2
/
+2
2010-05-02
pidl: Fix the generation of py helper for 64 bit integer
Matthieu Patou
1
-1
/
+5
2010-03-23
pidl:Samba4/Python: librpc/rpc/dcerpc.h isn't needed anymore
Stefan Metzmacher
1
-1
/
+0
2010-03-18
pidl:Samba4/Python: make use of dcerpc_binding_handle stubs
Stefan Metzmacher
1
-2
/
+2
2010-03-18
pidl:Samba4/Python: remove compiler warnings
Stefan Metzmacher
1
-1
/
+1
2010-03-18
pidl:Samba4/Python: remove compiler warnings when using -Wc++
Stefan Metzmacher
1
-1
/
+1
2010-03-12
pidl:Samba/Python: don't generate methods for functions marked as [todo]
Stefan Metzmacher
1
-0
/
+1
2010-02-09
pidl - Remove "Py_RETURN_NONE" compatibility code
Matthias Dieter Wallnöfer
1
-4
/
+0
2010-01-21
pidl: Include Python.h first, to avoid warnings.
Jelmer Vernooij
1
-1
/
+1
2009-11-20
Revert "Work around ndr_unpack failing on structures with relative pointers."
Stefan Metzmacher
1
-18
/
+1
2009-09-28
pidl: Avoid using talloc_free as function pointer, since it may be a
Jelmer Vernooij
1
-2
/
+2
2009-09-26
pidl(s4.python): Fix arguments to PyCObject_FromVoidPtr for string_array's.
Jelmer Vernooij
1
-1
/
+1
2009-07-31
pidl:Samba4/Python: fix mapType() => mapTypeName()
Stefan Metzmacher
1
-1
/
+1
2009-07-30
python: Cope with the dom_sid2 alias in pidl's python generating code.
Jelmer Vernooij
1
-2
/
+6
2009-07-30
DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.
Jelmer Vernooij
1
-1
/
+1
2009-07-19
pidl: Print actual type names in errors about unknown origins rather than 'HA...
Jelmer Vernooij
1
-15
/
+15
2009-04-21
Revert "pidl/python: Add explicit casts, fixing implicit cast warnings."
Andrew Bartlett
1
-1
/
+1
2009-02-25
Work around ndr_unpack failing on structures with relative pointers.
Andrew Bartlett
1
-1
/
+18
2009-01-22
pidl/python: Add explicit casts, fixing implicit cast warnings.
Michael Adam
1
-1
/
+1
2009-01-21
pidl/python: Add explicit casts, fixes warnings about casts when enabled.
Jelmer Vernooij
1
-4
/
+4
2009-01-08
Avoid using a utility header for Python replacements included in Samba,
Jelmer Vernooij
1
-1
/
+5
2009-01-07
s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4
Tim Prouty
1
-1
/
+1
2009-01-06
py: Properly increase the reference counter of Py_None.
Jelmer Vernooij
1
-1
/
+1
2008-12-29
pidl: don't generate invalid C code
Stefan Metzmacher
1
-1
/
+3
2008-12-22
pidl/python: Factor out connect code rather than duplicating it in each
Jelmer Vernooij
1
-82
/
+2
[next]