similar to: [Announce] Samba 4.6.7 Available for Download

Displaying 20 results from an estimated 1000 matches similar to: "[Announce] Samba 4.6.7 Available for Download"

2017 Aug 15
0
[Announce] Samba 4.7.0rc4 Available for Download
Release Announcements ===================== This is the fourth release candidate of Samba 4.7. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Samba 4.7 will be the next version of the Samba suite. UPGRADING ========= smbclient changes -----------------
2017 Aug 15
0
[Announce] Samba 4.7.0rc4 Available for Download
Release Announcements ===================== This is the fourth release candidate of Samba 4.7. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Samba 4.7 will be the next version of the Samba suite. UPGRADING ========= smbclient changes -----------------
2017 Aug 29
0
[Announce] Samba 4.7.0rc5 Available for Download
Release Announcements ===================== This is the fifth release candidate of Samba 4.7. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Samba 4.7 will be the next version of the Samba suite. UPGRADING ========= 'smbclient' changes
2017 Aug 29
0
[Announce] Samba 4.7.0rc5 Available for Download
Release Announcements ===================== This is the fifth release candidate of Samba 4.7. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Samba 4.7 will be the next version of the Samba suite. UPGRADING ========= 'smbclient' changes
2017 Sep 17
0
[Announce] Samba 4.7.0rc6 Available for Download
Release Announcements ===================== This is the sixth release candidate of Samba 4.7. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Samba 4.7 will be the next version of the Samba suite. UPGRADING ========= 'smbclient' changes
2017 Sep 17
0
[Announce] Samba 4.7.0rc6 Available for Download
Release Announcements ===================== This is the sixth release candidate of Samba 4.7. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Samba 4.7 will be the next version of the Samba suite. UPGRADING ========= 'smbclient' changes
2017 Sep 21
0
[Announce] Samba 4.7.0 Available for Download
On 9/21/2017 5:25 AM, Karolin Seeger via samba wrote: > ====================================================== > "Debugging is like being the detective > in a crime movie where you are also > the murderer." > > Filipe Fortes > ====================================================== > > > Release Announcements > --------------------- > >
2017 Aug 31
0
[Announce] Samba 4.5.13 Available for Download
====================================================== "Everyone responds to kindness." Richard Gere ====================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.5 release series. Changes since 4.5.12: --------------------- o Jeremy Allison <jra at samba.org> * BUG
2017 Aug 31
0
[Announce] Samba 4.5.13 Available for Download
====================================================== "Everyone responds to kindness." Richard Gere ====================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.5 release series. Changes since 4.5.12: --------------------- o Jeremy Allison <jra at samba.org> * BUG
2017 Sep 21
4
[Announce] Samba 4.7.0 Available for Download
====================================================== "Debugging is like being the detective in a crime movie where you are also the murderer." Filipe Fortes ====================================================== Release Announcements --------------------- This is the first stable release of Samba 4.7. Please read the release notes carefully before upgrading. UPGRADING
2017 Sep 21
4
[Announce] Samba 4.7.0 Available for Download
====================================================== "Debugging is like being the detective in a crime movie where you are also the murderer." Filipe Fortes ====================================================== Release Announcements --------------------- This is the first stable release of Samba 4.7. Please read the release notes carefully before upgrading. UPGRADING
2017 Jul 25
0
[Announce] Samba 4.7.0rc3 Available for Download
Release Announcements ===================== This is the third release candidate of Samba 4.7. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Samba 4.7 will be the next version of the Samba suite. UPGRADING ========= smbclient changes -----------------
2020 Jun 24
1
inotify_add_watch returned Permission denied
Hello, We are using Samba 4.10.16 as a file server on a linux box with SLES 12. All is working fine with our NAS NFS Shares. We are now trying to integrate new NFS Shares from an archive provider, but samba gets crashed when a client tries to access files on these shares. New start of samba is required! In the smbd.log, I see these entries: [2020/06/24 17:58:23.118208, 1]
2011 Aug 27
1
[PATCH 2/3] Fix use of uninitialized variable
Credit goes to "cppcheck". Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com> --- drivers/mge-utalk.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/mge-utalk.c b/drivers/mge-utalk.c index c6114c7..616e2ad 100644 --- a/drivers/mge-utalk.c +++ b/drivers/mge-utalk.c @@ -465,7 +465,8 @@ void upsdrv_shutdown(void) { char
2011 Aug 27
1
[PATCH 3/3] Fix pointer check on wrong variable
Credit goess to "cppcheck" Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com> --- drivers/usb-common.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb-common.c b/drivers/usb-common.c index e51f3cf..e459872 100644 --- a/drivers/usb-common.c +++ b/drivers/usb-common.c @@ -116,7 +116,7 @@ int USBNewExactMatcher(USBDeviceMatcher_t
2011 Aug 27
1
[PATCH 1/3] Fix file descriptor leak
Credit goes to "cppcheck" Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com> --- common/common.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/common/common.c b/common/common.c index f443cb7..e8004d7 100644 --- a/common/common.c +++ b/common/common.c @@ -244,6 +244,7 @@ int sendsignalfn(const char *pidfn, int sig) if (fgets(buf,
2017 Aug 17
0
On getting notify-send to work
The program ``wall?? used by NUT to put notifications in front of the users is now well past it's best-before date. It has not been internationalized, does not support accented letters or non-latin characters, and is ignored by popular desktop environments such as Gnome and KDE. It's apparent replacement, notify-send, gives the impression that it has never been tested in any other
2011 Oct 14
2
[PATCH] Fix logic error in rhino driver
The if() statement always evaluated to true. Detected by "cppcheck", not tested on real hardware. Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com> --- drivers/rhino.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/rhino.c b/drivers/rhino.c index ca66169..e478bcb 100644 --- a/drivers/rhino.c +++ b/drivers/rhino.c @@ -187,7 +187,7
2023 Dec 25
1
bind crashes after samba upgrade
25.12.2023 01:05, Sonic via samba : > Finally biting the bullet and upgrading some old Samba servers. > This particular server is running 4.10.16 and as a first step I'm > attempting to upgrade it to 4.12.15 (I think I remember something > about 4.11.x not handling the upgrade properly). This is most likely due to a bug in samba which is fixed in samba 4.18.0,
2009 Nov 09
2
[PATCH] New to nut project
---------- Forwarded Message ---------- Subject: [PATCH] New to nut project Date: Friday, 6. November 2009 From: Patrick Levesque <patrickl at verint.com> To: Thomas Jarosch <thomas.jarosch at intra2net.com> As requested, here is my patch file including all my modification to the 2.4.1 tarball from the web site. On Friday 06 November 2009 05:41:29 you wrote: > Hello Patrick,