Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

pure-ftpd

Pure FTP server
Collective - Host: opensource - https://opencollective.com/pure-ftpd - Website: https://pureftpd.org - Code: https://github.com/jedisct1/pure-ftpd

Exit when given an invalid cmdline option

github.com/jedisct1/pure-ftpd - 1851d4a22138d7a1798fa036aee56f5d1711aff4 authored almost 7 years ago
mappedtov4() doesn't seem to exist any more

github.com/jedisct1/pure-ftpd - d7569ce0998b6f1f0fb4ce709a64c11e2de5d577 authored almost 7 years ago
Adjust password hashing parameters according to local resources

github.com/jedisct1/pure-ftpd - 35ba54b358f56b4fcdbb2a123c9f1f1fef724e44 authored about 7 years ago
Fixes buffer overflows as well as minor issues in realpath

From FreeBSD

github.com/jedisct1/pure-ftpd - 95ab3f8bc55ac8184aeb7af4ddd76d90e7897291 authored about 7 years ago
Remove references to versions that are now really old

github.com/jedisct1/pure-ftpd - eab6097db1b9546fa4e6291c27cf567cd2df3800 authored about 7 years ago
Note about the memory and CPU requirements for each login attempt

github.com/jedisct1/pure-ftpd - 78d2029e93922463e3acc7c3da668210826e49b5 authored about 7 years ago
Merge branch 'master' of github.com:jedisct1/pure-ftpd

* 'master' of github.com:jedisct1/pure-ftpd:
Document the argon2i to argon2 name change
Bump...

github.com/jedisct1/pure-ftpd - 6b419dd05d3c45d3d6dbc028462f5f050cef419b authored about 7 years ago
Increase MAX_DATA_SIZE due to Argon2id requirements

github.com/jedisct1/pure-ftpd - 27a5c200f9643ce907118aad169279b3a66a9e8a authored about 7 years ago
Document the argon2i to argon2 name change

github.com/jedisct1/pure-ftpd - f169d2016707e7991d4c85be92afcf26d84a0135 authored about 7 years ago
Update ChangeLog

github.com/jedisct1/pure-ftpd - 62bac82b4e5f09a2e367035408a6f298ca37298d authored about 7 years ago
Return a 451 error code instead of 226 on aborted uploads

github.com/jedisct1/pure-ftpd - a5684b34262fc501844ef945a4f8c3eff760a13a authored over 7 years ago
Unlink symlink loops only on uploads

Fixes #68

github.com/jedisct1/pure-ftpd - 9bdd92433a9c452614f7f9836bedfa156b141a45 authored over 7 years ago
Tolerate digits in commands

Fixes #67

github.com/jedisct1/pure-ftpd - 85b116e4e401c9851ed538650c18dc285eef28f0 authored over 7 years ago
Clarify what MinUID does

github.com/jedisct1/pure-ftpd - 62fbb956f3d88272579fd4f4dd4b161e06faa2db authored over 7 years ago
Change "argon2i" to "argon2" for pdb/ldap/mysql/pgsql auth

github.com/jedisct1/pure-ftpd - 4b93c9b52210ce4d7259986e04fe53d711fe97eb authored over 7 years ago
Do not assume that scrypt is available

github.com/jedisct1/pure-ftpd - bf4f54c0146e347bf9e997c71527c8fe1303ef8b authored over 7 years ago
Call crypto_pwhash_str_verify() directly

So we can support argon2id in addition to argon2i (and scrypt)

github.com/jedisct1/pure-ftpd - 65fc764d68567bbb42c20c0958ca3e4c9fe20f68 authored over 7 years ago
Allow _ftp in addition to ftp for the anonymous user

github.com/jedisct1/pure-ftpd - 198c5a7861db200783182ea77e555d6f80af2a9c authored over 7 years ago
Remove seed_old_rng()

It's terrible. The good news is that it's not used either, since that
code wouldn't even compile.

github.com/jedisct1/pure-ftpd - 7039709a921e8fb59ff28070bb7fea76b5e6e06c authored over 7 years ago
Simpleconf: another missing free() on error path

github.com/jedisct1/pure-ftpd - 073b0895599132264481acc1fb4f2c7ff630f09a authored over 7 years ago
Simpleconf: Add missing free() on error path

github.com/jedisct1/pure-ftpd - 87312ebb8dbf55c8fbd3300f72d03674e6ddf4dd authored over 7 years ago
We don't care about ftruncate() failing here

github.com/jedisct1/pure-ftpd - 7179dab3b4b2c535dfa316cde311f8ec349bb332 authored over 7 years ago
Update NEWS/ChangeLog

github.com/jedisct1/pure-ftpd - a8db7788ef9bea7a07110ab98463f80ea6c0f8f1 authored over 7 years ago
Merge pull request #61 from CarloCannas/fix-STAT-on-TLS

Fix STAT on TLS connections

github.com/jedisct1/pure-ftpd - 7f3b833214674c7a469116b7da7b0f271693b171 authored over 7 years ago
Fix STAT on TLS connections

The STAT command output get sent unencrypted on the control socket (thus
breaking the proper TLS...

github.com/jedisct1/pure-ftpd - 7e51fe2f782fb9e99d29e4f783b6e1ad8ce8af50 authored over 7 years ago
Merge branch 'master' of https://github.com/jedisct1/pure-ftpd

* 'master' of https://github.com/jedisct1/pure-ftpd:
dynamicbase apparently causes some issues...

github.com/jedisct1/pure-ftpd - 3255843b7e4045191017485906ababd8984af4c0 authored over 7 years ago
Always use the internal mysql_scramble implementation

github.com/jedisct1/pure-ftpd - 27443b29320d85352d8b52c0120836843e10c0f9 authored over 7 years ago
dynamicbase apparently causes some issues with recent Cygwin versions

Pointed out by @matzeri -- thanks!

github.com/jedisct1/pure-ftpd - 98d5e7ce4f3f75bf0364150e3d987c558c59d630 authored over 7 years ago
Note that bcrypt requires support from the C library

github.com/jedisct1/pure-ftpd - 235667cbc63cdf840e0846e3aa0758b5d153e6d8 authored over 7 years ago
LibreSSL compat

github.com/jedisct1/pure-ftpd - 91f9f02606dde5199dc531a4ffa6479a5b6546c0 authored over 7 years ago
Update ChangeLog again

github.com/jedisct1/pure-ftpd - 1ca35ee07b2a1adade9d62f7c1378e8e62565720 authored over 7 years ago
Count the number of stars in patterns

github.com/jedisct1/pure-ftpd - 63d98420e2c205c40e5a0849bde142e0aab17955 authored over 7 years ago
Revert "Properly count recursion levels in bsdglob's match()"

This reverts commit 4329068a4901174047353048c973e7a19bbbe21d.

github.com/jedisct1/pure-ftpd - 98f914b1d76add8d494198a151e384e7cb831bf9 authored over 7 years ago
Update ChangeLog, bump version

github.com/jedisct1/pure-ftpd - 1f79bac12ad4134950a3947bd8628126f0d06766 authored over 7 years ago
Properly count recursion levels in bsdglob's match()

github.com/jedisct1/pure-ftpd - 4329068a4901174047353048c973e7a19bbbe21d authored over 7 years ago
Add strict support for the OpenSSL 1.1 API

github.com/jedisct1/pure-ftpd - 54cc692f997c72eb530f38e62de38ed444eb152e authored almost 8 years ago
No more contrib/Makefile.in

github.com/jedisct1/pure-ftpd - 86b1ec003b63a82f1bcb016f55f385c6cff89b6c authored almost 8 years ago
Remove contribs. These are way too old and unmaintained.

github.com/jedisct1/pure-ftpd - ba526ef1525c09d63a309f3e0c22ecf1308d9070 authored almost 8 years ago
Remove debugging junk

github.com/jedisct1/pure-ftpd - b3a2a141eb2d155cb3c73c6369c259443dcdc2df authored almost 8 years ago
Remove pure-vpopauth. That script is terrible.

github.com/jedisct1/pure-ftpd - fe6419d70ccf5b4f3bfc5f8200f99f3915994a19 authored almost 8 years ago
Modern systems don't have perl in base any more

github.com/jedisct1/pure-ftpd - 74174774959c10fd7583fc06ab05b659180d42f7 authored almost 8 years ago
Merge pull request #52 from ka7/feature/spelling

spelling fixes

github.com/jedisct1/pure-ftpd - cafd510508146be222214c132daad28ccd7c3d84 authored almost 8 years ago
spelling fixes

github.com/jedisct1/pure-ftpd - 60da95aae978efd767a9c10e5986832b09f6a65a authored almost 8 years ago
Mention that LDAP over TLS was introduced in 1.0.37

github.com/jedisct1/pure-ftpd - b82db584404fcc0c764973e1f2545f9ccb94ad38 authored almost 8 years ago
Mention that LDAPUseTLS was introduced in 1.0.37

github.com/jedisct1/pure-ftpd - 5ca7287ec07e9c258df1580d6671384cf2bfdad4 authored almost 8 years ago
sudo required

github.com/jedisct1/pure-ftpd - 88ca605e120135a46f427be0c05f5982c647b570 authored almost 8 years ago
CI: compile with libsodium, use distcheck

github.com/jedisct1/pure-ftpd - 86c6b61ed0f53998fc6c1fec89240e259cc05912 authored almost 8 years ago
Update simpleconf

github.com/jedisct1/pure-ftpd - 3dcfe56664ec94d4455b5e2aa1b6e41d6bf22b95 authored about 8 years ago
Update simpleconf

github.com/jedisct1/pure-ftpd - 0c770a52217e07332a7ba209fb22d0c4cdcc99ec authored about 8 years ago
Merge pull request #46 from racke/pr/fix-typo-in-pure-authd

Fix typo in pure-authd manual page found by Jon Daley (Debian bug #652936)

github.com/jedisct1/pure-ftpd - a0ec8ea912d8cb81ec83222642e83a0fa44c9194 authored about 8 years ago
Clarify the uid < uid_min violation in the related error message

github.com/jedisct1/pure-ftpd - efd620365a8ea0d30837a412a3e4c2ee71e279d2 authored about 8 years ago
The time has come to refuse TLS v1.0 sessions by default

github.com/jedisct1/pure-ftpd - 5d8ca560aaae1e7574ae36d4c572085df6d35935 authored about 8 years ago
Mention that changing TLSCipherSuite is rarely required

github.com/jedisct1/pure-ftpd - debe2381da753ed913e0e0628128bf2897e8ed39 authored about 8 years ago
Parse the `TLSCipherSuite` directive before `TLS`

github.com/jedisct1/pure-ftpd - 3823d00dee089b998d1f40943e9aa3f619c238b2 authored about 8 years ago
Minor changes to the example config file

github.com/jedisct1/pure-ftpd - 69b7d5ad96acef79cd301ca8ad289c302de4333b authored about 8 years ago
Reduce the number of TFO buckets, set it to 1 on MacOS

github.com/jedisct1/pure-ftpd - 74bcf58458e5178f3f4123112a3d179ed408061c authored about 8 years ago
16 years and counting

github.com/jedisct1/pure-ftpd - 14c62e5ba0f73501ec088aee7bf807b93fa0178a authored about 8 years ago
Tweak AX_CHECK_COMPILE_FLAG to also try to link the test program.

github.com/jedisct1/pure-ftpd - 3faded2b82ecdfff7e6483b19752793ef8fa20bb authored about 8 years ago
Rename <any_unquoted> to <any*>

github.com/jedisct1/pure-ftpd - 9549245e263646a0e7b43d8edab113c7209ac3b9 authored about 8 years ago
More fixes for quoted strings

github.com/jedisct1/pure-ftpd - 4b06a4ea9b19e9fbf5602e51d529b19d79c5a529 authored about 8 years ago
Let <any_unquoted> match everything, including spaces

github.com/jedisct1/pure-ftpd - 63c66575f754b2c5754a65c5d08ce358d7aac3cf authored about 8 years ago
Support quoted strings

github.com/jedisct1/pure-ftpd - 69262d3d88740bdf40b30dcd0371fea64518a2a1 authored about 8 years ago
pkill/killall -> pkill -x

github.com/jedisct1/pure-ftpd - 8ac1e9fae1859f3834fbedc607e34cb65ac70242 authored about 8 years ago
Remove leading spaces before :, bump year

github.com/jedisct1/pure-ftpd - a54cebfef1ffef0bc4b5e4fcddd118f1490f0ba2 authored about 8 years ago
Install pure-ftpd.conf in @sysconfdir@

github.com/jedisct1/pure-ftpd - 2d742cc274672dd882febd4b7948efbce0c6e40e authored about 8 years ago
Re-add README.Configuration-File to the package

github.com/jedisct1/pure-ftpd - 14c45f01dea51839e3e3ed08f8392a6207bbfaed authored about 8 years ago
Reintroduce an updated README.Configuration-File

github.com/jedisct1/pure-ftpd - 805b4afac336232ba332a66f5486559fda04d87d authored about 8 years ago
Recommend `pkill` over `killall`

github.com/jedisct1/pure-ftpd - 5edf15f352df1c34d52e1239d149fbb2936ddfd9 authored about 8 years ago
Add a built-in configuration parser

github.com/jedisct1/pure-ftpd - f068ceaa66f5f15a6ff80964861548acbf75b607 authored about 8 years ago
After 20 years, say goodbye to the external config file parsers

Perl used to be installed by default everywhere back then.

It's not exactly the case any more.

github.com/jedisct1/pure-ftpd - 623796f70f336225eb27dee4a82c43b53b9cc466 authored about 8 years ago
Fix typo in pure-authd manual page found by Jon Daley (Debian bug #652936).

github.com/jedisct1/pure-ftpd - 4999eddfb461f983c1dfe502037ef0db3fac5779 authored about 8 years ago
Remove reference to g2s

github.com/jedisct1/pure-ftpd - b8919451992dce228ea9a5523a1d04057c73ba05 authored about 8 years ago
Sadly, nobody's using G2S any more

github.com/jedisct1/pure-ftpd - ca462457a049341ec5ca3826f455fc520ad3da79 authored about 8 years ago
Update the ChangeLog

github.com/jedisct1/pure-ftpd - 89234bc0f84ecdbf2befb487e9f56218de51f002 authored about 8 years ago
OpenSSL 1.1.x compat

github.com/jedisct1/pure-ftpd - 13e570cf9215234a853cf395ef78144d19c95267 authored over 8 years ago
HAVE_DH_get -> HAVE_DH_GET

github.com/jedisct1/pure-ftpd - 037c0a8a6fee16778ab2528fd6c8c0c1f9684999 authored over 8 years ago
Fix QUIT command when compiled without RFC2640

Reported by Takahiro Namba

github.com/jedisct1/pure-ftpd - 851f2c4538f945c713b4d6327199e4afdbfd4bbf authored over 8 years ago
Remove 3DES from the default cipher suite

github.com/jedisct1/pure-ftpd - 6e8b7a07c6fffeb54436c34c7dffa2724d1097af authored over 8 years ago
Refuse passwords with a huge length

github.com/jedisct1/pure-ftpd - ff5c64dde4ac2491b0c013544528642a058f2b90 authored over 8 years ago
pure-quotacheck: providing an uid even as a non-root user is fine

github.com/jedisct1/pure-ftpd - 1b1dc6631cd21c3ede4f9495714f39823a888b1d authored over 8 years ago
Altlog records can now go to `stdout`/`stderr`

github.com/jedisct1/pure-ftpd - 4b0e6fbf7e0a6b6940e14dc48665ac5ddb242ed1 authored over 8 years ago
Ignore `lseek()` errors if `errno == EBADF`, which happens for `stdout`

github.com/jedisct1/pure-ftpd - d7658b07a455ea6f3d278237df6ba6f153c6d39f authored over 8 years ago
MD5/SHA1: use size_t for lengths

github.com/jedisct1/pure-ftpd - fc6c06b1494a859e969236f0e6515f4f61d841ab authored over 8 years ago
Open directories as O_NONBLOCK in case O_DIRECTORY is not available

This prevents open() from stalling on pipes

github.com/jedisct1/pure-ftpd - 65fac854e83ba565c63663e574cb1f7749609732 authored over 8 years ago
Rename a few things to make them consistent with another project

github.com/jedisct1/pure-ftpd - 1faeba6958b5706fe4631464d0a1b9cea606a931 authored over 8 years ago
Remove outdated RedHat and SuSe init scripts

github.com/jedisct1/pure-ftpd - 1096d849b06514b58e1aec666fa32714e307b4ae authored over 8 years ago