Updated
Showing
1 changed file
with
45 additions
and
0 deletions
1 | 2003-02-03 Sergey Poznyakoff | ||
2 | |||
3 | * auth/Makefile.am: Removed leftover AUTH_AUTHOBJS from LIBADD | ||
4 | * auth/gsasl.c (buffer_grow, _gsasl_strerror): Fixed declarations. | ||
5 | * auth/tls.c (_tls_strerror): Fixed declaration. | ||
6 | * guimb/guimb.h: Added missing includes | ||
7 | * guimb/main.c: Removed include <mailutils/argp.h> | ||
8 | * imap4d/auth_gsasl.c (create_gsasl_stream,gsasl_replace_streams): | ||
9 | Fixed declarations. | ||
10 | (auth_step_base64): New function. A wrapper around | ||
11 | gsasl_server_step_base64 to cope with GSASL_TOO_SMALL_BUFFER | ||
12 | error code. | ||
13 | (auth_gsasl): Use auth_step_base64(). Output any surplus | ||
14 | data returned with GSASL_OK code (proposed by Simon Josefsson | ||
15 | <jas@extundo.com>) | ||
16 | * imap4d/bye.c (imap4d_bye0): Added missing argument to syslog. | ||
17 | * imap4d/util.c (util_set_input, util_set_output): Bugfix | ||
18 | |||
19 | * include/mailutils/stream.h (stream_set_strerror) | ||
20 | (stream_strerror): Changed prototype | ||
21 | * mailbox/stream.c: Likewise. | ||
22 | * mailbox/include/stream0.h (struct _stream): Changed declaration | ||
23 | of _strerror method. | ||
24 | * mailbox/file_stream.c (_file_strerror): Changed prototype | ||
25 | * mailbox/list.c (list_set_comparator): Bugfix. | ||
26 | * mailbox/mailutils-config.c: include <mu_asprintf.h> | ||
27 | * mailbox/monitor.c [!WITH_PTHREAD] (STATIC_UNLOCK): expand | ||
28 | to empty string to avoid spurious warnings. | ||
29 | * mailbox/mutil.c: Added missing includes | ||
30 | * mailbox/rfc2047.c: Likewise. | ||
31 | |||
32 | * libmu_scm/mu_body.c: Added missing typecasts. | ||
33 | * libmu_scm/mu_mailbox.c: Likewise. | ||
34 | * libmu_scm/mu_message.c: Likewise. | ||
35 | * libmu_scm/mu_mime.c: Likewise. | ||
36 | * libmu_scm/mu_scm.c: Likewise. | ||
37 | * mail.local/script.c (prog_mda): Removed unused variables. | ||
38 | * mailbox/Makefile.am (mailutils_config_CFLAGS): Added | ||
39 | -I${top_srcdir}/lib. | ||
40 | |||
41 | * mh/mh_format.c (print_hdr_segment): Count a tab for eight | ||
42 | spaces. | ||
43 | (builtin_concat): Compress whitespace before further processing. | ||
44 | * mh/mh_getopt.c: Added missing includes. | ||
45 | |||
1 | 2003-01-31 Sergey Poznyakoff | 46 | 2003-01-31 Sergey Poznyakoff |
2 | 47 | ||
3 | * mailbox/file_stream.c (_file_readline): Make sure the | 48 | * mailbox/file_stream.c (_file_readline): Make sure the | ... | ... |
-
Please register or sign in to post a comment