CVS update: samba/source/libsmb

2004-03-26 Thread abartlet

Date:   Sat Mar 27 07:53:47 2004
Author: abartlet

Update of /home/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv6173/libsmb

Modified Files:
  Tag: SAMBA_3_0
cliconnect.c ntlm_check.c ntlmssp.c smbencrypt.c 
Log Message:
Based on the detective work of Jianliang Lu <[EMAIL PROTECTED]>, allow yet
another NTLMv2 combination.

We should allow the NTLMv2 response to be calculated with either the domain
as supplied, or the domain in UPPER case (as we always did in the past).

As a client, we always UPPER case it (as per the spec), but we also
make sure to UPPER case the domain, when we send it.  This should give
us maximum compatability.

Andrew Bartlett


Revisions:
cliconnect.c1.71.2.56 => 1.71.2.57

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cliconnect.c.diff?r1=1.71.2.56&r2=1.71.2.57
ntlm_check.c1.1.2.1 => 1.1.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/ntlm_check.c.diff?r1=1.1.2.1&r2=1.1.2.2
ntlmssp.c   1.4.2.37 => 1.4.2.38

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/ntlmssp.c.diff?r1=1.4.2.37&r2=1.4.2.38
smbencrypt.c1.68.2.16 => 1.68.2.17

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


CVS update: samba/source/lib

2004-03-26 Thread abartlet

Date:   Sat Mar 27 07:53:47 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
talloc.c 
Log Message:
Based on the detective work of Jianliang Lu <[EMAIL PROTECTED]>, allow yet
another NTLMv2 combination.

We should allow the NTLMv2 response to be calculated with either the domain
as supplied, or the domain in UPPER case (as we always did in the past).

As a client, we always UPPER case it (as per the spec), but we also
make sure to UPPER case the domain, when we send it.  This should give
us maximum compatability.

Andrew Bartlett


Revisions:
talloc.c1.38.2.5 => 1.38.2.6

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/talloc.c.diff?r1=1.38.2.5&r2=1.38.2.6


CVS update: samba/source/libsmb

2004-03-26 Thread abartlet

Date:   Sat Mar 27 07:51:31 2004
Author: abartlet

Update of /home/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv5926/libsmb

Modified Files:
  Tag: SAMBA_3_0
smb_signing.c 
Log Message:
Make it clearer that this error refers to the peer, as this code is in both
the client and server.

Andrew Bartlett


Revisions:
smb_signing.c   1.4.2.46 => 1.4.2.47

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


CVS update: samba/source/smbd

2004-03-26 Thread abartlet

Date:   Sat Mar 27 07:33:59 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
password.c sesssetup.c 
Log Message:
Merge from HEAD the SMB signing patch that I developed a couple of weeks
ago.
 
This patch re-adds support for 'optional' SMB signing.  It also ensures that
we are much more careful about when we enable signing, particularly with
on-the-fly smb.conf reloads.
 
The client code will now attempt to use smb signing by default, and disable
it if the server doesn't correctly support it.
 
Andrew Bartlett



Revisions:
password.c  1.248.2.21 => 1.248.2.22

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/password.c.diff?r1=1.248.2.21&r2=1.248.2.22
sesssetup.c 1.50.2.49 => 1.50.2.50

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/sesssetup.c.diff?r1=1.50.2.49&r2=1.50.2.50


CVS update: samba/source/lib

2004-03-26 Thread abartlet

Date:   Sat Mar 27 07:33:59 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
util_sock.c 
Log Message:
Merge from HEAD the SMB signing patch that I developed a couple of weeks
ago.
 
This patch re-adds support for 'optional' SMB signing.  It also ensures that
we are much more careful about when we enable signing, particularly with
on-the-fly smb.conf reloads.
 
The client code will now attempt to use smb signing by default, and disable
it if the server doesn't correctly support it.
 
Andrew Bartlett



Revisions:
util_sock.c 1.57.2.25 => 1.57.2.26

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/util_sock.c.diff?r1=1.57.2.25&r2=1.57.2.26


CVS update: samba/source/include

2004-03-26 Thread abartlet

Date:   Sat Mar 27 07:33:59 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
smb.h 
Log Message:
Merge from HEAD the SMB signing patch that I developed a couple of weeks
ago.
 
This patch re-adds support for 'optional' SMB signing.  It also ensures that
we are much more careful about when we enable signing, particularly with
on-the-fly smb.conf reloads.
 
The client code will now attempt to use smb signing by default, and disable
it if the server doesn't correctly support it.
 
Andrew Bartlett



Revisions:
smb.h   1.424.2.66 => 1.424.2.67

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/smb.h.diff?r1=1.424.2.66&r2=1.424.2.67


CVS update: samba/source/libsmb

2004-03-26 Thread abartlet

Date:   Sat Mar 27 07:33:59 2004
Author: abartlet

Update of /home/cvs/samba/source/libsmb
In directory dp.samba.org:/tmp/cvs-serv2931/libsmb

Modified Files:
  Tag: SAMBA_3_0
cliconnect.c clientgen.c smb_signing.c 
Log Message:
Merge from HEAD the SMB signing patch that I developed a couple of weeks
ago.
 
This patch re-adds support for 'optional' SMB signing.  It also ensures that
we are much more careful about when we enable signing, particularly with
on-the-fly smb.conf reloads.
 
The client code will now attempt to use smb signing by default, and disable
it if the server doesn't correctly support it.
 
Andrew Bartlett



Revisions:
cliconnect.c1.71.2.55 => 1.71.2.56

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cliconnect.c.diff?r1=1.71.2.55&r2=1.71.2.56
clientgen.c 1.190.2.24 => 1.190.2.25

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clientgen.c.diff?r1=1.190.2.24&r2=1.190.2.25
smb_signing.c   1.4.2.45 => 1.4.2.46

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


CVS update: samba/source/rpc_client

2004-03-26 Thread abartlet

Date:   Sat Mar 27 05:39:19 2004
Author: abartlet

Update of /home/cvs/samba/source/rpc_client
In directory dp.samba.org:/tmp/cvs-serv15023/rpc_client

Modified Files:
  Tag: SAMBA_3_0
cli_pipe.c 
Log Message:
Ensure we correctly set cli->nt_pipe_fnum on failure to correctly open the 
NT session.

Andrew Bartlett


Revisions:
cli_pipe.c  1.79.2.47 => 1.79.2.48

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_client/cli_pipe.c.diff?r1=1.79.2.47&r2=1.79.2.48


CVS update: samba/source/param

2004-03-26 Thread abartlet

Date:   Sat Mar 27 05:38:21 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
loadparm.c 
Log Message:
As I raised (without objection) on the mailing list a while back, this
patch removes the 'unicode' smb.conf option.

Clients are as always free not to negotiate unicode, but Samba will always
accept unicode in smbd.

Setting 'unicode = no' caused me more client BSODs than any other option 
I have seen, and I really want to protect some of our more silly users, who
will, no matter what, select and change every option...

Andrew Bartlett


Revisions:
loadparm.c  1.397.2.127 => 1.397.2.128

http://www.samba.org/cgi-bin/cvsweb/samba/source/param/loadparm.c.diff?r1=1.397.2.127&r2=1.397.2.128


CVS update: samba/source/smbd

2004-03-26 Thread abartlet

Date:   Sat Mar 27 05:38:20 2004
Author: abartlet

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

Modified Files:
  Tag: SAMBA_3_0
negprot.c 
Log Message:
As I raised (without objection) on the mailing list a while back, this
patch removes the 'unicode' smb.conf option.

Clients are as always free not to negotiate unicode, but Samba will always
accept unicode in smbd.

Setting 'unicode = no' caused me more client BSODs than any other option 
I have seen, and I really want to protect some of our more silly users, who
will, no matter what, select and change every option...

Andrew Bartlett


Revisions:
negprot.c   1.62.2.14 => 1.62.2.15

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/negprot.c.diff?r1=1.62.2.14&r2=1.62.2.15


CVS update: samba-docs/docbook/projdoc

2004-03-26 Thread jht

Date:   Sat Mar 27 04:39:25 2004
Author: jht

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

Modified Files:
passdb.xml 
Log Message:
Fix typos - reported by [EMAIL PROTECTED]

Revisions:
passdb.xml  1.24 => 1.25

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/projdoc/passdb.xml.diff?r1=1.24&r2=1.25


CVS update: samba/source/torture

2004-03-26 Thread jra

Date:   Sat Mar 27 02:13:59 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
torture.c 
Log Message:
Working (tested) client code for setting EA's by filename and fnum.
Now for parsing out the retrieved EA's.
Jeremy.


Revisions:
torture.c   1.63.2.25 => 1.63.2.26

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


CVS update: samba/source/include

2004-03-26 Thread jra

Date:   Sat Mar 27 02:13:58 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
smb.h 
Log Message:
Working (tested) client code for setting EA's by filename and fnum.
Now for parsing out the retrieved EA's.
Jeremy.


Revisions:
smb.h   1.424.2.65 => 1.424.2.66

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/smb.h.diff?r1=1.424.2.65&r2=1.424.2.66


CVS update: samba/source/libsmb

2004-03-26 Thread jra

Date:   Sat Mar 27 02:13:58 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
clifile.c 
Log Message:
Working (tested) client code for setting EA's by filename and fnum.
Now for parsing out the retrieved EA's.
Jeremy.


Revisions:
clifile.c   1.39.2.13 => 1.39.2.14

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clifile.c.diff?r1=1.39.2.13&r2=1.39.2.14


CVS update: samba/source/torture

2004-03-26 Thread jra

Date:   Sat Mar 27 02:13:55 2004
Author: jra

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

Modified Files:
torture.c 
Log Message:
Working (tested) client code for setting EA's by filename and fnum.
Now for parsing out the retrieved EA's.
Jeremy.


Revisions:
torture.c   1.111 => 1.112

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


CVS update: samba/source/include

2004-03-26 Thread jra

Date:   Sat Mar 27 02:13:55 2004
Author: jra

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

Modified Files:
smb.h 
Log Message:
Working (tested) client code for setting EA's by filename and fnum.
Now for parsing out the retrieved EA's.
Jeremy.


Revisions:
smb.h   1.507 => 1.508

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/smb.h.diff?r1=1.507&r2=1.508


CVS update: samba/source/libsmb

2004-03-26 Thread jra

Date:   Sat Mar 27 02:13:55 2004
Author: jra

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

Modified Files:
clifile.c 
Log Message:
Working (tested) client code for setting EA's by filename and fnum.
Now for parsing out the retrieved EA's.
Jeremy.


Revisions:
clifile.c   1.52 => 1.53

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clifile.c.diff?r1=1.52&r2=1.53


CVS update: samba/source/smbd

2004-03-26 Thread jra

Date:   Fri Mar 26 23:02:55 2004
Author: jra

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

Modified Files:
server.c 
Log Message:
Fix bug #1211. Ensure accept socket is in non-blocking state in case of network
error after select() returns true. (See accept man page on Linux). Patch from
[EMAIL PROTECTED] (Richard Garnish).
Jeremy.


Revisions:
server.c1.434 => 1.435

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/server.c.diff?r1=1.434&r2=1.435


CVS update: samba/source/smbd

2004-03-26 Thread jra

Date:   Fri Mar 26 23:02:53 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
server.c 
Log Message:
Fix bug #1211. Ensure accept socket is in non-blocking state in case of network
error after select() returns true. (See accept man page on Linux). Patch from
[EMAIL PROTECTED] (Richard Garnish).
Jeremy.


Revisions:
server.c1.372.2.39 => 1.372.2.40

http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/server.c.diff?r1=1.372.2.39&r2=1.372.2.40


CVS update: samba/source/msdfs

2004-03-26 Thread vlendec

Date:   Fri Mar 26 22:29:09 2004
Author: vlendec

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

Modified Files:
msdfs.c 
Log Message:
Move the Client-IP based msdfs target expansion to a VFS module.

Volker


Revisions:
msdfs.c 1.52 => 1.53

http://www.samba.org/cgi-bin/cvsweb/samba/source/msdfs/msdfs.c.diff?r1=1.52&r2=1.53


CVS update: samba/source/modules

2004-03-26 Thread vlendec

Date:   Fri Mar 26 22:29:09 2004
Author: vlendec

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

Added Files:
vfs_expand_msdfs.c 
Log Message:
Move the Client-IP based msdfs target expansion to a VFS module.

Volker


Revisions:
vfs_expand_msdfs.c  1.1 => 1.2

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


CVS update: samba/source

2004-03-26 Thread vlendec

Date:   Fri Mar 26 22:29:09 2004
Author: vlendec

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

Modified Files:
Makefile.in configure.in 
Log Message:
Move the Client-IP based msdfs target expansion to a VFS module.

Volker


Revisions:
Makefile.in 1.762 => 1.763

http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in.diff?r1=1.762&r2=1.763
configure.in1.532 => 1.533

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


CVS update: samba/source/msdfs

2004-03-26 Thread vlendec

Date:   Fri Mar 26 22:26:34 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
msdfs.c 
Log Message:
Move the Client-IP based msdfs target expansion to a VFS module.

Volker


Revisions:
msdfs.c 1.28.2.28 => 1.28.2.29

http://www.samba.org/cgi-bin/cvsweb/samba/source/msdfs/msdfs.c.diff?r1=1.28.2.28&r2=1.28.2.29


CVS update: samba/source/modules

2004-03-26 Thread vlendec

Date:   Fri Mar 26 22:26:33 2004
Author: vlendec

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

Added Files:
  Tag: SAMBA_3_0
vfs_expand_msdfs.c 
Log Message:
Move the Client-IP based msdfs target expansion to a VFS module.

Volker


Revisions:
vfs_expand_msdfs.c  NONE => 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/source/modules/vfs_expand_msdfs.c?rev=1.1.2.1


CVS update: samba/source

2004-03-26 Thread vlendec

Date:   Fri Mar 26 22:26:33 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
Makefile.in configure.in 
Log Message:
Move the Client-IP based msdfs target expansion to a VFS module.

Volker


Revisions:
Makefile.in 1.468.2.222 => 1.468.2.223

http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in.diff?r1=1.468.2.222&r2=1.468.2.223
configure.in1.300.2.218 => 1.300.2.219

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


CVS update: samba/source/msdfs

2004-03-26 Thread jra

Date:   Fri Mar 26 20:40:30 2004
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
msdfs.c 
Log Message:
Always use strchr_m, not strchr on unix character sets.
Jeremy.


Revisions:
msdfs.c 1.28.2.27 => 1.28.2.28

http://www.samba.org/cgi-bin/cvsweb/samba/source/msdfs/msdfs.c.diff?r1=1.28.2.27&r2=1.28.2.28


CVS update: samba/source/msdfs

2004-03-26 Thread jra

Date:   Fri Mar 26 20:40:29 2004
Author: jra

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

Modified Files:
msdfs.c 
Log Message:
Always use strchr_m, not strchr on unix character sets.
Jeremy.


Revisions:
msdfs.c 1.51 => 1.52

http://www.samba.org/cgi-bin/cvsweb/samba/source/msdfs/msdfs.c.diff?r1=1.51&r2=1.52


CVS update: samba/source/msdfs

2004-03-26 Thread vlendec

Date:   Fri Mar 26 17:59:14 2004
Author: vlendec

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

Modified Files:
msdfs.c 
Log Message:
After briefly talking to jerry, commit this:

Redirect clients to shares based on the the client's IP address. The msdfs
link has the following form:

temp1 -> msdfs:@/data/tmp/[EMAIL PROTECTED]

The file /data/tmp/redir has the contents:

192.168.234.128 closest
192.168.234 close
default

Everything in between the @-signs in the link target is replaced by the
substituion in the file.

Jerry, errors in the filename expansion are now answered with
NT_STATUS_OBJECT_NAME_NOT_FOUND

Volker


Revisions:
msdfs.c 1.50 => 1.51

http://www.samba.org/cgi-bin/cvsweb/samba/source/msdfs/msdfs.c.diff?r1=1.50&r2=1.51


CVS update: samba/source/msdfs

2004-03-26 Thread vlendec

Date:   Fri Mar 26 17:58:30 2004
Author: vlendec

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

Modified Files:
  Tag: SAMBA_3_0
msdfs.c 
Log Message:
After briefly talking to jerry, commit this:

Redirect clients to shares based on the the client's IP address. The msdfs
link has the following form:

temp1 -> msdfs:@/data/tmp/[EMAIL PROTECTED]

The file /data/tmp/redir has the contents:

192.168.234.128 closest
192.168.234 close
default

Everything in between the @-signs in the link target is replaced by the
substituion in the file.

Jerry, errors in the filename expansion are now answered with
NT_STATUS_OBJECT_NAME_NOT_FOUND

Volker


Revisions:
msdfs.c 1.28.2.26 => 1.28.2.27

http://www.samba.org/cgi-bin/cvsweb/samba/source/msdfs/msdfs.c.diff?r1=1.28.2.26&r2=1.28.2.27


CVS update: samba-docs/docbook/manpages

2004-03-26 Thread jerry

Date:   Fri Mar 26 15:43:12 2004
Author: jerry

Update of /data/cvs/samba-docs/docbook/manpages
In directory dp.samba.org:/tmp/cvs-serv24802/docbook/manpages

Modified Files:
ntlm_auth.1.xml rpcclient.1.xml smbclient.1.xml 
smbcquotas.1.xml smbsh.1.xml vfstest.1.xml 
Log Message:
clarify the -l common option

Revisions:
ntlm_auth.1.xml 1.6 => 1.7

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/manpages/ntlm_auth.1.xml.diff?r1=1.6&r2=1.7
rpcclient.1.xml 1.4 => 1.5

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/manpages/rpcclient.1.xml.diff?r1=1.4&r2=1.5
smbclient.1.xml 1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/manpages/smbclient.1.xml.diff?r1=1.2&r2=1.3
smbcquotas.1.xml1.5 => 1.6

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/manpages/smbcquotas.1.xml.diff?r1=1.5&r2=1.6
smbsh.1.xml 1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/manpages/smbsh.1.xml.diff?r1=1.2&r2=1.3
vfstest.1.xml   1.2 => 1.3

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/manpages/vfstest.1.xml.diff?r1=1.2&r2=1.3


CVS update: samba-docs/docbook

2004-03-26 Thread jerry

Date:   Fri Mar 26 15:43:12 2004
Author: jerry

Update of /data/cvs/samba-docs/docbook
In directory dp.samba.org:/tmp/cvs-serv24802/docbook

Modified Files:
global.ent 
Log Message:
clarify the -l common option

Revisions:
global.ent  1.31 => 1.32

http://www.samba.org/cgi-bin/cvsweb/samba-docs/docbook/global.ent.diff?r1=1.31&r2=1.32


CVS update: samba/source/client

2004-03-26 Thread jerry

Date:   Fri Mar 26 15:42:19 2004
Author: jerry

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

Modified Files:
client.c 
Log Message:
source code fix for bug 1095 -- honor the '-l' option

Revisions:
client.c1.263 => 1.264

http://www.samba.org/cgi-bin/cvsweb/samba/source/client/client.c.diff?r1=1.263&r2=1.264


CVS update: samba/source/lib

2004-03-26 Thread jerry

Date:   Fri Mar 26 15:42:19 2004
Author: jerry

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

Modified Files:
debug.c popt_common.c 
Log Message:
source code fix for bug 1095 -- honor the '-l' option

Revisions:
debug.c 1.74 => 1.75

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/debug.c.diff?r1=1.74&r2=1.75
popt_common.c   1.17 => 1.18

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


CVS update: samba/source/lib

2004-03-26 Thread jerry

Date:   Fri Mar 26 15:40:06 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
debug.c popt_common.c 
Log Message:
source code fix for bug 1095 -- honor the '-l' option

Revisions:
debug.c 1.49.2.12 => 1.49.2.13

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/debug.c.diff?r1=1.49.2.12&r2=1.49.2.13
popt_common.c   1.2.2.11 => 1.2.2.12

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/popt_common.c.diff?r1=1.2.2.11&r2=1.2.2.12


CVS update: samba/source/client

2004-03-26 Thread jerry

Date:   Fri Mar 26 15:40:06 2004
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
client.c 
Log Message:
source code fix for bug 1095 -- honor the '-l' option

Revisions:
client.c1.209.2.53 => 1.209.2.54

http://www.samba.org/cgi-bin/cvsweb/samba/source/client/client.c.diff?r1=1.209.2.53&r2=1.209.2.54