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

2005-08-10 Thread tpot
Author: tpot Date: 2005-08-11 03:31:35 + (Thu, 11 Aug 2005) New Revision: 9237 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9237 Log: Fix eventlog_Record typedef so it decodes records source and computer names. Need to get working with SIDs and ex

svn commit: samba r9223 - in branches/SAMBA_4_0/source/libcli: . composite raw

2005-08-08 Thread tpot
Author: tpot Date: 2005-08-09 04:11:09 + (Tue, 09 Aug 2005) New Revision: 9223 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9223 Log: Rename smb_raw_session_setup() to smb_raw_sesssetup(). Modified: branches/SAMBA_4_0/source/libcli/cliconnect.c

svn commit: samba r9222 - in branches/SAMBA_4_0/source: libcli libcli/composite libcli/raw libcli/util torture/raw torture/rpc

2005-08-08 Thread tpot
Author: tpot Date: 2005-08-09 03:09:47 + (Tue, 09 Aug 2005) New Revision: 9222 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9222 Log: Rename smb_tree_connect() to smb_raw_tcon() to match other raw function names. Modified: branches/SAMBA_4_0/sourc

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

2005-08-08 Thread tpot
Author: tpot Date: 2005-08-09 00:34:24 + (Tue, 09 Aug 2005) New Revision: 9220 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9220 Log: Start trying to get autogenerated code to compile. - Split out push/pull of top level elements into separate f

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

2005-08-07 Thread tpot
Author: tpot Date: 2005-08-08 02:19:35 + (Mon, 08 Aug 2005) New Revision: 9207 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9207 Log: Start generating ejs_push/pull calls for structure elements. Modified: branches/SAMBA_4_0/sourc

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

2005-08-07 Thread tpot
Author: tpot Date: 2005-08-08 00:24:05 + (Mon, 08 Aug 2005) New Revision: 9205 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9205 Log: Generate more stub code for smb_raw ejs functions. Modified: branches/SAMBA_4_0/source/script/build_smb_inter

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

2005-08-07 Thread tpot
Author: tpot Date: 2005-08-07 22:14:30 + (Sun, 07 Aug 2005) New Revision: 9202 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9202 Log: OK now we are getting somewhere. Generate js stubs for top level structs and each arm of top level unions. Don'

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

2005-08-07 Thread tpot
Author: tpot Date: 2005-08-07 21:10:32 + (Sun, 07 Aug 2005) New Revision: 9199 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9199 Log: Another go at recursive flattening of structs. Modified: branches/SAMBA_4_0/source/script/build_smb_inter

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

2005-08-07 Thread tpot
Author: tpot Date: 2005-08-07 19:22:20 + (Sun, 07 Aug 2005) New Revision: 9191 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9191 Log: Generate headers for nested structures that need pushing or pulling. Modified: branches/SAMBA_4_0/sourc

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

2005-08-07 Thread tpot
Author: tpot Date: 2005-08-07 18:04:34 + (Sun, 07 Aug 2005) New Revision: 9185 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9185 Log: Make second pass over the parser tree and tidy things up to make it a bit easier for the code generator. Modified:

svn commit: samba r9156 - in branches/SAMBA_4_0/source: librpc/idl torture/rpc

2005-08-05 Thread tpot
Author: tpot Date: 2005-08-06 00:58:06 + (Sat, 06 Aug 2005) New Revision: 9156 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9156 Log: Add IDL and test for FlushEventLog() but it always seems to return NT_STATUS_ACCESS_DENIED. Modified: branches/S

svn commit: samba r9155 - in branches/SAMBA_4_0/source/torture/rpc: .

2005-08-05 Thread tpot
Author: tpot Date: 2005-08-06 00:47:17 + (Sat, 06 Aug 2005) New Revision: 9155 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9155 Log: Fix ReadEventLog() test so it now works. Modified: branches/SAMBA_4_0/source/torture/rpc/eventlog.c Changeset:

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

2005-08-05 Thread tpot
Author: tpot Date: 2005-08-06 00:46:43 + (Sat, 06 Aug 2005) New Revision: 9154 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9154 Log: Change eventlog enums to bitmaps. Fix IDL for ReadEventLogW() function. Modified: branches/SAMBA_4_0/source/li

svn commit: samba r9145 - in branches/SAMBA_4_0/source: librpc/idl torture/rpc

2005-08-05 Thread tpot
Author: tpot Date: 2005-08-05 22:57:47 + (Fri, 05 Aug 2005) New Revision: 9145 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9145 Log: Some work on eventlog since jerry is doing some in Samba3. (-: - Convert to use lsa_String instead of eventlo

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

2005-08-05 Thread tpot
Author: tpot Date: 2005-08-05 18:28:19 + (Fri, 05 Aug 2005) New Revision: 9130 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9130 Log: Fix up awful indentation. Modified: branches/SAMBA_4_0/source/librpc/idl/eventlog.idl Changeset: Modified:

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

2005-08-05 Thread tpot
Author: tpot Date: 2005-08-05 18:06:15 + (Fri, 05 Aug 2005) New Revision: 9129 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9129 Log: Start working on nested anonymous structures and unions. A better design is starting to become clearer. (-:

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

2005-08-05 Thread tpot
Author: tpot Date: 2005-08-05 15:54:11 + (Fri, 05 Aug 2005) New Revision: 9124 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9124 Log: Handle more types pointers to simple types. Modified: branches/SAMBA_4_0/source/script/build_smb_interfaces.pl C

svn commit: samba r9123 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-08-05 Thread tpot
Author: tpot Date: 2005-08-05 15:53:04 + (Fri, 05 Aug 2005) New Revision: 9123 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9123 Log: Add ejs_pull_DATA_BLOB() and ejs_pull_BOOL() although leave DATA_BLOB unimplemented for the moment. Modified:

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

2005-08-04 Thread tpot
Author: tpot Date: 2005-08-05 05:32:39 + (Fri, 05 Aug 2005) New Revision: 9102 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9102 Log: Generate files in $srcdir/libcli/gen_raw instead of $srcdir. Start fixing compile problems in generated output.

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

2005-08-04 Thread tpot
Author: tpot Date: 2005-08-05 05:26:58 + (Fri, 05 Aug 2005) New Revision: 9101 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9101 Log: Check in file generated by Parse::YAPP. Modified: branches/SAMBA_4_0/source/build/pidl/smb_interfaces.pm Changese

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

2005-08-04 Thread tpot
Author: tpot Date: 2005-08-05 04:50:32 + (Fri, 05 Aug 2005) New Revision: 9099 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9099 Log: Start generating code to pull/push fields. Generate functions to call the smb_raw_foo() calls. Modified:

svn commit: samba r9096 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-08-04 Thread tpot
Author: tpot Date: 2005-08-05 04:36:31 + (Fri, 05 Aug 2005) New Revision: 9096 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9096 Log: Spelling. Modified: branches/SAMBA_4_0/source/scripting/ejs/mprutil.c Changeset: Modified: branches/SAMBA_4_

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

2005-08-04 Thread tpot
Author: tpot Date: 2005-08-05 01:23:35 + (Fri, 05 Aug 2005) New Revision: 9092 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9092 Log: Generate some more stub functions. Modified: branches/SAMBA_4_0/source/script/build_smb_interfaces.pl Changeset:

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

2005-08-04 Thread tpot
Author: tpot Date: 2005-08-05 01:04:45 + (Fri, 05 Aug 2005) New Revision: 9089 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9089 Log: Start generating module init and top level ejs functions for smb_interfaces. Modified: branches/SAMBA_4_0/sourc

svn commit: smb-build r24 - in trunk/testprog: .

2005-08-02 Thread tpot
Author: tpot Date: 2005-08-03 01:05:01 + (Wed, 03 Aug 2005) New Revision: 24 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=smb-build&rev=24 Log: Fix again. Modified: trunk/testprog/testprog.c Changeset: Modified: trunk/testprog/te

svn commit: smb-build r23 - in trunk/testprog: .

2005-08-02 Thread tpot
Author: tpot Date: 2005-08-03 01:01:56 + (Wed, 03 Aug 2005) New Revision: 23 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=smb-build&rev=23 Log: Break build to test analyse script again. Modified: trunk/testprog/testprog.c Changeset: Modified: trunk/

svn commit: samba r8949 - branches/SAMBA_3_0/source trunk/source

2005-08-02 Thread tpot
Author: tpot Date: 2005-08-02 20:58:10 + (Tue, 02 Aug 2005) New Revision: 8949 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8949 Log: Fix incorrect SHLIBEXT is set when running configure script on HPUX IA systems. This causes share libs to be built

svn commit: samba r8946 - branches/SAMBA_3_0/source/lib branches/SAMBA_3_0/source/nmbd trunk/source/lib trunk/source/nmbd

2005-08-02 Thread tpot
Author: tpot Date: 2005-08-02 20:44:30 + (Tue, 02 Aug 2005) New Revision: 8946 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8946 Log: Some casts to fix warnings when time_t is an unsigned type. Fixes bugzilla #1888 and #1894. Modified: branches/S

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

2005-08-02 Thread tpot
Author: tpot Date: 2005-08-02 20:19:42 + (Tue, 02 Aug 2005) New Revision: 8941 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8941 Log: Fix unused variable warning. Bugzilla #2940. Modified: branches/SAMBA_3_0/source/rpc_server/srv_svcctl_nt.c

svn commit: samba r8935 - branches/SAMBA_3_0/source/utils trunk/source/utils

2005-08-02 Thread tpot
Author: tpot Date: 2005-08-02 19:15:19 + (Tue, 02 Aug 2005) New Revision: 8935 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8935 Log: Fix signed/unsigned comparison warning. Bugzilla #2943. Modified: branches/SAMBA_3_0/source/utils/net_rpc.c

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

2005-08-02 Thread tpot
Author: tpot Date: 2005-08-02 18:56:18 + (Tue, 02 Aug 2005) New Revision: 8934 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8934 Log: Some refactoring of smb_interfaces code generator. Modified: branches/SAMBA_4_0/source/script/build_smb_inter

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

2005-08-02 Thread tpot
Author: tpot Date: 2005-08-02 18:29:51 + (Tue, 02 Aug 2005) New Revision: 8932 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8932 Log: Handle non-anonymous unions and structures better. Modified: branches/SAMBA_4_0/source/build/pidl/smb_inter

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

2005-08-02 Thread tpot
Author: tpot Date: 2005-08-02 17:02:25 + (Tue, 02 Aug 2005) New Revision: 8925 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8925 Log: Start generating header and implementation files for smb_interfaces.h Modified: branches/SAMBA_4_0/sourc

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

2005-08-02 Thread tpot
Author: tpot Date: 2005-08-02 16:21:30 + (Tue, 02 Aug 2005) New Revision: 8920 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8920 Log: Make NAME hash entry for struct elements a list. Return array length entries for elements that have an array s

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

2005-08-02 Thread tpot
Author: tpot Date: 2005-08-02 16:06:35 + (Tue, 02 Aug 2005) New Revision: 8919 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8919 Log: Return references to structs and unions in parse tree. Fill in type names for structs and unions also. Modified:

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

2005-08-02 Thread tpot
Author: tpot Date: 2005-08-02 14:58:59 + (Tue, 02 Aug 2005) New Revision: 8918 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8918 Log: Handle const elements in structures or unions. This is a bit yucky but making an optional_const rule puts the pars

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

2005-08-01 Thread tpot
Author: tpot Date: 2005-08-02 06:10:31 + (Tue, 02 Aug 2005) New Revision: 8910 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8910 Log: An initial parser to parse structures in smb_interfaces.h. This will be used to generate ejs objects for making raw s

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

2005-08-01 Thread tpot
Author: tpot Date: 2005-08-01 19:58:16 + (Mon, 01 Aug 2005) New Revision: 8894 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8894 Log: Fix a warning. Bugzilla #2939. Modified: branches/SAMBA_3_0/source/rpc_server/srv_svcctl_nt.c trunk/source/rp

svn commit: smb-build r21 - in trunk/testprog: .

2005-08-01 Thread tpot
Author: tpot Date: 2005-08-01 19:13:30 + (Mon, 01 Aug 2005) New Revision: 21 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=smb-build&rev=21 Log: Fix build again. Modified: trunk/testprog/testprog.c Changeset: Modified: trunk/testprog/te

svn commit: smb-build r20 - in trunk/testprog: .

2005-08-01 Thread tpot
Author: tpot Date: 2005-08-01 19:08:49 + (Mon, 01 Aug 2005) New Revision: 20 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=smb-build&rev=20 Log: Break the build to test my changes to the build notification script. Modified: trunk/testprog/testprog.c C

svn commit: smb-build r19 - in trunk/build/m4: .

2005-07-31 Thread tpot
Author: tpot Date: 2005-08-01 03:10:56 + (Mon, 01 Aug 2005) New Revision: 19 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=smb-build&rev=19 Log: Tee-hee. Python portability fix. Modified: trunk/build/m4/check_python.m4 Changeset: Modified: trunk/

svn commit: smb-build r18 - in trunk/build/m4: .

2005-07-31 Thread tpot
Author: tpot Date: 2005-08-01 02:59:04 + (Mon, 01 Aug 2005) New Revision: 18 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=smb-build&rev=18 Log: Add a python existence and version number check to see what's out there on the build farm machines. Added: t

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

2005-07-31 Thread tpot
Author: tpot Date: 2005-08-01 01:39:24 + (Mon, 01 Aug 2005) New Revision: 8878 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8878 Log: Spelling fixes. (-: Modified: branches/SAMBA_4_0/source/build/pidl/idl.yp Changeset: Modified: branches/SAMBA_4_

svn commit: samba r8714 - in branches/SAMBA_4_0/source/dsdb/samdb: .

2005-07-22 Thread tpot
Author: tpot Date: 2005-07-22 11:19:55 + (Fri, 22 Jul 2005) New Revision: 8714 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8714 Log: Oops - get it right this time! Modified: branches/SAMBA_4_0/source/dsdb/samdb/samdb.c Changeset: Modified:

svn commit: samba r8713 - in branches/SAMBA_4_0/source: build/m4 dsdb/samdb include

2005-07-22 Thread tpot
Author: tpot Date: 2005-07-22 11:16:32 + (Fri, 22 Jul 2005) New Revision: 8713 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8713 Log: Experiment to try and fix warnings on 64-bit machines without breaking 32-bit ones. Yes, this weird looking macros

svn commit: samba-blog r18 - in branches/PEOPLE: .

2005-07-19 Thread tpot
Author: tpot Date: 2005-07-19 23:20:33 + (Tue, 19 Jul 2005) New Revision: 18 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-blog&rev=18 Log: Add me to samba-blogs. Added: branches/PEOPLE/tpot/ Modified: branches/PEOPLE/index.html Changeset:

svn commit: samba r8597 - branches/SAMBA_3_0/source/rpc_parse trunk/source/rpc_parse

2005-07-19 Thread tpot
Author: tpot Date: 2005-07-19 10:15:10 + (Tue, 19 Jul 2005) New Revision: 8597 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8597 Log: Use UNI_STR_TERMINATE (an enum value) instead of STR_TERMINATE (a #define) to quieten a warning. Bugzilla #2892.

svn commit: samba r8596 - branches/SAMBA_3_0/source/python trunk/source/python

2005-07-19 Thread tpot
Author: tpot Date: 2005-07-19 10:01:32 + (Tue, 19 Jul 2005) New Revision: 8596 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8596 Log: Don't wrap non-existent functions. Bugzilla #2895. Modified: branches/SAMBA_3_0/source/python/py_tdb.c

svn commit: samba r8595 - branches/SAMBA_3_0/source/tdb trunk/source/tdb

2005-07-19 Thread tpot
Author: tpot Date: 2005-07-19 09:59:37 + (Tue, 19 Jul 2005) New Revision: 8595 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8595 Log: Delete unused prototypes. Modified: branches/SAMBA_3_0/source/tdb/tdb.h trunk/source/tdb/tdb.h Changeset:

svn commit: samba r8592 - branches/SAMBA_3_0/source/utils trunk/source/utils

2005-07-19 Thread tpot
Author: tpot Date: 2005-07-19 09:37:42 + (Tue, 19 Jul 2005) New Revision: 8592 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8592 Log: I'm pretty sure this should be != instead of =!. Bugzilla #2893. Modified: branches/SAMBA_3_0

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

2005-07-18 Thread tpot
Author: tpot Date: 2005-07-19 03:54:01 + (Tue, 19 Jul 2005) New Revision: 8573 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8573 Log: Fix set but not used warning in srvsvc server-side code. Another bugzilla (#2891) from Jason Mader. Modified:

svn commit: samba r8572 - branches/SAMBA_3_0/source/client branches/SAMBA_3_0/source/libsmb branches/SAMBA_3_0/source/nsswitch branches/SAMBA_3_0/source/torture branches/SAMBA_3_0/source/utils trunk/s

2005-07-18 Thread tpot
Author: tpot Date: 2005-07-19 02:37:04 + (Tue, 19 Jul 2005) New Revision: 8572 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8572 Log: Remove crufty #define NO_SYSLOG as it's not used at all anymore. Modified: branches/SAMBA_3_0/source/cl

svn commit: samba r8571 - branches/SAMBA_3_0/source trunk/source

2005-07-18 Thread tpot
Author: tpot Date: 2005-07-19 02:15:11 + (Tue, 19 Jul 2005) New Revision: 8571 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8571 Log: Ignore TAGS files. Modified: branches/SAMBA_3_0/source/ trunk/source/ Changeset: Property changes on:

svn commit: samba r8414 - in branches/SAMBA_4_0/source: lib/ldb/common lib/ldb/include libcli/ldap

2005-07-12 Thread tpot
Author: tpot Date: 2005-07-13 05:55:28 + (Wed, 13 Jul 2005) New Revision: 8414 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8414 Log: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++. Modified: branches/SAMBA_4_0/sou

svn commit: samba r8403 - in branches/SAMBA_4_0: source/script swat/images swat/scripting

2005-07-12 Thread tpot
Author: tpot Date: 2005-07-13 00:43:00 + (Wed, 13 Jul 2005) New Revision: 8403 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8403 Log: Reinstate linkpad.gif at Deryck's suggestion. Install *.gif from swat/images when installing swat. Added

svn commit: samba r8358 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-07-12 Thread tpot
Author: tpot Date: 2005-07-12 07:17:04 + (Tue, 12 Jul 2005) New Revision: 8358 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8358 Log: Return an error message if js include path not set instead of silently failing. Modified: branches/SAMBA_4_

svn commit: samba r8357 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-07-12 Thread tpot
Author: tpot Date: 2005-07-12 07:15:22 + (Tue, 12 Jul 2005) New Revision: 8357 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8357 Log: Call lp_load() so we can access the various lp_functions(). Modified: branches/SAMBA_4_0/source/scripting/ejs/smb

svn commit: samba r8353 - in branches/SAMBA_4_0/swat: images scripting

2005-07-11 Thread tpot
Author: tpot Date: 2005-07-12 06:31:17 + (Tue, 12 Jul 2005) New Revision: 8353 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8353 Log: Use a PNG instead of a GIF for padding. Also fixes a file not found error as only PNG files were being installed

svn commit: samba r8351 - in branches/SAMBA_4_0/source/web_server: .

2005-07-11 Thread tpot
Author: tpot Date: 2005-07-12 06:17:19 + (Tue, 12 Jul 2005) New Revision: 8351 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8351 Log: When finished sending call stream_terminate_connection() with a nice message instead of NULL. Fix up some other t

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

2005-07-10 Thread tpot
Author: tpot Date: 2005-07-10 10:52:46 + (Sun, 10 Jul 2005) New Revision: 8288 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8288 Log: The SMB_ASSERT_ARRAY macro isn't used anymore. Modified: branches/SAMBA_4_0/source/include/smb_macros.

svn commit: samba r8171 - in branches/SAMBA_4_0/source: lib/registry librpc/idl torture/rpc

2005-07-05 Thread tpot
Author: tpot Date: 2005-07-06 01:53:34 + (Wed, 06 Jul 2005) New Revision: 8171 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8171 Log: According to Samba 3 and Ethereal, the winreg_OpenUnkown stuff is actually a uint16 * without the [string] attribute,

svn commit: samba r8105 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-07-03 Thread tpot
Author: tpot Date: 2005-07-04 01:31:34 + (Mon, 04 Jul 2005) New Revision: 8105 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8105 Log: Add ejsrpc push/pull functions for uint16 and uint8. Modified: branches/SAMBA_4_0/source/scripting/ejs/ejsrpc.c

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

2005-07-03 Thread tpot
Author: tpot Date: 2005-07-04 01:20:02 + (Mon, 04 Jul 2005) New Revision: 8103 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8103 Log: Add an argument separator between the hardcoded args and $PIDL_EXTRA_ARGS so the first extra arg isn't int

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

2005-07-03 Thread tpot
Author: tpot Date: 2005-07-04 00:30:06 + (Mon, 04 Jul 2005) New Revision: 8101 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8101 Log: Fix some indentation. Modified: branches/SAMBA_4_0/source/build/pidl/ejs.pm Changeset: Modified: branches/S

svn commit: samba r7928 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-06-26 Thread tpot
Author: tpot Date: 2005-06-26 07:34:55 + (Sun, 26 Jun 2005) New Revision: 7928 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7928 Log: Add rename, unlink and list commands. list() returns a list of strings, but maybe it should be a list of objects w

svn commit: samba r7924 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-06-25 Thread tpot
Author: tpot Date: 2005-06-26 05:43:16 + (Sun, 26 Jun 2005) New Revision: 7924 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7924 Log: Add mkdir() and rmdir() functions. Write a macro to check tree handle parameters. Modified: branches/SAMBA_4_

svn commit: samba r7922 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-06-25 Thread tpot
Author: tpot Date: 2005-06-26 05:18:50 + (Sun, 26 Jun 2005) New Revision: 7922 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7922 Log: Comment out complicated connect/session/tree API for the moment. Replace with tree_connect() and tree_disconnect() f

svn commit: samba r7802 - in branches/SAMBA_4_0/source/rpc_server/spoolss: .

2005-06-20 Thread tpot
Author: tpot Date: 2005-06-21 06:15:43 + (Tue, 21 Jun 2005) New Revision: 7802 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7802 Log: Remove a junk file. Removed: branches/SAMBA_4_0/source/rpc_server/spoolss/enumprinters.txt Changeset: Deleted:

svn commit: samba r7788 - branches/SAMBA_3_0/source/script trunk/source/script

2005-06-20 Thread tpot
Author: tpot Date: 2005-06-20 21:20:47 + (Mon, 20 Jun 2005) New Revision: 7788 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7788 Log: Update install swat message to reflect the fact that swat/README no longer exists. Bugzilla #2808. Modified:

svn commit: samba r7630 - in branches/SAMBA_4_0/source/libnet: .

2005-06-15 Thread tpot
Author: tpot Date: 2005-06-16 06:56:48 + (Thu, 16 Jun 2005) New Revision: 7630 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7630 Log: Unused variable. Modified: branches/SAMBA_4_0/source/libnet/libnet_user.c Changeset: Modified: branches/SAMBA_4_

svn commit: samba r7629 - in branches/SAMBA_4_0/source/libnet: .

2005-06-15 Thread tpot
Author: tpot Date: 2005-06-16 06:55:55 + (Thu, 16 Jun 2005) New Revision: 7629 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7629 Log: Unused labels. Modified: branches/SAMBA_4_0/source/libnet/libnet_share.c Changeset: Modified: branches/SAMBA_4_

svn commit: samba r7628 - in branches/SAMBA_4_0/source/torture/libnet: .

2005-06-15 Thread tpot
Author: tpot Date: 2005-06-16 06:55:07 + (Thu, 16 Jun 2005) New Revision: 7628 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7628 Log: Unused variables. Modified: branches/SAMBA_4_0/source/torture/libnet/libnet_user.c Changeset: Modified:

svn commit: samba r7627 - in branches/SAMBA_4_0/source/lib: .

2005-06-15 Thread tpot
Author: tpot Date: 2005-06-16 06:39:41 + (Thu, 16 Jun 2005) New Revision: 7627 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7627 Log: Fix warning in unused (?) function. Modified: branches/SAMBA_4_0/source/lib/util_file.c Changeset: Modified:

svn commit: samba r7570 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-06-14 Thread tpot
Author: tpot Date: 2005-06-14 07:14:59 + (Tue, 14 Jun 2005) New Revision: 7570 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7570 Log: Add tree, session and socket disconnect ejs functions. Modified: branches/SAMBA_4_0/source/scripting/ejs/smbcal

svn commit: samba r7569 - in branches/SAMBA_4_0/source/libcli/raw: .

2005-06-13 Thread tpot
Author: tpot Date: 2005-06-14 06:50:12 + (Tue, 14 Jun 2005) New Revision: 7569 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7569 Log: Fix typo in comments. Modified: branches/SAMBA_4_0/source/libcli/raw/clisession.c Changeset: Modified: branches/S

svn commit: samba r7555 - in trunk/source: auth include

2005-06-13 Thread tpot
Author: tpot Date: 2005-06-13 23:56:09 + (Mon, 13 Jun 2005) New Revision: 7555 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7555 Log: Spelling fixes. Modified: trunk/source/auth/auth_ntlmssp.c trunk/source/include/ntlmssp.h Changeset: Modifie

svn commit: samba r7505 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-06-12 Thread tpot
Author: tpot Date: 2005-06-12 07:03:32 + (Sun, 12 Jun 2005) New Revision: 7505 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7505 Log: Add more argument forms for session_setup(). Throw an exception if tree connect fails. Modified: branches/SAMBA_4_

svn commit: samba r7501 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-06-11 Thread tpot
Author: tpot Date: 2005-06-12 06:40:17 + (Sun, 12 Jun 2005) New Revision: 7501 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7501 Log: Fix credential initialisation in ejs session setup. Implement four arg and anonymous version of command. Implement e

svn commit: samba r7500 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-06-11 Thread tpot
Author: tpot Date: 2005-06-12 06:37:25 + (Sun, 12 Jun 2005) New Revision: 7500 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7500 Log: Initialise module subsystems. Modified: branches/SAMBA_4_0/source/scripting/ejs/smbscript.c Changeset: Modified:

svn commit: samba r7482 - in branches/SAMBA_4_0/source: client libcli torture

2005-06-10 Thread tpot
Author: tpot Date: 2005-06-11 03:35:28 + (Sat, 11 Jun 2005) New Revision: 7482 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7482 Log: Rename smbcli_send_tconX() to smbcli_tconX() so as not to get it confused with an async function. Modified:

svn commit: samba r7481 - in branches/SAMBA_4_0/source/lib/ejs: .

2005-06-10 Thread tpot
Author: tpot Date: 2005-06-11 03:34:11 + (Sat, 11 Jun 2005) New Revision: 7481 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7481 Log: Add a mprVarIsPtr macro. Modified: branches/SAMBA_4_0/source/lib/ejs/var.h Changeset: Modified: branches/SAMBA_4_

svn commit: samba r7479 - in branches/SAMBA_4_0/source/torture/rpc: .

2005-06-10 Thread tpot
Author: tpot Date: 2005-06-11 03:04:40 + (Sat, 11 Jun 2005) New Revision: 7479 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7479 Log: ifdef out some more stuff to fix compiler warnings. Modified: branches/SAMBA_4_0/source/torture/rpc/xplogin.c C

svn commit: samba r7477 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-06-10 Thread tpot
Author: tpot Date: 2005-06-11 02:39:14 + (Sat, 11 Jun 2005) New Revision: 7477 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7477 Log: Add MPR_TYPE_PTR to ejs_typeof(). Modified: branches/SAMBA_4_0/source/scripting/ejs/smbcalls.c Changeset:

svn commit: samba r7457 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-06-10 Thread tpot
Author: tpot Date: 2005-06-10 08:00:02 + (Fri, 10 Jun 2005) New Revision: 7457 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7457 Log: Return an ejs C pointer object from the ejs connect() function. Add a session_setup() function that does an anonymous

svn commit: samba r7456 - in branches/SAMBA_4_0/source/lib/ejs: .

2005-06-10 Thread tpot
Author: tpot Date: 2005-06-10 07:58:45 + (Fri, 10 Jun 2005) New Revision: 7456 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7456 Log: Add a simple type that represents a pointer. The ejs people may ask us to change this later but that will be pre

svn commit: samba r7455 - in branches/SAMBA_4_0/source/libcli: .

2005-06-10 Thread tpot
Author: tpot Date: 2005-06-10 07:49:00 + (Fri, 10 Jun 2005) New Revision: 7455 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7455 Log: Remove some talloc contexts that aren't used. Modified: branches/SAMBA_4_0/source/libcli/cliconnect.c Change

svn commit: samba r7422 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-06-09 Thread tpot
Author: tpot Date: 2005-06-09 07:28:21 + (Thu, 09 Jun 2005) New Revision: 7422 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7422 Log: Create a ejs object to wrap a smbcli_transport pointer. Modified: branches/SAMBA_4_0/source/scripting/ejs/smbcal

svn commit: samba r7365 - in branches/SAMBA_4_0/source/torture/libnet: .

2005-06-07 Thread tpot
Author: tpot Date: 2005-06-07 13:30:24 + (Tue, 07 Jun 2005) New Revision: 7365 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7365 Log: Remove unused variables. Modified: branches/SAMBA_4_0/source/torture/libnet/domain.c Changeset: Modified:

svn commit: samba r7351 - in branches/SAMBA_4_0/source/scripting: . ejs

2005-06-07 Thread tpot
Author: tpot Date: 2005-06-07 07:00:28 + (Tue, 07 Jun 2005) New Revision: 7351 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7351 Log: Start of ejs smb client library. I need to figure out a nice API here that doesn't expose too much of the cifs

svn commit: samba r7350 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-06-06 Thread tpot
Author: tpot Date: 2005-06-07 06:38:13 + (Tue, 07 Jun 2005) New Revision: 7350 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7350 Log: Remove unused label. Modified: branches/SAMBA_4_0/source/scripting/ejs/smbcalls.c Changeset: Modified: branches/S

svn commit: samba r7266 - in branches/SAMBA_4_0/source/scripting: . ejs

2005-06-04 Thread tpot
Author: tpot Date: 2005-06-04 07:04:43 + (Sat, 04 Jun 2005) New Revision: 7266 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7266 Log: Split the different types of js function defines into separate files, as there are going to be a lot more of them

svn commit: samba r7263 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-06-03 Thread tpot
Author: tpot Date: 2005-06-04 03:51:38 + (Sat, 04 Jun 2005) New Revision: 7263 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7263 Log: Exit smbscript with the intepreter return value (defaults to 0). Change the exit value for an exception, usage error a

svn commit: samba r7262 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-06-03 Thread tpot
Author: tpot Date: 2005-06-04 03:35:38 + (Sat, 04 Jun 2005) New Revision: 7262 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7262 Log: Add a length property to ARGV array. Modified: branches/SAMBA_4_0/source/scripting/ejs/smbscript.c Changeset:

svn commit: samba r7261 - in branches/SAMBA_4_0: source/scripting/ejs testprogs/ejs

2005-06-03 Thread tpot
Author: tpot Date: 2005-06-04 03:32:18 + (Sat, 04 Jun 2005) New Revision: 7261 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7261 Log: Pass by reference is done in js via MPR_TYPE_OBJECT. Update argument parsing and example for resolveName().

svn commit: samba r7256 - in branches/SAMBA_4_0/testprogs/ejs: .

2005-06-03 Thread tpot
Author: tpot Date: 2005-06-04 01:10:21 + (Sat, 04 Jun 2005) New Revision: 7256 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7256 Log: Demonstrate use of resolveName() js function. Added: branches/SAMBA_4_0/testprogs/ejs/resolveName.js Changese

svn commit: samba r7255 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-06-03 Thread tpot
Author: tpot Date: 2005-06-04 01:08:52 + (Sat, 04 Jun 2005) New Revision: 7255 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7255 Log: Change syntax of resolveName() js function to be more like the resolve_name() C function. I can't figure out

svn commit: samba r7254 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-06-03 Thread tpot
Author: tpot Date: 2005-06-04 01:06:30 + (Sat, 04 Jun 2005) New Revision: 7254 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7254 Log: Add a mprWERROR() function with the same attributes as mprNTSTATUS. Modified: branches/SAMBA_4_0/source/scrip

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

2005-06-03 Thread tpot
Author: tpot Date: 2005-06-04 00:20:32 + (Sat, 04 Jun 2005) New Revision: 7253 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7253 Log: Fix build. Modified: branches/SAMBA_4_0/source/include/structs.h Changeset: Modified: branches/SAMBA_4_0/source

svn commit: samba r7225 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-06-03 Thread tpot
Author: tpot Date: 2005-06-03 12:31:56 + (Fri, 03 Jun 2005) New Revision: 7225 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7225 Log: Create a MprVar object from a NTSTATUS, e.g: res: { is_err: true, is_ok: false, errstr: "NT_STATUS_IO_

svn commit: samba r7223 - in branches/SAMBA_4_0/source/scripting/ejs: .

2005-06-03 Thread tpot
Author: tpot Date: 2005-06-03 12:04:26 + (Fri, 03 Jun 2005) New Revision: 7223 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7223 Log: Advance script past interpreter line. Modified: branches/SAMBA_4_0/source/scripting/ejs/smbscript.c Changeset:

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