CVS update: samba/source

2003-03-09 Thread mbp

Date:   Mon Mar 10 03:05:20 2003
Author: mbp

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

Modified Files:
  Tag: SAMBA_3_0
configure.developer 
Log Message:
Use "$@" to preserve shell quoting in case somebody passes an escaped
string as a configure parameter.


Revisions:
configure.developer 1.14 => 1.14.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.developer?r1=1.14&r2=1.14.2.1


CVS update: samba/source

2003-03-09 Thread mbp

Date:   Mon Mar 10 03:04:47 2003
Author: mbp

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

Modified Files:
configure.developer 
Log Message:
Use "$@" to preserve shell quoting in case somebody passes an escaped
string as a configure parameter.


Revisions:
configure.developer 1.14 => 1.15

http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.developer?r1=1.14&r2=1.15


CVS update: samba/source/torture

2003-03-09 Thread tridge

Date:   Mon Mar 10 02:51:30 2003
Author: tridge

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

Modified Files:
torture.c 
Log Message:
fixed use_oplocks and the timeout in smbtorture startup




Revisions:
torture.c   1.85 => 1.86

http://www.samba.org/cgi-bin/cvsweb/samba/source/torture/torture.c?r1=1.85&r2=1.86


CVS update: samba/source/torture

2003-03-09 Thread tridge

Date:   Mon Mar 10 02:49:52 2003
Author: tridge

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

Modified Files:
masktest.c 
Log Message:
added -i option for ignoring dot errors in masktest


Revisions:
masktest.c  1.20 => 1.21

http://www.samba.org/cgi-bin/cvsweb/samba/source/torture/masktest.c?r1=1.20&r2=1.21


CVS update: samba/source

2003-03-09 Thread abartlet

Date:   Mon Mar 10 02:48:32 2003
Author: abartlet

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

Modified Files:
Makefile.in 
Log Message:
Makefile.in for NTLMSSP singing update


Revisions:
Makefile.in 1.624 => 1.625
http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in?r1=1.624&r2=1.625


CVS update: samba/source/libsmb

2003-03-09 Thread abartlet

Date:   Mon Mar 10 02:14:35 2003
Author: abartlet

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

Modified Files:
cliconnect.c ntlmssp.c smb_signing.c 
Added Files:
ntlmssp_sign.c 
Log Message:
Further work on NTLMSSP-based SMB signing.  Current status is that I cannnot
get Win2k to send a valid signiture in it's session setup reply - which it will
give to win2k clients.

So, I need to look at becoming 'more like MS', but for now I'll get this code
into the tree.  It's actually based on the TNG cli_pipe_ntlmssp.c, as it was
slightly easier to understand than our own (but only the utility functions
remain in any way intact...).  

This includes the mysical 'NTLM2' code - I have no idea if it actually works.

(I couldn't get TNG to use it for its pipes either).

Andrew Bartlett


Revisions:
ntlmssp_sign.c  NONE => 1.1
http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/ntlmssp_sign.c?rev=1.1
cliconnect.c1.131 => 1.132

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cliconnect.c?r1=1.131&r2=1.132
ntlmssp.c   1.11 => 1.12

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/ntlmssp.c?r1=1.11&r2=1.12
smb_signing.c   1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/smb_signing.c?r1=1.2&r2=1.3


CVS update: samba/source/include

2003-03-09 Thread abartlet

Date:   Mon Mar 10 02:14:35 2003
Author: abartlet

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

Modified Files:
ntlmssp.h 
Log Message:
Further work on NTLMSSP-based SMB signing.  Current status is that I cannnot
get Win2k to send a valid signiture in it's session setup reply - which it will
give to win2k clients.

So, I need to look at becoming 'more like MS', but for now I'll get this code
into the tree.  It's actually based on the TNG cli_pipe_ntlmssp.c, as it was
slightly easier to understand than our own (but only the utility functions
remain in any way intact...).  

This includes the mysical 'NTLM2' code - I have no idea if it actually works.

(I couldn't get TNG to use it for its pipes either).

Andrew Bartlett


Revisions:
ntlmssp.h   1.5 => 1.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/ntlmssp.h?r1=1.5&r2=1.6


CVS update: samba/source/lib

2003-03-09 Thread mbp

Date:   Mon Mar 10 01:10:45 2003
Author: mbp

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

Modified Files:
util_str.c 
Log Message:
Clobber strings with 0xf1f1f1f1 before writing to them to check buffer
lengths are correct.  Attempts to pstrcpy into an fstring or allocated
string should fail in developer builds.

This builds on abartlet's earlier overflow probe for safe_strcpy, but
by clobbering the whole string with a nonzero value is more likely to
find overflows on the stack.

This is only used in -DDEVELOPER mode.

Reviewed by abartlet, tpot.


Revisions:
util_str.c  1.83 => 1.84
http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/util_str.c?r1=1.83&r2=1.84


CVS update: samba/source/include

2003-03-09 Thread mbp

Date:   Mon Mar 10 00:45:28 2003
Author: mbp

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

Modified Files:
includes.h 
Log Message:
Include valgrind.h if present on the system.


Revisions:
includes.h  1.302 => 1.303

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/includes.h?r1=1.302&r2=1.303


CVS update: samba/source

2003-03-09 Thread mbp

Date:   Mon Mar 10 00:37:25 2003
Author: mbp

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

Modified Files:
configure.in 
Log Message:
Check for valgrind.h


Revisions:
configure.in1.412 => 1.413
http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in?r1=1.412&r2=1.413


CVS update: samba/source/libsmb

2003-03-09 Thread abartlet

Date:   Sun Mar  9 21:09:28 2003
Author: abartlet

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

Modified Files:
smb_signing.c 
Log Message:
Try not to clobber the session request.


Revisions:
smb_signing.c   1.1 => 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/smb_signing.c?r1=1.1&r2=1.2


CVS update: samba/docs/docbook/faq

2003-03-09 Thread jelmer

Date:   Sun Mar  9 16:39:34 2003
Author: jelmer

Update of /home/cvs/samba/docs/docbook/faq
In directory dp.samba.org:/tmp/cvs-serv29019

Modified Files:
printing.sgml 
Log Message:

Add Ronan Waide's info about the setdriver call. 


Revisions:
printing.sgml   1.1 => 1.2

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/faq/printing.sgml?r1=1.1&r2=1.2


CVS update: samba/docs/docbook/faq

2003-03-09 Thread jelmer

Date:   Sun Mar  9 12:08:36 2003
Author: jelmer

Update of /home/cvs/samba/docs/docbook/faq
In directory dp.samba.org:/tmp/cvs-serv22949

Modified Files:
sambafaq.sgml 
Added Files:
printing.sgml 
Log Message:

Add some printing question & answers


Revisions:
printing.sgml   NONE => 1.1

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/faq/printing.sgml?rev=1.1
sambafaq.sgml   1.7 => 1.8

http://www.samba.org/cgi-bin/cvsweb/samba/docs/docbook/faq/sambafaq.sgml?r1=1.7&r2=1.8


CVS update: samba/source/include

2003-03-09 Thread abartlet

Date:   Sun Mar  9 09:23:08 2003
Author: abartlet

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

Modified Files:
client.h 
Log Message:
Change the way we sign SMB packets, to a function pointer interface.  

The intention is to allow for NTLMSSP and kerberos signing of packets, but
for now it's just what I call 'simple' signing. (aka SMB signing per the SNIA
spec)

Andrew Bartlett


Revisions:
client.h1.58 => 1.59

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/client.h?r1=1.58&r2=1.59


CVS update: samba/source/libsmb

2003-03-09 Thread abartlet

Date:   Sun Mar  9 09:23:09 2003
Author: abartlet

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

Modified Files:
cliconnect.c clientgen.c smbencrypt.c 
Added Files:
smb_signing.c 
Log Message:
Change the way we sign SMB packets, to a function pointer interface.  

The intention is to allow for NTLMSSP and kerberos signing of packets, but
for now it's just what I call 'simple' signing. (aka SMB signing per the SNIA
spec)

Andrew Bartlett


Revisions:
smb_signing.c   NONE => 1.1
http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/smb_signing.c?rev=1.1
cliconnect.c1.130 => 1.131

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cliconnect.c?r1=1.130&r2=1.131
clientgen.c 1.214 => 1.215

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clientgen.c?r1=1.214&r2=1.215
smbencrypt.c1.87 => 1.88

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/smbencrypt.c?r1=1.87&r2=1.88


CVS update: samba/source

2003-03-09 Thread abartlet

Date:   Sun Mar  9 09:23:08 2003
Author: abartlet

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

Modified Files:
Makefile.in 
Log Message:
Change the way we sign SMB packets, to a function pointer interface.  

The intention is to allow for NTLMSSP and kerberos signing of packets, but
for now it's just what I call 'simple' signing. (aka SMB signing per the SNIA
spec)

Andrew Bartlett


Revisions:
Makefile.in 1.623 => 1.624
http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in?r1=1.623&r2=1.624