index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pidl
/
lib
/
Parse
/
Pidl
/
Samba4
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix some formatting.
Jelmer Vernooij
2011-01-03
1
-3
/
+3
*
Use fail_on_null.
Jelmer Vernooij
2011-01-03
1
-1
/
+1
*
wmi: Remove unnecessary noprint statements.
Jelmer Vernooij
2011-01-01
1
-4
/
+0
*
pidl: Add prototype for init function in pidl-generated Python bindings.
Jelmer Vernooij
2010-12-18
1
-0
/
+1
*
pidl: Use system pytalloc if possible.
Jelmer Vernooij
2010-12-18
1
-1
/
+1
*
pidl:Samba4/Python.pm: ignore "SUBCONTEXT" levels
Stefan Metzmacher
2010-12-10
1
-9
/
+21
*
pidl:Samba4/Python.pm: don't handle scalar reference types special
Stefan Metzmacher
2010-12-10
1
-10
/
+9
*
pidl:Samba4/Python.pm: use PyString_FromStringOrNULL() from pyrpc_util
Stefan Metzmacher
2010-12-08
1
-6
/
+6
*
pidl/python: Allow import of talloc, even though it doesn't live in the
Jelmer Vernooij
2010-12-01
1
-10
/
+22
*
pidl: Allow more flexibility importing modules using convenience function.
Jelmer Vernooij
2010-12-01
1
-7
/
+9
*
pidl: Base new objects off of talloc object.
Jelmer Vernooij
2010-12-01
1
-4
/
+4
*
pidl: use a union assignment instead of memmove
Andrew Tridgell
2010-11-05
1
-2
/
+4
*
pidl:Samba4/NDR/Parser: fix NDR64 union alignment
Stefan Metzmacher
2010-10-24
1
-0
/
+8
*
ndr dns: Add simple parser
Kai Blin
2010-10-23
1
-0
/
+9
*
Fix some warnings at higher -W levels in pidl generated code.
Tim Potter
2010-10-11
1
-4
/
+4
*
dnsp: Parse TXT records
Kai Blin
2010-10-04
1
-0
/
+5
*
ndr: Implement push function for IPv6 addresses
Kai Blin
2010-10-04
1
-0
/
+6
*
pidl: Allow longs for bitmasks.
Jelmer Vernooij
2010-10-03
1
-13
/
+24
*
pidl: simplify some generated code.
Jelmer Vernooij
2010-10-03
1
-4
/
+2
*
pidl:NDR/Parser: remove unused code for array element index
Stefan Metzmacher
2010-09-28
1
-6
/
+0
*
pidl:NDR/Parser: simplify logic in ParseMemCtxPullFlags()
Stefan Metzmacher
2010-09-28
1
-6
/
+4
*
pidl:NDR/Client: make the generated code look a bit nicer
Stefan Metzmacher
2010-09-28
1
-1
/
+1
*
pidl: remove unused async property handling
Stefan Metzmacher
2010-09-28
1
-2
/
+1
*
pidl/Python: use has_property($d, "noopnum") helper function
Stefan Metzmacher
2010-09-28
1
-1
/
+1
*
pidl:NDR/Client.pm: remove unreached code
Stefan Metzmacher
2010-09-28
1
-3
/
+0
*
pidl/Python: remove todo handling from PythonFunction(), it's done by the caller
Stefan Metzmacher
2010-09-28
1
-15
/
+6
*
pidl: added ifdef guards around ndr headers
Andrew Tridgell
2010-09-27
1
-1
/
+16
*
pidl:NDR/Parser: fix range() for arrays
Stefan Metzmacher
2010-09-23
1
-1
/
+32
*
pytalloc: Add default compare function.
Jelmer Vernooij
2010-09-21
1
-0
/
+1
*
pidl/python: Allow passing in UTF8 string objects as well as unicode
Jelmer Vernooij
2010-09-20
1
-1
/
+13
*
s4-pild-python: Fix assignments - even though we reference the mem_ctx
Jelmer Vernooij
2010-09-20
1
-2
/
+8
*
pidl: Fix segfault when accessing unicode objects.
Jelmer Vernooij
2010-09-20
1
-1
/
+10
*
s4-pidl-python: use correct talloc pointer when allocating subobjects.
Jelmer Vernooij
2010-09-20
1
-18
/
+13
*
pidl: prevent ndr_print_*() dying on NULL pointers
Andrew Tridgell
2010-09-16
1
-0
/
+2
*
pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.
Jelmer Vernooij
2010-09-03
1
-10
/
+30
*
pidl: Factor out generation of interface type name.
Jelmer Vernooij
2010-09-03
1
-4
/
+5
*
pidl: cope with dom_sid28 in python generator
Andrew Tridgell
2010-09-02
1
-1
/
+1
*
pidl-python: cope with NULL pointers in more places
Andrew Tridgell
2010-09-02
1
-7
/
+7
*
pidl:Samba4/NDR/Client: support argument based stubs for [in,out,string]
Stefan Metzmacher
2010-08-28
1
-2
/
+17
*
pidl:Samba4/NDR/Client: correctly copy [out,charset()] buffers
Stefan Metzmacher
2010-08-28
1
-20
/
+62
*
pidl:Samba4/NDR/Client: fix skip reason for unsized arrays
Stefan Metzmacher
2010-08-28
1
-1
/
+1
*
pidl-python: ensure we allocate ref ptrs before use
Andrew Tridgell
2010-08-26
1
-1
/
+5
*
s4-python: reference substructures onto the parent structure
Andrew Tridgell
2010-08-25
1
-15
/
+23
*
pidl-python: fixed the docstrings for ndr_print, ndr_pack and ndr_unpack
Andrew Tridgell
2010-08-23
1
-3
/
+3
*
pidl: cope with bad type conversions in unions
Andrew Tridgell
2010-08-22
1
-1
/
+9
*
pidl: added a __ndr_print__() method on python NDR objects
Andrew Tridgell
2010-08-22
1
-0
/
+13
*
Fix a typo
Volker Lendecke
2010-08-16
1
-1
/
+1
*
pidl:Samba4/NDR/Client.pm: correctly copy fixed size out arrays
Stefan Metzmacher
2010-08-16
1
-13
/
+13
*
pidl:Samba4/NDR/Client: add sync dcerpc_pipe based stubs as compat for OpenCh...
Stefan Metzmacher
2010-08-12
1
-0
/
+60
*
pidl:Samba4/NDR/Client: add non struct base dcerpc_binding_handle client stubs
Stefan Metzmacher
2010-08-12
1
-2
/
+460
[prev]
[next]