Commit 05a52ebe 05a52ebe56f4409be53ac23f3cbbcab8a4aa3251 by Sergey Poznyakoff

Remove conflict markers

1 parent f4fadb94
Showing 1 changed file with 26 additions and 0 deletions
1 2006-10-16 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 * configure.ac: Add support for Berkeley DB 3 and 4
4
5 * auth/radius.c: Return meaningful error codes.
6 * auth/sql.c: Likewise
7 * auth/virtual.c: Likewise
8 * mailbox/system.c: Likewise
9
10 * sql/mysql.c (octet2hex): Rename to mu_octet_to_hex to avoid name
11 clashes with mysql
12
13 * config/Makefile.am (mailutils_config_CFLAGS): Define I18NLIBS
14 inconditionally.
15 * examples/Makefile.am (muath): New target
16
17 * include/mailutils/mu_auth.h (enum mu_auth_key_type): New data
18 type.
19 (mu_get_auth): New function.
20 * lib/mu_dbm.c: Support for Berkeley DB 3, 4
21 * mailbox/mu_auth.c (mu_get_auth): New function.
22 (mu_auth_runlist): Change return code convention: underlying calls
23 should return meaningful error codes, not just 0/1.
24
25 * examples/muauth.c: new file
26
1 2006-10-04 Sergey Poznyakoff <gray@gnu.org.ua> 27 2006-10-04 Sergey Poznyakoff <gray@gnu.org.ua>
2 28
3 * libsieve/extensions/vacation.c (vacation_subject): Improve 29 * libsieve/extensions/vacation.c (vacation_subject): Improve
......