Re: [Samba] Samba 3.0.13 Available for Download

2005-03-28 Thread Thomas Bork
Gerald (Jerry) Carter wrote:
| If specifying explicit port 139, the message will be
| sent with 3.0.13.   Client is a W2K SP4 with active NetBIOS over
| TCP/IP and without firewall.
ok.  That's good information to know.  I'll get this fixed.
I think it has something to do with the following change in client.c 
from Revision 5542 - 5545. But my understanding of C is not good enough:

@@ -3426,8 +3174,8 @@
   else but port 139... */
cli_cm_shutdown();
-   port = 139;
-   cli = cli_cm_connect(query_host, IPC$, True);
+   cli_cm_set_port( 139 );
+   cli = cli_cm_open(query_host, IPC$, True);
}
if (cli == NULL) {
@@ -3585,9 +3334,10 @@
 * to port 139 instead of port 445. srl,crh
 */
name_type = 0x03;
+   cli_cm_set_dest_name_type( name_type );
pstrcpy(desthost,poptGetOptArg(pc));
-   if( 0 == port )
-   port = 139;
+   if( !port )
+   cli_cm_set_port( 139 );
message = True;
break;
case 'I':
der tom
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba 3.0.13 Available for Download

2005-03-28 Thread Thomas Bork
Thomas Bork wrote:
I think it has something to do with the following change in client.c 
from Revision 5542 - 5545. But my understanding of C is not good enough:
Tried to patch it. Sending message is possible now, don't know, if it 
will break anything else:

--- /usr/src/samba-3.0.13/source/client/client.cWed Mar 23 
21:30:28 2005
+++ /usr/src/samba-3.0.13/source/client/client.patched  Mon Mar 28 
19:28:04 2005
@@ -3177,6 +3177,7 @@
   else but port 139... */

cli_cm_shutdown();
+   port = 139;
cli_cm_set_port( 139 );
cli = cli_cm_open(query_host, IPC$, True);
}
@@ -3339,8 +3340,9 @@
name_type = 0x03;
cli_cm_set_dest_name_type( name_type );
pstrcpy(desthost,poptGetOptArg(pc));
-   if( !port )
-   cli_cm_set_port( 139 );
+   if (port != 139)
+   port = 139;
+   cli_cm_set_port( 139 );
message = True;
break;
case 'I':
der tom
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba 3.0.13 Available for Download

2005-03-25 Thread Thomas Bork
Gerald (Jerry) Carter schrieb:
This is the latest stable release of Samba. This is the version
that production Samba servers should be running for all current
bug-fixes.  Please read the following important changes in this
release.
Common bugs fixed in 3.0.13 include:
After 3.0.11 sending messages with smbclient is not possible (3.0.12 and 
3.0.13 are affected):

3.0.11:
===
test2 # echo test | /usr/bin/smbclient -d 10 -U eisfair -M tb2 -I 
192.168.0.7
INFO: Current debug levels:
  all: True/10
  tdb: False/0
  printdrivers: False/0
  lanman: False/0
  smb: False/0
  rpc_parse: False/0
  rpc_srv: False/0
  rpc_cli: False/0
  passdb: False/0
  sam: False/0
  auth: False/0
  winbind: False/0
  vfs: False/0
  idmap: False/0
  quota: False/0
  acls: False/0
lp_load: refreshing parameters
Initialising global parameters
params.c:pm_process() - Processing configuration file /etc/smb.conf
Processing section [global]
doing parameter dos charset = CP850
doing parameter unix charset = ISO8859-15
Attempting to register new charset UCS-2LE
Registered charset UCS-2LE
Attempting to register new charset UTF-16LE
Registered charset UTF-16LE
Attempting to register new charset UCS-2BE
Registered charset UCS-2BE
Attempting to register new charset UTF-16BE
Registered charset UTF-16BE
Attempting to register new charset UTF8
Registered charset UTF8
Attempting to register new charset UTF-8
Registered charset UTF-8
Attempting to register new charset ASCII
Registered charset ASCII
Attempting to register new charset 646
Registered charset 646
Attempting to register new charset ISO-8859-1
Registered charset ISO-8859-1
Attempting to register new charset UCS2-HEX
Registered charset UCS2-HEX
Substituting charset 'ISO-8859-15' for LOCALE
Substituting charset 'ISO-8859-15' for LOCALE
Substituting charset 'ISO-8859-15' for LOCALE
Substituting charset 'ISO-8859-15' for LOCALE
Substituting charset 'ISO-8859-15' for LOCALE
Substituting charset 'ISO-8859-15' for LOCALE
Substituting charset 'ISO-8859-15' for LOCALE
Substituting charset 'ISO-8859-15' for LOCALE
Substituting charset 'ISO-8859-15' for LOCALE
Substituting charset 'ISO-8859-15' for LOCALE
Substituting charset 'ISO-8859-15' for LOCALE
Substituting charset 'ISO-8859-15' for LOCALE
Substituting charset 'ISO-8859-15' for LOCALE
Substituting charset 'ISO-8859-15' for LOCALE
Substituting charset 'ISO-8859-15' for LOCALE
Substituting charset 'ISO-8859-15' for LOCALE
Substituting charset 'ISO-8859-15' for LOCALE
Substituting charset 'ISO-8859-15' for LOCALE
Substituting charset 'ISO-8859-15' for LOCALE
Substituting charset 'ISO-8859-15' for LOCALE
doing parameter display charset = ISO8859-15
doing parameter workgroup = TOMMAIK
doing parameter serverstring =
doing parameter interfaces = 127.0.0.1/8 192.168.0.6/255.255.255.0
doing parameter bind interfaces only = yes
doing parameter security = user
doing parameter encrypt passwords = yes
doing parameter update encrypted = yes
doing parameter password server =
doing parameter pam password change = yes
doing parameter passwd program = /usr/bin/passwd %u
doing parameter passwd chat = *Enter*new*UNIX*password:* %n\n 
*Retype*new*UNIX*password:* %n\n *passwd:*password*updated*successfully*
doing parameter username map = /etc/user.map
doing parameter username level = 2
doing parameter unix password sync = yes
doing parameter debug level = 0
doing parameter max log size = 1000
doing parameter nameresolveorder = wins lmhosts host bcast
doing parameter time server = yes
doing parameter deadtime = 60
doing parameter socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE
doing parameter load printers = no
doing parameter mangling method = hash2
doing parameter logon script = %U.bat
doing parameter logon drive = x:
doing parameter domain logons = yes
doing parameter add user script =
doing parameter add machine script = 
/var/install/bin/samba-add-workstation %u
doing parameter os level = 255
doing parameter preferred master = yes
doing parameter local master = yes
doing parameter domain master = yes
doing parameter wins support = yes
doing parameter wins hook = /var/install/bin/samba-winshook
doing parameter wins server =
doing parameter wins proxy = no
doing parameter kernel oplocks = no
doing parameter utmp = yes
doing parameter message command = /bin/mail -s 'message from %f' root  
%s; rm %s
doing parameter dfree command = /var/install/bin/samba-dfree
doing parameter admin users = root
doing parameter printer admin = root
doing parameter hosts allow = 127.0.0. 192.168.0.0/255.255.255.0 
192.168.1.0/255.255.255.0
doing parameter strict locking = yes
doing parameter dos filetimes = yes
doing parameter dos filetime resolution = yes
doing parameter hide files = /desktop.ini/Thumbs.db/
doing parameter use sendfile = yes
doing parameter unix extensions = no
pm_process() returned Yes
lp_servicenumber: couldn't find homes
set_server_role: role = ROLE_DOMAIN_PDC
added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0
added interface 

Re: [Samba] Samba 3.0.13 Available for Download

2005-03-24 Thread Lars MÜLLER
On Wed, Mar 23, 2005 at 09:52:08PM -0600, Gerald Carter wrote:
[snip]
 Binary packages are available at
 
   http://download.samba.org/samba/ftp/Binary_Packages/

RPM packages of Samba 3.0.13 for SuSE Linux are available at
ftp://ftp.SuSE.com/pub/projects/samba/3.0/
http://ftp.SuSE.com/pub/projects/samba/3.0/

The same packages are also available at
http://download.Samba.org/samba/ftp/Binary_Packages/SuSE/3.0/

Please use a mirror close to your site.  A list of Samba.org mirrors is
available at http://Samba.org/ There choose a mirror at the right top of
the page.

There are also a bunch of SuSE mirrors.
A list of international mirrors sites is at
http://www.Novell.com/products/linuxprofessional/downloads/ftp/int_mirrors.html
A list of mirrors in Germany is at
http://www.novell.com/products/linuxprofessional/downloads/ftp/germ_mirrors.html

Currently there are 3.0.13 packages for SuSE Linux (x86 and x86_64) 9.0,
9.1, 9.2, UnitedLinux 1/ SLES 8, and SLES 9.

Packages for 8.2 are only available for i386 as there was no x86_64 SuSE
Linux product of these release.

If you encounter any problem with these packages please don't blame the
Samba Team.  Instead file a bug to https://bugzilla.Samba.org/, pick
product Samba 3.0, then select 'component' Packaging and set 'assign to'
to lmuelle at suse dot de.

Our customers, our products, our responsibility.

Have a lot of fun...

Lars
-- 
Lars MLLER [la(r)z ml]
SuSE Linux, Maxfeldstrae 5, 90409 Nrnberg, Germany


pgpsC6PLXaiyV.pgp
Description: PGP signature
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Samba 3.0.13 Available for Download

2005-03-24 Thread Robert Schetterer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Lars,
just wanna say thx for the quick rpms
Regards
Lars MÜLLER schrieb:
| On Wed, Mar 23, 2005 at 09:52:08PM -0600, Gerald Carter wrote:
| [snip]
|
|Binary packages are available at
|
|   http://download.samba.org/samba/ftp/Binary_Packages/
|
|
| RPM packages of Samba 3.0.13 for SuSE Linux are available at
| ftp://ftp.SuSE.com/pub/projects/samba/3.0/
| http://ftp.SuSE.com/pub/projects/samba/3.0/
|
| The same packages are also available at
| http://download.Samba.org/samba/ftp/Binary_Packages/SuSE/3.0/
|
| Please use a mirror close to your site.  A list of Samba.org mirrors is
| available at http://Samba.org/ There choose a mirror at the right top of
| the page.
|
| There are also a bunch of SuSE mirrors.
| A list of international mirrors sites is at
|
http://www.Novell.com/products/linuxprofessional/downloads/ftp/int_mirrors.html
| A list of mirrors in Germany is at
|
http://www.novell.com/products/linuxprofessional/downloads/ftp/germ_mirrors.html
|
| Currently there are 3.0.13 packages for SuSE Linux (x86 and x86_64) 9.0,
| 9.1, 9.2, UnitedLinux 1/ SLES 8, and SLES 9.
|
| Packages for 8.2 are only available for i386 as there was no x86_64 SuSE
| Linux product of these release.
|
| If you encounter any problem with these packages please don't blame the
| Samba Team.  Instead file a bug to https://bugzilla.Samba.org/, pick
| product Samba 3.0, then select 'component' Packaging and set 'assign to'
| to lmuelle at suse dot de.
|
| Our customers, our products, our responsibility.
|
| Have a lot of fun...
|
| Lars
|
- --
Mit freundlichen Gruessen
Best Regards
Robert Schetterer
robert_at_schetterer.org
Munich / Bavaria / Germany
https://www.schetterer.org
\**
\* gnupgp
\* public key:
\* https://www.schetterer.org/public.key
\**
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCQ1nU+Jw+56iSjEkRAoEzAKDcUxLpG5MOpRrdgY+TM9c9RQh5vwCfe3v7
z49hGICcefnxk/DCnioakng=
=lcmy
-END PGP SIGNATURE-
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba