CVS update: samba4/source/torture/rpc

2004-04-03 Thread tridge

Date:   Sat Apr  3 17:21:26 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv27420

Modified Files:
lsa.c 
Log Message:
added IDL and test for lsa_OpenSecret()




Revisions:
lsa.c   1.41 => 1.42

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/lsa.c.diff?r1=1.41&r2=1.42


CVS update: samba4/source/torture/rpc

2004-04-03 Thread tridge

Date:   Sat Apr  3 17:15:32 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv25716

Modified Files:
lsa.c 
Log Message:
added IDL and test suite for lsa_CreateSecret()



Revisions:
lsa.c   1.40 => 1.41

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/lsa.c.diff?r1=1.40&r2=1.41


CVS update: samba4/source/torture/rpc

2004-04-03 Thread tridge

Date:   Sat Apr  3 16:44:39 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv20291

Modified Files:
lsa.c 
Log Message:
added idl and test suite for lsa_CreateTrustedDomain()


Revisions:
lsa.c   1.39 => 1.40

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/lsa.c.diff?r1=1.39&r2=1.40


CVS update: samba4/source/torture/raw

2004-04-02 Thread jra

Date:   Fri Apr  2 18:59:38 2004
Author: jra

Update of /data/cvs/samba4/source/torture/raw
In directory dp.samba.org:/tmp/cvs-serv17267/torture/raw

Modified Files:
chkpath.c 
Log Message:
Added one more test for "dirname\."
Jeremy.


Revisions:
chkpath.c   1.3 => 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/chkpath.c.diff?r1=1.3&r2=1.4


CVS update: samba4/source/torture/rpc

2004-03-31 Thread tridge

Date:   Wed Mar 31 12:52:21 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv12484

Modified Files:
lsa.c 
Log Message:
added lsaCreateAccount() and a test in the RPC-LSA test suite
also tested lsa_Delete() to delete the newly created account


Revisions:
lsa.c   1.38 => 1.39

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/lsa.c.diff?r1=1.38&r2=1.39


CVS update: samba4/source/torture/nbench

2004-03-25 Thread tridge

Date:   Fri Mar 26 02:39:48 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/nbench
In directory dp.samba.org:/tmp/cvs-serv12093

Modified Files:
nbio.c 
Log Message:
- moved some of the base tests into torture/basic/

- added a CHARSET set of tests, which determines how the server deals
with some specific charset issues related to UTF-16
support. Interestingly, Samba3 already passes all but one of these
tests, because our incorrect UCS-2 and UTF-8 implementations where we
don't check the validity of characters actually matches what Windows
does! This means that adding UTF-16 support to Samba is going to be
_much_ easier than we expected.


Revisions:
nbio.c  1.8 => 1.9

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/nbench/nbio.c.diff?r1=1.8&r2=1.9


CVS update: samba4/source/torture/basic

2004-03-25 Thread tridge

Date:   Fri Mar 26 02:39:41 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/basic
In directory dp.samba.org:/tmp/cvs-serv12063

Added Files:
aliases.c charset.c denytest.c dfstest.c mangle_test.c 
scanner.c utable.c 
Log Message:
- moved some of the base tests into torture/basic/

- added a CHARSET set of tests, which determines how the server deals
with some specific charset issues related to UTF-16
support. Interestingly, Samba3 already passes all but one of these
tests, because our incorrect UCS-2 and UTF-8 implementations where we
don't check the validity of characters actually matches what Windows
does! This means that adding UTF-16 support to Samba is going to be
_much_ easier than we expected.


Revisions:
aliases.c   NONE => 1.1

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/basic/aliases.c?rev=1.1
charset.c   NONE => 1.1

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/basic/charset.c?rev=1.1
denytest.c  NONE => 1.1

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/basic/denytest.c?rev=1.1
dfstest.c   NONE => 1.1

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/basic/dfstest.c?rev=1.1
mangle_test.c   NONE => 1.1

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/basic/mangle_test.c?rev=1.1
scanner.c   NONE => 1.1

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/basic/scanner.c?rev=1.1
utable.cNONE => 1.1

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/basic/utable.c?rev=1.1


CVS update: samba4/source/torture

2004-03-25 Thread tridge

Date:   Fri Mar 26 02:39:34 2004
Author: tridge

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv12048

Modified Files:
config.m4 torture.c 
Removed Files:
aliases.c denytest.c dfstest.c mangle_test.c scanner.c 
utable.c 
Log Message:
- moved some of the base tests into torture/basic/

- added a CHARSET set of tests, which determines how the server deals
with some specific charset issues related to UTF-16
support. Interestingly, Samba3 already passes all but one of these
tests, because our incorrect UCS-2 and UTF-8 implementations where we
don't check the validity of characters actually matches what Windows
does! This means that adding UTF-16 support to Samba is going to be
_much_ easier than we expected.


Revisions:
config.m4   1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/config.m4.diff?r1=1.2&r2=1.3
torture.c   1.49 => 1.50

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/torture.c.diff?r1=1.49&r2=1.50
aliases.c   1.3 => NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/aliases.c?rev=1.3
denytest.c  1.2 => NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/denytest.c?rev=1.2
dfstest.c   1.1.1.1 => NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/dfstest.c?rev=1.1.1.1
mangle_test.c   1.5 => NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/mangle_test.c?rev=1.5
scanner.c   1.3 => NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/scanner.c?rev=1.3
utable.c1.5 => NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/utable.c?rev=1.5


CVS update: samba4/source/torture/nbench

2004-03-25 Thread tridge

Date:   Fri Mar 26 02:11:31 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/nbench
In directory dp.samba.org:/tmp/cvs-serv7265

Modified Files:
nbio.c 
Log Message:
- use a linked list for the ftable in the nbench load generator. This
allows us to cope a little better with the async nature of open/close
requests which implies a ordering on which handle to close.

- request oplocks in NBENCH and add a oplock handler


Revisions:
nbio.c  1.7 => 1.8

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/nbench/nbio.c.diff?r1=1.7&r2=1.8


CVS update: samba4/source/torture/nbench

2004-03-25 Thread tridge

Date:   Fri Mar 26 02:09:51 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/nbench
In directory dp.samba.org:/tmp/cvs-serv6421

Modified Files:
nbench.c 
Log Message:
use client1, client2 not client0, client1 to better match netbench


Revisions:
nbench.c1.4 => 1.5

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/nbench/nbench.c.diff?r1=1.4&r2=1.5


CVS update: samba4/source/torture/basic

2004-03-25 Thread tridge

Date:   Fri Mar 26 02:07:31 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/basic
In directory dp.samba.org:/tmp/cvs-serv6282/basic

Log Message:
Directory /home/cvs/samba4/source/torture/basic added to the repository


Revisions:


CVS update: samba4/source/torture/raw

2004-03-24 Thread tridge

Date:   Thu Mar 25 02:41:19 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/raw
In directory dp.samba.org:/tmp/cvs-serv2013

Modified Files:
oplock.c 
Log Message:
fixed the handling of level II oplocks in samba4, especially when
acting as a cifs redirectory (using the cifs backend)


Revisions:
oplock.c1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/oplock.c.diff?r1=1.2&r2=1.3


CVS update: samba4/source/torture

2004-03-24 Thread tridge

Date:   Thu Mar 25 02:41:13 2004
Author: tridge

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv1998

Modified Files:
gentest.c 
Log Message:
fixed the handling of level II oplocks in samba4, especially when
acting as a cifs redirectory (using the cifs backend)


Revisions:
gentest.c   1.11 => 1.12

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/gentest.c.diff?r1=1.11&r2=1.12


CVS update: samba4/source/torture/nbench

2004-03-10 Thread tridge

Date:   Wed Mar 10 09:00:24 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/nbench
In directory dp.samba.org:/tmp/cvs-serv19561

Modified Files:
nbench.c nbio.c 
Log Message:
nicer way of handling \clients



Revisions:
nbench.c1.3 => 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/nbench/nbench.c.diff?r1=1.3&r2=1.4
nbio.c  1.6 => 1.7

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/nbench/nbio.c.diff?r1=1.6&r2=1.7


CVS update: samba4/source/torture/nbench

2004-03-09 Thread tridge

Date:   Wed Mar 10 07:38:47 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/nbench
In directory dp.samba.org:/tmp/cvs-serv4077

Modified Files:
nbio.c 
Log Message:
as a special case don't check the status of the create of \clients -
there is a race condition in the create


Revisions:
nbio.c  1.5 => 1.6

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/nbench/nbio.c.diff?r1=1.5&r2=1.6


CVS update: samba4/source/torture/nbench

2004-03-09 Thread tridge

Date:   Wed Mar 10 05:05:56 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/nbench
In directory dp.samba.org:/tmp/cvs-serv10283

Modified Files:
nbio.c 
Log Message:
make the warmup and execute phases clearer


Revisions:
nbio.c  1.4 => 1.5

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/nbench/nbio.c.diff?r1=1.4&r2=1.5


CVS update: samba4/source/torture/nbench

2004-03-09 Thread tridge

Date:   Wed Mar 10 03:24:03 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/nbench
In directory dp.samba.org:/tmp/cvs-serv22311

Modified Files:
nbench.c nbio.c 
Log Message:
added a 5% warmup time to NBENCH to make the results more consistent


Revisions:
nbench.c1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/nbench/nbench.c.diff?r1=1.2&r2=1.3
nbio.c  1.3 => 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/nbench/nbio.c.diff?r1=1.3&r2=1.4


CVS update: samba4/source/torture

2004-03-09 Thread tridge

Date:   Tue Mar  9 09:04:06 2004
Author: tridge

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv16036

Modified Files:
torture.c 
Log Message:
added the -C option to smbtorture

this option takes a filename containing a list of UNC names. When
supplied to a torture test that uses multiple client connections the
test will distribute the load across the listed UNC names. This allows
you to use NBENCH effectively against a server that has multiple IP
addresses, and spread the load among them.


Revisions:
torture.c   1.48 => 1.49

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/torture.c.diff?r1=1.48&r2=1.49


CVS update: samba4/source/torture/nbench

2004-03-08 Thread tridge

Date:   Tue Mar  9 03:28:21 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/nbench
In directory dp.samba.org:/tmp/cvs-serv19822

Modified Files:
nbio.c 
Log Message:
don't check return fields (like search count) on an expected failure



Revisions:
nbio.c  1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/nbench/nbio.c.diff?r1=1.2&r2=1.3


CVS update: samba4/source/torture/nbench

2004-03-08 Thread tridge

Date:   Tue Mar  9 02:24:14 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/nbench
In directory dp.samba.org:/tmp/cvs-serv7837

Modified Files:
nbench.c nbio.c 
Log Message:
handle incomplete load files
change default timelimit to 600 secs


Revisions:
nbench.c1.1 => 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/nbench/nbench.c.diff?r1=1.1&r2=1.2
nbio.c  1.1 => 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/nbench/nbio.c.diff?r1=1.1&r2=1.2


CVS update: samba4/source/torture/nbench

2004-03-08 Thread tridge

Date:   Tue Mar  9 02:13:13 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/nbench
In directory dp.samba.org:/tmp/cvs-serv5972

Added Files:
nbench.c nbio.c 
Log Message:
greatly improved NBENCH netbench simulator

 - more accurate request simulation using Samba4 raw client library
 - now checks for correct status on all requests
 - timelimit based benchmarking, default of 600 seconds




Revisions:
nbench.cNONE => 1.1

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/nbench/nbench.c?rev=1.1
nbio.c  NONE => 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/nbench/nbio.c?rev=1.1


CVS update: samba4/source/torture

2004-03-08 Thread tridge

Date:   Tue Mar  9 02:13:08 2004
Author: tridge

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv5956

Modified Files:
config.m4 torture.c 
Removed Files:
nbio.c 
Log Message:
greatly improved NBENCH netbench simulator

 - more accurate request simulation using Samba4 raw client library
 - now checks for correct status on all requests
 - timelimit based benchmarking, default of 600 seconds




Revisions:
config.m4   1.1 => 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/config.m4.diff?r1=1.1&r2=1.2
torture.c   1.47 => 1.48

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/torture.c.diff?r1=1.47&r2=1.48
nbio.c  1.4 => NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/nbio.c?rev=1.4


CVS update: samba4/source/torture/nbench

2004-03-08 Thread tridge

Date:   Tue Mar  9 02:04:24 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/nbench
In directory dp.samba.org:/tmp/cvs-serv4303/nbench

Log Message:
Directory /home/cvs/samba4/source/torture/nbench added to the repository


Revisions:


CVS update: samba4/source/torture

2004-02-20 Thread tridge

Date:   Sat Feb 21 04:02:55 2004
Author: tridge

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv17096

Modified Files:
torture.c 
Log Message:
added the simple HOLDCON torture test. This is used to establish
hundreds of idle connections to the server, which can be used to
simulate environments with large numbers of idle connections.


Revisions:
torture.c   1.46 => 1.47

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/torture.c.diff?r1=1.46&r2=1.47


CVS update: samba4/source/torture/rpc

2004-02-10 Thread tridge

Date:   Tue Feb 10 20:49:59 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv11070

Modified Files:
samr.c 
Log Message:
fixed a couple of uninitialised returns spotted by valgrind



Revisions:
samr.c  1.40 => 1.41

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/samr.c.diff?r1=1.40&r2=1.41


CVS update: samba4/source/torture/rpc

2004-02-10 Thread tridge

Date:   Tue Feb 10 20:48:22 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv10968

Modified Files:
mgmt.c 
Log Message:
don't force debug in the RPC-MGMT test


Revisions:
mgmt.c  1.8 => 1.9

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/mgmt.c.diff?r1=1.8&r2=1.9


CVS update: samba4/source/torture/raw

2004-02-10 Thread tpot

Date:   Tue Feb 10 11:33:35 2004
Author: tpot

Update of /data/cvs/samba4/source/torture/raw
In directory dp.samba.org:/tmp/cvs-serv25330/torture/raw

Modified Files:
chkpath.c context.c ioctl.c lock.c mux.c open.c read.c 
rename.c search.c seek.c setfileinfo.c unlink.c write.c 
Log Message:
Convert libcli routines to return NTSTATUS instead of BOOL.  Again, the
only users are smbclient and smbtorture.


Revisions:
chkpath.c   1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/chkpath.c.diff?r1=1.2&r2=1.3
context.c   1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/context.c.diff?r1=1.2&r2=1.3
ioctl.c 1.3 => 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/ioctl.c.diff?r1=1.3&r2=1.4
lock.c  1.3 => 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/lock.c.diff?r1=1.3&r2=1.4
mux.c   1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/mux.c.diff?r1=1.2&r2=1.3
open.c  1.3 => 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/open.c.diff?r1=1.3&r2=1.4
read.c  1.4 => 1.5

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/read.c.diff?r1=1.4&r2=1.5
rename.c1.6 => 1.7

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/rename.c.diff?r1=1.6&r2=1.7
search.c1.6 => 1.7

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/search.c.diff?r1=1.6&r2=1.7
seek.c  1.7 => 1.8

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/seek.c.diff?r1=1.7&r2=1.8
setfileinfo.c   1.6 => 1.7

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/setfileinfo.c.diff?r1=1.6&r2=1.7
unlink.c1.3 => 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/unlink.c.diff?r1=1.3&r2=1.4
write.c 1.3 => 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/write.c.diff?r1=1.3&r2=1.4


CVS update: samba4/source/torture

2004-02-10 Thread tpot

Date:   Tue Feb 10 11:33:34 2004
Author: tpot

Update of /data/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv25330/torture

Modified Files:
aliases.c gentest.c locktest.c mangle_test.c nbio.c torture.c 
utable.c 
Log Message:
Convert libcli routines to return NTSTATUS instead of BOOL.  Again, the
only users are smbclient and smbtorture.


Revisions:
aliases.c   1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/aliases.c.diff?r1=1.2&r2=1.3
gentest.c   1.10 => 1.11

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/gentest.c.diff?r1=1.10&r2=1.11
locktest.c  1.3 => 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/locktest.c.diff?r1=1.3&r2=1.4
mangle_test.c   1.4 => 1.5

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/mangle_test.c.diff?r1=1.4&r2=1.5
nbio.c  1.3 => 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/nbio.c.diff?r1=1.3&r2=1.4
torture.c   1.45 => 1.46

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/torture.c.diff?r1=1.45&r2=1.46
utable.c1.4 => 1.5

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/utable.c.diff?r1=1.4&r2=1.5


CVS update: samba4/source/torture/raw

2004-02-07 Thread tpot

Date:   Sun Feb  8 00:51:07 2004
Author: tpot

Update of /data/cvs/samba4/source/torture/raw
In directory dp.samba.org:/tmp/cvs-serv19491/torture/raw

Modified Files:
chkpath.c close.c context.c ioctl.c lock.c mkdir.c mux.c 
notify.c open.c oplock.c qfileinfo.c read.c rename.c search.c 
seek.c setfileinfo.c unlink.c write.c 
Log Message:
Convert libcli routines to use cli_tree instead of cli_state. Port
smbtorture to use the new interface.  

Part 2 will be to eliminate cli_state from smbtorture as this is now
the only place where it is used.


Revisions:
chkpath.c   1.1.1.1 => 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/chkpath.c.diff?r1=1.1.1.1&r2=1.2
close.c 1.1.1.1 => 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/close.c.diff?r1=1.1.1.1&r2=1.2
context.c   1.1.1.1 => 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/context.c.diff?r1=1.1.1.1&r2=1.2
ioctl.c 1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/ioctl.c.diff?r1=1.2&r2=1.3
lock.c  1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/lock.c.diff?r1=1.2&r2=1.3
mkdir.c 1.1.1.1 => 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/mkdir.c.diff?r1=1.1.1.1&r2=1.2
mux.c   1.1.1.1 => 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/mux.c.diff?r1=1.1.1.1&r2=1.2
notify.c1.1.1.1 => 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/notify.c.diff?r1=1.1.1.1&r2=1.2
open.c  1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/open.c.diff?r1=1.2&r2=1.3
oplock.c1.1.1.1 => 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/oplock.c.diff?r1=1.1.1.1&r2=1.2
qfileinfo.c 1.5 => 1.6

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/qfileinfo.c.diff?r1=1.5&r2=1.6
read.c  1.3 => 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/read.c.diff?r1=1.3&r2=1.4
rename.c1.5 => 1.6

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/rename.c.diff?r1=1.5&r2=1.6
search.c1.5 => 1.6

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/search.c.diff?r1=1.5&r2=1.6
seek.c  1.6 => 1.7

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/seek.c.diff?r1=1.6&r2=1.7
setfileinfo.c   1.5 => 1.6

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/setfileinfo.c.diff?r1=1.5&r2=1.6
unlink.c1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/unlink.c.diff?r1=1.2&r2=1.3
write.c 1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/write.c.diff?r1=1.2&r2=1.3


CVS update: samba4/source/torture

2004-02-07 Thread tpot

Date:   Sun Feb  8 00:51:07 2004
Author: tpot

Update of /data/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv19491/torture

Modified Files:
aliases.c denytest.c gentest.c locktest.c mangle_test.c 
masktest.c nbio.c scanner.c torture.c torture_util.c utable.c 
Log Message:
Convert libcli routines to use cli_tree instead of cli_state. Port
smbtorture to use the new interface.  

Part 2 will be to eliminate cli_state from smbtorture as this is now
the only place where it is used.


Revisions:
aliases.c   1.1.1.1 => 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/aliases.c.diff?r1=1.1.1.1&r2=1.2
denytest.c  1.1.1.1 => 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/denytest.c.diff?r1=1.1.1.1&r2=1.2
gentest.c   1.9 => 1.10

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/gentest.c.diff?r1=1.9&r2=1.10
locktest.c  1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/locktest.c.diff?r1=1.2&r2=1.3
mangle_test.c   1.3 => 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/mangle_test.c.diff?r1=1.3&r2=1.4
masktest.c  1.3 => 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/masktest.c.diff?r1=1.3&r2=1.4
nbio.c  1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/nbio.c.diff?r1=1.2&r2=1.3
scanner.c   1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/scanner.c.diff?r1=1.2&r2=1.3
torture.c   1.44 => 1.45

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/torture.c.diff?r1=1.44&r2=1.45
torture_util.c  1.5 => 1.6

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/torture_util.c.diff?r1=1.5&r2=1.6
utable.c1.3 => 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/utable.c.diff?r1=1.3&r2=1.4


CVS update: samba4/source/torture

2004-02-05 Thread Stefan Metzmacher

Date:   Thu Feb  5 12:16:29 2004
Author: metze

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv24440/torture

Added Files:
config.m4 
Log Message:
add the TORTURE SUBSYSTEM to the config.m4 scheme

tridge: 
I'll convert all stuff first to this scheme
and then move to the scheme with two files per subsystems
so we'll later something like config.m4 and config.mk...

metze


Revisions:
config.m4   NONE => 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/config.m4?rev=1.1


Re: CVS update: samba4/source/torture

2004-02-03 Thread Stefan (metze) Metzmacher
[EMAIL PROTECTED] wrote:

Date:   Tue Feb  3 21:53:51 2004
Author: abartlet
Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv16313/torture
Modified Files:
	torture.c 
Log Message:
This would appear to restore smbtorture to be able to use the syntax
documented in it's self-help for RPC tests.


what is with a:
if (binding)
free(binding);
and a check if asprintf didn't fail.

I think in new code we should always check direcly a mallocing function 
failed...

Andrew Bartlett

Revisions:
torture.c   1.43 => 1.44

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/torture.c.diff?r1=1.43&r2=1.44


--
metze
Stefan Metzmacher  www.samba.org


CVS update: samba4/source/torture

2004-02-03 Thread abartlet

Date:   Tue Feb  3 21:53:51 2004
Author: abartlet

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv16313/torture

Modified Files:
torture.c 
Log Message:
This would appear to restore smbtorture to be able to use the syntax
documented in it's self-help for RPC tests.

Andrew Bartlett


Revisions:
torture.c   1.43 => 1.44

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/torture.c.diff?r1=1.43&r2=1.44


CVS update: samba4/source/torture/rpc

2004-02-03 Thread Stefan Metzmacher

Date:   Tue Feb  3 14:56:07 2004
Author: metze

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv24157/source/torture/rpc

Modified Files:
atsvc.c dfs.c echo.c epmapper.c eventlog.c lsa.c netlogon.c 
samr.c spoolss.c srvsvc.c winreg.c wkssvc.c 
Log Message:
- add 'print' to the DCERPC binding strings

  e.g.
  ncacn_np:myserver:[samr,sign,print]

  will now enable the packet debugging

  and the debugging is not bound anymore to the debuglevel >= 2
  in the torture tests

- also the dcesrv_remote module now supports debugging of the packets
  use the 'dcerpc_remote:binding' smb.conf parameter.

metze


Revisions:
atsvc.c 1.3 => 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/atsvc.c.diff?r1=1.3&r2=1.4
dfs.c   1.9 => 1.10

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/dfs.c.diff?r1=1.9&r2=1.10
echo.c  1.19 => 1.20

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/echo.c.diff?r1=1.19&r2=1.20
epmapper.c  1.12 => 1.13

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/epmapper.c.diff?r1=1.12&r2=1.13
eventlog.c  1.4 => 1.5

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/eventlog.c.diff?r1=1.4&r2=1.5
lsa.c   1.37 => 1.38

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/lsa.c.diff?r1=1.37&r2=1.38
netlogon.c  1.20 => 1.21

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.20&r2=1.21
samr.c  1.39 => 1.40

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/samr.c.diff?r1=1.39&r2=1.40
spoolss.c   1.32 => 1.33

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/spoolss.c.diff?r1=1.32&r2=1.33
srvsvc.c1.8 => 1.9

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/srvsvc.c.diff?r1=1.8&r2=1.9
winreg.c1.12 => 1.13

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/winreg.c.diff?r1=1.12&r2=1.13
wkssvc.c1.11 => 1.12

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/wkssvc.c.diff?r1=1.11&r2=1.12


CVS update: samba4/source/torture

2004-01-24 Thread Jelmer Vernooij

Date:   Sat Jan 24 19:21:08 2004
Author: jelmer

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv18018

Removed Files:
samtest.c samtest.h 
Log Message:
Remove testing utility for removed SAM system

Revisions:
samtest.c   1.1.1.1 => NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/samtest.c?rev=1.1.1.1
samtest.h   1.1.1.1 => NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/samtest.h?rev=1.1.1.1


CVS update: samba4/source/torture/raw

2004-01-20 Thread tridge

Date:   Wed Jan 21 03:30:03 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/raw
In directory dp.samba.org:/tmp/cvs-serv5696

Modified Files:
qfileinfo.c 
Log Message:
cope with a wider range of broken servers in the RAW-QFILEINFO test


Revisions:
qfileinfo.c 1.4 => 1.5

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/qfileinfo.c.diff?r1=1.4&r2=1.5


CVS update: samba4/source/torture/rpc

2004-01-19 Thread tridge

Date:   Tue Jan 20 06:10:15 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv11372

Modified Files:
spoolss.c 
Log Message:
check for the correct fault code when the server fails a use of a
incorrect policy handle


Revisions:
spoolss.c   1.31 => 1.32

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/spoolss.c.diff?r1=1.31&r2=1.32


CVS update: samba4/source/torture/rpc

2004-01-19 Thread tridge

Date:   Tue Jan 20 06:07:09 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv10826

Modified Files:
spoolss.c 
Log Message:
added code to the RPC-SPOOLSS test that demonstrates that policy
handles are not shared between open dcerpc connections, even when
those connections are on the same SMB socket. I have tested this with
w2k3, w2k and NT4. It seems that policy handles have a strict scope of
the dcerpc connection on which they were opened.

I realise that this goes against existing folk-law in the team, but it
seems that the previous testing (I'm not sure who did this?) was
wrong. Perhaps clients do send us policy handles from other
connections, but if they do then the correct thing to do is to fail
the operation with a dcerpc fault. I suspect that failing it with
exactly the right dcerpc fault code is important.


Revisions:
spoolss.c   1.30 => 1.31

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/spoolss.c.diff?r1=1.30&r2=1.31


CVS update: samba4/source/torture/rpc

2004-01-19 Thread idra

Date:   Mon Jan 19 08:59:14 2004
Author: idra

Update of /data/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv29453/source/torture/rpc

Modified Files:
samr.c 
Log Message:

Add test to set single fields in fields_present with info21.



Revisions:
samr.c  1.38 => 1.39

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/samr.c.diff?r1=1.38&r2=1.39


CVS update: samba4/source/torture/rpc

2004-01-16 Thread tridge

Date:   Sat Jan 17 00:16:18 2004
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv5657

Modified Files:
eventlog.c 
Log Message:
make sure we initialise r.out.handle in openeventlog


Revisions:
eventlog.c  1.3 => 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/eventlog.c.diff?r1=1.3&r2=1.4


CVS update: samba4/source/torture

2003-12-21 Thread tridge

Date:   Mon Dec 22 02:52:33 2003
Author: tridge

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv12885

Removed Files:
cmd_sam.c cmd_vfs.c genbit.c gendefs.h genparm.c qfileinfo.c 
qfsinfo.c rpctorture.c setfileinfo.c 
Log Message:
remove some unused files

Revisions:
cmd_sam.c   1.1.1.1 => NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/cmd_sam.c?rev=1.1.1.1
cmd_vfs.c   1.1.1.1 => NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/cmd_vfs.c?rev=1.1.1.1
genbit.c1.1.1.1 => NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/genbit.c?rev=1.1.1.1
gendefs.h   1.1.1.1 => NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/gendefs.h?rev=1.1.1.1
genparm.c   1.1.1.1 => NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/genparm.c?rev=1.1.1.1
qfileinfo.c 1.1.1.1 => NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/qfileinfo.c?rev=1.1.1.1
qfsinfo.c   1.1.1.1 => NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/qfsinfo.c?rev=1.1.1.1
rpctorture.c1.2 => NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpctorture.c?rev=1.2
setfileinfo.c   1.1.1.1 => NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/setfileinfo.c?rev=1.1.1.1


CVS update: samba4/source/torture/rpc

2003-12-21 Thread tridge

Date:   Sun Dec 21 07:57:49 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv16050

Modified Files:
srvsvc.c 
Log Message:
minor updates to make the srvsvc test compile



Revisions:
srvsvc.c1.7 => 1.8

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/srvsvc.c.diff?r1=1.7&r2=1.8


CVS update: samba4/source/torture/rpc

2003-12-21 Thread tridge

Date:   Sun Dec 21 07:53:57 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv15201

Modified Files:
wkssvc.c 
Log Message:
wkssvc test updates from metze


Revisions:
wkssvc.c1.10 => 1.11

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/wkssvc.c.diff?r1=1.10&r2=1.11


CVS update: samba4/source/torture/rpc

2003-12-19 Thread tridge

Date:   Fri Dec 19 23:44:26 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv17426

Modified Files:
samr.c 
Log Message:
addition of samr_SetSecurity() from kai

we needed to adjust the alignment of [relative] buffers for this to
work. I wonder if they are always 4 byte aligned?


Revisions:
samr.c  1.37 => 1.38

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/samr.c.diff?r1=1.37&r2=1.38


CVS update: samba4/source/torture/rpc

2003-12-18 Thread tridge

Date:   Fri Dec 19 04:13:39 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv2103

Modified Files:
samr.c 
Log Message:
fixed the AddAliasMem test code



Revisions:
samr.c  1.36 => 1.37

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/samr.c.diff?r1=1.36&r2=1.37


CVS update: samba4/source/torture/rpc

2003-12-18 Thread tridge

Date:   Fri Dec 19 03:59:27 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv31888

Modified Files:
samr.c 
Log Message:
added a bunch of alias functions in samr.idl based on work by Kai. 


Revisions:
samr.c  1.35 => 1.36

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/samr.c.diff?r1=1.35&r2=1.36


CVS update: samba4/source/torture/rpc

2003-12-16 Thread tridge

Date:   Wed Dec 17 02:35:05 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv3833

Modified Files:
samr.c 
Log Message:
fixed a bug in the acct_flags checking on CreateUser2 in the RPC-SAMR test


Revisions:
samr.c  1.34 => 1.35

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/samr.c.diff?r1=1.34&r2=1.35


CVS update: samba4/source/torture/rpc

2003-12-16 Thread tridge

Date:   Tue Dec 16 10:57:17 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv21113

Modified Files:
mgmt.c scanner.c 
Log Message:
fixed the RPC-MGMT and RPC-SCANNER tests to work with the new
dcerpc_binding_string code


Revisions:
mgmt.c  1.7 => 1.8

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/mgmt.c.diff?r1=1.7&r2=1.8
scanner.c   1.4 => 1.5

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/scanner.c.diff?r1=1.4&r2=1.5


CVS update: samba4/source/torture/rpc

2003-12-16 Thread tridge

Date:   Tue Dec 16 09:02:58 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv31013

Modified Files:
epmapper.c mgmt.c scanner.c 
Log Message:
a fairly large commit!

This adds support for bigendian rpc in the client. I have installed
SUN pcnetlink locally and am using it to test the samba4 rpc
code. This allows us to easily find places where we have stuffed up
the types (such as 2 uint16 versus a uint32), as testing both
big-endian and little-endian easily shows which is correct. I have now
used this to fix several bugs like that in the samba4 IDL.

In order to make this work I also had to redefine a GUID as a true
structure, not a blob. From the pcnetlink wire it is clear that it is
indeed defined as a structure (the byte order changes). This required
changing lots of Samba code to use a GUID as a structure.

I also had to fix the if_version code in dcerpc syntax IDs, as it
turns out they are a single uint32 not two uint16s.

The big-endian support is a bit ugly at the moment, and breaks the
layering in some places. More work is needed, especially on the server
side.


Revisions:
epmapper.c  1.11 => 1.12

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/epmapper.c.diff?r1=1.11&r2=1.12
mgmt.c  1.6 => 1.7

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/mgmt.c.diff?r1=1.6&r2=1.7
scanner.c   1.3 => 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/scanner.c.diff?r1=1.3&r2=1.4


CVS update: samba4/source/torture/rpc

2003-12-15 Thread tridge

Date:   Mon Dec 15 10:21:09 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv9506

Modified Files:
srvsvc.c 
Log Message:
fixed srvsvc DiskEnum call
strangely, the output doesn't seem to contain an info level. Some
programmer stuffed up the IDL :)


Revisions:
srvsvc.c1.6 => 1.7

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/srvsvc.c.diff?r1=1.6&r2=1.7


CVS update: samba4/source/torture/rpc

2003-12-15 Thread tridge

Date:   Mon Dec 15 09:18:53 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv30840

Modified Files:
srvsvc.c 
Log Message:
patch from metze with updates to srvsvc and changes to pidl to allow
for the server rpc boilerplate to correctly generate for multiple
interfaces on an endpoint





Revisions:
srvsvc.c1.5 => 1.6

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/srvsvc.c.diff?r1=1.5&r2=1.6


CVS update: samba4/source/torture

2003-12-14 Thread tridge

Date:   Mon Dec 15 03:29:55 2003
Author: tridge

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv1952

Modified Files:
torture.c 
Log Message:
allow the specification of full dcerpc endpoint binding strings on the
command line. This allows you to (for example) control signing/sealing
of smbtorture RPC sessions


Revisions:
torture.c   1.42 => 1.43

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/torture.c.diff?r1=1.42&r2=1.43


CVS update: samba4/source/torture

2003-12-14 Thread tridge

Date:   Mon Dec 15 01:09:45 2003
Author: tridge

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv19652

Modified Files:
torture.c 
Log Message:
switch off the default of ntlmssp on rpc on smb as some windows pipes
can't handle it (I'd switched it on while experimenting, and forgot to
switch it off before committing)





Revisions:
torture.c   1.41 => 1.42

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/torture.c.diff?r1=1.41&r2=1.42


CVS update: samba4/source/torture/rpc

2003-12-14 Thread tridge

Date:   Sun Dec 14 13:22:12 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv8065

Modified Files:
echo.c 
Log Message:
added auto-generation of the server side boilerplate code for each
pipe. 

The server side code gets generated as librpc/gen_ndr/ndr_NAME_s.c and
gets included in the pipe module




Revisions:
echo.c  1.18 => 1.19

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/echo.c.diff?r1=1.18&r2=1.19


CVS update: samba4/source/torture

2003-12-14 Thread tridge

Date:   Sun Dec 14 13:22:06 2003
Author: tridge

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv8016

Modified Files:
torture.c 
Log Message:
added auto-generation of the server side boilerplate code for each
pipe. 

The server side code gets generated as librpc/gen_ndr/ndr_NAME_s.c and
gets included in the pipe module




Revisions:
torture.c   1.40 => 1.41

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/torture.c.diff?r1=1.40&r2=1.41


CVS update: samba4/source/torture

2003-12-13 Thread tridge

Date:   Sat Dec 13 23:30:43 2003
Author: tridge

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv17001

Modified Files:
torture.c 
Log Message:
add the ntlmssp calls back into smbtorture on rpc over tcp. The samba4
rpc server doesn't do ntlmssp yet, so this breaks the tests, but that
is the next step.


Revisions:
torture.c   1.39 => 1.40

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/torture.c.diff?r1=1.39&r2=1.40


CVS update: samba4/source/torture

2003-12-13 Thread tridge

Date:   Sat Dec 13 23:25:16 2003
Author: tridge

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv16189

Modified Files:
torture.c 
Log Message:
completed the linkage between the endpoint mapper and the dcerpc
server endpoints. We can now successfully setup listening endpoints on
high ports, then use our endpoint mapper redirect incoming clients to
the right port.

also greatly cleanup the rpc over tcp session handling.


Revisions:
torture.c   1.38 => 1.39

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/torture.c.diff?r1=1.38&r2=1.39


CVS update: samba4/source/torture/rpc

2003-12-12 Thread tridge

Date:   Sat Dec 13 02:20:40 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv14783

Modified Files:
epmapper.c 
Log Message:
added a basic dcerpc endpoint mapper to Samba4. Currently only
implements the epm_Lookup() call, I'll add the other important calls
soon. I was rather pleased to find that epm_Lookup() worked first
time, which is particularly surprising given its complexity.

This required quite a bit of new infrastructure:

  * a generic way of handling dcerpc policy handles in the rpc server

  * added type checked varients of talloc. These are much less error
prone. I'd like to move to using these for nearly all uses of
talloc.

  * added more dcerpc fault handling code, and translation from
NTSTATUS to a dcerpc fault code

  * added data_blob_talloc_zero() for allocating an initially zero
blob

  * added a endpoint enumeration hook in the dcerpc endpoint server
operations


Revisions:
epmapper.c  1.10 => 1.11

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/epmapper.c.diff?r1=1.10&r2=1.11


CVS update: samba4/source/torture/rpc

2003-12-12 Thread tpot

Date:   Fri Dec 12 11:49:29 2003
Author: tpot

Update of /data/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv6605/torture/rpc

Modified Files:
winreg.c 
Log Message:
Small cleanup of test code.  Rename enum indexes to be the same name
for EnumKey and EnumValue.


Revisions:
winreg.c1.11 => 1.12

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/winreg.c.diff?r1=1.11&r2=1.12


CVS update: samba4/source/torture/rpc

2003-12-11 Thread tpot

Date:   Fri Dec 12 06:29:21 2003
Author: tpot

Update of /data/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv2790/torture/rpc

Modified Files:
winreg.c 
Log Message:
Got winreg_EnumValue working - what a mess!


Revisions:
winreg.c1.10 => 1.11

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/winreg.c.diff?r1=1.10&r2=1.11


CVS update: samba4/source/torture

2003-12-09 Thread tridge

Date:   Wed Dec 10 03:02:12 2003
Author: tridge

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv3103

Modified Files:
mangle_test.c 
Log Message:
 * removed some unused code

 * updated tdb to latest version from Samba3

 * removed some extraneous ';' in tdbutil.c (Thanks to Erlend Aasland
   for pointing this out)


Revisions:
mangle_test.c   1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/mangle_test.c.diff?r1=1.2&r2=1.3


CVS update: samba4/source/torture

2003-12-04 Thread tridge

Date:   Thu Dec  4 11:02:22 2003
Author: tridge

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv19162

Removed Files:
search.c 
Log Message:
removed an unused file



Revisions:
search.c1.2 => NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/search.c?rev=1.2


CVS update: samba4/source/torture/raw

2003-12-03 Thread tridge

Date:   Thu Dec  4 02:03:06 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/raw
In directory dp.samba.org:/tmp/cvs-serv4956

Modified Files:
ioctl.c seek.c 
Log Message:
* patch based on work by Jim Myers to unify the ioctl handling to be
  more like the other major SMB functions

* added SMBntrename code


Revisions:
ioctl.c 1.1.1.1 => 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/ioctl.c.diff?r1=1.1.1.1&r2=1.2
seek.c  1.5 => 1.6

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/raw/seek.c.diff?r1=1.5&r2=1.6


CVS update: samba4/source/torture

2003-12-03 Thread tridge

Date:   Thu Dec  4 02:03:00 2003
Author: tridge

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv4884

Modified Files:
torture.c torture_util.c 
Log Message:
* patch based on work by Jim Myers to unify the ioctl handling to be
  more like the other major SMB functions

* added SMBntrename code


Revisions:
torture.c   1.37 => 1.38

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/torture.c.diff?r1=1.37&r2=1.38
torture_util.c  1.4 => 1.5

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/torture_util.c.diff?r1=1.4&r2=1.5


CVS update: samba4/source/torture/rpc

2003-12-02 Thread abartlet

Date:   Wed Dec  3 03:10:10 2003
Author: abartlet

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv25528/torture/rpc

Modified Files:
samr.c 
Log Message:
My first stab at Samba4 IDL!

This patch adds the samr_CreateUser2 function, which is create_user 
in Samba 3.0.

This also adds a torture suite that checks for various valid and invalid 
account flags, and that they are persistant.

Also, a patch by Anthony Liguori to fix the build

Andrew Bartlett



Revisions:
samr.c  1.33 => 1.34

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/samr.c.diff?r1=1.33&r2=1.34


CVS update: samba4/source/torture/rpc

2003-12-02 Thread tridge

Date:   Tue Dec  2 12:16:08 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv10182

Modified Files:
netlogon.c 
Log Message:
added netr_LogonControl2Ex()

I also added IDL for netr_DatabaseRedo() but I don't yet know how it
works

thats the last of the netlogon IDL !


Revisions:
netlogon.c  1.19 => 1.20

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.19&r2=1.20


CVS update: samba4/source/torture/rpc

2003-12-02 Thread tridge

Date:   Tue Dec  2 12:01:10 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv8237

Modified Files:
netlogon.c 
Log Message:
added netr_DatabaseSync2()



Revisions:
netlogon.c  1.18 => 1.19

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.18&r2=1.19


CVS update: samba4/source/torture/rpc

2003-12-02 Thread tridge

Date:   Tue Dec  2 11:43:09 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv6398

Modified Files:
netlogon.c 
Log Message:
added netr_LogonControl2() and netr_ServerAuthenticate2()


Revisions:
netlogon.c  1.17 => 1.18

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.17&r2=1.18


CVS update: samba4/source/torture/rpc

2003-12-02 Thread tridge

Date:   Tue Dec  2 10:34:06 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv29339

Modified Files:
netlogon.c 
Log Message:
added netr_LogonControl() and netr_GetAnyDCName()







Revisions:
netlogon.c  1.16 => 1.17

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.16&r2=1.17


CVS update: samba4/source/torture/rpc

2003-12-02 Thread tridge

Date:   Tue Dec  2 10:08:26 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv26403

Modified Files:
netlogon.c 
Log Message:
added netr_GetDcName() - quite a useful call






Revisions:
netlogon.c  1.15 => 1.16

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.15&r2=1.16


CVS update: samba4/source/torture/rpc

2003-12-02 Thread tridge

Date:   Tue Dec  2 10:04:10 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv25694

Modified Files:
netlogon.c 
Log Message:
added netr_AccountSync(), another NT_STATUS_NOT_IMPLEMENTED call
according to w2k3





Revisions:
netlogon.c  1.14 => 1.15

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.14&r2=1.15


CVS update: samba4/source/torture/rpc

2003-12-02 Thread tridge

Date:   Tue Dec  2 09:52:15 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv24225

Modified Files:
netlogon.c 
Log Message:
added netr_AccountDeltas(), which w2k3 gives
"NT_STATUS_NOT_IMPLEMENTED" for



Revisions:
netlogon.c  1.13 => 1.14

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.13&r2=1.14


CVS update: samba4/source/torture/rpc

2003-12-02 Thread tridge

Date:   Tue Dec  2 08:04:37 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv10757

Modified Files:
netlogon.c 
Log Message:
netr_DatabaseDeltas() now works. We ask for the deltas associated with
the last two sequence numbers on each database.


Revisions:
netlogon.c  1.12 => 1.13

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.12&r2=1.13


CVS update: samba4/source/torture/rpc

2003-12-01 Thread tridge

Date:   Tue Dec  2 04:59:18 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv17832

Modified Files:
netlogon.c 
Log Message:
netr_DatabaseSync() now works fully for databases 0, 1 and 2


Revisions:
netlogon.c  1.11 => 1.12

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.11&r2=1.12


CVS update: samba4/source/torture/rpc

2003-12-01 Thread tridge

Date:   Tue Dec  2 04:33:57 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv14725

Modified Files:
netlogon.c 
Log Message:
netr_DatabaseSync() now works fully for database 0



Revisions:
netlogon.c  1.10 => 1.11

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.10&r2=1.11


CVS update: samba4/source/torture/rpc

2003-12-01 Thread tridge

Date:   Tue Dec  2 04:05:05 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv11346

Modified Files:
netlogon.c 
Log Message:
initial netlogon database sync partly works - needs some IDL tweaks


Revisions:
netlogon.c  1.9 => 1.10

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.9&r2=1.10


CVS update: samba4/source/torture/rpc

2003-12-01 Thread tridge

Date:   Tue Dec  2 03:06:21 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv5169

Modified Files:
netlogon.c 
Log Message:
added netr_DatabaseSync(). It doesn't work as I haven't done schannel
yet, but at least the request is understood by w2k3

Also modified pidl to allow multiple branches in a union to have the
same element. This is used in netlogon.


Revisions:
netlogon.c  1.8 => 1.9

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.8&r2=1.9


CVS update: samba4/source/torture/rpc

2003-12-01 Thread tridge

Date:   Tue Dec  2 02:15:33 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv31681

Modified Files:
netlogon.c 
Log Message:
another big improvement in the credentials API. I think it now
actually makes sense, and as a nice side effect it matches the debug
output of the w2k3 netlogon.log



Revisions:
netlogon.c  1.7 => 1.8

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.7&r2=1.8


CVS update: samba4/source/torture/rpc

2003-12-01 Thread tridge

Date:   Tue Dec  2 00:31:54 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv20777

Modified Files:
lsa.c netlogon.c samr.c 
Log Message:
  * netr_ServerPasswordSet() now works - the test suite changes the
machine account password.

  * neater handling on value() options in IDL. The auto-print code
will now display the right value so you don't need to initialise
it in your C code


Revisions:
lsa.c   1.36 => 1.37

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/lsa.c.diff?r1=1.36&r2=1.37
netlogon.c  1.6 => 1.7

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.6&r2=1.7
samr.c  1.32 => 1.33

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/samr.c.diff?r1=1.32&r2=1.33


CVS update: samba4/source/torture/rpc

2003-12-01 Thread tridge

Date:   Mon Dec  1 22:13:11 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv3209

Modified Files:
netlogon.c 
Log Message:
 * another small API change in the credentials code

 * don't use static variables in the smbdes code




Revisions:
netlogon.c  1.5 => 1.6

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.5&r2=1.6


CVS update: samba4/source/torture/rpc

2003-12-01 Thread tridge

Date:   Mon Dec  1 12:41:54 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv31699

Modified Files:
netlogon.c 
Log Message:
neater credentials handling in netlogon client code



Revisions:
netlogon.c  1.4 => 1.5

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.4&r2=1.5


CVS update: samba4/source/torture/rpc

2003-12-01 Thread tridge

Date:   Mon Dec  1 09:28:10 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv9057

Modified Files:
netlogon.c 
Log Message:
added netr_LogonSamLogon() and test code


Revisions:
netlogon.c  1.3 => 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.3&r2=1.4


CVS update: samba4/source/torture/rpc

2003-11-30 Thread tridge

Date:   Mon Dec  1 04:13:43 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv27890

Modified Files:
netlogon.c 
Log Message:
added netr_ServerAuthenticate() and test code

I would like the netlogon test suite to eventually do a new domain
join using a fake workstation name, then remove itself afterwards, but
for now I'm assuming we are already joined to the domain when the
testsuite runs. This means you need to use the Samba3 net command to
do a join before running RPC-NETLOGON





Revisions:
netlogon.c  1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.2&r2=1.3


CVS update: samba4/source/torture/rpc

2003-11-30 Thread tridge

Date:   Mon Dec  1 03:19:43 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv21929

Modified Files:
netlogon.c 
Log Message:
added netr_ServerReqChallenge and cleaned up byte array printing




Revisions:
netlogon.c  1.1 => 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c.diff?r1=1.1&r2=1.2


CVS update: samba4/source/torture/rpc

2003-11-30 Thread tridge

Date:   Mon Dec  1 01:41:38 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv11040

Added Files:
netlogon.c 
Log Message:
started adding netlogon IDL and test suite



Revisions:
netlogon.c  NONE => 1.1

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/netlogon.c?rev=1.1


CVS update: samba4/source/torture

2003-11-30 Thread tridge

Date:   Mon Dec  1 01:41:33 2003
Author: tridge

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv11024

Modified Files:
torture.c 
Log Message:
started adding netlogon IDL and test suite



Revisions:
torture.c   1.36 => 1.37

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/torture.c.diff?r1=1.36&r2=1.37


CVS update: samba4/source/torture/rpc

2003-11-30 Thread tridge

Date:   Sun Nov 30 23:40:05 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv28716

Modified Files:
spoolss.c 
Log Message:
 * removed a bunch of unused code

 * made some functions static 


Revisions:
spoolss.c   1.29 => 1.30

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/spoolss.c.diff?r1=1.29&r2=1.30


CVS update: samba4/source/torture

2003-11-30 Thread tridge

Date:   Sun Nov 30 23:39:59 2003
Author: tridge

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv28639

Modified Files:
gentest.c 
Log Message:
 * removed a bunch of unused code

 * made some functions static 


Revisions:
gentest.c   1.8 => 1.9

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/gentest.c.diff?r1=1.8&r2=1.9


CVS update: samba4/source/torture/rpc

2003-11-30 Thread tpot

Date:   Sun Nov 30 11:57:40 2003
Author: tpot

Update of /data/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv16691/torture/rpc

Modified Files:
spoolss.c 
Log Message:
Added EnumPrinterDriver, GetPrinterDriver (still in progress)


Revisions:
spoolss.c   1.28 => 1.29

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/spoolss.c.diff?r1=1.28&r2=1.29


CVS update: samba4/source/torture/rpc

2003-11-28 Thread tpot

Date:   Fri Nov 28 11:50:33 2003
Author: tpot

Update of /data/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv23913/torture/rpc

Modified Files:
spoolss.c 
Log Message:
GetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx.


Revisions:
spoolss.c   1.27 => 1.28

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/spoolss.c.diff?r1=1.27&r2=1.28


CVS update: samba4/source/torture/rpc

2003-11-28 Thread tpot

Date:   Fri Nov 28 10:34:58 2003
Author: tpot

Update of /data/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv15689/torture/rpc

Modified Files:
spoolss.c 
Log Message:
Add SetPrinterData, DeletePrinterData.


Revisions:
spoolss.c   1.26 => 1.27

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/spoolss.c.diff?r1=1.26&r2=1.27


CVS update: samba4/source/torture/rpc

2003-11-28 Thread tridge

Date:   Fri Nov 28 09:05:44 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv5341

Modified Files:
spoolss.c 
Log Message:
fixed some warnings


Revisions:
spoolss.c   1.25 => 1.26

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/spoolss.c.diff?r1=1.25&r2=1.26


CVS update: samba4/source/torture

2003-11-28 Thread tridge

Date:   Fri Nov 28 09:05:38 2003
Author: tridge

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv5301

Modified Files:
mangle_test.c utable.c 
Log Message:
fixed some warnings


Revisions:
mangle_test.c   1.1.1.1 => 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/mangle_test.c.diff?r1=1.1.1.1&r2=1.2
utable.c1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/utable.c.diff?r1=1.2&r2=1.3


CVS update: samba4/source/torture/rpc

2003-11-28 Thread tridge

Date:   Fri Nov 28 08:51:09 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv3403

Added Files:
autoidl.c 
Log Message:
the beginnings of an automated tool for working out IDL properties of
a pipe. I'm not sure how possible this will be without lots of human
intervention, but its an interesting thing to try.



Revisions:
autoidl.c   NONE => 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/autoidl.c?rev=1.1


CVS update: samba4/source/torture

2003-11-28 Thread tridge

Date:   Fri Nov 28 08:51:03 2003
Author: tridge

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv3386

Modified Files:
torture.c 
Log Message:
the beginnings of an automated tool for working out IDL properties of
a pipe. I'm not sure how possible this will be without lots of human
intervention, but its an interesting thing to try.



Revisions:
torture.c   1.35 => 1.36

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/torture.c.diff?r1=1.35&r2=1.36


CVS update: samba4/source/torture/rpc

2003-11-27 Thread tpot

Date:   Fri Nov 28 06:39:06 2003
Author: tpot

Update of /data/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv20284/torture/rpc

Modified Files:
spoolss.c 
Log Message:
Fix bug in EnumPrinterData test.  

Implement GetPrinterData RPC.


Revisions:
spoolss.c   1.24 => 1.25

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/spoolss.c.diff?r1=1.24&r2=1.25


CVS update: samba4/source/torture/rpc

2003-11-27 Thread tridge

Date:   Fri Nov 28 05:20:11 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv12471

Modified Files:
epmapper.c mgmt.c 
Log Message:
 * added a bunch of placeholder IDL files

 * allow for an interface to list its endpoints in the IDL file, so we
   can automatically make the server listen on the right pipes, and
   can scan pipes more easily (I don't take advantage of this yet,
   just putting the infrastructure in place)


Revisions:
epmapper.c  1.9 => 1.10

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/epmapper.c.diff?r1=1.9&r2=1.10
mgmt.c  1.5 => 1.6

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/mgmt.c.diff?r1=1.5&r2=1.6


CVS update: samba4/source/torture/rpc

2003-11-27 Thread tpot

Date:   Fri Nov 28 05:02:32 2003
Author: tpot

Update of /data/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv10787/torture/rpc

Modified Files:
spoolss.c 
Log Message:
Added EnumJobs, GetJob, SetJob RPCs.


Revisions:
spoolss.c   1.23 => 1.24

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/spoolss.c.diff?r1=1.23&r2=1.24


CVS update: samba4/source/torture/rpc

2003-11-27 Thread tridge

Date:   Fri Nov 28 03:47:45 2003
Author: tridge

Update of /home/cvs/samba4/source/torture/rpc
In directory dp.samba.org:/tmp/cvs-serv2233

Modified Files:
scanner.c 
Log Message:
 * support multiple interfaces in one IDL file in pidl

 * make far more generated functions static

 * get rid of gen_rpc, and include the client calls in ndr_*.c

 * added placeholder IDL for a number of intefaces (dcom, wzcsvc, browser etc)



Revisions:
scanner.c   1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/rpc/scanner.c.diff?r1=1.2&r2=1.3


CVS update: samba4/source/torture

2003-11-27 Thread tridge

Date:   Fri Nov 28 00:48:05 2003
Author: tridge

Update of /home/cvs/samba4/source/torture
In directory dp.samba.org:/tmp/cvs-serv13668

Modified Files:
torture.c 
Log Message:
added auto-generation of the IDL interface tables. This makes two less
places that need to be edited when someone adds a new IDL file.


Revisions:
torture.c   1.34 => 1.35

http://www.samba.org/cgi-bin/cvsweb/samba4/source/torture/torture.c.diff?r1=1.34&r2=1.35


  1   2   3   >