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

Changelog

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

  * Rebuild against 'new proftpd-dfsg 1.3.8.a+dfsg-1'.

 -- Gianfranco Costamagna <email address hidden>  Fri, 24 Nov 2023 09:28:47 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
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

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-2build4.debian.tar.xz 3.3 KiB 0612dc864caded6802aabba915df66185ea721652e77f995e593e4fabb34ea3f
proftpd-mod-counter_0.6.2-2build4.dsc 2.2 KiB 3ad804b5acf49bee23c00c30c4b49fd68b00d42b71daabb7308a36c747f6168b

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