index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pidl
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
pidl: Use NDR_ZERO_STRUCT(P) macros
Andreas Schneider
2019-02-21
4
-8
/
+8
*
pidl/Python: use py_dcerpc_ndr_pointer_wrap/deref if multiple pointer levels ...
Stefan Metzmacher
2019-01-12
1
-4
/
+31
*
s4:rpc_server: make it possible to specify ncacn_np_secondary_endpoint
Stefan Metzmacher
2019-01-12
1
-1
/
+11
*
s4:rpc_server: only pass context to op_bind() hooks
Stefan Metzmacher
2019-01-12
1
-2
/
+2
*
pidl: Fix unsigned integer comparison warning
Andreas Schneider
2018-12-13
1
-1
/
+1
*
pidl: Fix function for py_<name>_ndr_print_(in|out)
Andreas Schneider
2018-12-13
1
-2
/
+2
*
pidl: Use C99 initializers for last element in ndr_interface_call(_pipes)
Andreas Schneider
2018-12-13
1
-2
/
+2
*
s4: COM: Remove talloc_autofree_context() from (unused) COM code.
Jeremy Allison
2017-07-26
1
-3
/
+3
*
libndr/compression: pass down compressed length in ndr_pull_compression_start
Günther Deschner
2017-07-19
1
-1
/
+2
*
pidl:NDR/Parser: add missing {start,end}_flags() to ParseElementPrint()
Stefan Metzmacher
2017-06-27
1
-0
/
+4
*
pidl:NDR/Parser: initialize [skip] values in ndr_pull_*
Stefan Metzmacher
2017-06-26
1
-0
/
+3
*
pidl:NDR/Parser: add "skip_noinit" element
Stefan Metzmacher
2017-06-26
2
-6
/
+7
*
pidl:NDR/Parser: fix "skip" for pointers
Stefan Metzmacher
2017-06-26
1
-10
/
+30
*
pidl: Fix array range checks in python output
Volker Lendecke
2017-06-20
1
-3
/
+6
*
python3: Use "y#" instead of "s#" for binary data in PyArg_ParseTuple
Petr Viktorin
2017-05-19
1
-3
/
+3
*
pidl: Fix Coverity warnings from duplicate NULL checks.
Jeremy Allison
2017-05-06
1
-25
/
+38
*
lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...
Jeremy Allison
2017-04-22
1
-2
/
+2
*
python: pidl: Port Python interface generator
Lumir Balhar
2017-03-10
1
-23
/
+34
*
pidl:Python: use of pytalloc_GenericObject_reference*() for pyrpc_{ex,im}port...
Stefan Metzmacher
2017-02-25
1
-78
/
+7
*
pidl:Python: replace pytalloc_CObject_FromTallocPtr() with pytalloc_GenericOb...
Stefan Metzmacher
2017-02-25
1
-9
/
+11
*
pidl:Python: make sure print HASH references for STRUCT types
Stefan Metzmacher
2017-02-25
1
-1
/
+7
*
pidl: use ndr_push_charset_to_null() when [to_null] keyword is used in IDL
Günther Deschner
2017-01-24
1
-1
/
+5
*
s4-rpc_server: Allow each interface to declare if it uses handles
Andrew Bartlett
2016-12-20
1
-8
/
+13
*
s4-rpc_server: Add back support for lsa over \\pipe\\netlogon optionally
Andrew Bartlett
2016-12-15
1
-1
/
+4
*
pidl: Make dcesrv\_$name\_interface "static const"
Andrew Bartlett
2016-12-08
1
-1
/
+1
*
pidl: Make static struct api_struct also const
Andrew Bartlett
2016-12-01
1
-1
/
+1
*
pidl: Change *_get_pipe_fns() to return const struct api_struct *
Andrew Bartlett
2016-12-01
1
-3
/
+3
*
pidl: Use a static const initialised struct in dcerpc_server_$name_init(void)
Andrew Bartlett
2016-12-01
1
-9
/
+8
*
Fix typo
Alexis La Goutte
2016-12-01
1
-1
/
+1
*
pidl:Python: add PyTypeObject objects for function structs
Stefan Metzmacher
2016-10-26
1
-1
/
+477
*
pidl:Python: split out a PythonElementGetSet() helper function
Stefan Metzmacher
2016-10-26
1
-29
/
+35
*
pidl:NDR: add ReturnTypeElement() helper function
Stefan Metzmacher
2016-10-26
1
-1
/
+20
*
pidl:Python: the py_{import,export}_*() functions can be static now.
Stefan Metzmacher
2016-10-26
1
-4
/
+2
*
pidl:Python: make use of the pyrpc_{import,export}_union() functions
Stefan Metzmacher
2016-10-26
1
-7
/
+25
*
pidl:Python: provide a PyTypeObject with METH_CLASS __import__() and __export...
Stefan Metzmacher
2016-10-26
1
-0
/
+214
*
pidl:Python: provide the abstract syntax as <module>.<interface>_abstract_syntax
Stefan Metzmacher
2016-10-26
1
-12
/
+34
*
pidl:Python: prettify names of constants
Stefan Metzmacher
2016-10-26
1
-2
/
+2
*
pidl:NDR: keep interface->{ORIGINAL}
Stefan Metzmacher
2016-10-26
1
-1
/
+2
*
pidl:Python: improve the .doc string for the get/set elements
Stefan Metzmacher
2016-10-26
1
-1
/
+1
*
pidl:Python: make use of NDR_ERR_CODE_IS_SUCCESS()
Stefan Metzmacher
2016-10-26
1
-2
/
+2
*
pidl:Python: __ndr_print__ functions don't get arguments and need METH_NOARGS
Stefan Metzmacher
2016-10-26
1
-1
/
+1
*
pidl:Python: check the return values of talloc_ptrtype()
Stefan Metzmacher
2016-10-26
1
-0
/
+18
*
pidl: in s3 server templates, support default HRESULT error returns.
Günther Deschner
2016-09-11
1
-0
/
+2
*
pidl: Keep case from fieldnames.
Günther Deschner
2016-09-07
1
-1
/
+1
*
pidl: support HRESULT as return code in wireshark autogenerated dissectors.
Günther Deschner
2016-09-06
1
-1
/
+8
*
pidl/ws: fix missing $name when generating MAPI dissector
Aurelien Aptel
2016-06-20
1
-3
/
+6
*
pidl/ws: fix failing tests
Aurelien Aptel
2016-06-20
1
-3
/
+2
*
pidl/s4/python: typo in comment
Aurelien Aptel
2016-06-20
1
-1
/
+1
*
pidl/ws: directly use `di` param instead of casting `private_data` member.
Aurelien Aptel
2016-06-20
1
-7
/
+2
*
pidl/ws: Document CODE_START and HEADER_START
Aurelien Aptel
2016-06-20
1
-0
/
+8
[next]