wireshark/tools
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
..
lemon If YY_SKIP_YYWRAP is defined, don't bother defining WRAP_FUNC - with 2007-07-31 01:24:26 +00:00
pidl Update from samba tree revision 25306 to 25880 2007-11-06 18:31:26 +00:00
tpg remove unused CFLAGS 2007-03-25 15:37:03 +00:00
Makefile.am ome files were left even after "make maintainer-clean". Found 2007-09-24 06:57:52 +00:00
Makefile.nmake Fix Windows maintainer-clean/distclean/clean to recurse thru subdirs only once (instead of worst-case 1+2+3 times) 2007-10-15 16:44:31 +00:00
WiresharkXML.py Rename the main executable to "wireshark", along with more conversions: 2006-05-31 19:12:15 +00:00
asn2wrs.py better built-in X.880 support 2007-11-01 11:56:33 +00:00
checkAPIs.pl As discussed on the -dev list quite a while ago: a small tool to check Wireshark code (or at least parts of it) for "bad" things (C++ style comments and API/function calls that should not be used). I'm checking in because I almost missed some C++ style comments in a file I was contemplating checking in; this tool can help us (at least me) avoid such problems in the future. 2007-08-15 20:35:14 +00:00
checkhf.pl Ethereal->Wireshark 2006-05-28 19:49:07 +00:00
cvsdiff-fix.py
dfilter-test.py Ethereal -> Wireshark 2006-06-06 23:27:21 +00:00
ftsanity.py Tethereal/tethereal -> TShark/tshark. 2006-05-31 17:38:42 +00:00
fuzz-test.sh Don't rename to self when fuzz err; enable ^C file cleanup trap 2007-08-23 14:56:18 +00:00
idl2wrs.sh.in carsten.prescher@eads.com: 2006-10-30 18:17:10 +00:00
lex.py Ply updated to v2.3 2007-03-27 09:01:29 +00:00
make-dissector-reg Updated splash screen for Wireshark that shows the initialisation progress. 2007-05-07 17:55:42 +00:00
make-dissector-reg.py Updated splash screen for Wireshark that shows the initialisation progress. 2007-05-07 17:55:42 +00:00
msnchat Ethereal -> Wireshark 2006-06-06 23:27:21 +00:00
netscreen2dump.py Handle netscreen 5.3r4 snoop output, too. 2006-09-22 18:51:25 +00:00
pkt-from-core.py Ethereal -> Wireshark 2006-06-06 23:27:21 +00:00
randpkt-test.sh It's not only executable but a script as well: propset eol-style + keywords 2006-08-04 16:30:54 +00:00
runlex.sh 1989 was quite a while ago. We use function prototypes extensively; 2007-08-04 03:27:18 +00:00
setuid-root.pl.in Add the setuid script missing from my last checkin. 2007-08-30 04:16:11 +00:00
unix2dos.pl name change 2006-05-21 05:12:17 +00:00
win32-setup.sh Use gtk 2.12.1 2007-10-18 21:29:19 +00:00
wireshark_be.py Ethereal -> Wireshark 2006-06-06 23:27:21 +00:00
wireshark_gen.py Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLib 2007-05-29 18:52:42 +00:00
yacc.py Ply updated to v2.3 2007-03-27 09:01:29 +00:00