summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-11-26 00:49:58 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-11-26 00:49:58 +0000
commit1721cf2809d3c1d07cdf63eabf155972abc0db2c (patch)
treee4b878a738197ab6135f356cfe1405124795896a /NEWS
parentfdbd31f1a9c16c0b71e6baead42bf2ed157fbe59 (diff)
downloadmailutils-1721cf2809d3c1d07cdf63eabf155972abc0db2c.tar.gz
mailutils-1721cf2809d3c1d07cdf63eabf155972abc0db2c.tar.bz2
* configure.ac, NEWS: Add LDAP support.
* auth/Makefile.am (libmuauth_la_SOURCES): Add ldap.c. * auth/ldap.c: New file. * include/mailutils/Makefile.am (pkginclude_HEADERS): Add ldap.h. * include/mailutils/ldap.h: New file. * include/mailutils/libcfg.h (mu_ldap_cfg_capa): New extern. * include/mailutils/mu_auth.h (mu_auth_ldap_module): New extern. (MU_AUTH_REGISTER_ALL_MODULES): Register ldap. * libcfg/Makefile.am (libmucfg_la_SOURCES): Add ldap. * libcfg/ldap.c: New file. * libcfg/init.c (cfg_capa_table): Add ldap. * mailbox/gocs.c (mu_gocs_logging_init): Initialize log_facility to default if not specified otherwise. Need to revise this later. * mailbox/version.c (mu_conf_option): Reveal ldap, if supported. * mailbox/mu_auth.c (mu_auth_data_alloc): Add safety checks. Provide reasonable defaults for missing arguments. * mailbox/mutil.c (mutil_parse_field_map): Bugfix - increment by 2 on each loop. * libargp/mu_argp.c (mu_build_argp): Do not bail out if an unknown capability is requested. * include/mailutils/assoc.h (mu_assoc_count): New function. * mailbox/assoc.c: Likewise. * auth/radius.c (_expand_query): Static * mailbox/cfg_lexer.c: Fixed memory management during cloning.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index aece11f99..071c9766e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU mailutils NEWS -- history of user-visible changes. 2007-11-19
+GNU mailutils NEWS -- history of user-visible changes. 2007-11-26
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
See the end of file for copying conditions.
@@ -92,6 +92,8 @@ Previous versions incorrectly understood such an URL as `a/b'
* Support for new protocols: POPS (pops://) and IMAPS (imaps://),
+* LDAP support (authentication and authorization).
+
* Fixed APOP handling.
* Remove v0.6 compatibility layer.

Return to:

Send suggestions and report system problems to the System administrator.