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

Merge pull request #122 from weberhofer/patch-1

Converted file to UTF8

github.com/jedisct1/pure-ftpd - 66027be8e878120884c84c6504f93d124ddd3298 authored almost 6 years ago
Fixed a typo

file was converted to UTF8

github.com/jedisct1/pure-ftpd - 2b439a254ef180749f117330e3a6faf598ed7cd3 authored almost 6 years ago
Merge pull request #120 from patch-work/master

Update ftpd.c

github.com/jedisct1/pure-ftpd - f2951fb28dfc6c6fc1e0f7d131f944bc1c0638a7 authored almost 6 years ago
Update ftpd.c

github.com/jedisct1/pure-ftpd - 4e9cd43c3d61a0a697dbabb053b23c32a90265d8 authored almost 6 years ago
Remove support for MD5/SHA1/MySQL for password hashing

github.com/jedisct1/pure-ftpd - ed78ab681e7025c3f6eee0106d504095995fee90 authored almost 6 years ago
Remove support for custom DH parameters

Fixes #118

github.com/jedisct1/pure-ftpd - 1551b0c13bd4b516654a5a4d080041e66155df0d authored almost 6 years ago
Document the socket ownership change

github.com/jedisct1/pure-ftpd - c21b45fc752039bceed8c8d4a1b8b9818a2fde20 authored almost 6 years ago
Revert "Add CAP_DAC_OVERRIDE to the Linux capabilities"

This reverts commit 7918d2177bb1d306ad68cf42549be84024db7b05.

github.com/jedisct1/pure-ftpd - 0b8d478a0c40c642c47aa6af0af3b021b8e8e8fb authored almost 6 years ago
Unbreak extauth (wrong format string for SNI information)

Reported by Peter Hudec, thanks!

Fixes #115

github.com/jedisct1/pure-ftpd - 16f9e4d0bc110d237f375bd058965f76d09d35fb authored almost 6 years ago
pure-{authd,certd}: switch uid after the socket has been created

Fixes #3

github.com/jedisct1/pure-ftpd - 7befd4e024423a33b4fb5a5a2b6e07e2c4cb01e3 authored almost 6 years ago
Add CAP_DAC_OVERRIDE to the Linux capabilities

maybe
fixes #3

github.com/jedisct1/pure-ftpd - 7918d2177bb1d306ad68cf42549be84024db7b05 authored almost 6 years ago
Merge pull request #110 from ffontaine/master

Do not include host paths when cross-compiling.

github.com/jedisct1/pure-ftpd - d3742e725c01210869a896e64989687454e9c150 authored almost 6 years ago
Do not include host paths when cross-compiling.

Signed-off-by: Bernd Kuhls <[email protected]>
[Retrieved (and slightly updated) from
http...

github.com/jedisct1/pure-ftpd - 7b215f09d0ea971002f2fdad643d770265aada8a authored almost 6 years ago
Remove/update links

github.com/jedisct1/pure-ftpd - 4cc3365c034cacfb827e2ec6814d38f6d43bf237 authored almost 6 years ago
Remove CONTACT file

Signed-off-by: Frank Denis <[email protected]>

github.com/jedisct1/pure-ftpd - b77e12f3237e5056abe00b8ebba68bc29e6c6806 authored almost 6 years ago
Add AUTHD_CLIENT_SNI_NAME

github.com/jedisct1/pure-ftpd - dcca5b83963f77a555010d8100aff649eca6d3e2 authored almost 6 years ago
The server can still have UTF8 in the features list

github.com/jedisct1/pure-ftpd - 456a1c8226a4f08a7e289bd38e646988023ab634 authored almost 6 years ago
Don't closedir() twice

github.com/jedisct1/pure-ftpd - 6d5df86230ace85d101e58e37b1831680755dd42 authored almost 6 years ago
MLSD on the data channel

github.com/jedisct1/pure-ftpd - e8ebcacfc48f58b1c4a238860ba95bff7ddd9320 authored almost 6 years ago
More Travis checks

github.com/jedisct1/pure-ftpd - 828a6888e6da89052983b46b982f8cc2ce982166 authored almost 6 years ago
Update ChangeLog

github.com/jedisct1/pure-ftpd - aa7788b596f6d7f68ebe48d1aba46eeb4eddc746 authored almost 6 years ago
Don't maintain both NEWS and ChangeLog

github.com/jedisct1/pure-ftpd - ab96bc4bd7db330425e1c3444e770855eea28b92 authored almost 6 years ago
Unbreak with !WITH_TLS

github.com/jedisct1/pure-ftpd - aecd5a44cca2af675160a6d21f729fb7e7557010 authored almost 6 years ago
Use a single variant of dolist()

github.com/jedisct1/pure-ftpd - 707eb2f83ee646995fddd481220d5fc6643c8fa1 authored almost 6 years ago
Never lie about dot files

github.com/jedisct1/pure-ftpd - 83f549074e005500a1e7f7746a12e8c3e1c76044 authored almost 6 years ago
Remove support for RFC 2640

It's been horribly broken forever, and nobody cares.

github.com/jedisct1/pure-ftpd - 33eda763bfca8dfcf736275272b84602dcd18549 authored almost 6 years ago
Rewrite NLST

github.com/jedisct1/pure-ftpd - dc71ecfc39a6258d9e49b9918b600a9d46365358 authored almost 6 years ago
Rewrite MLSD, remove the modern_listings global horror

Fixes #96

github.com/jedisct1/pure-ftpd - f28b64de3f4ae1f45b7901f46e327af4748b264f authored almost 6 years ago
Have PRET return a error on RETR <not a regular file>

github.com/jedisct1/pure-ftpd - 4295c224a149fc75a3ef4611b2e60da81df2de53 authored almost 6 years ago
Return 550 on PRET RETR <nonexistent file>

github.com/jedisct1/pure-ftpd - 8d5ed94c4f088f4c1858f2dc781df99997b9995b authored almost 6 years ago
Reduce compilation verbosity

github.com/jedisct1/pure-ftpd - 37cf4622926b0e3c18f47c919237c969629e4d1e authored almost 6 years ago
access() doesn't take a mode_t

github.com/jedisct1/pure-ftpd - 0e78c5d8b97d88e3f7ebb6051b1bbbdfc7467d37 authored almost 6 years ago
Actual message

github.com/jedisct1/pure-ftpd - 96c55264b599a0cfb0ce0f9ede20bb86a17d0686 authored almost 6 years ago
Document how the external certificates handler works

github.com/jedisct1/pure-ftpd - f7f785e63c893c2fef552ee73b025a67e19dff3e authored almost 6 years ago
Add CertFileAndKey, start updating the TLS documentation

github.com/jedisct1/pure-ftpd - 365c608e198e1a6c725ce3adeb78e28ee4e20032 authored almost 6 years ago
Default keys can be at a different location than certificates

github.com/jedisct1/pure-ftpd - f09cc52ee08cacdbdfda9405c9412ad5bf659830 authored almost 6 years ago
Update clients

github.com/jedisct1/pure-ftpd - 65162d587278ea5e00d8354796ca2e349d2e6a37 authored almost 6 years ago
Use R_OK for access(2)

github.com/jedisct1/pure-ftpd - 583f230c0dd9acad5c59a4753311ed97e90cd393 authored almost 6 years ago
Remove more legacy code

github.com/jedisct1/pure-ftpd - 61d58b118836fec79b4eee4369fb26d323df8a53 authored almost 6 years ago
Assume nobody's running OpenSSL 0.9.8 any more

github.com/jedisct1/pure-ftpd - e8a475b86c7251bbd151199f918ded9f31031f69 authored almost 6 years ago
Add doc_DATA content to extra_DIST

github.com/jedisct1/pure-ftpd - fb493c5b64f299d1fd81aeef18012bbcb9afb67a authored almost 6 years ago
Remove ONLY_ACCEPT_REUSED_SSL_SESSIONS

github.com/jedisct1/pure-ftpd - 8571c832151f89aef235d9e9f480dda4ce4afac7 authored almost 6 years ago
Add ExtCert to the example configuration file

github.com/jedisct1/pure-ftpd - b0f19ade99fd57136c6e90edfd83d5a1678472be authored almost 6 years ago
Don't overwrite configuration files

github.com/jedisct1/pure-ftpd - 95565bbb275b9f220312521372d6b7ea0f25d6df authored almost 6 years ago
Include ftpwho-update.h

github.com/jedisct1/pure-ftpd - 70ac008db0feff72dc0285a642e1bf4f56b4687d authored almost 6 years ago
Don't reset tls_cnx_handshook

github.com/jedisct1/pure-ftpd - 7903c422586858cb23e5112f617161a72da737a2 authored almost 6 years ago
Do not call the info&sni callbacks twice

github.com/jedisct1/pure-ftpd - b8ee2973d7fea9898b0c4ba1e14efef5bcb6e597 authored almost 6 years ago
Failed attempt at SNI support

github.com/jedisct1/pure-ftpd - 65c4602b87961b589c104163d11dff9b5fb6621e authored almost 6 years ago
extcert: handle deny/default

github.com/jedisct1/pure-ftpd - 796fa0f5a83e69ff37abb56b60e45f899b1617de authored almost 6 years ago
Add an option to set the extcert socket path

github.com/jedisct1/pure-ftpd - f116769a5f0e112f0247721826efcd7d4a8ddbf6 authored almost 6 years ago
SSL_shutdown() is not SSL_get_shutdown()

github.com/jedisct1/pure-ftpd - c2b058a7a911165246eabc59c9664737cfac75df authored almost 6 years ago
Keys can optionally be in distinct files

github.com/jedisct1/pure-ftpd - 1702042292914646e3c9e256cc2f9f0da060b178 authored almost 6 years ago
Unbreak on Linux

github.com/jedisct1/pure-ftpd - 622a4dadff313347333c8e4efaf6db622885839a authored almost 6 years ago
Rewrite alt_arc4random

github.com/jedisct1/pure-ftpd - 825d5340f377410b02a68c717be3b50cb77525de authored almost 6 years ago
The md5/sha1 implementations shouldn't be around any more

github.com/jedisct1/pure-ftpd - 0ddf82fd3cdbcf07384b4b810a6e0ed17c7402f9 authored almost 6 years ago
servername was renamed

github.com/jedisct1/pure-ftpd - 0a37c06a40806fbad188498866121664b81c1336 authored almost 6 years ago
Bitrig is no more

github.com/jedisct1/pure-ftpd - 2c6f5488e0da5644ffa198419adddcf796c22e0c authored almost 6 years ago
Add extcert handler

github.com/jedisct1/pure-ftpd - e6c2aa75aa63c7bb9e779fdbf69b0ca01e448733 authored almost 6 years ago
Check SNI name

github.com/jedisct1/pure-ftpd - f01e8d93a782f23f7e22d184d8adc191a39296be authored almost 6 years ago
For consistency

github.com/jedisct1/pure-ftpd - fd153723e99bb8c128a0b10690cb2c453237f118 authored almost 6 years ago
Reorganize the TLS code a little bit

github.com/jedisct1/pure-ftpd - 66e33cfde8f91053dd78d73bf05916bcefe9bfbc authored almost 6 years ago
Add pure-certd

github.com/jedisct1/pure-ftpd - 43ecb0bcd2805277861dd3afcbc209c0cdce07ef authored almost 6 years ago
Merge branch 'master' of github.com:jedisct1/pure-ftpd

* 'master' of github.com:jedisct1/pure-ftpd:
negociation -> negotiation
renegociation -> ren...

github.com/jedisct1/pure-ftpd - dd79a0d986cf734c637d391596407684f4b0bcd9 authored almost 6 years ago
negociation -> negotiation

github.com/jedisct1/pure-ftpd - 1843bf087ecb148b0e1e6c8686b83ed0350e7b51 authored almost 6 years ago
renegociation -> renegotiation

Fixes #107

github.com/jedisct1/pure-ftpd - b4dbb47f81f29ee080289d1aee835783118988df authored almost 6 years ago
Reject empty names

github.com/jedisct1/pure-ftpd - f0659f8357952c0a95cd62c938bd6c9852cd78f9 authored almost 6 years ago
Don't log a NULL name :)

github.com/jedisct1/pure-ftpd - 1d110dd103d306ce14c17320a03d6c324ef2db9c authored almost 6 years ago
Support _ftp in addition to ftp for -s and additional groups

github.com/jedisct1/pure-ftpd - ab17621d463c59f265ac959d3480275b304191ae authored almost 6 years ago
Add tlsext servername callback

github.com/jedisct1/pure-ftpd - d2906ca519ecc9fb864eb7005809982322137964 authored almost 6 years ago
Use TLS_server_method if available

Add a macro to disable TLS 1.3

github.com/jedisct1/pure-ftpd - 8b7e62fac48fbf1a5b9df2515d6fd0b9c064bf9d authored almost 6 years ago
Look for /usr/local/opt/[email protected]

Check for TLS_server_method

github.com/jedisct1/pure-ftpd - b766aa25557bc5cb49a83990883ace97742bdbe4 authored almost 6 years ago
Merge pull request #103 from olysonek/master

pure-pw: Add forgotten -M option to getopt

github.com/jedisct1/pure-ftpd - a04253ded817a83a34b2de232ef664b7158046b9 authored almost 6 years ago
pure-pw: Add forgotten -M option to getopt

This fixes commit 35ba54b358f5.

github.com/jedisct1/pure-ftpd - 295d28a38b61838993f17065358e035121885b12 authored almost 6 years ago
Remove ISODATE

github.com/jedisct1/pure-ftpd - bc5f0f0a6056f419b0a25c770b474ab25b468635 authored about 6 years ago
Disable TLSv1_1

github.com/jedisct1/pure-ftpd - aa68b2d620ef0c83c7f52213c7e6093722b0b8bd authored about 6 years ago
TLS1.3 compatibility

Fixes #94

github.com/jedisct1/pure-ftpd - 4a495c61ce22c893aed5ee57f6ce0b43c3be59ad authored over 6 years ago
pure-ftpd.conf.in: use @sbindir@ instead of @prefix@/sbin

Via @zakinko

Fixes #91

github.com/jedisct1/pure-ftpd - e604709914a170b0c0464fda9fe5e30ea6c1bf9b authored over 6 years ago
Merge pull request #85 from t-asaka/fix_postgres_auth_bug

Fix postgresql authenticate bug

github.com/jedisct1/pure-ftpd - 0b50b58ab9459d28855986466da710747212ee86 authored over 6 years ago
Fix postgresql authenticate bug

github.com/jedisct1/pure-ftpd - 6a256a21e48177e1d73d7e70b2292c76ac40ffb7 authored over 6 years ago
Merge pull request #83 from grubberr/master

path fixing

github.com/jedisct1/pure-ftpd - 5e45eaf5f05efe245148135ddcd9c9f92b3811b0 authored almost 7 years ago
Add Albanian translation

github.com/jedisct1/pure-ftpd - 1a5182bf18e54b43b79bcbe1c264ddeb173f270e authored almost 7 years ago
Typhon is no more

github.com/jedisct1/pure-ftpd - 2627cba9ad217b83fea710e94fbec4c80e9ccc9e authored almost 7 years ago
Merge pull request #77 from olysonek/pr

Complain and exit when given invalid arguments on the command line

github.com/jedisct1/pure-ftpd - 2caabb2d1ef7cf9b1c5032b0ec8bf7b6e83e238c authored almost 7 years ago
Merge pull request #78 from olysonek/doc

Fix grammar and typos in README files

github.com/jedisct1/pure-ftpd - b836eff8ddfa8fce083955a812db960955c84bf9 authored almost 7 years ago
Fix grammar and typos in README files

github.com/jedisct1/pure-ftpd - 4d1c0969387c0043a21b7bce43256843c3b82581 authored almost 7 years ago
Complain when both options and config file are given on cmdline

github.com/jedisct1/pure-ftpd - 95298f7a3789506f787944addf5cf6dbe5db775e authored almost 7 years ago