wireshark/tools/pidl/tests
Jörg Mayer b349ff3e87 Update from samba tree revision 25306 to 25880
============================ Samba log start ============
------------------------------------------------------------------------
r25453 | jelmer | 2007-10-01 23:38:15 +0200 (Mon, 01 Oct 2007) | 1 line

Fix include for NTSTATUS.
------------------------------------------------------------------------
r25457 | jelmer | 2007-10-02 06:45:25 +0200 (Tue, 02 Oct 2007) | 1 line

use different location for out-of-tree builds
------------------------------------------------------------------------
r25674 | metze | 2007-10-17 10:26:55 +0200 (Wed, 17 Oct 2007) | 13 lines

fix crash bug in pidl generated client code, this
could have happend with [in,out,unique] pointers
when the clients sends a valid pointer, but the server
reponse with a NULL pointer (as samba-3.0.26a do for some calls).

I've tested with midl to see how windows handles this situation
and also the reverse case where the client sends NULL and
the server reposnse with non-NULL.

It appears that midl generated code just ignores this
and only copies the result if both pointers are non-NULL.

metze
------------------------------------------------------------------------
r25700 | jra | 2007-10-19 02:40:51 +0200 (Fri, 19 Oct 2007) | 3 lines

Now BOOL no longer exists in Samba 3.2, use bool instead.
Jeremy.

------------------------------------------------------------------------
r25745 | metze | 2007-10-27 11:57:09 +0200 (Sat, 27 Oct 2007) | 6 lines

[pidl] ndr_pull/push_error(ndr, NDR_ERR_INVALID_POINTER,..)

instead NT_STATUS_INVALID_PARAMETER_MIX

metze

------------------------------------------------------------------------
r25751 | metze | 2007-10-30 07:24:43 +0100 (Tue, 30 Oct 2007) | 4 lines

use EJS_CHECK() instead of NDR_CHECK() in ejs code

metze

------------------------------------------------------------------------
r25765 | metze | 2007-10-31 17:25:44 +0100 (Wed, 31 Oct 2007) | 3 lines

pidl: fix compiler warning in ndr_align test

metze
------------------------------------------------------------------------
r25766 | metze | 2007-10-31 17:27:21 +0100 (Wed, 31 Oct 2007) | 3 lines

pidl: fix bugs in ndr_tagtype tests found by compiler warnings

metze
------------------------------------------------------------------------
r25767 | metze | 2007-10-31 17:29:32 +0100 (Wed, 31 Oct 2007) | 5 lines

pidl: make it easier to debug errors in pidl tests

we now print the C program that we tried to compile

metze
------------------------------------------------------------------------
r25768 | metze | 2007-10-31 17:44:42 +0100 (Wed, 31 Oct 2007) | 5 lines

pidl: NT_STATUS_IS_ERR() is NOT the same as !NT_STATUS_IS_OK()

Everything but success should be handled as error in the tests.

metze
------------------------------------------------------------------------
r25795 | metze | 2007-11-02 11:35:09 +0100 (Fri, 02 Nov 2007) | 3 lines

whitespace cleanup...

metze
------------------------------------------------------------------------
r25804 | metze | 2007-11-02 14:02:25 +0100 (Fri, 02 Nov 2007) | 4 lines

move including ndr_compression.h into HeaderInterface()

metze

------------------------------------------------------------------------
r25805 | metze | 2007-11-02 14:05:43 +0100 (Fri, 02 Nov 2007) | 4 lines

pidl: include libndr.h as first header in ndr_foo.h

metze

------------------------------------------------------------------------
r25806 | metze | 2007-11-02 14:48:11 +0100 (Fri, 02 Nov 2007) | 5 lines

let libndr.h include needed stuff and remove pidl magic
for choosing common required headers

metze

------------------------------------------------------------------------
------------------------------------------------------------------------
============================ Samba log end ==============

svn path=/trunk/; revision=23378
2007-11-06 18:31:26 +00:00
..
Util.pm Update from samba tree revision 25306 to 25880 2007-11-06 18:31:26 +00:00
dump.pl Update from samba tree revision 21237 to 21471 2007-02-20 19:13:42 +00:00
header.pl Update pidl to current samba tree. This changes the license 2007-09-24 07:00:59 +00:00
ndr.pl Update pidl to current samba tree. This changes the license 2007-09-24 07:00:59 +00:00
ndr_align.pl Update from samba tree revision 25306 to 25880 2007-11-06 18:31:26 +00:00
ndr_alloc.pl Update from samba tree revision 25306 to 25880 2007-11-06 18:31:26 +00:00
ndr_array.pl Update from samba tree revision 25306 to 25880 2007-11-06 18:31:26 +00:00
ndr_compat.pl Update from samba tree revision 20292 to 21237 2007-02-08 13:54:27 +00:00
ndr_deprecations.pl Update from samba tree revision 21237 to 21471 2007-02-20 19:13:42 +00:00
ndr_fullptr.pl Update from samba tree revision 25306 to 25880 2007-11-06 18:31:26 +00:00
ndr_refptr.pl Update from samba tree revision 25306 to 25880 2007-11-06 18:31:26 +00:00
ndr_represent.pl Update from samba tree revision 25306 to 25880 2007-11-06 18:31:26 +00:00
ndr_simple.pl Update from samba tree revision 25306 to 25880 2007-11-06 18:31:26 +00:00
ndr_string.pl Update from samba tree revision 25306 to 25880 2007-11-06 18:31:26 +00:00
ndr_tagtype.pl Update from samba tree revision 25306 to 25880 2007-11-06 18:31:26 +00:00
parse_idl.pl Update pidl to current samba tree. This changes the license 2007-09-24 07:00:59 +00:00
samba-ejs.pl Note: make test for the following update generates 1 error: 2007-05-03 21:56:22 +00:00
samba-ndr.pl Note: make test for the following update generates 1 error: 2007-05-03 21:56:22 +00:00
samba3-cli.pl Update pidl to current samba tree. This changes the license 2007-09-24 07:00:59 +00:00
tdr.pl Note: make test for the following update generates 1 error: 2007-05-03 21:56:22 +00:00
test_util.pl Update from samba tree revision 20292 to 21237 2007-02-08 13:54:27 +00:00
typelist.pl Update from samba tree revision 21565 to 21739 2007-03-07 07:55:00 +00:00
util.pl Update pidl to current samba tree. This changes the license 2007-09-24 07:00:59 +00:00
wireshark-conf.pl Note: make test for the following update generates 1 error: 2007-05-03 21:56:22 +00:00
wireshark-ndr.pl Note: make test for the following update generates 1 error: 2007-05-03 21:56:22 +00:00