Updated
Showing
3 changed files
with
28 additions
and
2 deletions
1 | 2005-08-12 Sergey Poznyakoff <gray@gnu.org.ua> | ||
2 | |||
3 | * auth/radius.c: New file. Radius authentication/authorization. | ||
4 | * auth/Makefile.am (libmuauth_la_SOURCES): Add radius.c. Sorted | ||
5 | sources alphabetically | ||
6 | |||
7 | * examples/config/mailutils.dict: New file. | ||
8 | * examples/config/Makefile.am (EXTRA_DIST): Add mailutils.dict. | ||
9 | Sorted files alphabetically | ||
10 | |||
11 | * NEWS: Updated | ||
12 | * configure.ac: Raised version number to 0.6.91. | ||
13 | Check for libgnuradius (new option --disable/--enable-radius) | ||
14 | At the end of configuration display the summary of enabled | ||
15 | features. | ||
16 | |||
17 | * include/mailutils/mu_auth.h (mu_auth_radius_module): New module | ||
18 | (MU_AUTH_REGISTER_ALL_MODULES): Register radius | ||
19 | * m4/enable.m4 (MU_ENABLE_SUPPORT): Fixed quoting error. Allow | ||
20 | action-if-true to disable the feature. | ||
21 | * mailbox/mu_argp.c (mu_conf_option): Reflect radius capability. | ||
22 | |||
23 | * po/POTFILES.in: Updated | ||
24 | |||
1 | 2005-08-11 Sergey Poznyakoff <gray@gnu.org.ua> | 25 | 2005-08-11 Sergey Poznyakoff <gray@gnu.org.ua> |
2 | 26 | ||
3 | * mail/var.c: Renamed to ... | 27 | * mail/var.c: Renamed to ... | ... | ... |
... | @@ -4,7 +4,7 @@ See the end of file for copying conditions. | ... | @@ -4,7 +4,7 @@ See the end of file for copying conditions. |
4 | 4 | ||
5 | Please send mailutils bug reports to <bug-mailutils@gnu.org>. | 5 | Please send mailutils bug reports to <bug-mailutils@gnu.org>. |
6 | 6 | ||
7 | Version 0.6.90: | 7 | Version 0.6.91: |
8 | 8 | ||
9 | * libsieve: New action 'vacation' | 9 | * libsieve: New action 'vacation' |
10 | 10 | ||
... | @@ -67,6 +67,8 @@ Implemented removal of messages. | ... | @@ -67,6 +67,8 @@ Implemented removal of messages. |
67 | 67 | ||
68 | * New SQL driver: odbc | 68 | * New SQL driver: odbc |
69 | 69 | ||
70 | * New authentication method: radius | ||
71 | |||
70 | * Ukrainian localization | 72 | * Ukrainian localization |
71 | 73 | ||
72 | * Bugfixes | 74 | * Bugfixes | ... | ... |
... | @@ -60,6 +60,7 @@ mail/alt.c | ... | @@ -60,6 +60,7 @@ mail/alt.c |
60 | mail/cd.c | 60 | mail/cd.c |
61 | mail/copy.c | 61 | mail/copy.c |
62 | mail/decode.c | 62 | mail/decode.c |
63 | mail/escape.c | ||
63 | mail/file.c | 64 | mail/file.c |
64 | mail/folders.c | 65 | mail/folders.c |
65 | mail/followup.c | 66 | mail/followup.c |
... | @@ -79,7 +80,6 @@ mail/source.c | ... | @@ -79,7 +80,6 @@ mail/source.c |
79 | mail/summary.c | 80 | mail/summary.c |
80 | mail/unalias.c | 81 | mail/unalias.c |
81 | mail/util.c | 82 | mail/util.c |
82 | mail/var.c | ||
83 | mail/z.c | 83 | mail/z.c |
84 | 84 | ||
85 | mail.local/main.c | 85 | mail.local/main.c | ... | ... |
-
Please register or sign in to post a comment