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
*
build:wafsamba: removed most import * statements
Thomas Nagy
2015-10-28
1
-4
/
+1
*
pidl/python: also add a ndr_PyLong_FromLongLong() for symnetric reasons
Stefan Metzmacher
2015-09-01
1
-1
/
+10
*
pidl/python: Provide static inline helper function ndr_PyLong_FromUnsignedLon...
Andrew Bartlett
2015-09-01
1
-3
/
+12
*
pidl/python: Calculate maximum integer values using a lookup table
Andrew Bartlett
2015-09-01
1
-2
/
+39
*
pidl: Assert that python arrays will not overflow the C array
Andrew Bartlett
2015-08-24
1
-0
/
+7
*
pidl: Change PIDL to correctly use and validate python integer types
Andrew Bartlett
2015-08-24
1
-35
/
+118
*
pidl: merge multiple 'genpad' implementations into one.
Günther Deschner
2015-07-24
5
-39
/
+21
*
pidl:Samba4/NDR/Parser: always initialize _mem_save_ pointers to NULL
Stefan Metzmacher
2015-07-07
1
-1
/
+1
*
pidl:Samba3/ServerNDR: add pidl_reset() and pidl_return() helper functions
Stefan Metzmacher
2015-07-07
1
-3
/
+4
*
pidl:Samba3/ServerNDR: make CallWithStruct() more flexible
Stefan Metzmacher
2015-07-07
1
-11
/
+23
*
pidl:Samba3/ServerNDR: simplify CallWithStruct()
Stefan Metzmacher
2015-07-07
1
-5
/
+4
*
Treat uid_t, git_t as 64 bit in Pidl Python bindings
Douglas Bagnall
2015-07-07
1
-4
/
+6
*
remove trailing whitespace in Pidl/Samba4/Python.pm
Douglas Bagnall
2015-06-24
1
-14
/
+14
*
Treat unsigned 64 bit IDL values as unsigned long long in Python
Douglas Bagnall
2015-06-24
1
-1
/
+5
*
pidl:NDR/Parser: check [ref] pointers before pushing anything else
Stefan Metzmacher
2015-06-12
1
-7
/
+45
*
pidl:NDR/Parser: protect for loops against $length being an expression instea...
Stefan Metzmacher
2015-06-12
1
-5
/
+5
*
pidl:Python: protect for loops against $length being an expression instead of...
Stefan Metzmacher
2015-06-12
1
-1
/
+1
*
pidl:Python: use discard_const() to pass a possible const pointer to talloc_u...
Stefan Metzmacher
2015-06-12
1
-1
/
+1
*
pidl:Samba3/ServerNDR: normalize {RETURN_TYPE} by using mapTypeName()
Stefan Metzmacher
2015-05-15
1
-1
/
+1
*
pidl/python: add prototypes into header section of generated c-files.
Günther Deschner
2015-03-25
1
-0
/
+2
*
Explicitly include util/debug.h from server stubs generated by pidl.
Jelmer Vernooij
2015-03-24
1
-0
/
+1
*
pidl: align s4 dcesrv template generation with coding standards.
Günther Deschner
2015-03-13
1
-11
/
+23
*
pidl: add --template3 option to generate s3 server stubs.
Günther Deschner
2015-03-13
2
-0
/
+111
*
pidl/python: support HRESULT errors in generated python bindings.
Günther Deschner
2015-03-13
1
-0
/
+9
*
pidl: support HRESULT in pidl.
Günther Deschner
2015-03-13
1
-1
/
+1
*
Remove use of the "staticforward" macro
Petr Viktorin
2015-01-22
1
-2
/
+2
*
Clean up more whitespace.
Guy Harris
2014-11-22
3
-7
/
+7
*
pidl: White space cleanups in Conformance.pm and NDR.pm
Guy Harris
2014-11-19
2
-98
/
+98
*
pidl-wireshark: SWITCH_TYPE is not always defined, SwitchType() will try to f...
Matthieu Patou
2014-10-24
1
-21
/
+38
*
pidl-wireshark: generate ALIGN_TO_x_BYTES instructions if the element has the...
Matthieu Patou
2014-10-23
1
-0
/
+6
*
pidl-wireshark: if the structure has the flag no_align then set also no_align...
Matthieu Patou
2014-10-23
1
-5
/
+24
*
pidl-wireshark: handle 8 bits enum and change the signature of enum function ...
Matthieu Patou
2014-10-23
1
-6
/
+6
*
pidl-wireshark: add definition for IPV4/IPV6 types
Matthieu Patou
2014-10-23
1
-0
/
+2
*
pidl-wireshark: adapt to the new comments in the headers of wireshark dissectors
Matthieu Patou
2014-10-23
1
-3
/
+1
*
pidl-wireshark: insure that we have an entire match for the variable name
Matthieu Patou
2014-10-10
1
-1
/
+1
*
pidl-wireshark: generate an error for the new Pipe type in typedef
Matthieu Patou
2014-10-09
1
-2
/
+11
*
pidl-wireshark: add the type dom_sid28 and call ad-hoc dissector
Matthieu Patou
2014-10-09
1
-2
/
+8
*
pidl-wireshark: add a function to change the type of a hf_field
Matthieu Patou
2014-10-09
1
-0
/
+17
*
pidl-wireshark: cosmetic reformat
Matthieu Patou
2014-10-09
1
-4
/
+5
*
pidl-wireshark: Handle the case when the DATA_TYPE is not a simple type
Matthieu Patou
2014-10-09
1
-1
/
+8
*
pidl: Improve string delection in function ContainsString
Matthieu Patou
2014-10-09
1
-0
/
+10
*
pidl: Make the compilation of PIDL producing the same results if the content ...
Matthieu Patou
2014-10-09
7
-26
/
+39
*
pidl: Strip trailing whitespace from pidl, for easier exchange of patches wit...
Guy Harris
2014-09-28
1
-93
/
+93
*
pidl/wscript: remove --with-perl-* options
Stefan Metzmacher
2014-09-09
1
-1
/
+1
*
pidl: remove superfluous "use lib ...".
Michael Adam
2014-09-05
1
-1
/
+0
*
pidl: fix the perl module search path (use lib ...) when installing pidl.
Michael Adam
2014-09-05
1
-1
/
+1
*
pidl/wscript: don't check for perl again.
Michael Adam
2014-09-05
1
-3
/
+0
*
Various updates to the pidl README file.
Jelmer Vernooij
2014-08-31
1
-8
/
+9
*
Remove trailing whitespace.
Jelmer Vernooij
2014-08-31
1
-13
/
+13
*
pidl/lib/wscript_build: make use of PERL_LIB_INSTALL_DIR
Stefan Metzmacher
2014-05-10
1
-2
/
+2
[next]