http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19793
User: jmayer
Date: 2006/11/04 04:57 PM
Log:
Update from samba tree revision 19540 to 19553
============================ Samba log start ============
------------------------------------------------------------------------
r19541 | jelmer | 2006-11-03 20:55:17 +0100 (Fri, 03 Nov 2006) | 3 lines
Explicitly segfault when the API is being used incorrectly. Previously
this would've caused a silent premature return.
------------------------------------------------------------------------
r19544 | jelmer | 2006-11-04 00:08:33 +0100 (Sat, 04 Nov 2006) | 2 lines
Fix case of 'warning'.
------------------------------------------------------------------------
r19545 | jelmer | 2006-11-04 02:53:29 +0100 (Sat, 04 Nov 2006) | 2 lines
Allow enums as return types in code generated for wireshark. Originally based on a patch by Julien Kerihuel.
------------------------------------------------------------------------
r19546 | jelmer | 2006-11-04 03:51:03 +0100 (Sat, 04 Nov 2006) | 3 lines
fix number of bytes pushed when using switch_type() set to enum types.
die() on invalid used of enum_type_fn()
------------------------------------------------------------------------
r19547 | jelmer | 2006-11-04 03:54:24 +0100 (Sat, 04 Nov 2006) | 2 lines
Fix use of v1_enum on enums used in return types.
------------------------------------------------------------------------
r19553 | jelmer | 2006-11-04 16:40:05 +0100 (Sat, 04 Nov 2006) | 2 lines
Add check for correct API usage.
------------------------------------------------------------------------
============================ Samba log end ==============
Directory: /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/
Changes Path Action
+1 -14 Parser.pm Modified
Directory: /trunk/tools/pidl/lib/Parse/Pidl/
Changes Path Action
+1 -1 NDR.pm Modified
+3 -0 Typelist.pm Modified
Directory: /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/
Changes Path Action
+1 -1 Conformance.pm Modified
+39 -17 NDR.pm Modified