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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: fixed call to cpp with a space in the directory name
Andrew Tridgell
2010-11-21
2
-2
/
+2
*
pidl: use a union assignment instead of memmove
Andrew Tridgell
2010-11-05
1
-2
/
+4
*
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
2010-10-31
2
-43
/
+0
*
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
3
-1
/
+12
*
pidl: fix minor typo in s3 server generation.
Günther Deschner
2010-10-11
1
-1
/
+1
*
Fix some warnings at higher -W levels in pidl generated code.
Tim Potter
2010-10-11
1
-4
/
+4
*
waf: fixed some python3.x portability issues
Andrew Tridgell
2010-10-06
1
-1
/
+2
*
dnsp: Parse TXT records
Kai Blin
2010-10-04
3
-1
/
+8
*
ndr: Implement push function for IPv6 addresses
Kai Blin
2010-10-04
1
-0
/
+6
*
ndr: Add support for pulling/printing an ipv6address type
Kai Blin
2010-10-04
2
-2
/
+4
*
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: Fix handling of typedefs of typedefs.
Jelmer Vernooij
2010-10-01
1
-3
/
+4
*
pidl: add support for pointers in typedefs
Stefan Metzmacher
2010-09-28
4
-249
/
+270
*
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
2
-7
/
+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/Typelist: let typeIs() do TYPEDEF dereference in the HASH case
Stefan Metzmacher
2010-09-28
1
-0
/
+1
*
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:NDR: [in,out,string] doesn't need to pointers
Stefan Metzmacher
2010-08-28
1
-1
/
+1
*
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
*
pidl:Samba3/ClientNDR: remove unused ParseOutputArgument function
Stefan Metzmacher
2010-08-26
2
-83
/
+3
*
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
3
-4
/
+4
*
pidl:Samba4/NDR/Client.pm: correctly copy fixed size out arrays
Stefan Metzmacher
2010-08-16
1
-13
/
+13
[next]