CVS update: samba/source/lib

2003-10-23 Thread sharpe

Date:   Fri Oct 24 05:47:39 2003
Author: sharpe

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

Modified Files:
snprintf.c 
Log Message:

Check for va_copy before you check for __va_copy, since va_copy is the 
actual standard, and __va_copy was the proposed standard.



Revisions:
snprintf.c  1.41 => 1.42

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


CVS update: samba/source

2003-10-23 Thread sharpe

Date:   Fri Oct 24 05:47:39 2003
Author: sharpe

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

Modified Files:
configure.in 
Log Message:

Check for va_copy before you check for __va_copy, since va_copy is the 
actual standard, and __va_copy was the proposed standard.



Revisions:
configure.in1.490 => 1.491

http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in.diff?r1=1.490&r2=1.491


CVS update: samba/source/tdb

2003-10-23 Thread tpot

Date:   Fri Oct 24 05:44:19 2003
Author: tpot

Update of /data/cvs/samba/source/tdb
In directory dp.samba.org:/tmp/cvs-serv18841

Modified Files:
  Tag: SAMBA_3_0
tdb.c 
Log Message:
Add some debugs in the error paths for tdb_brlock() to help track down
a locking problem on HPUX.


Revisions:
tdb.c   1.106.2.15 => 1.106.2.16

http://www.samba.org/cgi-bin/cvsweb/samba/source/tdb/tdb.c.diff?r1=1.106.2.15&r2=1.106.2.16


CVS update: samba/source/auth

2003-10-23 Thread jra

Date:   Fri Oct 24 01:19:23 2003
Author: jra

Update of /data/cvs/samba/source/auth
In directory dp.samba.org:/tmp/cvs-serv14747/auth

Modified Files:
auth_sam.c 
Log Message:
Andrew Bartlett patch to cope with Exchange 5.5 cleartext pop password auth.
Jeremy.


Revisions:
auth_sam.c  1.58 => 1.59

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_sam.c.diff?r1=1.58&r2=1.59


CVS update: samba/source/auth

2003-10-23 Thread jra

Date:   Fri Oct 24 01:18:56 2003
Author: jra

Update of /data/cvs/samba/source/auth
In directory dp.samba.org:/tmp/cvs-serv14603/auth

Modified Files:
  Tag: SAMBA_3_0
auth_sam.c 
Log Message:
Andrew Bartlett patch to cope with Exchange 5.5 cleartext pop password auth.
Jeremy.


Revisions:
auth_sam.c  1.36.2.23 => 1.36.2.24

http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_sam.c.diff?r1=1.36.2.23&r2=1.36.2.24


CVS update: sambaweb/docs

2003-10-23 Thread jht

Date:   Thu Oct 23 21:54:18 2003
Author: jht

Update of /home/cvs/sambaweb/docs
In directory dp.samba.org:/tmp/cvs-serv18840/docs

Modified Files:
index.html 
Log Message:
Change requested by Prentice Hall.


Revisions:
index.html  1.69 => 1.70

http://www.samba.org/cgi-bin/cvsweb/sambaweb/docs/index.html.diff?r1=1.69&r2=1.70


CVS update: sambaweb/docs

2003-10-23 Thread jht

Date:   Thu Oct 23 17:49:47 2003
Author: jht

Update of /home/cvs/sambaweb/docs
In directory dp.samba.org:/tmp/cvs-serv14464/docs

Modified Files:
index.html 
Log Message:
Adding links to The Official Samab-3 HOWTO and Reference Guide.


Revisions:
index.html  1.68 => 1.69

http://www.samba.org/cgi-bin/cvsweb/sambaweb/docs/index.html.diff?r1=1.68&r2=1.69


CVS update: samba/source/lib

2003-10-23 Thread vlendec

Date:   Thu Oct 23 16:51:08 2003
Author: vlendec

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

Modified Files:
afs.c util_sec.c 
Log Message:
Merge from 3_0:

After a phonecall with jra finally commit this.

This changes our behaviour when the setresuid call is available. We now not
only change the effective uid but also the real uid when becoming
unprivileged. This is mainly for improved AFS compatibility, as AFS selects
the token to send to the server based on the real uid of the process.

I tested this with a W2k server with two non-root 'runas' sessions. They come
in via a single smbd as two different users using two session setups. Samba on
Linux can still switch between the two uids, proved by two different files
created via those sessions.

Volker


Revisions:
afs.c   1.3 => 1.4
http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/afs.c.diff?r1=1.3&r2=1.4
util_sec.c  1.19 => 1.20

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/util_sec.c.diff?r1=1.19&r2=1.20


CVS update: samba/source/lib

2003-10-23 Thread vlendec

Date:   Thu Oct 23 16:49:46 2003
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
afs.c util_sec.c 
Log Message:
After a phonecall with jra finally commit this.

This changes our behaviour when the setresuid call is available. We now not
only change the effective uid but also the real uid when becoming
unprivileged. This is mainly for improved AFS compatibility, as AFS selects
the token to send to the server based on the real uid of the process.

I tested this with a W2k server with two non-root 'runas' sessions. They come
in via a single smbd as two different users using two session setups. Samba on
Linux can still switch between the two uids, proved by two different files
created via those sessions.

Volker


Revisions:
afs.c   1.1.2.2 => 1.1.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/afs.c.diff?r1=1.1.2.2&r2=1.1.2.3
util_sec.c  1.17.2.2 => 1.17.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/util_sec.c.diff?r1=1.17.2.2&r2=1.17.2.3


CVS update: sambaweb

2003-10-23 Thread jht

Date:   Thu Oct 23 15:14:18 2003
Author: jht

Update of /home/cvs/sambaweb
In directory dp.samba.org:/tmp/cvs-serv23024

Modified Files:
books.html 
Log Message:
Added direct Amazon Link to save folks the hassel of searching by post code.


Revisions:
books.html  1.49 => 1.50
http://www.samba.org/cgi-bin/cvsweb/sambaweb/books.html.diff?r1=1.49&r2=1.50


CVS update: samba/source/utils

2003-10-23 Thread jmcd

Date:   Thu Oct 23 14:33:21 2003
Author: jmcd

Update of /home/cvs/samba/source/utils
In directory dp.samba.org:/tmp/cvs-serv17280/utils

Modified Files:
net.c net.h net_ads.c 
Log Message:
Fix bug 451.  Stop net -P from prompting for machine account password.
Based on work by Ken Cross ([EMAIL PROTECTED]).



Revisions:
net.c   1.88 => 1.89

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net.c.diff?r1=1.88&r2=1.89
net.h   1.12 => 1.13

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net.h.diff?r1=1.12&r2=1.13
net_ads.c   1.73 => 1.74

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net_ads.c.diff?r1=1.73&r2=1.74


CVS update: samba/source/utils

2003-10-23 Thread jmcd

Date:   Thu Oct 23 14:33:19 2003
Author: jmcd

Update of /home/cvs/samba/source/utils
In directory dp.samba.org:/tmp/cvs-serv17300/utils

Modified Files:
  Tag: SAMBA_3_0
net.c net.h net_ads.c 
Log Message:
Fix bug 451.  Stop net -P from prompting for machine account password.
Based on work by Ken Cross ([EMAIL PROTECTED]).


Revisions:
net.c   1.43.2.37 => 1.43.2.38

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net.c.diff?r1=1.43.2.37&r2=1.43.2.38
net.h   1.7.2.4 => 1.7.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net.h.diff?r1=1.7.2.4&r2=1.7.2.5
net_ads.c   1.37.2.31 => 1.37.2.32

http://www.samba.org/cgi-bin/cvsweb/samba/source/utils/net_ads.c.diff?r1=1.37.2.31&r2=1.37.2.32


CVS update: samba/source/lib

2003-10-23 Thread jmcd

Date:   Thu Oct 23 13:47:21 2003
Author: jmcd

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

Modified Files:
getsmbpass.c 
Log Message:
Volker's fix for bug #668.  Change the \n after the password prompt to go
to tty instead of stdout.


Revisions:
getsmbpass.c1.12 => 1.13

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/getsmbpass.c.diff?r1=1.12&r2=1.13


CVS update: samba/source/lib

2003-10-23 Thread jmcd

Date:   Thu Oct 23 13:47:17 2003
Author: jmcd

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

Modified Files:
  Tag: SAMBA_3_0
getsmbpass.c 
Log Message:
Volker's fix for bug #668.  Change the \n after the password prompt to go
to tty instead of stdout.


Revisions:
getsmbpass.c1.8.20.4 => 1.8.20.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/getsmbpass.c.diff?r1=1.8.20.4&r2=1.8.20.5


CVS update: samba/source/libsmb

2003-10-23 Thread vlendec

Date:   Thu Oct 23 13:46:32 2003
Author: vlendec

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

Modified Files:
clisecdesc.c 
Log Message:
Merge from 3_0:

According to Ethereal we have a 32-Bit quantity here. And with SSVAL valgrind
reports an unitialized read which is obviously correct. And I hate valgrind
errors ;-)

Volker


Revisions:
clisecdesc.c1.17 => 1.18

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clisecdesc.c.diff?r1=1.17&r2=1.18


CVS update: samba/source/libsmb

2003-10-23 Thread vlendec

Date:   Thu Oct 23 13:45:48 2003
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
clisecdesc.c 
Log Message:
According to Ethereal we have a 32-Bit quantity here. And with SSVAL valgrind
reports an unitialized read which is obviously correct. And I hate valgrind
errors ;-)

Volker


Revisions:
clisecdesc.c1.13.2.4 => 1.13.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clisecdesc.c.diff?r1=1.13.2.4&r2=1.13.2.5