aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFiles
2008-09-08* src/snarf.m4, src/bi_sprintf.m4, src/prog.h, src/bi_sieve.m4,release_4_4_patchesSergey Poznyakoff1
Ported r1655 from trunk. * src/prog.c: Ported r1655 and r1660 from trunk. * NEWS: Update, set version number 4.4.1. * configure.ac: set version number 4.4.1. git-svn-id: file:///svnroot/mailfromd/branches/release_4_4_patches@1661 7a8a7f39-df28-0410-adc6-e0d955640f24
2008-03-10Version 4.4Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_4_3_patches@1631 7a8a7f39-df28-0410-adc6-e0d955640f24
2008-03-09Prefix all exception codes with `e_'.Sergey Poznyakoff1
* src/mfstat.awk: Look for mf_exception_code/mf_exception_count. * src/lex.l (variable_or_const): Add type cast. * src/mailfromd.h (enum mf_status_code): Retain only first four proper status codes. (enum mf_exception_code): New type. (mf_status_to_exception): New macro (mf_exception_str,string_to_exception): New functions (mf_status_str): Rewrite as macro. (string_to_stat): Remove. * src/mf-status.mfi: Prefix codes with e_ * src/status.mfi: Prefix exception codes with e_. Retain succes, not_found, failure, and temp_failure for backward compatibility. Retain old exception names if m4 symbol COMPAT_4_3 is defined. * src/gram.y, src/snarf.m4, src/bi_poll.m4, src/bi_string.m4, src/drivers.c, src/bi_dns.m4, src/bi_system.m4, src/bi_spf.m4, src/prog.c, src/bi_ipaddr.m4, src/bi_sa.m4, src/bi_io.m4, src/bi_sieve.m4, src/bi_vars.m4, src/bi_other.m4, src/bi_mail.m4, src/bi_gettext.m4, src/bi_db.m4, : Use new exception names. * configure.ac (MF_VERSION_PATCH): Set to 90 * doc/mailfromd.texi: Document changes. git-svn-id: file:///svnroot/mailfromd/branches/release_4_3_patches@1628 7a8a7f39-df28-0410-adc6-e0d955640f24
2008-03-01* src/prog.c, src/prog.h (advance_pc): Fix type of the 2ndSergey Poznyakoff1
argument. * configure.ac: Use AC_TRY_LINK to check for libresolve. git-svn-id: file:///svnroot/mailfromd/branches/release_4_3_patches@1621 7a8a7f39-df28-0410-adc6-e0d955640f24
2008-03-01* src/prog.c, src/prog.h (advance_pc): Fix type of the 2ndSergey Poznyakoff1
argument. * configure.ac: Use AC_TRY_LINK to check for libresolve. git-svn-id: file:///svnroot/mailfromd/branches/release_4_3_patches@1619 7a8a7f39-df28-0410-adc6-e0d955640f24
2008-02-10* README, configure.ac, NEWS: UpdateSergey Poznyakoff1
* src/version.c: Update copyright years. * doc/mailfromd.texi git-svn-id: file:///svnroot/mailfromd/trunk@1610 7a8a7f39-df28-0410-adc6-e0d955640f24
2008-02-06* src/dnsbase.c: Define MAX, if necessary.Sergey Poznyakoff1
* src/mailfromd.h: Define INADDR_NONE. * configure.ac: Check for librt. Add auth to AM_GNU_MAILUTILS. * gacopyz/gacopyz.c (do_connect): Fix typo. * bootstrap (MODLIST): Add vasprintf. git-svn-id: file:///svnroot/mailfromd/trunk@1606 7a8a7f39-df28-0410-adc6-e0d955640f24
2008-02-06configure.ac: Check for libsocket and libnsl.Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1605 7a8a7f39-df28-0410-adc6-e0d955640f24
2008-02-04* configure.ac: Check for locale.hSergey Poznyakoff1
* src/db.c, src/bi_sprintf.m4, src/prog.c, src/bi_db.m4, src/engine.c: Fix format arguments (ported from branches/gmach@{2008-01-28 and 2008-01-09). * src/main.c, src/mtasim.c: Include locale.h git-svn-id: file:///svnroot/mailfromd/trunk@1603 7a8a7f39-df28-0410-adc6-e0d955640f24
2008-01-21* src/symtab.c: Ported r1584 from branches/gmach.Sergey Poznyakoff1
* NEWS: Update. * doc/mailfromd.texi: Updated. * configure.ac: Version 4.3 (preparing for the release). git-svn-id: file:///svnroot/mailfromd/trunk@1585 7a8a7f39-df28-0410-adc6-e0d955640f24
2008-01-15Ported r1556 from branches/gmach.Sergey Poznyakoff1
* src/gram.y (DELETE string): Initialize hdr.value. * src/drivers.c (code_type_header): Value can be NULL. Fix compatibility with MU CVS: * src/main.c: Use mu_log_facility. * src/mtasim.c [MAILUTILS_VERSION_NUMBER > 1290]: Include gettext.h, define _ and N_. * configure.ac: Check for mu_log_facility. git-svn-id: file:///svnroot/mailfromd/trunk@1569 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-12-13Ported r1536 from branches/release_4_2_patches (= r1535 from tags/release_4_2):Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1538 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-11-21* src/bi_io.m4 (write): Implement optional third argument.Sergey Poznyakoff1
* src/bi_sieve.m4: New file. * src/mailfromd.h (vlogmsg): New proto. * src/main.c (capa): Request "common" capability. (main): Register all mailbox formats (needed for sieve). * src/Makefile.am (M4_FILES): Add bi_sieve.m4 * src/mtasim.c (process_header): chop trailing newline. * mflib/sieve.mfh: New file. * mflib/Makefile.am (inc_DATA): Add sieve.mfh. * configure.ac: Set patchlevel 90. (AM_GNU_MAILUTILS): Request 'all' and 'sieve' link flags. * doc/mailfromd.texi: Document 3rd argument of write. * NEWS: Update. git-svn-id: file:///svnroot/mailfromd/trunk@1530 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-11-19* README-alpha: UpdateSergey Poznyakoff1
* configure.ac: Use AM_GNU_MAILUTILS. * acinclude.m4: Minor fix. git-svn-id: file:///svnroot/mailfromd/trunk@1529 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-11-19* src/mu_dbm.c [WITH_GDBM]: do not bail out if the database doesSergey Poznyakoff1
not exist. * src/mailfromd.h: Add argp.h * src/bi_sa.m4: Minor fixes. * src/main.c: Support for Mailutils CVS HEAD. * configure.ac: Likewise. git-svn-id: file:///svnroot/mailfromd/trunk@1527 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-23Reimplement syslog-async. Thanks Simon Kelley for relicensing it under GPLv3.Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1520 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-09-13Fix MU version detectionSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1511 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-09-03* src/dnsbase.c (dns_resolve_hostname): Make name buffer bigSergey Poznyakoff1
enough to hold eventual CNAME expansions. Reporte by Jan Rafaj. * configure.ac: Improve to compile with the latest MU CVS. git-svn-id: file:///svnroot/mailfromd/trunk@1505 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-11UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1503 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-09Use URL instead of FSF address in copyright statementsSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1498 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-06-30Relicense under the GPLv3Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1495 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-06-11Version 4.1Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1491 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-26Add framework for Emacs MFL Major ModeSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1477 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-20Improve external preprocessor usageSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1458 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-20Implement built-in and external preprocessorsSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1456 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-15NLS-related fixes; Version no. 4.0.90Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1432 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-13Mailfromd goes internationalSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1428 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-11Use new version output format. Prepare for 4.0Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1419 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-06UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1414 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-05Fixup pidfile and portspec according to state directory settingsSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1411 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-04SIGHUP instructs `mailfromd' to restart itself.Sergey Poznyakoff1
Remove UNIX socket after closing it. git-svn-id: file:///svnroot/mailfromd/trunk@1405 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-24 * src/lex.l (parse_require): BugfixSergey Poznyakoff1
* src/bi_mail.m4: Bugfix * src/mtasim.c: Implement help, fix directory removal at exit, implement readline history file. Bugfixes in smtp() * tests/testsuite.at, tests/accept.at, tests/greylist.at, tests/arg.at, tests/reject.at, tests/numrcpt.at, tests/tempfail.at: Use mtasim -Xauto when necessary * configure.ac, NEWS: Raise patchlevel to 92 * doc/mailfromd.texi: Update * doc/mtasim.texi: mtasim documentation * doc/Makefile.am: Add mtasim.texi * gacopyz/gacopyz_priv.h (struct gacopyz_conn): Keep information about children pids * gacopyz/proc.c (gacopyz_register_child) (gacopyz_unregister_child): New functions (cleanup_children): Call gacopyz_unregister_child (gacopyz_cleanup_conn): Terminate children individualy instead of sending TERM to the whole process group, because we might be not the group leader. * gacopyz/gacopyz.c (gacopyz_handle_connection): Register child pid after startup. * bootstrap: Require save-cwd. Test if lib/daemon.c exists before attempting to create it. git-svn-id: file:///svnroot/mailfromd/trunk@1379 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-20Implement asyncronous syslogSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1368 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-24Switch to Autotest based testsuiteSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1310 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-18 * configure.ac, Makefile.am: Add mflibSergey Poznyakoff1
* NEWS: Update * mflib: New subdirectory * mflib/match_dnsbl.mf, mflib/strip_domain_part.mf, mflib/heloarg_test.mf, mflib/is_ip.mf, mflib/safedb.mf, mflib/mx.mf, mflib/dns.mf, mflib/revip.mf, mflib/valid_domain.mf, mflib/match_rhsbl.mf, mflib/spf.mf, mflib/Makefile.am, mflib/match_cidr.mf: New files * doc/Makefile.am: Remove extract.awk * doc/extract.awk: Remove * doc/mailfromd.texi: Update * src/symtab.c, src/gram.y, src/mailfromd.h: Implement optional arguments for user functions * src/lex.l: Implement #include_once * src/prog.c (name_destroy): Free the object * src/bi_ipaddr.m4 (match_cidr): Remove. The function is implemented in MFL (mflib/match_cidr.mf) * testsuite/lib/mailfromd.exp, testsuite/etc/cidr.rc, testsuite/etc/catch.rc, testsuite/etc/catch01.rc, etc/mailfromd.rc: Use includes when necessary git-svn-id: file:///svnroot/mailfromd/trunk@1292 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-01-24Update copyright statementsSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1241 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-01-17Raise patchlevel to 91Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1175 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-25Do not quote DEFAULT_LOG_FACILITYSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1138 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-14New configuration variable DEFAULT_LOG_FACILITYSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1123 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-13Synchronization with 3.1 branchSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1116 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-07Version 3.1Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1099 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-06Update patchlevelSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1096 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-06(MAILFROMSTATEDIR): Rename to DEFAULT_STATE_DIRSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1087 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-04There's no use to pass MAILFROMSTATEDIR and DEFAULT_SOCKET in config.h, ↵Sergey Poznyakoff1
revert to the prior scheme git-svn-id: file:///svnroot/mailfromd/trunk@1047 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-03Refuse to build without DBM.Sergey Poznyakoff1
Pass all default values via config.h Print configuration summary at the end of the run. git-svn-id: file:///svnroot/mailfromd/trunk@1042 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-03Define DEFAULT_DNS_NEGATIVE_EXPIRE_INTERVALSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1034 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-03Check for unsigned 32-bit integer typeSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1017 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-30Raise patchlevel to 92Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1013 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-14Raise version to 3.0.91Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@904 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-14Define split versionSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@892 7a8a7f39-df28-0410-adc6-e0d955640f24

Return to:

Send suggestions and report system problems to the System administrator.