Wireshark-commits: [Wireshark-commits] rev 20933: /trunk/tools/pidl/ /trunk/tools/pidl/lib/Parse/Pi
Date: Mon, 26 Feb 2007 08:57:04 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20933

User: jmayer
Date: 2007/02/26 08:57 AM

Log:
 Update from samba tree revision 21471 to 21535
 ============================ Samba log start ============
 ------------------------------------------------------------------------
 r21484 | jelmer | 2007-02-21 11:31:14 +0100 (Wed, 21 Feb 2007) | 1 line
 Changed paths:
    M /branches/SAMBA_4_0
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
    M /branches/SAMBA_4_0/source/pidl/tests/samba-ndr.pl
 
 Fix Needed* for nested datastructures.
 ------------------------------------------------------------------------
 r21486 | jelmer | 2007-02-21 11:55:03 +0100 (Wed, 21 Feb 2007) | 1 line
 Changed paths:
    M /branches/SAMBA_4_0
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
 
 Remove spurious semicolons.
 ------------------------------------------------------------------------
 r21487 | jelmer | 2007-02-21 12:32:48 +0100 (Wed, 21 Feb 2007) | 1 line
 Changed paths:
    M /branches/SAMBA_4_0
    M /branches/SAMBA_4_0/source/librpc/idl/echo.idl
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
 
 Fix warning when using anonymous types, initial work on nested type support in ejs.
 ------------------------------------------------------------------------
 r21490 | jelmer | 2007-02-21 13:35:21 +0100 (Wed, 21 Feb 2007) | 3 lines
 Changed paths:
    M /branches/SAMBA_4_0
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
    A /branches/SAMBA_4_0/source/pidl/tests/samba-ejs.pl
 
 Add some tests for the EJS code
 More work on supporting nested types in EJS.
 
 ------------------------------------------------------------------------
 r21492 | jelmer | 2007-02-21 15:35:25 +0100 (Wed, 21 Feb 2007) | 2 lines
 Changed paths:
    M /branches/SAMBA_4_0
    M /branches/SAMBA_4_0/source/pidl/TODO
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/EJS.pm
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/Header.pm
 
 Finish work on nested type support in EJS.
 
 ------------------------------------------------------------------------
 r21493 | jelmer | 2007-02-21 21:59:01 +0100 (Wed, 21 Feb 2007) | 15 lines
 Changed paths:
    M /branches/SAMBA_4_0
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
 Patch from Ronnie Sahlberg. From his email:
 
 This patch changes the function name and signature that pidl generate
 a call for when dissecting a policy handle to a new, more
 PIDL-friendly function.
 
 It also stores the procedure name in a new pinfo-> field so that
 helpers that want to know the procedure name can finbd out easily.
 
 The new PIDL helper function for policy handles use this new field and will show
    OpenHKU(<...>)
        opened in frame X
 	   closed in frame Y
 for the policy handle.
 
 ------------------------------------------------------------------------
 r21531 | jelmer | 2007-02-25 10:35:32 +0100 (Sun, 25 Feb 2007) | 1 line
 Changed paths:
    M /branches/SAMBA_4_0
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
 Use pidl-specific utility functions. Patch from Ronnie Sahlberg
 ------------------------------------------------------------------------
 r21532 | jelmer | 2007-02-25 10:55:57 +0100 (Sun, 25 Feb 2007) | 1 line
 Changed paths:
    M /branches/SAMBA_4_0
    M /branches/SAMBA_4_0/source/pidl/TODO
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
    M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
 
 Add tests for StripPrefixes utility function.
 ------------------------------------------------------------------------
 r21534 | jelmer | 2007-02-26 02:03:19 +0100 (Mon, 26 Feb 2007) | 1 line
 Changed paths:
    M /branches/SAMBA_4_0
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
    M /branches/SAMBA_4_0/source/pidl/tests/wireshark-ndr.pl
 
 Add some more tests for wireshark.
 ------------------------------------------------------------------------
 ------------------------------------------------------------------------
 ============================ Samba log end ==============

Directory: /trunk/tools/pidl/lib/Parse/Pidl/Samba4/NDR/
  Changes    Path          Action
  +48 -26    Parser.pm     Modified

Directory: /trunk/tools/pidl/lib/Parse/Pidl/
  Changes    Path          Action
  +0 -0      Expr.pm       Modified
  +16 -0     NDR.pm        Modified

Directory: /trunk/tools/pidl/lib/Parse/Pidl/Samba4/
  Changes    Path          Action
  +184 -206  EJS.pm        Modified
  +9 -6      Header.pm     Modified

Directory: /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/
  Changes    Path          Action
  +28 -26    NDR.pm        Modified

Directory: /trunk/tools/pidl/
  Changes    Path          Action
  +2 -2      TODO          Modified

Directory: /trunk/tools/pidl/tests/
  Changes    Path                 Action
  +0 -0      dump.pl              Modified
  +0 -0      header.pl            Modified
  +42 -0     samba-ejs.pl         Added
  +22 -16    samba-ndr.pl         Modified


(5 files not shown)