Displaying 20 results from an estimated 300 matches similar to: "Samba 3.0.11pre1 Available for Download"
2005 Jan 25
1
3.0.11pre2 and wbinfo --users-sids
Hello good people of Samba,
I've been working with the latest Samba (3.0.11pre2) and have noticed
that between 3.0.11pre1 and 3.0.11pre2, wbinfo --user-sids <SID> has
stopped working. I have confirmed that going back to version 3.0.11pre1
(everything else being held steady) corrects the error I'm seeing.
#wbinfo -n <username>
<big long SID>
#wbinfo --user-sids=<big
2005 Jan 05
1
3.0.x and AIX 5.3
As of AIX 5.3 sys/var.h is loaded in sys/proc.h & sys/space.h which are
loaded through a rather lengthy debacle of nested includes. AIX 5.2 does
not have this problem.
At any rate the result when using gcc 3.3 and vac 6.x:
Compiling web/cgi.c
web/cgi.c:33: error: redefinition of `struct var'
web/cgi.c: In function `cgi_load_variables':
web/cgi.c:138: error: structure has no member
2005 Jan 08
1
Obey Pam Restrictions Problem 3.0.10
Hi,
I was using Samba 3.0.9 on Fedora Core 2 and decided to upgrade to 3.0.10.
So I upgrade to Core 3 and installed Samba 3.0.10 and thought I could just
copy my settings over to the new build and everything would run smoothly. I
thought wrong.
Everything seems fine until I enable Obey Pam Restrictions.
If enabled I get a login error from XP stating: " Windows cannot locate
your
2005 Feb 04
0
Samba 3.0.11 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
~From the Bernard-look-at-me-department:
This is the latest stable release of Samba. This is the
version that production Samba servers should run for all
current bug-fixes. Please read the following important
changes in this release.
Common bugs fixed in 3.0.11 include:
~ o Crash in smbd when using CUPS printing.
~ o Parsing error of other SIDs
2005 Mar 23
3
Problems while installing...
Hi,
I have two Linux systems, one running FC2 and the other Mandrake 10.1.
When I tried installing Samba 3.0.11 on both the systems, I get the
following error:
# rpm -i samba-3.0.11-1.i386.rpm samba-common-3.0.11-1.i386.rpm
warning: samba-3.0.11-1.i386.rpm: V3 DSA signature: NOKEY, key ID
f17f9772
error: Failed dependencies:
liblber-2.2.so.7 is needed by samba-3.0.11-1
2005 Jan 20
2
Excel files & file modification time
Hi everyone,
I have a problem on samba running on RHEL 3 kernel 2.4.21 with RHEL 3
samba packages - samba-3.0.7-1.3E.1.
The problem is, that when people open excel files (with office 97
version of excel) the file modification time is changed (even if the
file is only opened and excel closed without saving).
This same problem does not occur on the [homes] share (in every test
untill now it never
2005 Feb 04
2
Samba 3.0.11 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
~From the Bernard-look-at-me-department:
This is the latest stable release of Samba. This is the
version that production Samba servers should run for all
current bug-fixes. Please read the following important
changes in this release.
Common bugs fixed in 3.0.11 include:
~ o Crash in smbd when using CUPS printing.
~ o Parsing error of other SIDs
2005 Jan 29
4
Samba 3.0.11rc1 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This is a release candidate of the Samba 3.0.11 code base
and is provided for testing only. While close to the final
stable release, this snapshot is *not* intended for production
servers. If all goes well, this this version will become the
final 3.0.11 stable release (with possible minor changes).
Common bugs fixed in 3.0.11rc1 include:
~ o
2005 Jan 29
4
Samba 3.0.11rc1 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This is a release candidate of the Samba 3.0.11 code base
and is provided for testing only. While close to the final
stable release, this snapshot is *not* intended for production
servers. If all goes well, this this version will become the
final 3.0.11 stable release (with possible minor changes).
Common bugs fixed in 3.0.11rc1 include:
~ o
2005 Oct 19
1
Samba 3.0.21pre1 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==============================================================
I feel like I'm waiting on some event
before I grow up. Please wake me up
so I don't miss it.
-- anonymous
==============================================================
Release Announcements
2004 Dec 16
1
CAN-2004-1154 : Integer overflow could lead to remote code execution in Samba 2.x, 3.0.x <= 3.0.9
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==========================================================
==
== Subject: Possible remote code execution
== CVE ID#: CAN-2004-1154
==
== Versions: Samba 2.x & 3.0.x <= 3.0.9
==
== Summary: A potential integer overflow when
== unmarshalling specific MS-RPC requests
== from clients could lead to heap
== corruption and remote code execution.
2005 Jan 13
1
signing_good: BAD SIG: seq 1 & SMB Signature verification failed on incoming packet!
When winbind is started I get the following log messages:
signing_good: BAD SIG: seq 1
SMB Signature verification failed on incoming packet!
After extensive googling the only reference I find is that my kerberos might
be too old. (using krb 1.2.4). Can someone confirm is this a bug in kerberos
or a bug in samba. If the later is there a workaround or do I have to
upgrade to new kerberos?
2005 Jan 10
2
[PATCH] printing patch update
In reviewing the recent printing-3-0-10_v2 patch, I think I have
found an omitted 'release_print_db'. The following patch
corrects this.
Regards,
Jerome Borsboom
--- samba-3.0.10/source/printing/printing.c 2005-01-10 15:07:27.060999122 +0100
+++ samba-3.0.10.new/source/printing/printing.c 2005-01-10 15:07:36.784464292 +0100
@@ -1077,6 +1077,7 @@
if (
2005 Jan 10
1
Problem with mixed-case usernames and group mapping
Hello,
I've got a problem with user<->group mapping. Our windows PDC has
mixed-case usernames. 'getent passwd' is ok, as it simply ignores case
and shows all users in lowercase, but 'getent group' will give me
'group: User,User2', so when I 'id user' it will not be shown as member
of 'group'.
A simple example:
# getent passwd
2005 Jan 22
1
Plans for BUG 2170 (phantom jobs in queue listing on Windows clients)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Due to the varied responses that we received with the 'phantom jobs
in the windows print queue listing' bug, I'm encouraging people
to test 3.0.11pre2 and let me know if you still see the bug after
ensuring that the $(lockdir)/printing/*tdb files have been removed.
Thanks.
cheers, jerry
2005 Jan 05
1
3.0.10 with printing patch, NULL devmode, failing to fetch tdb and buffer overflow
Hi Jerry, hi @all,
some users with 3.0.10 with printing patch have problems with old printjobs in her status monitor in windows. Loglevel 10 shows two problems:
1. The devmode for this printer was not set properly (I know, thiswill cause problems).
log.smbd:
[2005/01/05 14:02:09, 8] rpc_parse/parse_spoolss.c:smb_io_reldevmode(2407)
boing, the devmode was NULL
2. A buffer overflow is logged.
2005 Jan 18
2
NetBIOS across subnets
Hi all,
I would like two Samba servers to be able to talk to each other via NetBIOS.
The problem is that they are on two different subnets. I have enabled
broadcast ping on the routers, and the servers can each ping the other subnet
with no trouble. The two relevant IPs are 192.168.1.101 and 192.168.2.3.
There is a T1 between two Cisco routers, and IP routing is all set up.
Currently
2004 Nov 08
0
[SECURITY] CAN-2004-0930: Potential Remote Denial of Service Vulnerability in Samba 3.0.x <= 3.0.7
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Subject: Potential Remote Denial of Service
CVE #: CAN-2004-0930
Affected
Versions: Samba 3.0.x <= 3.0.7
Summary: A remote attacker could cause and smbd process
to consume abnormal amounts of system resources
due to an input validation error when matching
filenames containing wildcard characters.
Patch Availability
- ------------------
A
2004 Nov 15
0
[SECURITY] CAN-2004-0882: Possible Buffer Overrun in smbd
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Subject: Possible Buffer Overrun in smbd
CVE #: CAN-2004-0882
Affected
Versions: Samba 3.0.x <= 3.0.7
Summary: A possible buffer overrun in smbd could
lead to code execution by a remote user
Patch Availability
- ------------------
A patch for Samba 3.0.7 (samba-3.0.7-CAN-2004-0882.patch) is
available from
2004 Nov 19
0
Samba 3.0.9 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This is the latest stable release of Samba. This is the version
that production Samba servers should be running for all
current bug-fixes. There have been several important issues
fixes since the 3.0.8 release.
Common bugs fixed in 3.0.9 include:
~ o Problem updating roaming user profiles.
~ o Crash in smbd when printing from a Windows 9x client.