ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 19979: /trunk/tools/pidl/ /trunk/tools/pidl/lib/Parse/Pi

Date: Sat, 25 Nov 2006 10:35:40 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19979

User: jmayer
Date: 2006/11/25 10:35 AM

Log:
 Update from samba tree revision 19759 to 19883
 ============================ Samba log start ============
 ------------------------------------------------------------------------
 r19790 | vlendec | 2006-11-19 18:56:35 +0100 (Sun, 19 Nov 2006) | 10 lines
 Changed paths:
    M /branches/SAMBA_3_0/source/libmsrpc/cac_winreg.c
    M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_unixinfo.c
    M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_unixinfo.h
    M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_winreg.c
    M /branches/SAMBA_3_0/source/librpc/gen_ndr/cli_winreg.h
    M /branches/SAMBA_3_0/source/librpc/gen_ndr/ndr_winreg.c
    M /branches/SAMBA_3_0/source/librpc/gen_ndr/winreg.h
    M /branches/SAMBA_3_0/source/rpcclient/cmd_unixinfo.c
    M /branches/SAMBA_3_0/source/utils/net_rpc_registry.c
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4.pm
 
 Check in the PIDL change and the converted unixinfo and winbind pipes without
 waiting for comments. This is what version control is for, and it does fix a
 segfault I ran into ;-)
 
 Nevertheless, Jelmer & Jerry, please take a look!
 
 Thanks,
 
 Volker
 
 ------------------------------------------------------------------------
 r19829 | jelmer | 2006-11-22 00:15:57 +0100 (Wed, 22 Nov 2006) | 2 lines
 Changed paths:
    M /branches/SAMBA_4_0/source/pidl/pidl
 
 Update documentation.
 
 ------------------------------------------------------------------------
 r19830 | jelmer | 2006-11-22 00:21:08 +0100 (Wed, 22 Nov 2006) | 2 lines
 Changed paths:
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
 
 Warn about non-ref top-level pointers.
 
 ------------------------------------------------------------------------
 r19834 | jelmer | 2006-11-22 14:59:14 +0100 (Wed, 22 Nov 2006) | 2 lines
 Changed paths:
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
 
 Prevent some inaccurate warnings.
 
 ------------------------------------------------------------------------
 r19842 | jelmer | 2006-11-22 17:53:30 +0100 (Wed, 22 Nov 2006) | 3 lines
 Changed paths:
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
 
 Complain about unknown pointer types.
 Fallback to "unique" when "ptr" is specified instead of failing.
 
 ------------------------------------------------------------------------
 r19845 | jelmer | 2006-11-22 18:13:19 +0100 (Wed, 22 Nov 2006) | 2 lines
 Changed paths:
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
 
 Add warning for pointer_default_top()
 
 ------------------------------------------------------------------------
 r19854 | metze | 2006-11-23 14:11:08 +0100 (Thu, 23 Nov 2006) | 4 lines
 Changed paths:
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
 
 readd support for 'sptr' pointers, to work against windows servers
 until jelmer commits his 'ptr' support
 
 metze
 ------------------------------------------------------------------------
 r19856 | jelmer | 2006-11-23 14:48:01 +0100 (Thu, 23 Nov 2006) | 2 lines
 Changed paths:
    M /branches/SAMBA_4_0/source/librpc/idl/epmapper.idl
    M /branches/SAMBA_4_0/source/librpc/ndr/ndr_basic.c
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/NDR.pm
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
 
 Use sptr as basis for full ptr implementation. Will add checks for duplicates later.
 
 ------------------------------------------------------------------------
 r19859 | jelmer | 2006-11-23 17:02:20 +0100 (Thu, 23 Nov 2006) | 3 lines
 Changed paths:
    M /branches/SAMBA_4_0/source/librpc/ndr/libndr.h
    M /branches/SAMBA_4_0/source/librpc/ndr/ndr_basic.c
    M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
    A /branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl
 
 Reuse referrent ids when pushing full pointers (still need to
 avoid pushing the referred object twice) and add test for full pointers.
 
 ------------------------------------------------------------------------
 r19866 | jelmer | 2006-11-23 19:26:55 +0100 (Thu, 23 Nov 2006) | 2 lines
 Changed paths:
    M /branches/SAMBA_4_0/source/pidl/tests/ndr_fullptr.pl
 
 Fix test compilation.
 
 ------------------------------------------------------------------------
 r19868 | jelmer | 2006-11-23 21:59:09 +0100 (Thu, 23 Nov 2006) | 2 lines
 Changed paths:
    M /branches/SAMBA_4_0/source/pidl/tests/Util.pm
    M /branches/SAMBA_4_0/source/pidl/tests/ndr_align.pl
    M /branches/SAMBA_4_0/source/pidl/tests/ndr_represent.pl
    M /branches/SAMBA_4_0/source/pidl/tests/ndr_string.pl
 
 Fix more tests.
 
 ------------------------------------------------------------------------
 ------------------------------------------------------------------------
 ============================ Samba log end ==============

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

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

Directory: /trunk/tools/pidl/lib/Parse/Pidl/Samba3/
  Changes    Path            Action
  +9 -8      ClientNDR.pm    Modified

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

Directory: /trunk/tools/pidl/tests/
  Changes    Path                Action
  +3 -2      Util.pm             Modified
  +3 -3      ndr_align.pl        Modified
  +1 -1      ndr_represent.pl    Modified
  +1 -1      ndr_string.pl       Modified