search for: backoffic

Displaying 20 results from an estimated 116 matches for "backoffic".

Did you mean: backoffice
2009 Jan 23
4
sshd exponential backoff patch
hi, I wrote a patch to openssh sshd.c which enables "exponential backoff", so that an attacker cannot brute force your password by making hundreds of login attempts. here is the code: http://sam.nipl.net/sshd-backoff/ An attacker who fails to login is locked out (by IP address) for 1 minute, and the lockout period doubles for each failed login after that. Normally three logins are
2004 Dec 17
2
Time to add exponential backoff for SSH interactive login failures?
I'm accustomed to systems where even the first failed login attempt incurs a 5 second delay. I don't think that's too harsh, but everyone has their own needs and considerations. This could be made configurable. -Jay -----Original Message----- From: Rick Jones [mailto:rick.jones2 at hp.com] Sent: Wednesday, December 15, 2004 8:09 PM To: Jay Libove Cc: openssh-unix-dev at
2009 Jan 25
1
Fwd: Re: sshd exponential backoff patch
> This is a really nice idea. However, I'm not so hot on making a core > utility such as OpenSSH reliant on a library that isn't by default > available on most platforms. It could be done differently. I'm surprised that you think berkeley db would not be available on most platforms by default. Anyway it should be a compile-time (and run time) configurable option, so if the
2023 Oct 10
1
Is it possible to reduce the number of workers for rpcd_winreg?
Dear Samba Group, I recently updates our samba addc's to 4.18.6 (from 4.7.7). We use roaming profile and a login script which queries active shares and printers on the logon servers. Since the update i see a lot of rpcd_winreg processes if an user logs on. It are around 40 of these processes each consuming around 60MB. The servers have 1-2GB of ram assigned so they start swapping everytime an
2019 Jan 21
0
[Announce] Samba 4.10.0rc1 Available for Download
Release Announcements ===================== This is the first release candidate of Samba 4.10. 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.10 will be the next version of the Samba suite. UPGRADING ========= NEW FEATURES/CHANGES
2019 Jan 21
0
[Announce] Samba 4.10.0rc1 Available for Download
Release Announcements ===================== This is the first release candidate of Samba 4.10. 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.10 will be the next version of the Samba suite. UPGRADING ========= NEW FEATURES/CHANGES
2023 Oct 10
1
Is it possible to reduce the number of workers for rpcd_winreg?
As recommended by Volker Lendecke I added the option. rpcd_winreg:idle_seconds = 5 Now on 2GB Servers swapping is avoided and on 1Gb Servers the server goes back to normal in ~5 seconds after the logon process has finished. Am 10.10.2023 um 13:58 schrieb Achim Gottinger via samba: > Dear Samba Group, > > I recently updates our samba addc's to 4.18.6 (from 4.7.7). We use roaming
2019 Feb 06
0
[Announce] Samba 4.10.0rc2 Available for Download
Release Announcements ===================== This is the second release candidate of Samba 4.10. 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.10 will be the next version of the Samba suite. UPGRADING ========= NEW FEATURES/CHANGES
2019 Feb 06
0
[Announce] Samba 4.10.0rc2 Available for Download
Release Announcements ===================== This is the second release candidate of Samba 4.10. 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.10 will be the next version of the Samba suite. UPGRADING ========= NEW FEATURES/CHANGES
2017 Jan 17
4
[PATCH v2 0/3] Allow ASYNC flip with atomic helpers.
This series is a folow-up on https://patchwork.kernel.org/patch/9501787/ The first patch makes changes to atomic helpers to allow for drives with ASYNC flip support to use them. Patch 2 is to use this in AMDGPU/DC. Patch 3 is possible cleanup in nouveau/kms who seems to have to duplicate the helper as we did to support ASYNC flips. v2: Resend drm/atomic: Save flip flags in drm_plane_state
2017 Jan 17
0
[PATCH v2 3/3] drm/nouveau/kms/nv50: Switch to using atomic helper for flip.
Change-Id: I5a3189c03e389af2ff6c13d870a7d28282b7b0ee Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky at amd.com> --- drivers/gpu/drm/nouveau/nv50_display.c | 77 +++------------------------------- 1 file changed, 5 insertions(+), 72 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv50_display.c b/drivers/gpu/drm/nouveau/nv50_display.c index 2c2c645..419e00c 100644 ---
1997 Dec 18
0
Samba performance on Fast Ethernet network when linked to Win95
Constantin Teodorescu <teo@flex.ro> wrote: > When doing this transfer, the LED from the network card is flashing > from time to time (0.2 sec on, 0.4 sec off), the average load of > the hub is about 5% and the "collisions LED" is on merely all the > time. This doesn't look like a problem in either the TCP implementation or the application level software on either
2019 Feb 22
0
[Announce] Samba 4.10.0rc3 Available for Download
Release Announcements ===================== This is the third release candidate of Samba 4.10. 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.10 will be the next version of the Samba suite. UPGRADING ========= NEW FEATURES/CHANGES
2019 Feb 22
0
[Announce] Samba 4.10.0rc3 Available for Download
Release Announcements ===================== This is the third release candidate of Samba 4.10. 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.10 will be the next version of the Samba suite. UPGRADING ========= NEW FEATURES/CHANGES
2017 Jan 29
7
[v3 PATCH 0/3] Allow ASYNC flip with atomic helpers.
This series is a folow-up on https://patchwork.kernel.org/patch/9501787/ The first patch makes changes to atomic helpers to allow for drives with ASYNC flip support to use them. Patch 2 is to use this in AMDGPU/DC. Patch 3 is possible cleanup in nouveau/kms who seems to have to duplicate the helper as we did to support ASYNC flips. v2: Resend drm/atomic: Save flip flags in drm_plane_state
2017 Jan 16
0
[PATCH 3/4] drm/amd/display: Switch to using atomic_helper for flip.
Change-Id: Iad3e0b9b3546e4e4dc79be9233daf4fe4dba83e0 Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky at amd.com> --- .../drm/amd/display/amdgpu_dm/amdgpu_dm_types.c | 92 ++-------------------- 1 file changed, 6 insertions(+), 86 deletions(-) diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c index
2017 Jan 16
12
[PATCH 0/4] Allow ASYNC flip with atomic helpers.
This series is a folow-up on https://patchwork.kernel.org/patch/9501787/ The first patch makes changes to atomic helpers to allow for drives with ASYNC flip support to use them. Patches 2 and 3 are to use this in AMDGPU/DC and patch 4 is possible cleanup in nouveau/kms who seems to have the duplicate the helper as we did to support ASYNC flips. Andrey Grodzovsky (4): drm/atomic: Save flip
2019 Mar 06
0
[Announce] Samba 4.10.0rc4 Available for Download
Release Announcements ===================== This is the fourth release candidate of Samba 4.10. 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.10 will be the next version of the Samba suite. UPGRADING ========= NEW FEATURES/CHANGES
2019 Mar 06
0
[Announce] Samba 4.10.0rc4 Available for Download
Release Announcements ===================== This is the fourth release candidate of Samba 4.10. 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.10 will be the next version of the Samba suite. UPGRADING ========= NEW FEATURES/CHANGES
2017 Jan 16
4
[PATCH 3/4] drm/amd/display: Switch to using atomic_helper for flip.
Hi Andrey, Thank you for the patch. On Monday 16 Jan 2017 10:44:57 Andrey Grodzovsky wrote: > Change-Id: Iad3e0b9b3546e4e4dc79be9233daf4fe4dba83e0 > Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky at amd.com> > --- > .../drm/amd/display/amdgpu_dm/amdgpu_dm_types.c | 92 ++---------------- > 1 file changed, 6 insertions(+), 86 deletions(-) > > diff --git