CVS update: samba4/source/build/pidl

2003-12-16 Thread tridge

Date:   Tue Dec 16 09:01:34 2003
Author: tridge

Update of /home/cvs/samba4/source/build/pidl
In directory dp.samba.org:/tmp/cvs-serv30537

Modified Files:
header.pm 
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:
header.pm   1.28 = 1.29

http://www.samba.org/cgi-bin/cvsweb/samba4/source/build/pidl/header.pm.diff?r1=1.28r2=1.29


CVS update: samba4/source/include

2003-12-16 Thread tridge

Date:   Tue Dec 16 09:01:43 2003
Author: tridge

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

Modified Files:
includes.h rpc_secdes.h smb.h smb_interfaces.h 
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:
includes.h  1.14 = 1.15

http://www.samba.org/cgi-bin/cvsweb/samba4/source/include/includes.h.diff?r1=1.14r2=1.15
rpc_secdes.h1.1.1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/include/rpc_secdes.h.diff?r1=1.1.1.1r2=1.2
smb.h   1.12 = 1.13

http://www.samba.org/cgi-bin/cvsweb/samba4/source/include/smb.h.diff?r1=1.12r2=1.13
smb_interfaces.h1.13 = 1.14

http://www.samba.org/cgi-bin/cvsweb/samba4/source/include/smb_interfaces.h.diff?r1=1.13r2=1.14


CVS update: samba4/source/lib

2003-12-16 Thread tridge

Date:   Tue Dec 16 09:01:49 2003
Author: tridge

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

Modified Files:
util_sid.c util_uuid.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:
util_sid.c  1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/lib/util_sid.c.diff?r1=1.2r2=1.3
util_uuid.c 1.3 = 1.4

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


CVS update: samba4/source/libcli/raw

2003-12-16 Thread tridge

Date:   Tue Dec 16 09:01:55 2003
Author: tridge

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

Modified Files:
rawfsinfo.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:
rawfsinfo.c 1.1.1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/raw/rawfsinfo.c.diff?r1=1.1.1.1r2=1.2


CVS update: samba4/source/librpc/idl

2003-12-16 Thread tridge

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

Update of /home/cvs/samba4/source/librpc/idl
In directory dp.samba.org:/tmp/cvs-serv30769

Modified Files:
dcerpc.idl misc.idl 
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:
dcerpc.idl  1.13 = 1.14

http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/idl/dcerpc.idl.diff?r1=1.13r2=1.14
misc.idl1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/idl/misc.idl.diff?r1=1.7r2=1.8


CVS update: samba4/source/librpc/ndr

2003-12-16 Thread tridge

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

Update of /home/cvs/samba4/source/librpc/ndr
In directory dp.samba.org:/tmp/cvs-serv30791

Modified Files:
ndr_basic.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:
ndr_basic.c 1.40 = 1.41

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


CVS update: samba4/source/ntvfs/ipc

2003-12-16 Thread tridge

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

Update of /home/cvs/samba4/source/ntvfs/ipc
In directory dp.samba.org:/tmp/cvs-serv30838

Modified Files:
vfs_ipc.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:
vfs_ipc.c   1.9 = 1.10

http://www.samba.org/cgi-bin/cvsweb/samba4/source/ntvfs/ipc/vfs_ipc.c.diff?r1=1.9r2=1.10


CVS update: samba4/source/passdb

2003-12-16 Thread tridge

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

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

Modified Files:
secrets.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:
secrets.c   1.2 = 1.3

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


CVS update: samba4/source/rpc_server

2003-12-16 Thread tridge

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

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

Modified Files:
dcerpc_server.c dcesrv_auth.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:
dcerpc_server.c 1.18 = 1.19

http://www.samba.org/cgi-bin/cvsweb/samba4/source/rpc_server/dcerpc_server.c.diff?r1=1.18r2=1.19
dcesrv_auth.c   1.2 = 1.3

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


CVS update: samba4/source/rpc_server/epmapper

2003-12-16 Thread tridge

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

Update of /home/cvs/samba4/source/rpc_server/epmapper
In directory dp.samba.org:/tmp/cvs-serv30944

Modified Files:
rpc_epmapper.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:
rpc_epmapper.c  1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba4/source/rpc_server/epmapper/rpc_epmapper.c.diff?r1=1.6r2=1.7


CVS update: samba4/source/smbd

2003-12-16 Thread tridge

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

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

Modified Files:
trans2.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:
trans2.c1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba4/source/smbd/trans2.c.diff?r1=1.7r2=1.8


CVS update: samba4/source/include

2003-12-16 Thread tridge

Date:   Tue Dec 16 09:20:21 2003
Author: tridge

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

Modified Files:
charset.h 
Log Message:
added support for big-endian ucs2 strings (as used by big-endian
msrpc).

this was easier than I expected!


Revisions:
charset.h   1.1.1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/include/charset.h.diff?r1=1.1.1.1r2=1.2


CVS update: samba4/source/librpc/ndr

2003-12-16 Thread tridge

Date:   Tue Dec 16 09:20:34 2003
Author: tridge

Update of /home/cvs/samba4/source/librpc/ndr
In directory dp.samba.org:/tmp/cvs-serv1913

Modified Files:
ndr_basic.c 
Log Message:
added support for big-endian ucs2 strings (as used by big-endian
msrpc).

this was easier than I expected!


Revisions:
ndr_basic.c 1.41 = 1.42

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


CVS update: samba4/source/lib

2003-12-16 Thread tridge

Date:   Tue Dec 16 09:50:37 2003
Author: tridge

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

Modified Files:
util_uuid.c 
Log Message:
it turns out that a wire policy handle isn't a blob either, its a
uint32 followed by a GUID. I needed to fix this to support running in
mixed-mode rpc (where smbtorture is bigendian and w2k3 is
little-endian). Otherwise when you send back a policy handle the
server doesn't recognise it.


Revisions:
util_uuid.c 1.4 = 1.5

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


CVS update: samba4/source/librpc/idl

2003-12-16 Thread tridge

Date:   Tue Dec 16 09:50:42 2003
Author: tridge

Update of /home/cvs/samba4/source/librpc/idl
In directory dp.samba.org:/tmp/cvs-serv8311

Modified Files:
misc.idl 
Log Message:
it turns out that a wire policy handle isn't a blob either, its a
uint32 followed by a GUID. I needed to fix this to support running in
mixed-mode rpc (where smbtorture is bigendian and w2k3 is
little-endian). Otherwise when you send back a policy handle the
server doesn't recognise it.


Revisions:
misc.idl1.8 = 1.9

http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/idl/misc.idl.diff?r1=1.8r2=1.9


CVS update: samba4

2003-12-16 Thread tridge

Date:   Tue Dec 16 09:55:09 2003
Author: tridge

Update of /home/cvs/samba4
In directory dp.samba.org:/tmp/cvs-serv9254

Modified Files:
prog_guide.txt 
Log Message:
much better docs on the smbtorture ncacn syntax, including how to
choose bigendian smbtorture on the command line


Revisions:
prog_guide.txt  1.3 = 1.4
http://www.samba.org/cgi-bin/cvsweb/samba4/prog_guide.txt.diff?r1=1.3r2=1.4


CVS update: samba4/source/librpc/idl

2003-12-16 Thread tridge

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

Update of /home/cvs/samba4/source/librpc/idl
In directory dp.samba.org:/tmp/cvs-serv12285

Modified Files:
misc.idl 
Log Message:
use bigendian mode to fix the idl for samr_LogonHours



Revisions:
misc.idl1.9 = 1.10

http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/idl/misc.idl.diff?r1=1.9r2=1.10


CVS update: samba4/source/librpc/rpc

2003-12-16 Thread tridge

Date:   Tue Dec 16 10:15:21 2003
Author: tridge

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

Modified Files:
dcerpc_util.c 
Log Message:
no longer require the pipe name or tcp port number to be the first
option in the ncacn_* syntax




Revisions:
dcerpc_util.c   1.12 = 1.13

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


CVS update: samba4/source/librpc/rpc

2003-12-16 Thread tridge

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

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

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


Revisions:
dcerpc_util.c   1.13 = 1.14

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


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.7r2=1.8
scanner.c   1.4 = 1.5

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


CVS update: samba4/source/librpc/idl

2003-12-16 Thread tridge

Date:   Tue Dec 16 11:24:22 2003
Author: tridge

Update of /home/cvs/samba4/source/librpc/idl
In directory dp.samba.org:/tmp/cvs-serv25506

Modified Files:
dcerpc.idl 
Log Message:
added a define for the DCERPC little-endian data representation flag



Revisions:
dcerpc.idl  1.14 = 1.15

http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/idl/dcerpc.idl.diff?r1=1.14r2=1.15


CVS update: samba4/source/librpc/rpc

2003-12-16 Thread tridge

Date:   Tue Dec 16 11:24:28 2003
Author: tridge

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

Modified Files:
dcerpc.c 
Log Message:
added a define for the DCERPC little-endian data representation flag



Revisions:
dcerpc.c1.28 = 1.29

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


CVS update: samba4/source/librpc/ndr

2003-12-16 Thread tridge

Date:   Tue Dec 16 12:11:00 2003
Author: tridge

Update of /home/cvs/samba4/source/librpc/ndr
In directory dp.samba.org:/tmp/cvs-serv2077

Modified Files:
ndr_basic.c 
Log Message:
fixed formatting of uuids in debug output



Revisions:
ndr_basic.c 1.42 = 1.43

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


CVS update: samba4/source/lib

2003-12-16 Thread tridge

Date:   Tue Dec 16 12:59:20 2003
Author: tridge

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

Modified Files:
util_str.c 
Log Message:
removed some unused functions




Revisions:
util_str.c  1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba4/source/lib/util_str.c.diff?r1=1.6r2=1.7


CVS update: samba/examples/LDAP/smbldap-tools

2003-12-16 Thread jra

Date:   Tue Dec 16 18:14:10 2003
Author: jra

Update of /data/cvs/samba/examples/LDAP/smbldap-tools
In directory dp.samba.org:/tmp/cvs-serv7894/examples/LDAP/smbldap-tools

Modified Files:
  Tag: SAMBA_3_0
smbldap-migrate-accounts.pl 
Log Message:
Small fix from Jérôme Tournier [EMAIL PROTECTED]
Jeremy.


Revisions:
smbldap-migrate-accounts.pl 1.1.6.5 = 1.1.6.6

http://www.samba.org/cgi-bin/cvsweb/samba/examples/LDAP/smbldap-tools/smbldap-migrate-accounts.pl.diff?r1=1.1.6.5r2=1.1.6.6


CVS update: samba/source/rpc_server

2003-12-16 Thread jerry

Date:   Tue Dec 16 18:35:24 2003
Author: jerry

Update of /data/cvs/samba/source/rpc_server
In directory dp.samba.org:/tmp/cvs-serv12061/rpc_server

Modified Files:
  Tag: SAMBA_3_0
srv_samr_nt.c 
Log Message:
make sure we delete the group mapping before calling the delete group script; patch 
from Jianliang Lu [EMAIL PROTECTED]

Revisions:
srv_samr_nt.c   1.86.2.56 = 1.86.2.57

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_samr_nt.c.diff?r1=1.86.2.56r2=1.86.2.57


CVS update: samba/source/rpc_server

2003-12-16 Thread jerry

Date:   Tue Dec 16 18:36:06 2003
Author: jerry

Update of /data/cvs/samba/source/rpc_server
In directory dp.samba.org:/tmp/cvs-serv12264/rpc_server

Modified Files:
srv_samr_nt.c 
Log Message:
make sure we delete the group mapping before calling the delete group script; patch 
from Jianliang Lu [EMAIL PROTECTED]

Revisions:
srv_samr_nt.c   1.163 = 1.164

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_samr_nt.c.diff?r1=1.163r2=1.164


CVS update: samba-docs/Registry

2003-12-16 Thread jht

Date:   Tue Dec 16 19:23:36 2003
Author: jht

Update of /home/cvs/samba-docs/Registry
In directory dp.samba.org:/tmp/cvs-serv21342

Added Files:
Win-2Kx-XPP-ForceLocalProfile.reg 
Win-NT-DeleteRoamingProfile.reg 
Removed Files:
Win-NT-2K-XP-DeleteRoamingProfile.reg 
Log Message:
Updating Reg Files for latest Service Pack Compliance.

Revisions:
Win-2Kx-XPP-ForceLocalProfile.reg   NONE = 1.1

http://www.samba.org/cgi-bin/cvsweb/samba-docs/Registry/Win-2Kx-XPP-ForceLocalProfile.reg?rev=1.1
Win-NT-DeleteRoamingProfile.reg NONE = 1.1

http://www.samba.org/cgi-bin/cvsweb/samba-docs/Registry/Win-NT-DeleteRoamingProfile.reg?rev=1.1
Win-NT-2K-XP-DeleteRoamingProfile.reg   1.2 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba-docs/Registry/Win-NT-2K-XP-DeleteRoamingProfile.reg?rev=1.2


CVS update: samba-docs/Registry

2003-12-16 Thread jht

Date:   Tue Dec 16 19:24:18 2003
Author: jht

Update of /home/cvs/samba-docs/Registry
In directory dp.samba.org:/tmp/cvs-serv21419

Added Files:
Win-2Kx-XPP-DeleteCachedProfiles.reg 
Log Message:
Updating Reg Files for latest Service Pack Compliance.

Revisions:
Win-2Kx-XPP-DeleteCachedProfiles.regNONE = 1.1

http://www.samba.org/cgi-bin/cvsweb/samba-docs/Registry/Win-2Kx-XPP-DeleteCachedProfiles.reg?rev=1.1


CVS update: samba-docs/Registry

2003-12-16 Thread jht

Date:   Tue Dec 16 19:25:56 2003
Author: jht

Update of /home/cvs/samba-docs/Registry
In directory dp.samba.org:/tmp/cvs-serv22085

Removed Files:
FolderRedir.reg 
Log Message:
Removing defective Reg file.

Revisions:
FolderRedir.reg 1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba-docs/Registry/FolderRedir.reg?rev=1.1


CVS update: samba4/source/librpc/rpc

2003-12-16 Thread tridge

Date:   Wed Dec 17 02:06:32 2003
Author: tridge

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

Modified Files:
dcerpc.c dcerpc_util.c 
Log Message:
added a smb.conf flag rpc big endian that tells our rpc server to
send packets in bigendian format. 





Revisions:
dcerpc.c1.29 = 1.30

http://www.samba.org/cgi-bin/cvsweb/samba4/source/librpc/rpc/dcerpc.c.diff?r1=1.29r2=1.30
dcerpc_util.c   1.14 = 1.15

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


CVS update: samba4/source/param

2003-12-16 Thread tridge

Date:   Wed Dec 17 02:06:38 2003
Author: tridge

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

Modified Files:
loadparm.c 
Log Message:
added a smb.conf flag rpc big endian that tells our rpc server to
send packets in bigendian format. 





Revisions:
loadparm.c  1.4 = 1.5

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


CVS update: samba4/source/rpc_server

2003-12-16 Thread tridge

Date:   Wed Dec 17 02:06:44 2003
Author: tridge

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

Modified Files:
dcerpc_server.c dcesrv_auth.c 
Log Message:
added a smb.conf flag rpc big endian that tells our rpc server to
send packets in bigendian format. 





Revisions:
dcerpc_server.c 1.20 = 1.21

http://www.samba.org/cgi-bin/cvsweb/samba4/source/rpc_server/dcerpc_server.c.diff?r1=1.20r2=1.21
dcesrv_auth.c   1.3 = 1.4

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


CVS update: samba4/source/python

2003-12-16 Thread tpot

Date:   Wed Dec 17 02:18:36 2003
Author: tpot

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

Removed Files:
README gprinterdata gtdbtool gtkdictbrowser.py mkpatch 
py_common.c py_common.h py_conv.c py_conv.h py_lsa.c py_lsa.h 
py_ntsec.c py_samba.c py_samr.c py_samr.h py_samr_conv.c 
py_smb.c py_smb.h py_spoolss.c py_spoolss.h 
py_spoolss_common.c py_spoolss_drivers.c 
py_spoolss_drivers_conv.c py_spoolss_forms.c 
py_spoolss_forms_conv.c py_spoolss_jobs.c 
py_spoolss_jobs_conv.c py_spoolss_ports.c 
py_spoolss_ports_conv.c py_spoolss_printerdata.c 
py_spoolss_printers.c py_spoolss_printers_conv.c py_srvsvc.c 
py_srvsvc.h py_srvsvc_conv.c py_tdb.c py_tdb.h py_tdbpack.c 
py_winbind.c py_winbind.h py_winbind_conv.c py_winreg.c 
py_winreg.h setup.py 
Log Message:
Delete old python bindings.


Revisions:
README  1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/README?rev=1.1.1.1
gprinterdata1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/gprinterdata?rev=1.1.1.1
gtdbtool1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/gtdbtool?rev=1.1.1.1
gtkdictbrowser.py   1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/gtkdictbrowser.py?rev=1.1.1.1
mkpatch 1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/mkpatch?rev=1.1.1.1
py_common.c 1.2 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_common.c?rev=1.2
py_common.h 1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_common.h?rev=1.1.1.1
py_conv.c   1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_conv.c?rev=1.1.1.1
py_conv.h   1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_conv.h?rev=1.1.1.1
py_lsa.c1.2 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_lsa.c?rev=1.2
py_lsa.h1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_lsa.h?rev=1.1.1.1
py_ntsec.c  1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_ntsec.c?rev=1.1.1.1
py_samba.c  1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_samba.c?rev=1.1.1.1
py_samr.c   1.2 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_samr.c?rev=1.2
py_samr.h   1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_samr.h?rev=1.1.1.1
py_samr_conv.c  1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_samr_conv.c?rev=1.1.1.1
py_smb.c1.2 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_smb.c?rev=1.2
py_smb.h1.1.1.1 = NONE
http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_smb.h?rev=1.1.1.1
py_spoolss.c1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_spoolss.c?rev=1.1.1.1
py_spoolss.h1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_spoolss.h?rev=1.1.1.1
py_spoolss_common.c 1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_spoolss_common.c?rev=1.1.1.1
py_spoolss_drivers.c1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_spoolss_drivers.c?rev=1.1.1.1
py_spoolss_drivers_conv.c   1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_spoolss_drivers_conv.c?rev=1.1.1.1
py_spoolss_forms.c  1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_spoolss_forms.c?rev=1.1.1.1
py_spoolss_forms_conv.c 1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_spoolss_forms_conv.c?rev=1.1.1.1
py_spoolss_jobs.c   1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_spoolss_jobs.c?rev=1.1.1.1
py_spoolss_jobs_conv.c  1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_spoolss_jobs_conv.c?rev=1.1.1.1
py_spoolss_ports.c  1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_spoolss_ports.c?rev=1.1.1.1
py_spoolss_ports_conv.c 1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_spoolss_ports_conv.c?rev=1.1.1.1
py_spoolss_printerdata.c1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/python/py_spoolss_printerdata.c?rev=1.1.1.1
py_spoolss_printers.c   1.1.1.1 = NONE

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.34r2=1.35


CVS update: samba4/source/librpc/rpc

2003-12-16 Thread tpot

Date:   Wed Dec 17 03:38:06 2003
Author: tpot

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

Modified Files:
dcerpc_util.c 
Log Message:
Fix typo.


Revisions:
dcerpc_util.c   1.15 = 1.16

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


CVS update: samba/source/libsmb

2003-12-16 Thread jerry

Date:   Wed Dec 17 06:18:14 2003
Author: jerry

Update of /data/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv13698/libsmb

Modified Files:
  Tag: SAMBA_3_0
ntlmssp.c smbencrypt.c 
Log Message:
Make sure we correctly generate the lm session key.
This fixes a problem joining a Samba domain from a 
vanilla win2k client that doesn't set the 
NTLMSSP_NEGOTIATE_NTLM2 flag.

Reported on samba ml as decode_pw: incorrect password length
when handling a samr_set_userinfo(23 or 24) RPC.



Revisions:
ntlmssp.c   1.4.2.26 = 1.4.2.27

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/ntlmssp.c.diff?r1=1.4.2.26r2=1.4.2.27
smbencrypt.c1.68.2.13 = 1.68.2.14

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/smbencrypt.c.diff?r1=1.68.2.13r2=1.68.2.14


CVS update: samba/source/libsmb

2003-12-16 Thread jerry

Date:   Wed Dec 17 06:18:41 2003
Author: jerry

Update of /data/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv13730/libsmb

Modified Files:
ntlmssp.c smbencrypt.c 
Log Message:
Make sure we correctly generate the lm session key.
This fixes a problem joining a Samba domain from a 
vanilla win2k client that doesn't set the 
NTLMSSP_NEGOTIATE_NTLM2 flag.

Reported on samba ml as decode_pw: incorrect password length
when handling a samr_set_userinfo(23 or 24) RPC.



Revisions:
ntlmssp.c   1.21 = 1.22

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/ntlmssp.c.diff?r1=1.21r2=1.22
smbencrypt.c1.91 = 1.92

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/smbencrypt.c.diff?r1=1.91r2=1.92