Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pidl s4/TDR: use conventional ->{res} name | Douglas Bagnall | 2019-12-04 | 1 | -6/+6 |
| | | | | | | | rather than ->{ret}, meaning this class can be moved to a Pidl::Base subclass Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | pidl/tests: fix ndr_push_init_ctx() usage | Alexander Bokovoy | 2018-08-30 | 4 | -27/+27 |
| | | | | | | | | | | | | | | The code in libndr got rid of the second argument quite some time ago (2010): f9ca9e46ad24036bf00cb361a6cef4b2e7e98d7d However, pidl tests did include a code that passed two arguments. Recently GCC started to fail to compile such code. Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Aug 30 04:48:00 CEST 2018 on sn-devel-144 | ||||
* | pidl: fix field2name wireshark dissector test. | Günther Deschner | 2016-09-07 | 1 | -1/+1 |
| | | | | | | | | | | Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Wed Sep 7 16:05:26 CEST 2016 on sn-devel-144 | ||||
* | pidl/ws: fix failing tests | Aurelien Aptel | 2016-06-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | This commit fixes 2 test failures in Pidl test suite. - commit 02cd7808 changed the error the test was expecting => update expected output in the test - commit c76b65e changed whitespaces in the output => revert to the old output in the generator Signed-off-by: Aurelien Aptel <aaptel@suse.com> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> | ||||
* | Clean up more whitespace. | Guy Harris | 2014-11-22 | 2 | -2/+2 |
| | | | | | | Reviewed-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-By: Kamen Mazdrashki <kamenim@samba.org> Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> | ||||
* | pidl-wireshark: fix trailing white space in the HF definition | Matthieu Patou | 2013-10-09 | 1 | -1/+1 |
| | | | | | Signed-off-by: Matthieu Patou <mat@matws.net> Reviewed-by: Stefan Metzmacher <metze@samba.org> | ||||
* | pidl/tests: fix use of a non-existent word (existant) | Michael Adam | 2012-06-12 | 1 | -2/+2 |
| | |||||
* | pidl: adjust expected output for new flag checking | Andrew Tridgell | 2011-09-08 | 1 | -2/+4 |
| | |||||
* | pidl:NDR: add support for 'ms_union' property. | Stefan Metzmacher | 2011-02-01 | 1 | -19/+20 |
| | | | | metze | ||||
* | pidl: add support for pointers in typedefs | Stefan Metzmacher | 2010-09-28 | 1 | -0/+4 |
| | | | | metze | ||||
* | pidl:Samba3/ClientNDR: remove unused ParseOutputArgument function | Stefan Metzmacher | 2010-08-26 | 1 | -10/+2 |
| | | | | metze | ||||
* | Fix a typo | Volker Lendecke | 2010-08-16 | 1 | -2/+2 |
| | |||||
* | pidl:Samba3/ClientNDR: implement rpccli_ stubs on top of dcerpc_ stubs | Stefan Metzmacher | 2010-08-12 | 1 | -81/+21 |
| | | | | metze | ||||
* | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 2010-05-18 | 1 | -12/+6 |
| | |||||
* | charset: fixed a problem with the global use of the iconv_convenience structure | Andrew Tridgell | 2010-03-18 | 1 | -6/+6 |
| | | | | | | | | | | | We had a crash bug where a cached copy of a iconv convenience pointer was used after being freed when loadparm asked for iconv to reload. This could happen if a python module used a iconv based function before loadparm was completed. The fix is to ensure that any use of this pointer remains valid, by reusing the pointer itself when it has already been initialised, but filling in the child elements with the updated values. | ||||
* | Change uint_t to unsigned int in pidl | Matt Kraai | 2010-02-02 | 1 | -1/+0 |
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | pidl:Samba3/ClientNDR: $size can be 'foo / 2' so we need to add '(' and ')' | Stefan Metzmacher | 2009-11-26 | 1 | -1/+1 |
| | | | | | | | foo / 5 * sizeof(bar)' isn't the same as '(foo / 2) * sizeof(bar)'. metze | ||||
* | pidl: Fix selftest after s3 code changed | Volker Lendecke | 2009-11-09 | 1 | -59/+27 |
| | |||||
* | pidl: update PIDL tests for uint1632 enums | Andrew Tridgell | 2009-10-07 | 1 | -1/+1 |
| | |||||
* | pidl: fixed unit tests for trailer alignment | Andrew Tridgell | 2009-10-02 | 1 | -0/+2 |
| | |||||
* | pid: update ndr testsuite for new union alignment | Andrew Tridgell | 2009-10-02 | 1 | -1/+2 |
| | |||||
* | pidl: update expected output for NDR64 changes | Andrew Tridgell | 2009-09-19 | 1 | -1/+1 |
| | |||||
* | Fix string-wchar-fixed-array-03 test (when libndr is available). | Jelmer Vernooij | 2009-09-13 | 1 | -2/+2 |
| | |||||
* | Fix string-wchar-fixed-array-02 test (when libndr is available). | Jelmer Vernooij | 2009-09-13 | 1 | -2/+2 |
| | |||||
* | Fix string-wchar-fixed-array-01 test (when libndr is available). | Jelmer Vernooij | 2009-09-13 | 1 | -4/+4 |
| | |||||
* | pidl: Remove unnecessary _GNU_SOURCE define. | Jelmer Vernooij | 2009-09-13 | 1 | -1/+0 |
| | |||||
* | pidl: fix parse_idl test after idl.yp changes | Stefan Metzmacher | 2009-08-12 | 1 | -28/+103 |
| | | | | | | | | We now generate 'FILE' and 'LINE' elements for each layer. This change makes the expected PIDL trees human readable:-) metze | ||||
* | pidl: fix samba3-cli test after the async function were added | Stefan Metzmacher | 2009-08-12 | 1 | -2/+212 |
| | | | | metze | ||||
* | pidl: add support for [string] on fixed size arrays. | Stefan Metzmacher | 2009-07-27 | 1 | -1/+109 |
| | | | | | | | | | | | | | | | | | | midl also supports this: struct { long l1; [string] wchar_t str[16]; long l2; }; Where the wire size of str is encoded like a length_is() header: 4-byte offset == 0; 4-byte array length; The strings are zero terminated. metze | ||||
* | pidl: Don't run compile tests inside the tree, won't work yet. | Jelmer Vernooij | 2009-07-03 | 1 | -4/+8 |
| | |||||
* | pidl Fix samba4.pidl.typelist test after addition of 'double' | Andrew Bartlett | 2009-06-05 | 1 | -0/+1 |
| | |||||
* | Add support for double type in pidl. | Brad Hards | 2009-06-02 | 2 | -2/+9 |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | pidl: fix samba3-cli test after change to cli->dispatch() | Stefan Metzmacher | 2009-01-30 | 1 | -2/+2 |
| | | | | metze | ||||
* | pidl: Fix typelist test after addition of type origin tracking. | Jelmer Vernooij | 2008-12-23 | 1 | -0/+1 |
| | |||||
* | Remove EJS backend for PIDL, as we don't have EJS anymore. | Jelmer Vernooij | 2008-12-12 | 1 | -37/+0 |
| | |||||
* | Fix executability of samba3-srv. | Jelmer Vernooij | 2008-10-10 | 1 | -0/+0 |
| | |||||
* | Move pidl to top-level directory. | Jelmer Vernooij | 2008-09-17 | 27 | -0/+3441 |