Re: CVS update: samba/source/rpc_server

2003-08-22 Thread Jeremy Allison
On Sat, Aug 23, 2003 at 03:34:24AM +, [EMAIL PROTECTED] wrote:

> it never amazes me when some new things crawls out of the windows 
> spooler. :-(

Wow - what a staggeringly unpleasant image ! That thing is
certainly something that could harbour the largest cockroaches
ever seen :-(.

Jeremy.


CVS update: samba/source/rpc_server

2003-08-22 Thread jerry

Date:   Sat Aug 23 03:34:24 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
srv_spoolss.c srv_spoolss_nt.c 
Log Message:
it never amazes me when some new things crawls out of the windows 
spooler. :-(

When installing the Adobe PS driver onto a Samba printer via cupsaddsmb,
I noticed a WIN2k client sending DeletePrinterData("DependentFiles")
pver and over.  I also noticed that we never checked to see if the 
value was valid.  No now we do and return WERR_BADFILE which I think 
is correct.

Next, I noticed that we never wrote the updated printer out to disk
after a succesfully DeletePrinterData[Ex]().

Finally, I found a driver (Canon BJC 1000 using the Adobe PS drivers
and foomatic PPD file) that was destroying the device name string
in the devmode.  So now get_a_printer_2() always writes out the 
device name in \\server\share form.

I think these changes might fix bug 294.



Revisions:
srv_spoolss.c   1.69.2.9 => 1.69.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_spoolss.c.diff?r1=1.69.2.9&r2=1.69.2.10
srv_spoolss_nt.c1.277.2.73 => 1.277.2.74

http://www.samba.org/cgi-bin/cvsweb/samba/source/rpc_server/srv_spoolss_nt.c.diff?r1=1.277.2.73&r2=1.277.2.74


CVS update: samba/source/printing

2003-08-22 Thread jerry

Date:   Sat Aug 23 03:34:24 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
nt_printing.c 
Log Message:
it never amazes me when some new things crawls out of the windows 
spooler. :-(

When installing the Adobe PS driver onto a Samba printer via cupsaddsmb,
I noticed a WIN2k client sending DeletePrinterData("DependentFiles")
pver and over.  I also noticed that we never checked to see if the 
value was valid.  No now we do and return WERR_BADFILE which I think 
is correct.

Next, I noticed that we never wrote the updated printer out to disk
after a succesfully DeletePrinterData[Ex]().

Finally, I found a driver (Canon BJC 1000 using the Adobe PS drivers
and foomatic PPD file) that was destroying the device name string
in the devmode.  So now get_a_printer_2() always writes out the 
device name in \\server\share form.

I think these changes might fix bug 294.



Revisions:
nt_printing.c   1.204.2.38 => 1.204.2.39

http://www.samba.org/cgi-bin/cvsweb/samba/source/printing/nt_printing.c.diff?r1=1.204.2.38&r2=1.204.2.39


CVS update: samba/source/nmbd

2003-08-22 Thread jra

Date:   Sat Aug 23 01:59:14 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
nmbd.c nmbd_become_dmb.c nmbd_become_lmb.c nmbd_browserdb.c 
nmbd_browsesync.c nmbd_elections.c nmbd_incomingdgrams.c 
nmbd_namequery.c 
Log Message:
Half-way though the big conversion of all nmbd access to wire elements being
converted to pull/push_ascii. This will not work right at the moment for non
English codepages, but compiles - I will finish the work over the weekend.
Then nmbd should be completely codepage correct.
Jeremy.


Revisions:
nmbd.c  1.134.2.17 => 1.134.2.18

http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd.c.diff?r1=1.134.2.17&r2=1.134.2.18
nmbd_become_dmb.c   1.15.2.3 => 1.15.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd_become_dmb.c.diff?r1=1.15.2.3&r2=1.15.2.4
nmbd_become_lmb.c   1.21.2.4 => 1.21.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd_become_lmb.c.diff?r1=1.21.2.4&r2=1.21.2.5
nmbd_browserdb.c1.10.2.2 => 1.10.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd_browserdb.c.diff?r1=1.10.2.2&r2=1.10.2.3
nmbd_browsesync.c   1.26.2.8 => 1.26.2.9

http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd_browsesync.c.diff?r1=1.26.2.8&r2=1.26.2.9
nmbd_elections.c1.18.2.4 => 1.18.2.5

http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd_elections.c.diff?r1=1.18.2.4&r2=1.18.2.5
nmbd_incomingdgrams.c   1.19.2.3 => 1.19.2.4

http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd_incomingdgrams.c.diff?r1=1.19.2.3&r2=1.19.2.4
nmbd_namequery.c1.18.2.2 => 1.18.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd_namequery.c.diff?r1=1.18.2.2&r2=1.18.2.3


CVS update: samba/source/lib

2003-08-22 Thread jra

Date:   Sat Aug 23 01:59:13 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
charcnv.c 
Log Message:
Half-way though the big conversion of all nmbd access to wire elements being
converted to pull/push_ascii. This will not work right at the moment for non
English codepages, but compiles - I will finish the work over the weekend.
Then nmbd should be completely codepage correct.
Jeremy.


Revisions:
charcnv.c   1.55.2.34 => 1.55.2.35

http://www.samba.org/cgi-bin/cvsweb/samba/source/lib/charcnv.c.diff?r1=1.55.2.34&r2=1.55.2.35


CVS update: samba/source/include

2003-08-22 Thread jra

Date:   Sat Aug 23 01:59:13 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
nameserv.h safe_string.h smb.h 
Log Message:
Half-way though the big conversion of all nmbd access to wire elements being
converted to pull/push_ascii. This will not work right at the moment for non
English codepages, but compiles - I will finish the work over the weekend.
Then nmbd should be completely codepage correct.
Jeremy.


Revisions:
nameserv.h  1.55.2.2 => 1.55.2.3

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/nameserv.h.diff?r1=1.55.2.2&r2=1.55.2.3
safe_string.h   1.12.2.11 => 1.12.2.12

http://www.samba.org/cgi-bin/cvsweb/samba/source/include/safe_string.h.diff?r1=1.12.2.11&r2=1.12.2.12
smb.h   1.424.2.54 => 1.424.2.55

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


CVS update: samba/source/include

2003-08-22 Thread jra

Date:   Fri Aug 22 22:45:34 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
smb.h 
Log Message:
struct nmb_name should have 16 byte namestrings, not 17.
Jeremy.


Revisions:
smb.h   1.424.2.53 => 1.424.2.54

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


CVS update: samba/source/nmbd

2003-08-22 Thread jra

Date:   Fri Aug 22 21:41:50 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
nmbd_winsserver.c 
Log Message:
Use correct size (17 not 16) when doing a push_ascii(). Ensure that
wins hook is called with unix charset.
Jeremy.


Revisions:
nmbd_winsserver.c   1.51.2.9 => 1.51.2.10

http://www.samba.org/cgi-bin/cvsweb/samba/source/nmbd/nmbd_winsserver.c.diff?r1=1.51.2.9&r2=1.51.2.10


CVS update: samba/source/libsmb

2003-08-22 Thread jra

Date:   Fri Aug 22 21:41:50 2003
Author: jra

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

Modified Files:
  Tag: SAMBA_3_0
nmblib.c 
Log Message:
Use correct size (17 not 16) when doing a push_ascii(). Ensure that
wins hook is called with unix charset.
Jeremy.


Revisions:
nmblib.c1.68.2.10 => 1.68.2.11

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/nmblib.c.diff?r1=1.68.2.10&r2=1.68.2.11


CVS update: samba/source

2003-08-22 Thread jerry

Date:   Fri Aug 22 18:00:17 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
Makefile.in configure.in 
Added Files:
  Tag: SAMBA_3_0
smbadduser.in 
Removed Files:
  Tag: SAMBA_3_0
smbadduser 
Log Message:
* Fix for bug 290:  
smbadduser must obeys the paths from configure options

* Try to get libsmbclient files installed during 'make install'
  Still one outstanding problem with static lib.  INSTALLCLIENTCMD_A
  is not getting set correctly.





Revisions:
smbadduser.in   NONE => 1.1.2.1
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbadduser.in?rev=1.1.2.1
Makefile.in 1.468.2.166 => 1.468.2.167

http://www.samba.org/cgi-bin/cvsweb/samba/source/Makefile.in.diff?r1=1.468.2.166&r2=1.468.2.167
configure.in1.300.2.145 => 1.300.2.146

http://www.samba.org/cgi-bin/cvsweb/samba/source/configure.in.diff?r1=1.300.2.145&r2=1.300.2.146
smbadduser  1.2.30.1 => NONE
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbadduser?rev=1.2.30.1


CVS update: samba

2003-08-22 Thread jerry

Date:   Fri Aug 22 16:57:00 2003
Author: jerry

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

Added Files:
  Tag: SAMBA_3_0
make-tarball.sh 
Log Message:
add a quick script to create a tarball for CVS snapshots

Revisions:
make-tarball.sh NONE => 1.1.2.1
http://www.samba.org/cgi-bin/cvsweb/samba/make-tarball.sh?rev=1.1.2.1


CVS update: samba/packaging/Solaris

2003-08-22 Thread jerry

Date:   Fri Aug 22 16:53:17 2003
Author: jerry

Update of /data/cvs/samba/packaging/Solaris
In directory dp.samba.org:/tmp/cvs-serv1043/Solaris

Added Files:
  Tag: SAMBA_3_0
makepkg.sh.tmpl 
Removed Files:
  Tag: SAMBA_3_0
makepkg.sh 
Log Message:
fixing some packaging stuff for Solaris

Revisions:
makepkg.sh.tmpl NONE => 1.1.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Solaris/makepkg.sh.tmpl?rev=1.1.2.1
makepkg.sh  1.4.2.2 => NONE

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/Solaris/makepkg.sh?rev=1.4.2.2


CVS update: samba/packaging/bin

2003-08-22 Thread jerry

Date:   Fri Aug 22 16:53:17 2003
Author: jerry

Update of /data/cvs/samba/packaging/bin
In directory dp.samba.org:/tmp/cvs-serv1043/bin

Modified Files:
  Tag: SAMBA_3_0
update-pkginfo 
Log Message:
fixing some packaging stuff for Solaris

Revisions:
update-pkginfo  1.2 => 1.2.2.1

http://www.samba.org/cgi-bin/cvsweb/samba/packaging/bin/update-pkginfo.diff?r1=1.2&r2=1.2.2.1


CVS update: samba/source/script

2003-08-22 Thread jerry

Date:   Fri Aug 22 16:23:56 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
installswat.sh 
Log Message:
don't complain if the using_samba book is not in the tree

Revisions:
installswat.sh  1.12.2.1 => 1.12.2.2

http://www.samba.org/cgi-bin/cvsweb/samba/source/script/installswat.sh.diff?r1=1.12.2.1&r2=1.12.2.2


CVS update: samba/source/libsmb

2003-08-22 Thread jerry

Date:   Fri Aug 22 14:24:38 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
cliconnect.c 
Log Message:
revert abartet's change that removed the check for CAP_EXTENDED_SECURITY when 
decidiing whether or not use ntlmv2 in client connections

Revisions:
cliconnect.c1.71.2.42 => 1.71.2.43

http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cliconnect.c.diff?r1=1.71.2.42&r2=1.71.2.43


CVS update: samba/source/param

2003-08-22 Thread jerry

Date:   Fri Aug 22 13:39:50 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
loadparm.c 
Log Message:
fix compile problem (stray character)

Revisions:
loadparm.c  1.397.2.91 => 1.397.2.92

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


CVS update: samba/source/param

2003-08-22 Thread jerry

Date:   Fri Aug 22 12:52:42 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_2_2
loadparm.c 
Log Message:
ensure that 'available = no' works for [homes]; reported by Walter Haidinger

Revisions:
loadparm.c  1.251.2.125 => 1.251.2.126

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


CVS update: samba/source/param

2003-08-22 Thread jerry

Date:   Fri Aug 22 12:50:53 2003
Author: jerry

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

Modified Files:
  Tag: SAMBA_3_0
loadparm.c 
Log Message:
ensure that 'available = no' works for [homes]; reported by Walter Haidinger

Revisions:
loadparm.c  1.397.2.90 => 1.397.2.91

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