Conversation
decdee6 to
ef0fe1c
Compare
This comment was marked as outdated.
This comment was marked as outdated.
It was accidentally broken in commit 0f4c439, shipped since 8.8.0 (May 2024) and yet not a single person has noticed or reported, indicating that we might as well drop support for FTP Kerberos. Krb5 support was added in 54967d2 (July 2007), and we have been carrying the extra license information around since then for this code. This commit removes the last traces of that code and thus we can remove the extra copyright notices along with it. Reported-by: Joshua Rogers
b6dfba6 to
0d1f487
Compare
|
Now we'll find out if anyone is *actually* using it once RHEL upgrades to 8.17.0. So, sometime in 2028.
|
|
Is there any workaround for users if some program is broken due to this change? |
|
It was removed because we believed that no-one was using it and was therefore dead code. If you were depending on it, you could petition for its reinstatement, but that would likely have to come with some kind of commitment to test and maintain it. Alternately, you could try arranging a support contract. |
|
This change breaks programs even if you don't use this functionality. |
|
If there's a bug in curl, please open a new issue with all the relevant details. |
|
Here workaround: Usage: |
|
I have no idea what that is supposed to solve, but I'm guessing you're trying to work around some broken application. Please open a bug if you are having issues, but only once you understand if the issue is with libcurl or with the application. |
This fixes backward compatibility with existing programs that were written before this change was made. |
The krb5 functionality was completely broken in releases for 18 months and not a single person reported it. That was a strong signal to us that no one is using it. You can bring it back, but that's not an easy trip so you better be prepared to put in significant amount of work (or pay someone else to do that work) to make it happen. |
It was accidentally broken in commit 0f4c439, shipped since 8.8.0 (May 2024) and yet not a single person has noticed or reported, indicating that we might as well drop support for FTP Kerberos.
Krb5 support was added in 54967d2 (July 2007), and we have been carrying the extra license information around since then for this code. This commit removes the last traces of that code and thus we can remove the extra copyright notices along with it.
Reported-by: Joshua Rogers