proftpd-mod-counter 0.6.2-2build5 source package in Ubuntu

Changelog

proftpd-mod-counter (0.6.2-2build5) noble; urgency=medium

  * No-change rebuild for proftpd soname change.

 -- Matthias Klose <email address hidden>  Fri, 22 Dec 2023 13:19:51 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
ProFTPD Maintainance Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
proftpd-mod-counter_0.6.2.orig.tar.gz 14.6 KiB 8eda2508f3ad37356fe27e586cb43df2c9e040b0c27c9f4c36996e64457fa960
proftpd-mod-counter_0.6.2-2build5.debian.tar.xz 3.4 KiB ef51e002dfed046e5ce628dc1b6e7fb13a9706976edecb02bc5f80c6a949a44f
proftpd-mod-counter_0.6.2-2build5.dsc 2.2 KiB 6c710a16c4bad25720f87cdd565beb58c93a35e494749217811bc6d041b89a2e

Available diffs

View changes file

Binary packages built by this source

proftpd-mod-counter: ProFTPD module mod_counter

 The mod_counter module is designed to allow a sort of "locking" to be
 enforced when the same file is being uploaded or downloaded by multiple
 clients at the same time.
 .
 The mod_counter works by creating a SysV semaphore for a file being
 read/written, and placing a number of reader or writer "counters" in that
 semaphore. When the configured maximum number of counters is reached, the
 FTP command which seeks to add another reader/writer counter will be denied.
 This allows site to configure the maximum number of clients which can be
 reading/writing any file at one time.

proftpd-mod-counter-dbgsym: debug symbols for proftpd-mod-counter