diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-05-14 20:32:55 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-05-14 20:32:55 +0000 |
commit | e84cdf5c0dd9296e392cec1f2312dcbc4d050752 (patch) | |
tree | 69691c2904fb6590c8fc81000174b17ce75e20f5 /NEWS | |
parent | d9ffbaedbc0794b268ed9807b8411d21458ea2c3 (diff) | |
download | fetchmail-e84cdf5c0dd9296e392cec1f2312dcbc4d050752.tar.gz fetchmail-e84cdf5c0dd9296e392cec1f2312dcbc4d050752.tar.bz2 fetchmail-e84cdf5c0dd9296e392cec1f2312dcbc4d050752.zip |
Support Kerberos installations where krb5.h and perhaps roken.h are in .../include/krb5.
Taken from NetBSD portable packages collection patch-ae.
svn path=/branches/BRANCH_6-3/; revision=4832
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -59,6 +59,8 @@ fetchmail 6.3.5 (not yet released): * When using NTLM authentication, use regular IMAP response code handler after completing NTLM handshake, for robustness and consistency. (Taken from the NetBSD portable packages collection, patch-ac.) +* Support Kerberos installations where krb5.h and perhaps roken.h are in + .../include/krb5. Taken from NetBSD portable packages collection patch-ae. * On NetBSD, link against -lroken -lcom_err if --with-kerberos is enabled. * Drop #include <com_err.h> from Kerberos 5 header file, fixes compile error on SUSE Linux 10.0. |