Commit Graph

36 Commits

Author SHA1 Message Date
brad
d41a634896 Update to Samba 3.6.10. Also add a patch from naddy@ to make use
of posix_openpt().

From MAINTAINER

ok sthen@
2012-12-17 00:52:58 +00:00
brad
86100309e3 Update to Samba 3.6.9.
ok MAINTAINER
2012-11-04 00:22:50 +00:00
brad
8aa757b05d Update to Samba 3.6.8 and fix potential fd leaks upon error with the utmp code.
ok sthen@ MAINTAINER
2012-09-25 20:11:11 +00:00
sthen
fd14b138bb update to Samba 3.6.7, from Ian McWilliam (maintainer)
- sync md5 patch to configure.in with ticket 9037 upstream, suggested by Brad

ok maintainer
2012-09-04 10:00:20 +00:00
sthen
cf0fe9c493 Update to Samba 3.6.6, from maintainer Ian McWilliam.
o  Fix possible memory leaks in the Samba master process (bug #8970).
o  Fix uninitialized memory read in talloc_free().
o  Fix joining of XP Pro workstations to 3.6 DCs (bug #8373).
2012-06-27 07:29:17 +00:00
sthen
2314056268 SECURITY update to Samba 3.6.5, from maintainer Ian McWilliam
http://www.samba.org/samba/security/CVE-2012-2111

Samba versions 3.4.x to 3.6.4 inclusive are affected by a
vulnerability that allows arbitrary users to modify privileges on a
file server.

Security checks were incorrectly applied to the Local Security
Authority (LSA) remote proceedure calls (RPC) CreateAccount,
OpenAccount, AddAccountRights and RemoveAccountRights allowing any
authenticated user to modify the privileges database.

This is a serious error, as it means that authenticated users can
connect to the LSA and grant themselves the "take ownership"
privilege. This privilege is used by the smbd file server to grant the
ability to change ownership of a file or directory which means users
could take ownership of files or directories they do not own.
2012-05-03 07:40:05 +00:00
sthen
02b481b58a *NASTY* security update to samba 3.6.4: remote code execution as root by
anonymous user.  https://www.samba.org/samba/security/CVE-2012-1182

Note when MFC'ing: do not sync the new entries in PLIST-main back to
stable, they depend on dirfd being a function.
2012-04-10 22:37:02 +00:00
sthen
c3bc9562f0 Update to samba 3.6.3; various bugfixes. From maintainer Ian McWilliam,
also tested by nigel@.

This rolls in the DoS fix which we previously handled via a patch.
2012-02-16 21:36:08 +00:00
sthen
f3fcca9da2 update to samba 3.6.1; lots of bugfixes.
similar diff / ok Ian McWilliam (maintainer).
also tested by dhill, thanks!
2011-10-21 20:10:51 +00:00
sthen
49ee02f207 update to samba 3.6.0, from Ian McWilliam / Stefan Rinkes
tweaks/testing from me and nigel@
2011-09-26 09:32:12 +00:00
giovanni
a9df1a858a Bugfix update to 3.5.11, from maintainer Ian McWilliam 2011-08-22 10:03:24 +00:00
giovanni
62f5f7f26e Update to 3.5.10
Fixes:
CVE-2011-2522 (Cross-Site Request Forgery in SWAT) and
CVE-2011-2694 (Cross-Site Scripting vulnerability in SWAT).

From maintainer Ian McWilliam
2011-07-29 08:13:51 +00:00
sthen
2426dbb54a update to samba 3.5.9, from maintainer Ian McWilliam 2011-06-15 19:34:45 +00:00
sthen
0a351afcc7 update to 3.5.8, ok aja@ giovanni@ Ian McWilliam (maintainer) 2011-03-15 13:49:44 +00:00
sthen
fe2f364ef0 SECURITY update to 3.5.7; fixes CVE-2011-0719 FD_SET overflow
Same diff from maintainer Ian McWilliam
2011-03-02 08:24:03 +00:00
sthen
6cef8065dc update Samba to 3.5.6; various bugfixes. From maintainer Ian McWilliam. 2010-10-18 19:07:19 +00:00
sthen
b437d42ac1 SECURITY update to samba 3.5.5; fixes CVE-2010-3069, CVE-2010-3069.
From maintainer Ian McWilliam.
2010-09-18 12:35:55 +00:00
sthen
78d25392e8 update to 3.5.4, from new maintainer, Ian McWilliam. 2010-06-25 17:39:12 +00:00
sthen
e31e058023 Update to 3.5.3, from Ian McWilliam 2010-05-20 18:16:39 +00:00
sthen
77128a8fa6 update Samba to 3.5.2, most of the work done by Ian McWilliam
Note that the default passdb backend has been changed to 'tdbsam'.
See /usr/local/share/doc/samba/README.OpenBSD (or files/README.OpenBSD)
for more information and instructions for people who wish to convert an
existing smbpasswd-based installation.
2010-04-26 17:31:57 +00:00
sthen
78368fdc7f SECURITY update to Samba 3.0.37. From Brad.
This is a security release to address CVE-2009-2813, CVE-2009-2948
and CVE-2009-2906.
2009-10-11 19:45:46 +00:00
giovanni
ddd0f40f2a Update to 3.0.34
"fine with me to commit it" jasper@
2009-05-14 17:05:46 +00:00
brad
5472fd04ce Update to Samba 3.0.33. A security release to address CVE-2008-4314.
ok mbalmer@
2008-12-07 03:52:56 +00:00
brad
1abb752216 Update to Samba 3.0.32.
ok sthen@
2008-09-12 07:49:11 +00:00
brad
3407f8d6aa Update to Samba 3.0.31; A bug fix release.
ok mbalmer@
2008-07-25 22:01:17 +00:00
brad
3874e6995b Update to Samba 3.0.30; bug fixes and a security issue fixed,
CVE-2008-1105.

Specifically crafted SMB responses can result in a heap overflow
in the Samba client code. Because the server process, smbd, can
itself act as a client during operations such as printer
notification and domain authentication, this issue affects both
Samba client and server installations.

Feedback from sthen@
ok mbalmer@ sthen@
2008-07-11 11:40:33 +00:00
mbalmer
891aaf69f6 Update Samba to version 3.0.28 and add two patches from FreeBSD to allow
for non FFS filesystems (e.g. CD-ROMs) to be shared with Samba again.

This fixes CVE-2007-6015 and several other security problems.

ok winiger
2007-12-14 08:53:27 +00:00
mbalmer
48818fcd07 Update to Samba 3.0.25b
See http://www.samba.org/samba/history/samba-3.0.25b.html for the full
list of changes.
2007-07-02 21:56:57 +00:00
mbalmer
11815b2212 Update to Samba 3.0.25a.
See http://www.samba.org/samba/history/samba-3.0.25a.html for full details.

SECURITY:

This update fixes the following vulnerabilites:
CVE-2007-2444, CVE-2007-2446, CVE-2007-2447.
2007-05-28 20:03:01 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
mbalmer
1929c1953e Security update to Samba 3.0.24.
This fixes the following problems:

o CVE-2007-0452 (Potential Denial of Service bug in smbd)
o CVE-2007-0453 (Buffer overrun in NSS host lookup Winbind
NSS library on Solaris)
o CVE-2007-0454 (Format string bug in afsacl.so VFS plugin)
2007-02-06 07:01:13 +00:00
mbalmer
aab1185ae5 Update to Samba 3.0.23d. 2006-11-15 21:11:04 +00:00
mbalmer
f336e3c9f5 Update to Samba-3.0.23c. Tested on various platforms and also with local
KDE clients (Konqueror).

ok brad
2006-10-03 14:07:10 +00:00
mbalmer
9d1bd157c2 Update to Samba 3.0.21b.
requested by and ok brad@
2006-02-02 09:40:43 +00:00
mbalmer
632b69bf84 Update to Samba 3.0.20b.
Note for LDAP users:  The 'ldap filter' statement in smb.conf is no
longer available.
2005-10-13 21:00:38 +00:00
mbalmer
3852646478 Update to Samba 3.0.13.
ok alek@, espie@, pval@, xsa@
2005-04-03 11:20:37 +00:00