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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pidl s4/TDR: use conventional ->{res} name
Douglas Bagnall
2019-12-04
2
-11
/
+11
*
pidl: s4/NDR/Parser uses Pidl::Base
Douglas Bagnall
2019-12-04
1
-27
/
+2
*
pidl s4/NDR/Client: use Pidl::Base
Douglas Bagnall
2019-12-04
1
-7
/
+3
*
pidl s4/NDR/Client: fix pidl_both()
Douglas Bagnall
2019-12-04
1
-1
/
+1
*
pidl s4::Python uses Pidl::Base
Douglas Bagnall
2019-12-04
1
-31
/
+3
*
pidl:: adjust s4::Python pidl_hdr() to be the same as others
Douglas Bagnall
2019-12-04
1
-9
/
+8
*
pidl Samba3::ClientNDR uses Pidl::Base
Douglas Bagnall
2019-12-04
1
-5
/
+3
*
pidl: optionally annotate output for debug purposes
Douglas Bagnall
2019-12-04
1
-0
/
+53
*
pidl: add a base class for PIDL parsers
Douglas Bagnall
2019-12-04
1
-0
/
+46
*
pidl: check the size of pulled arrays of arrays
Douglas Bagnall
2019-11-20
1
-0
/
+4
*
librpc: Unify packet dumping on ndr_pull() failure
Andrew Bartlett
2019-11-20
2
-15
/
+0
*
ndr: Include the caller location in ndr_{pull,push}_error() messages
Andrew Bartlett
2019-11-19
1
-2
/
+2
*
pidl: Handle obtaining objects from a fixed-size array
Andrew Bartlett
2019-11-14
1
-1
/
+5
*
pidl/python: allocate objects with ref pointers
Douglas Bagnall
2019-11-14
1
-1
/
+56
*
pidl: Generate compatability wrappers for ndr_print functions
Andrew Bartlett
2019-11-13
1
-1
/
+13
*
pidl: Generate the trailing ndr_table even if the UUID is not set
Andrew Bartlett
2019-11-13
1
-7
/
+16
*
pidl: Allow the compilation of the ndr_table to be skiped
Andrew Bartlett
2019-11-13
1
-0
/
+9
*
pod2man is no longer needed
Mathieu Parent
2019-09-18
1
-1
/
+0
*
pidl/ndr/python: avoid memory errors in getsetters
Douglas Bagnall
2019-08-06
1
-0
/
+8
*
pidl: Remove the need to always specify --client with --python
Andrew Bartlett
2019-06-26
2
-2
/
+9
*
py3: Remove PyStr_FromString() compatability macro
Andrew Bartlett
2019-06-24
1
-3
/
+3
*
pidl: Allow ndrdump to print public structures
Gary Lockyer
2019-06-06
1
-1
/
+40
*
pidl: Call PY_DISCARD_FUNC_SIG in generated code to avoid ugly warning
Noel Power
2019-05-16
1
-12
/
+13
*
pidl: Call PyLong_FromUnsignedLongLong directly rather than via inline helper
Andrew Bartlett
2019-05-06
1
-8
/
+3
*
pidl: Call PyLong_FromLongLong() directly rather than via inline helper
Andrew Bartlett
2019-05-06
1
-6
/
+1
*
pidl: Always call PyLong_FromUnsignedLongLong() in ndr_PyLong_FromUnsignedLon...
Andrew Bartlett
2019-05-06
1
-5
/
+1
*
pidl: Always call PyLong_FromLongLong() in ndr_PyLong_FromLongLong()
Andrew Bartlett
2019-05-06
1
-5
/
+1
*
pidl: No longer use Python3 compat define: PyInt_FromLong -> PyLong_FromLong
Andrew Bartlett
2019-05-06
1
-2
/
+2
*
waf: install: Remove installation of PIDL and manpages.
Lutz Justen
2019-04-23
2
-75
/
+0
*
pidl/s4/python: call export "export" in py exceptions
Douglas Bagnall
2019-03-12
1
-1
/
+1
*
pidl/Python: initialise a datablob
Douglas Bagnall
2019-03-04
1
-1
/
+1
*
pidl: Use NDR_ZERO_STRUCT(P) macros
Andreas Schneider
2019-02-14
4
-8
/
+8
*
pidl: Fix Generated ndr python code to DECREF imported modules
Noel Power
2019-02-07
1
-7
/
+11
*
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
*
PY3: fix string.rsplit usage (doens't exist in PY3)
Noel Power
2018-09-16
1
-1
/
+1
*
PY3: fix iteritems usage, not supported in python3
Noel Power
2018-09-16
1
-3
/
+4
*
pidl/wscript: update to handle waf 2.0.4
Alexander Bokovoy
2018-09-05
1
-2
/
+3
*
build:wafsamba: Build on waf 1.9
Thomas Nagy
2018-09-05
1
-1
/
+1
*
pidl/tests: fix ndr_push_init_ctx() usage
Alexander Bokovoy
2018-08-30
4
-27
/
+27
*
Fix pidl manpage sections
Mathieu Parent
2018-05-12
1
-2
/
+3
*
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
[next]