svn commit: samba r5243 - in branches/SAMBA_4_0/source/scripting/swig: .

2005-02-05 Thread tpot
Author: tpot Date: 2005-02-06 00:35:58 + (Sun, 06 Feb 2005) New Revision: 5243 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5243 Log: Woohoo - memory leak city! Comment out talloc_free() call until I figure out a better way to pass tallocated memory around

svn commit: samba r5244 - in branches/SAMBA_4_0/source/scripting/swig: .

2005-02-05 Thread tpot
Author: tpot Date: 2005-02-06 00:38:10 + (Sun, 06 Feb 2005) New Revision: 5244 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5244 Log: Convert this module to use the new structure mapping SWIG stuff instead of the old dictionary based routines. The SAMR connect

svn commit: samba r5245 - in branches/SAMBA_4_0/source/build/pidl: .

2005-02-05 Thread tpot
Author: tpot Date: 2005-02-06 00:50:55 + (Sun, 06 Feb 2005) New Revision: 5245 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5245 Log: Remove dead code. Modified: branches/SAMBA_4_0/source/build/pidl/swig.pm Changeset: Sorry, the patch is too large (689

svn commit: samba r5246 - branches/SAMBA_3_0/source/rpc_server trunk/source/rpc_server

2005-02-05 Thread tpot
Author: tpot Date: 2005-02-06 01:12:15 + (Sun, 06 Feb 2005) New Revision: 5246 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5246 Log: We can't use a pointer to struct lsa_info until is has been initialised. Fix for bugzilla #2315. Can the privileges dude(s

svn commit: samba r5247 - in branches/SAMBA_4_0/source/scripting/swig: .

2005-02-05 Thread tpot
Author: tpot Date: 2005-02-06 04:34:29 + (Sun, 06 Feb 2005) New Revision: 5247 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5247 Log: Fix rpcclient to work with new swig interface. Modified: branches/SAMBA_4_0/source/scripting/swig/rpcclient Changeset

svn commit: samba r5223 - in branches/SAMBA_4_0/source/build/pidl: .

2005-02-03 Thread tpot
Author: tpot Date: 2005-02-04 06:28:50 + (Fri, 04 Feb 2005) New Revision: 5223 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5223 Log: Rename dom_sid2 to dom_sid as we don't care about the difference for the swig wrappers. Modified: branches/SAMBA_4_0/source

svn commit: samba r5224 - in branches/SAMBA_4_0/source/scripting/swig: .

2005-02-03 Thread tpot
Author: tpot Date: 2005-02-04 06:35:45 + (Fri, 04 Feb 2005) New Revision: 5224 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5224 Log: Add in/out typemaps for resume handles. This saves us having to much around with pointers to just one uint32. Add an output

svn commit: samba r5188 - in branches/SAMBA_4_0/source/build/smb_build: .

2005-02-02 Thread tpot
Author: tpot Date: 2005-02-03 04:03:24 + (Thu, 03 Feb 2005) New Revision: 5188 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5188 Log: Add config.mk file for swig. Modified: branches/SAMBA_4_0/source/build/smb_build/main.pm Changeset: Modified: branches

svn commit: samba r5190 - in branches/SAMBA_4_0/source/build/smb_build: .

2005-02-02 Thread tpot
Author: tpot Date: 2005-02-03 04:22:37 + (Thu, 03 Feb 2005) New Revision: 5190 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5190 Log: Grr - typo. Modified: branches/SAMBA_4_0/source/build/smb_build/main.pm Changeset: Modified: branches/SAMBA_4_0/source

svn commit: samba r5111 - branches/SAMBA_3_0/examples/pdb trunk/examples/pdb

2005-01-30 Thread tpot
Author: tpot Date: 2005-01-30 22:45:46 + (Sun, 30 Jan 2005) New Revision: 5111 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5111 Log: Fix up changed prototype for setsampwent pdb function. Modified: branches/SAMBA_3_0/examples/pdb/test.c trunk/examples/pdb

svn commit: samba r5112 - branches/SAMBA_3_0/examples/auth branches/SAMBA_3_0/examples/pdb trunk/examples/auth trunk/examples/pdb

2005-01-30 Thread tpot
Author: tpot Date: 2005-01-30 22:47:26 + (Sun, 30 Jan 2005) New Revision: 5112 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5112 Log: Fix for shared object creation in examples. Bugzilla #2058. Modified: branches/SAMBA_3_0/examples/auth/Makefile branches

svn commit: samba r5113 - branches/SAMBA_3_0/examples/auth branches/SAMBA_3_0/examples/pdb trunk/examples/auth trunk/examples/pdb

2005-01-30 Thread tpot
Author: tpot Date: 2005-01-30 22:50:39 + (Sun, 30 Jan 2005) New Revision: 5113 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5113 Log: Ignore autogenerated files. Modified: branches/SAMBA_3_0/examples/auth/ branches/SAMBA_3_0/examples/pdb/ trunk/examples

svn commit: lorikeet r219 - in trunk/ethereal: .

2005-01-28 Thread tpot
Author: tpot Date: 2005-01-28 23:56:35 + (Fri, 28 Jan 2005) New Revision: 219 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=219 Log: Remove TODO file. Removed: trunk/ethereal/TODO Changeset: Deleted: trunk/ethereal/TODO

svn commit: samba r5072 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-28 Thread tpot
Author: tpot Date: 2005-01-29 00:19:23 + (Sat, 29 Jan 2005) New Revision: 5072 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5072 Log: oDecrease the amount of autogenerated code (sorry tridge) and use swig's structure mapping features instead of doing it all

svn commit: samba r5073 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-28 Thread tpot
Author: tpot Date: 2005-01-29 01:39:50 + (Sat, 29 Jan 2005) New Revision: 5073 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5073 Log: Call new autogenerator function for swig stuff instead of old one. Modified: branches/SAMBA_4_0/source/build/pidl/pidl.pl

svn commit: samba r5074 - in branches/SAMBA_4_0/source/scripting/swig: .

2005-01-28 Thread tpot
Author: tpot Date: 2005-01-29 01:42:09 + (Sat, 29 Jan 2005) New Revision: 5074 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5074 Log: Remove dead code. Modified: branches/SAMBA_4_0/source/scripting/swig/dcerpc.i Changeset: Sorry, the patch is too large (277

svn commit: samba r5087 - in branches/SAMBA_4_0/source/script: .

2005-01-28 Thread tpot
Author: tpot Date: 2005-01-29 04:00:14 + (Sat, 29 Jan 2005) New Revision: 5087 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5087 Log: Add --swig to pidl flags so that swig .i files are generated with make idl. Modified: branches/SAMBA_4_0/source/script

svn commit: samba r5094 - in branches/SAMBA_4_0/source/scripting/swig: .

2005-01-28 Thread tpot
Author: tpot Date: 2005-01-29 05:04:23 + (Sat, 29 Jan 2005) New Revision: 5094 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5094 Log: Use builtin swig types for converting between fixed width integer types. Modified: branches/SAMBA_4_0/source/scripting/swig

svn commit: samba r5095 - in branches/SAMBA_4_0/source/scripting/swig: .

2005-01-28 Thread tpot
Author: tpot Date: 2005-01-29 05:05:17 + (Sat, 29 Jan 2005) New Revision: 5095 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5095 Log: uint32 - uint32_t %include misc.i to get definition of struct policy_handle Remove #includes we aren't using just now

svn commit: samba r5047 - in branches/SAMBA_4_0/source/build/smb_build: .

2005-01-27 Thread tpot
Author: tpot Date: 2005-01-27 20:50:17 + (Thu, 27 Jan 2005) New Revision: 5047 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5047 Log: Fix swig dependencies. Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm Changeset: Modified: branches

svn commit: samba r5016 - in branches/SAMBA_4_0/source: build/smb_build scripting/swig

2005-01-26 Thread tpot
Author: tpot Date: 2005-01-26 20:40:59 + (Wed, 26 Jan 2005) New Revision: 5016 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5016 Log: Use LIBRARY instead of BINARY for inserting the swig stuff into the build system. This still generates bogus targets (i.e bin

svn commit: samba r5017 - in branches/SAMBA_4_0/source/scripting/swig: .

2005-01-26 Thread tpot
Author: tpot Date: 2005-01-26 20:41:58 + (Wed, 26 Jan 2005) New Revision: 5017 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5017 Log: Fix bug in output typemap for uint32 (!) Modified: branches/SAMBA_4_0/source/scripting/swig/samba.i Changeset: Modified

svn commit: samba r5018 - in branches/SAMBA_4_0/source/scripting/swig: .

2005-01-26 Thread tpot
Author: tpot Date: 2005-01-26 20:43:55 + (Wed, 26 Jan 2005) New Revision: 5018 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5018 Log: Initialise required subsystems (by hand, generated by substituting BINARY for LIBRARY in config.mk). Cut things down to just

svn commit: samba r5019 - in branches/SAMBA_4_0/source: build/pidl script

2005-01-26 Thread tpot
Author: tpot Date: 2005-01-26 20:46:58 + (Wed, 26 Jan 2005) New Revision: 5019 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5019 Log: Some tweaks to building the swig .i files. Modified: branches/SAMBA_4_0/source/build/pidl/pidl.pl branches/SAMBA_4_0

svn commit: samba r5024 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-26 Thread tpot
Author: tpot Date: 2005-01-26 22:34:30 + (Wed, 26 Jan 2005) New Revision: 5024 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5024 Log: Fix build. Modified: branches/SAMBA_4_0/source/build/pidl/pidl.pl Changeset: Modified: branches/SAMBA_4_0/source/build/pidl

svn commit: samba r5026 - in branches/SAMBA_4_0/source/script: .

2005-01-26 Thread tpot
Author: tpot Date: 2005-01-27 01:06:50 + (Thu, 27 Jan 2005) New Revision: 5026 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5026 Log: Don't build the swig stuff by default until it's a bit more stable. Modified: branches/SAMBA_4_0/source/script/build_idl.sh

svn commit: samba r5033 - in branches/SAMBA_4_0/source: build/smb_build script

2005-01-26 Thread tpot
Author: tpot Date: 2005-01-27 04:41:40 + (Thu, 27 Jan 2005) New Revision: 5033 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5033 Log: Remove --with-eparserdir configure option and eparser_idl make target. This is all done in the lorikeet/ethereal Makefile now

svn commit: samba r4979 - in branches/SAMBA_4_0/source/ntvfs/ipc: .

2005-01-25 Thread tpot
Author: tpot Date: 2005-01-25 09:46:00 + (Tue, 25 Jan 2005) New Revision: 4979 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4979 Log: Return NT_STATUS_INVALID_SYSTEM_SERVICE for unimplemented RAP calls as this is what win2k3 does. Modified: branches/SAMBA_4_0

svn commit: samba r4980 - in branches/SAMBA_4_0/source: include ntvfs/ipc torture/rap

2005-01-25 Thread tpot
Author: tpot Date: 2005-01-25 10:03:57 + (Tue, 25 Jan 2005) New Revision: 4980 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4980 Log: Copy RAP callno constants from Samba 3 and start to use them. Modified: branches/SAMBA_4_0/source/include/rap.h branches

svn commit: samba r4981 - in branches/SAMBA_4_0/source/scripting/swig: .

2005-01-25 Thread tpot
Author: tpot Date: 2005-01-25 10:20:24 + (Tue, 25 Jan 2005) New Revision: 4981 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4981 Log: Fix swig build. Modified: branches/SAMBA_4_0/source/scripting/swig/dcerpc.i Changeset: Modified: branches/SAMBA_4_0/source

svn commit: samba r4982 - in branches/SAMBA_4_0/source: build/smb_build scripting/swig

2005-01-25 Thread tpot
Author: tpot Date: 2005-01-25 11:21:25 + (Tue, 25 Jan 2005) New Revision: 4982 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4982 Log: Start to move swig dependencies into new build system. Unfortunately I can only get something useful happening by using

svn commit: samba r4983 - in branches/SAMBA_4_0/source/build/smb_build: .

2005-01-25 Thread tpot
Author: tpot Date: 2005-01-25 11:38:39 + (Tue, 25 Jan 2005) New Revision: 4983 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4983 Log: On second thoughts don't include the config.mk file for the swig stuff just yet. More testing required. Modified: branches

svn commit: samba r4990 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-25 Thread tpot
Author: tpot Date: 2005-01-25 22:33:44 + (Tue, 25 Jan 2005) New Revision: 4990 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4990 Log: Generate value strings for pidl enumerations. Modified: branches/SAMBA_4_0/source/build/pidl/eparser.pm Changeset: Modified

svn commit: samba r4991 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-25 Thread tpot
Author: tpot Date: 2005-01-25 22:38:57 + (Tue, 25 Jan 2005) New Revision: 4991 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4991 Log: Remove debugging statement. Modified: branches/SAMBA_4_0/source/build/pidl/eparser.pm Changeset: Modified: branches

svn commit: samba r4993 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-25 Thread tpot
Author: tpot Date: 2005-01-25 23:14:46 + (Tue, 25 Jan 2005) New Revision: 4993 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4993 Log: Generate nicer name for enum hf. Start work on supporting bitmaps. Modified: branches/SAMBA_4_0/source/build/pidl/eparser.pm

svn commit: samba r5005 - in branches/SAMBA_4_0/source/librpc/idl: .

2005-01-25 Thread tpot
Author: tpot Date: 2005-01-26 04:34:16 + (Wed, 26 Jan 2005) New Revision: 5005 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5005 Log: Add missing size specifiers to various bitmaps. Modified: branches/SAMBA_4_0/source/librpc/idl/dssetup.idl branches

svn commit: samba r5006 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-25 Thread tpot
Author: tpot Date: 2005-01-26 04:50:04 + (Wed, 26 Jan 2005) New Revision: 5006 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5006 Log: Implement parsing of pidl bitmaps in ethereal parsers. This works well but needs to be stuck in a subtree. Modified

svn commit: samba r5007 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-25 Thread tpot
Author: tpot Date: 2005-01-26 05:24:13 + (Wed, 26 Jan 2005) New Revision: 5007 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5007 Log: Fix bug in regexp where we were eating the strings in or out from structure names if they started with those strings. Modified

svn commit: samba r5008 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-25 Thread tpot
Author: tpot Date: 2005-01-26 06:29:10 + (Wed, 26 Jan 2005) New Revision: 5008 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5008 Log: 32-bits is the default bitmap size. Modified: branches/SAMBA_4_0/source/build/pidl/eparser.pm Changeset: Modified: branches

svn commit: samba r5009 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-25 Thread tpot
Author: tpot Date: 2005-01-26 06:51:39 + (Wed, 26 Jan 2005) New Revision: 5009 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5009 Log: Put bitmaps in their own subtree. Modified: branches/SAMBA_4_0/source/build/pidl/eparser.pm Changeset: Modified: branches

svn commit: samba r5010 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-25 Thread tpot
Author: tpot Date: 2005-01-26 07:06:22 + (Wed, 26 Jan 2005) New Revision: 5010 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=5010 Log: Handle weird-ass NTTIME_1sec and NTTIME_hyper types. Modified: branches/SAMBA_4_0/source/build/pidl/eparser.pm Changeset

svn commit: lorikeet r200 - in trunk/ethereal/plugins/pidl: .

2005-01-25 Thread tpot
Author: tpot Date: 2005-01-26 07:18:50 + (Wed, 26 Jan 2005) New Revision: 200 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=200 Log: Update autogenerated files. Modified: trunk/ethereal/plugins/pidl/packet-dcerpc-atsvc.c trunk/ethereal/plugins/pidl

svn commit: samba r4973 - in branches/SAMBA_4_0/source/torture: . rap

2005-01-24 Thread tpot
Author: tpot Date: 2005-01-25 01:21:59 + (Tue, 25 Jan 2005) New Revision: 4973 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4973 Log: Add a RAP scanner to smbtorture. win2k has call numbers 0-215 although the cifs tr lists 250-318 also. Modified: branches

svn commit: samba r4974 - in branches/SAMBA_4_0: .

2005-01-24 Thread tpot
Author: tpot Date: 2005-01-25 01:39:44 + (Tue, 25 Jan 2005) New Revision: 4974 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4974 Log: Update location of talloc_guide.txt Modified: branches/SAMBA_4_0/prog_guide.txt Changeset: Modified: branches/SAMBA_4_0

svn commit: samba r4975 - in branches/SAMBA_4_0/source/torture/rap: .

2005-01-24 Thread tpot
Author: tpot Date: 2005-01-25 02:07:27 + (Tue, 25 Jan 2005) New Revision: 4975 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4975 Log: Update usage of talloc in rap torture code. Don't use ZERO_STRUCTP() when creating a new struct rap_call. Modified: branches

svn commit: samba r4940 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-23 Thread tpot
Author: tpot Date: 2005-01-23 11:03:20 + (Sun, 23 Jan 2005) New Revision: 4940 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4940 Log: Add a variable to hold a list of typedefs for which we shouldn't generate a dissector for. A hand written dissector needs

svn commit: samba r4930 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-22 Thread tpot
Author: tpot Date: 2005-01-22 08:09:10 + (Sat, 22 Jan 2005) New Revision: 4930 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4930 Log: Update my copyright. Modified: branches/SAMBA_4_0/source/build/pidl/eparser.pm Changeset: Modified: branches/SAMBA_4_0

svn commit: samba r4928 - in test: .

2005-01-21 Thread tpot
Author: tpot Date: 2005-01-22 07:47:35 + (Sat, 22 Jan 2005) New Revision: 4928 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4928 Log: Testing fsfs backend for websvn. Modified: test/dummy Changeset: Modified: test/dummy

svn commit: samba r4929 - in test: .

2005-01-21 Thread tpot
Author: tpot Date: 2005-01-22 07:53:23 + (Sat, 22 Jan 2005) New Revision: 4929 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4929 Log: Test again. Modified: test/dummy Changeset: Modified: test/dummy

svn commit: samba-web r509 - in hooks: .

2005-01-19 Thread tpot
Author: tpot Date: 2005-01-19 08:14:33 + (Wed, 19 Jan 2005) New Revision: 509 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=samba-webrev=509 Log: Push change to websvn. Modified: hooks/post-commit Changeset: Modified: hooks/post-commit

svn commit: linux-cifs-client r21 - in hooks: .

2005-01-19 Thread tpot
Author: tpot Date: 2005-01-19 08:19:47 + (Wed, 19 Jan 2005) New Revision: 21 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=linux-cifs-clientrev=21 Log: Push change to websvn. Modified: hooks/post-commit Changeset: Modified: hooks/post-commit

svn commit: samba r4841 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-19 Thread tpot
Author: tpot Date: 2005-01-19 10:17:46 + (Wed, 19 Jan 2005) New Revision: 4841 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4841 Log: Handle levels that are signed integer types. Modified: branches/SAMBA_4_0/source/build/pidl/eparser.pm Changeset: Modified

svn commit: lorikeet r192 - in trunk/ethereal/plugins/pidl: .

2005-01-19 Thread tpot
Author: tpot Date: 2005-01-19 10:18:44 + (Wed, 19 Jan 2005) New Revision: 192 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=192 Log: Handle DATA_BLOB's and NTTIME_1sec's. Modified: trunk/ethereal/plugins/pidl/eparser.c trunk/ethereal/plugins/pidl

svn commit: lorikeet r193 - in trunk/ethereal/plugins/pidl: .

2005-01-19 Thread tpot
Author: tpot Date: 2005-01-19 10:19:31 + (Wed, 19 Jan 2005) New Revision: 193 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=193 Log: Add dissector for drsuapi. Added: trunk/ethereal/plugins/pidl/packet-dcerpc-drsuapi.c trunk/ethereal/plugins/pidl/packet

svn commit: lorikeet r194 - in trunk/ethereal/plugins/pidl: .

2005-01-19 Thread tpot
Author: tpot Date: 2005-01-19 11:07:10 + (Wed, 19 Jan 2005) New Revision: 194 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=194 Log: Dissect strings that have the STR_SIZE4 flag as used by WINREG. Ethereal can now dissect the capture produced by RPC-WINREG

svn commit: samba r4842 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-19 Thread tpot
Author: tpot Date: 2005-01-19 11:24:29 + (Wed, 19 Jan 2005) New Revision: 4842 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4842 Log: Set the end of a structure so that when you click on the proto tree, the hex display window highlights the part of the buffer

svn commit: lorikeet r195 - in trunk/ethereal/plugins/pidl: .

2005-01-19 Thread tpot
Author: tpot Date: 2005-01-20 05:55:27 + (Thu, 20 Jan 2005) New Revision: 195 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=195 Log: Make more friendly name for hf_dom_sid2_num_auths. Modified: trunk/ethereal/plugins/pidl/eparser.c Changeset: Modified

svn commit: samba r4865 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-19 Thread tpot
Author: tpot Date: 2005-01-20 05:57:05 + (Thu, 20 Jan 2005) New Revision: 4865 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4865 Log: Fix up subtree name when dissecting unions. E.g in LSA, The subtree used to be called something like Level, R-out.info but now

svn commit: samba r4834 - in hooks: .

2005-01-18 Thread tpot
Author: tpot Date: 2005-01-19 04:21:47 + (Wed, 19 Jan 2005) New Revision: 4834 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4834 Log: Create a delta to apply to the websvn repository and send it over to dp3. This is in preparation for getting rid of rsync

svn commit: samba r4835 - in test: .

2005-01-18 Thread tpot
Author: tpot Date: 2005-01-19 04:28:04 + (Wed, 19 Jan 2005) New Revision: 4835 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4835 Log: Testing post-commit hook changes. Modified: test/dummy Changeset: Modified: test/dummy

svn commit: samba r4836 - in test: .

2005-01-18 Thread tpot
Author: tpot Date: 2005-01-19 04:35:06 + (Wed, 19 Jan 2005) New Revision: 4836 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4836 Log: Another test. Modified: test/dummy Changeset: Modified: test/dummy

svn commit: samba r4837 - in test: .

2005-01-18 Thread tpot
Author: tpot Date: 2005-01-19 04:42:12 + (Wed, 19 Jan 2005) New Revision: 4837 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4837 Log: Final (?) test. Modified: test/dummy Changeset: Modified: test/dummy

svn commit: samba r4838 - in hooks: .

2005-01-18 Thread tpot
Author: tpot Date: 2005-01-19 05:02:17 + (Wed, 19 Jan 2005) New Revision: 4838 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4838 Log: Add some comments. Modified: hooks/post-commit Changeset: Modified: hooks/post-commit

svn commit: lorikeet r189 - in trunk/ethereal/plugins/pidl: .

2005-01-18 Thread tpot
Author: tpot Date: 2005-01-19 06:05:25 + (Wed, 19 Jan 2005) New Revision: 189 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=189 Log: Add parsers for WERROR and arrays of uint16's. Modified: trunk/ethereal/plugins/pidl/eparser.c trunk/ethereal/plugins

svn commit: lorikeet r190 - in trunk/ethereal/plugins/pidl: .

2005-01-18 Thread tpot
Author: tpot Date: 2005-01-19 06:06:38 + (Wed, 19 Jan 2005) New Revision: 190 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=190 Log: Add WINREG parser. Doesn't work 100% as some of the string flags aren't supported in eparser.c yet. Added: trunk/ethereal

svn commit: lorikeet r191 - in hooks: .

2005-01-18 Thread tpot
Author: tpot Date: 2005-01-19 06:28:34 + (Wed, 19 Jan 2005) New Revision: 191 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=191 Log: Add scriptlet to send deltas to dp3. Modified: hooks/post-commit Changeset: Modified: hooks/post-commit

svn commit: lorikeet r185 - in trunk/ethereal/plugins/pidl: .

2005-01-17 Thread tpot
Author: tpot Date: 2005-01-18 05:22:30 + (Tue, 18 Jan 2005) New Revision: 185 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=185 Log: Create TODO list of things to remember. Added: trunk/ethereal/plugins/pidl/TODO Changeset: Added: trunk/ethereal/plugins

svn commit: samba r4815 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-17 Thread tpot
Author: tpot Date: 2005-01-18 05:32:35 + (Tue, 18 Jan 2005) New Revision: 4815 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4815 Log: Handle uint8 and uint16 bitmap types. Break out arguments to proto_register_protocol() so they can be renamed easily

svn commit: lorikeet r186 - in trunk/ethereal/plugins/pidl: .

2005-01-17 Thread tpot
Author: tpot Date: 2005-01-18 05:33:05 + (Tue, 18 Jan 2005) New Revision: 186 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=186 Log: Handle NTTIME_hyper types. Not sure whether the alignment is correct though. Modified: trunk/ethereal/plugins/pidl

svn commit: samba r4816 - in branches/SAMBA_4_0/source/include: .

2005-01-17 Thread tpot
Author: tpot Date: 2005-01-18 06:38:11 + (Tue, 18 Jan 2005) New Revision: 4816 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4816 Log: Note that NTTIME is 4-byte aligned which makes the comment about alignment for NTTIME_hyper make a bit more sense. Modified

svn commit: lorikeet r187 - in trunk/ethereal/plugins/pidl: .

2005-01-17 Thread tpot
Author: tpot Date: 2005-01-18 06:50:47 + (Tue, 18 Jan 2005) New Revision: 187 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=187 Log: Handle arrays of structures that contain buffers properly. Modified: trunk/ethereal/plugins/pidl/eparser.c Changeset

svn commit: lorikeet r188 - in trunk/ethereal/plugins/pidl: .

2005-01-17 Thread tpot
Author: tpot Date: 2005-01-18 06:54:15 + (Tue, 18 Jan 2005) New Revision: 188 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=188 Log: Check in autogenerated files. Modified: trunk/ethereal/plugins/pidl/TODO trunk/ethereal/plugins/pidl/packet-dcerpc

svn commit: samba r4796 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-16 Thread tpot
Author: tpot Date: 2005-01-17 05:41:18 + (Mon, 17 Jan 2005) New Revision: 4796 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4796 Log: Get rid of unecessary #include Modified: branches/SAMBA_4_0/source/build/pidl/eparser.pm Changeset: Modified: branches

svn commit: lorikeet r183 - in trunk/ethereal/plugins/pidl: .

2005-01-16 Thread tpot
Author: tpot Date: 2005-01-17 05:42:19 + (Mon, 17 Jan 2005) New Revision: 183 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=183 Log: Fix stoopid printf format string bug. Modified: trunk/ethereal/plugins/pidl/eparser.c Changeset: Modified: trunk/ethereal

svn commit: samba r4797 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-16 Thread tpot
Author: tpot Date: 2005-01-17 06:21:40 + (Mon, 17 Jan 2005) New Revision: 4797 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4797 Log: Add the name of what we are pointing to when dissecting pointers. Modified: branches/SAMBA_4_0/source/build/pidl/eparser.pm

svn commit: lorikeet r184 - in trunk/ethereal/plugins/pidl: .

2005-01-16 Thread tpot
Author: tpot Date: 2005-01-17 06:24:03 + (Mon, 17 Jan 2005) New Revision: 184 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=184 Log: Add the name of what we are pointing to when dissecting pointers. Modified: trunk/ethereal/plugins/pidl/eparser.c trunk

svn commit: samba r4798 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-16 Thread tpot
Author: tpot Date: 2005-01-17 06:37:47 + (Mon, 17 Jan 2005) New Revision: 4798 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4798 Log: When dissecting structures, name the protocol tree after the field name, not the field type (i.e DACL and SACL instead of dom_sid

svn commit: samba r4770 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-15 Thread tpot
Author: tpot Date: 2005-01-16 01:48:08 + (Sun, 16 Jan 2005) New Revision: 4770 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4770 Log: Change from processing ndr_*.[ch] files all at once to line-by-line. I'm hoping this will allow better mapping hf fields

svn commit: samba r4771 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-15 Thread tpot
Author: tpot Date: 2005-01-16 01:57:12 + (Sun, 16 Jan 2005) New Revision: 4771 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4771 Log: Fix some indentation. Modified: branches/SAMBA_4_0/source/build/pidl/eparser.pm Changeset: Modified: branches/SAMBA_4_0

svn commit: samba r4773 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-15 Thread tpot
Author: tpot Date: 2005-01-16 06:12:22 + (Sun, 16 Jan 2005) New Revision: 4773 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4773 Log: Handle arrays of scalar types as function arguments. Add hf for function return value. Rename struct field members to be named

svn commit: samba r4606 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-08 Thread tpot
Author: tpot Date: 2005-01-09 02:03:59 + (Sun, 09 Jan 2005) New Revision: 4606 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4606 Log: Start adding some more comments and some indentation for the eparser regexps. Hopefully this will make things a bit easier

svn commit: samba r4613 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-08 Thread tpot
Author: tpot Date: 2005-01-09 05:31:59 + (Sun, 09 Jan 2005) New Revision: 4613 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4613 Log: Fix stuff I broke in the last commit with the /x regexp flag. Modified: branches/SAMBA_4_0/source/build/pidl/eparser.pm

svn commit: samba r4599 - in branches/SAMBA_4_0/source: build/pidl script

2005-01-07 Thread tpot
Author: tpot Date: 2005-01-07 22:27:18 + (Fri, 07 Jan 2005) New Revision: 4599 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4599 Log: Remove some duplicated code in pidl.pl. Start working on adding support for bitmaps and enums. In progress tweaks for arrays

svn commit: samba r4600 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-07 Thread tpot
Author: tpot Date: 2005-01-07 23:23:28 + (Fri, 07 Jan 2005) New Revision: 4600 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4600 Log: Remove Data::Dumper import leftover from debugging. Return more ethereal types and bases for hf fields. Currently we assume

svn commit: lorikeet r173 - in trunk/ethereal/plugins/pidl: .

2005-01-07 Thread tpot
Author: tpot Date: 2005-01-08 00:38:15 + (Sat, 08 Jan 2005) New Revision: 173 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=173 Log: Number array entries. Modified: trunk/ethereal/plugins/pidl/eparser.c Changeset: Modified: trunk/ethereal/plugins/pidl

svn commit: samba r4578 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-06 Thread tpot
Author: tpot Date: 2005-01-06 23:08:30 + (Thu, 06 Jan 2005) New Revision: 4578 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4578 Log: Minor cleanup of ndr_pull_array() and ndr_pull_array_foo() regexps. Modified: branches/SAMBA_4_0/source/build/pidl/eparser.pm

svn commit: samba r4546 - in branches/SAMBA_4_0/source/scripting/swig: .

2005-01-05 Thread tpot
Author: tpot Date: 2005-01-06 02:10:33 + (Thu, 06 Jan 2005) New Revision: 4546 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4546 Log: Use talloc_p() instad of talloc() Modified: branches/SAMBA_4_0/source/scripting/swig/dcerpc.i Changeset: Modified: branches

svn commit: samba r4548 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-05 Thread tpot
Author: tpot Date: 2005-01-06 02:36:59 + (Thu, 06 Jan 2005) New Revision: 4548 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4548 Log: Convert to talloc_p() and talloc_array_p() where appropriate. (swig stuff seems broken atm though) Modified: branches

svn commit: samba r4517 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-04 Thread tpot
Author: tpot Date: 2005-01-04 23:15:33 + (Tue, 04 Jan 2005) New Revision: 4517 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4517 Log: Revert previous commit about giving arrays of scalars their own subtree. Generate code to display using proto_tree_add_bytes

svn commit: lorikeet r165 - in trunk/ethereal/plugins/pidl: .

2005-01-04 Thread tpot
Author: tpot Date: 2005-01-04 23:18:41 + (Tue, 04 Jan 2005) New Revision: 165 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=165 Log: Revert previous commit about giving arrays of scalars their own subtree. Generate code to display using proto_tree_add_bytes

svn commit: lorikeet r155 - in trunk/ethereal/plugins/pidl: .

2005-01-03 Thread tpot
Author: tpot Date: 2005-01-03 22:46:19 + (Mon, 03 Jan 2005) New Revision: 155 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=155 Log: Initialise samr and lsa dissectors. Cleanup to remove a bunch of warnings. Modified: trunk/ethereal/plugins/pidl/pidl.c

svn commit: lorikeet r156 - in trunk/ethereal/plugins/pidl: .

2005-01-03 Thread tpot
Author: tpot Date: 2005-01-03 22:47:53 + (Mon, 03 Jan 2005) New Revision: 156 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=156 Log: Remove libndr function typedefs as we want to modify them to use struct pidl_pull. Modified: trunk/ethereal/plugins/pidl

svn commit: lorikeet r157 - in trunk/ethereal/plugins/pidl: .

2005-01-03 Thread tpot
Author: tpot Date: 2005-01-03 22:50:58 + (Mon, 03 Jan 2005) New Revision: 157 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=157 Log: Add function prototypes for ndr_pull_*_fn_t. Fix bug in prototype for ndr_pull_relative2(). Initialise array_length_list

svn commit: samba r4509 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-03 Thread tpot
Author: tpot Date: 2005-01-03 23:28:45 + (Mon, 03 Jan 2005) New Revision: 4509 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4509 Log: Add missing cr. Modified: branches/SAMBA_4_0/source/build/pidl/parser.pm Changeset: Modified: branches/SAMBA_4_0/source

svn commit: lorikeet r158 - in trunk/ethereal/plugins/pidl: .

2005-01-03 Thread tpot
Author: tpot Date: 2005-01-03 23:30:15 + (Mon, 03 Jan 2005) New Revision: 158 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=158 Log: Call registration functions for misc.idl and security.idl in plugin init. Modified: trunk/ethereal/plugins/pidl/pidl.c

svn commit: lorikeet r159 - in trunk/ethereal/plugins/pidl: .

2005-01-03 Thread tpot
Author: tpot Date: 2005-01-03 23:38:34 + (Mon, 03 Jan 2005) New Revision: 159 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=159 Log: Register field info for subcontext sizes, array length and offset, and num auths. samr now completely decodes! Modified

svn commit: samba r4511 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-03 Thread tpot
Author: tpot Date: 2005-01-04 05:21:24 + (Tue, 04 Jan 2005) New Revision: 4511 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4511 Log: Remove a crapload of dead code. Modified: branches/SAMBA_4_0/source/build/pidl/eparser.pm Changeset: Sorry, the patch

svn commit: lorikeet r160 - in trunk/ethereal/plugins/pidl: .

2005-01-03 Thread tpot
Author: tpot Date: 2005-01-04 05:43:59 + (Tue, 04 Jan 2005) New Revision: 160 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=160 Log: When creating subtrees for ndr structures, make the name a bit friendlier looking than the IDL field name. Modified: trunk

svn commit: samba r4512 - in branches/SAMBA_4_0/source/build/pidl: .

2005-01-03 Thread tpot
Author: tpot Date: 2005-01-04 06:35:53 + (Tue, 04 Jan 2005) New Revision: 4512 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=4512 Log: Give arrays of scalar types their own subtree. Modified: branches/SAMBA_4_0/source/build/pidl/eparser.pm Changeset

svn commit: lorikeet r162 - in trunk/ethereal/plugins/pidl: .

2005-01-03 Thread tpot
Author: tpot Date: 2005-01-04 06:37:39 + (Tue, 04 Jan 2005) New Revision: 162 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=lorikeetrev=162 Log: Check in changes to autogenerated dissectors after the last couple of bugfixes (hey the diffs for this are actually pretty

<    1   2   3   4   5   6   7   8   9   10   >