FTP: remove krb4 support
authorDaniel Stenberg <daniel@haxx.se>
Fri, 23 Aug 2013 14:16:42 +0000 (16:16 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 25 Aug 2013 17:16:36 +0000 (19:16 +0200)
commitbb5529331334e1e1c79ff3320220bba12fc8457d
tree65a79458b8b78bf3729f44ae754605ed5ed51ec0
parent817ceb09e0a8f0754e81ccc592ad919125bc7908
FTP: remove krb4 support

We've announced this pending removal for a long time and we've
repeatedly asked if anyone would care or if anyone objects. Nobody has
objected. It has probably not even been working for a good while since
nobody has tested/used this code recently.

The stuff in krb4.h that was generic enough to be used by other sources
is now present in security.h
13 files changed:
RELEASE-NOTES
configure.ac
lib/Makefile.inc
lib/ftp.c
lib/krb4.c [deleted file]
lib/krb5.c
lib/pingpong.c
lib/security.c
lib/security.h [moved from lib/krb4.h with 86% similarity]
lib/sendf.c
lib/url.c
lib/urldata.h
lib/version.c