CVS update: samba/source/param

2003-03-11 Thread idra

Date:   Tue Mar 11 09:16:37 2003
Author: idra

Update of /data/cvs/samba/source/param
In directory dp.samba.org:/tmp/cvs-serv3398/param

Modified Files:
loadparm.c 
Log Message:

This is how combination of domain logons and security parameter best combine.
Comments wellcome.


Simo.



Revisions:
loadparm.c  1.483 = 1.484

http://www.samba.org/cgi-bin/cvsweb/samba/source/param/loadparm.c?r1=1.483r2=1.484


CVS update: samba/source/param

2003-03-11 Thread abartlet

Date:   Tue Mar 11 10:06:34 2003
Author: abartlet

Update of /data/cvs/samba/source/param
In directory dp.samba.org:/tmp/cvs-serv13995/param

Modified Files:
loadparm.c 
Log Message:
After 'consultation' with idra, this is how I think the server roles should work...

Andrew Bartlett


Revisions:
loadparm.c  1.484 = 1.485

http://www.samba.org/cgi-bin/cvsweb/samba/source/param/loadparm.c?r1=1.484r2=1.485


CVS update: samba/source/param

2003-03-11 Thread abartlet

Date:   Tue Mar 11 10:13:57 2003
Author: abartlet

Update of /data/cvs/samba/source/param
In directory dp.samba.org:/tmp/cvs-serv17555/param

Modified Files:
loadparm.c 
Log Message:
Some further tought on the server role issue - try not to break it compeatly.

Andrew Bartlett


Revisions:
loadparm.c  1.485 = 1.486

http://www.samba.org/cgi-bin/cvsweb/samba/source/param/loadparm.c?r1=1.485r2=1.486


CVS update: samba/source/param

2003-03-11 Thread abartlet

Date:   Tue Mar 11 10:53:46 2003
Author: abartlet

Update of /data/cvs/samba/source/param
In directory dp.samba.org:/tmp/cvs-serv26367/param

Modified Files:
loadparm.c 
Log Message:
security=domain and domain logons = yes should be a BDC (of sorts).

Matches 2.2

Andrew Bartlett


Revisions:
loadparm.c  1.486 = 1.487

http://www.samba.org/cgi-bin/cvsweb/samba/source/param/loadparm.c?r1=1.486r2=1.487


CVS update: samba/source/lib

2003-03-11 Thread abartlet

Date:   Tue Mar 11 11:28:59 2003
Author: abartlet

Update of /data/cvs/samba/source/lib
In directory dp.samba.org:/tmp/cvs-serv3710/lib

Modified Files:
server_mutex.c 
Log Message:
This patch attemptes to clean up winbindd's mutex locking.

The current locking scheme in winbind is a complete mess - indeed, the
next step should be to push the locking into cli_full_connection(), but
I'll leave it for now.

This patch works on the noted behaviour that 2 parts of the connection
process need protection - and independent protection.  Tim Potter did
some work on this a little while back, verifying the second case.

The two cases are: 
 - between connect() and first session setup
 - during the auth2 phase of the netlogon pipe setup.

I've removed the counter on the lock, as I fail to see what it gains us.

This patch also adds 'anonymous fallback' to our winbindd - DC connection.  

If the authenticated connection fails (wbinfo -A specifed) - say that 
account isn't trusted by a trusted DC - then we try an anonymous.

Both tpot and mbp like the patch.

Andrew Bartlett



Revisions:
server_mutex.c  1.3 = 1.4

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


CVS update: samba/source/passdb

2003-03-11 Thread abartlet

Date:   Tue Mar 11 11:28:59 2003
Author: abartlet

Update of /data/cvs/samba/source/passdb
In directory dp.samba.org:/tmp/cvs-serv3710/passdb

Modified Files:
secrets.c 
Log Message:
This patch attemptes to clean up winbindd's mutex locking.

The current locking scheme in winbind is a complete mess - indeed, the
next step should be to push the locking into cli_full_connection(), but
I'll leave it for now.

This patch works on the noted behaviour that 2 parts of the connection
process need protection - and independent protection.  Tim Potter did
some work on this a little while back, verifying the second case.

The two cases are: 
 - between connect() and first session setup
 - during the auth2 phase of the netlogon pipe setup.

I've removed the counter on the lock, as I fail to see what it gains us.

This patch also adds 'anonymous fallback' to our winbindd - DC connection.  

If the authenticated connection fails (wbinfo -A specifed) - say that 
account isn't trusted by a trusted DC - then we try an anonymous.

Both tpot and mbp like the patch.

Andrew Bartlett



Revisions:
secrets.c   1.54 = 1.55

http://www.samba.org/cgi-bin/cvsweb/samba/source/passdb/secrets.c?r1=1.54r2=1.55


CVS update: samba/source/smbd

2003-03-11 Thread jra

Date:   Tue Mar 11 18:10:27 2003
Author: jra

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv14295/smbd

Modified Files:
  Tag: SAMBA_3_0
quotas.c 
Log Message:
Fix up zero termination. Spotted by Sebastian Krahmer [EMAIL PROTECTED].
Jeremy.


Revisions:
quotas.c1.49.2.2 = 1.49.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/quotas.c?r1=1.49.2.2r2=1.49.2.3


CVS update: samba/source/smbd

2003-03-11 Thread jra

Date:   Tue Mar 11 20:57:12 2003
Author: jra

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv3964/smbd

Modified Files:
  Tag: SAMBA_2_2
ipc.c 
Log Message:
We use unsigned now, so use %u.
Jeremy.


Revisions:
ipc.c   1.167.4.14 = 1.167.4.15

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/ipc.c?r1=1.167.4.14r2=1.167.4.15


CVS update: samba/source/smbd

2003-03-11 Thread jra

Date:   Tue Mar 11 20:57:41 2003
Author: jra

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv4021/smbd

Modified Files:
ipc.c 
Log Message:
We use unsigned now, so use %u.
Jeremy.


Revisions:
ipc.c   1.185 = 1.186
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/ipc.c?r1=1.185r2=1.186


CVS update: samba/source/smbd

2003-03-11 Thread jra

Date:   Tue Mar 11 20:58:10 2003
Author: jra

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv4076/smbd

Modified Files:
  Tag: SAMBA_3_0
ipc.c 
Log Message:
We use unsigned now, so use %u.
Jeremy.


Revisions:
ipc.c   1.180.2.5 = 1.180.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/ipc.c?r1=1.180.2.5r2=1.180.2.6


CVS update: samba/source/libsmb

2003-03-11 Thread tpot

Date:   Tue Mar 11 23:59:46 2003
Author: tpot

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

Modified Files:
  Tag: APPLIANCE_HEAD
namecache.c 
Log Message:
CR 1988: fix for slow memory leak on namecache timeout

Reviewed by mbp.


Revisions:
namecache.c 1.1.2.9 = 1.1.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/namecache.c?r1=1.1.2.9r2=1.1.2.10


CVS update: samba/source/libsmb

2003-03-11 Thread jra

Date:   Wed Mar 12 00:53:23 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_2_2
namecache.c 
Log Message:
Janitor for tpot's memleak fix.
Jeremy.


Revisions:
namecache.c 1.8.2.1 = 1.8.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/namecache.c?r1=1.8.2.1r2=1.8.2.2


CVS update: samba/source/torture

2003-03-11 Thread mbp

Date:   Wed Mar 12 02:57:48 2003
Author: mbp

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

Added Files:
t_stringoverflow.c 
Log Message:
Add example of string overflow which is now caught in developer mode.


Revisions:
t_stringoverflow.c  NONE = 1.1

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


CVS update: samba/source/torture

2003-03-11 Thread mbp

Date:   Wed Mar 12 02:58:45 2003
Author: mbp

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

Modified Files:
t_strcmp.c 
Log Message:
Update usage message.


Revisions:
t_strcmp.c  1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/torture/t_strcmp.c?r1=1.1r2=1.2


CVS update: samba/source/stf

2003-03-11 Thread mbp

Date:   Wed Mar 12 03:01:06 2003
Author: mbp

Update of /data/cvs/samba/source/stf
In directory dp.samba.org:/tmp/cvs-serv16829/stf

Log Message:
Directory /data/cvs/samba/source/stf added to the repository


Revisions:


CVS update: samba/source/stf

2003-03-11 Thread mbp

Date:   Wed Mar 12 03:04:37 2003
Author: mbp

Update of /data/cvs/samba/source/stf
In directory dp.samba.org:/tmp/cvs-serv17167

Added Files:
README.stf 
Log Message:
Start importing the Python testing framework that Tim and I have been
working on into the main Samba tree.


Revisions:
README.stf  NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba/source/stf/README.stf?rev=1.1


CVS update: samba/source/stf

2003-03-11 Thread mbp

Date:   Wed Mar 12 03:06:42 2003
Author: mbp

Update of /data/cvs/samba/source/stf
In directory dp.samba.org:/tmp/cvs-serv17560

Added Files:
comfychair.py 
Log Message:
Import ComfyChair framework from trunk.


Revisions:
comfychair.py   NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba/source/stf/comfychair.py?rev=1.1


CVS update: samba/source/stf

2003-03-11 Thread mbp

Date:   Wed Mar 12 03:07:46 2003
Author: mbp

Update of /data/cvs/samba/source/stf
In directory dp.samba.org:/tmp/cvs-serv17645

Added Files:
notes.txt 
Log Message:
Import design notes by martin and tpot from ComfyChair and stf modules.


Revisions:
notes.txt   NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba/source/stf/notes.txt?rev=1.1


CVS update: samba/source/stf

2003-03-11 Thread mbp

Date:   Wed Mar 12 07:14:03 2003
Author: mbp

Update of /data/cvs/samba/source/stf
In directory dp.samba.org:/tmp/cvs-serv11106/stf

Modified Files:
comfychair.py 
Log Message:
New import of ComfyChair, many changes

Revisions:
comfychair.py   1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/stf/comfychair.py?r1=1.1r2=1.2


CVS update: samba/source/stf

2003-03-11 Thread mbp

Date:   Wed Mar 12 07:17:39 2003
Author: mbp

Update of /data/cvs/samba/source/stf
In directory dp.samba.org:/tmp/cvs-serv11561

Modified Files:
test.py 
Log Message:
Update for new version of ComfyChair: some methods are renamed to be
more consistent, and it now looks at command-line arguments to work
out what to do.

Run this program to get a quick demonstration of what ComfyChair does.


Revisions:
test.py 1.1 = 1.2
http://www.samba.org/cgi-bin/cvsweb/samba/source/stf/test.py?r1=1.1r2=1.2