aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2007-12-12Create patch branchrelease_4_2_patchesSergey Poznyakoff0
git-svn-id: file:///svnroot/mailfromd/branches/release_4_2_patches@1536 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-12-12* src/syslog_async.c: Include config.h, netinet/in.h and signal.hSergey Poznyakoff9
Conditionally include paths.h, provide replacements for _PATH_LOG and _PATH_CONSOLE if it is absent. Provide dummy replacement for MSG_NOSIGNAL and LOG_PERROR. (log_write_async): Ignore SIGPIPE if MSG_NOSIGNAL is not defined. * src/main.c: Conditionally compile syslog-async stuff. * src/Makefile.am: Likewise. * configure.ac: Check for paths.h. Restore previous meaning of --enable-syslog-async. (DEFAULT_SYSLOG_ASYNC): New variable. Raise version number to 4.2.1. * doc/mailfromd.texi: Reflect above-mentioned changes. * gacopyz/server.c, gacopyz/gacopyz.c: Rename all sun to s_un and sin to s_in, to avoid name clashes. * NEWS (4.2.1): New entry. git-svn-id: file:///svnroot/mailfromd/tags/release_4_2@1535 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-24release 4.2Sergey Poznyakoff0
git-svn-id: file:///svnroot/mailfromd/tags/release_4_2@1523 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-23Generate html docs using texi2htmlSergey Poznyakoff5
git-svn-id: file:///svnroot/mailfromd/trunk@1521 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-23Reimplement syslog-async. Thanks Simon Kelley for relicensing it under GPLv3.Sergey Poznyakoff8
git-svn-id: file:///svnroot/mailfromd/trunk@1520 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-21s/assing_locus/assign_locus/Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1519 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-21* src/dnsbase.c (cname_loop_body): Return TXT only if explicitlySergey Poznyakoff3
required. Bug reported by Jan Rafaj. git-svn-id: file:///svnroot/mailfromd/trunk@1518 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-21* src/engine.c: Fix timeout calculationsSergey Poznyakoff2
(struct timeout_ctl): New data type (UPDATE_TTW,smtp_stream_wait,smtp_wait): Operate on struct timeout_ctl. All callers updated. (init_timeout_ctl): New function. git-svn-id: file:///svnroot/mailfromd/trunk@1517 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-12UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1516 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-12* src/mtasim.c (_def_read): Return 0 if zero bytes were readSergey Poznyakoff2
(get_input_line): Fix counting of input bytes. (smtp): Fix checking for returns from process_data_reply. * gacopyz/server.c (srv_format_macros): Do not add trailing zero to the packet. git-svn-id: file:///svnroot/mailfromd/trunk@1515 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-10* src/mailfromd.h [!ENABLE_NLS] (bindtextdomain): Fix definition.Sergey Poznyakoff3
* src/cache.c (cache_get2): Fix misplaced variable definition. git-svn-id: file:///svnroot/mailfromd/trunk@1514 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-10* src/dnsbase.c (dns_resolve_hostname): Remove stray free, leftSergey Poznyakoff2
over after 2007-09-03. git-svn-id: file:///svnroot/mailfromd/trunk@1513 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-09-13BugfixSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1512 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-09-13Fix MU version detectionSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1511 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-09-12(log_setup): Set up gacopyz_syslog_log_printer when logging to syslog.Sergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1510 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-09-11* src/mu_dbm.c [WITH_GDBM] (mu_dbm_firstkey,mu_dbm_nextkey):Sergey Poznyakoff8
Return MU_ERR_NOENT instead of MU_ERR_FAILURE. * src/mailfromd.h (get_rate): New argument mincount * src/rate.c: Likewise * src/bi_other.m4 (rate): Optional argument mincnt * src/mtasim.c: Accept MAIL FROM: and RCPT TO: without extra space after `:'. * doc/mailfromd.texi, NEWS: Update git-svn-id: file:///svnroot/mailfromd/trunk@1509 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-09-06UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1507 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-09-03UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1506 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-09-03* src/dnsbase.c (dns_resolve_hostname): Make name buffer bigSergey Poznyakoff3
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@1504 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-11UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1503 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-10UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1502 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-10(a_lookup): Make name buffer big enough to hold eventual CNAME expansions.Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1501 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-10UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1500 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-10* src/gram.y (on_cond): Fix coredump if target address is notSergey Poznyakoff7
specified. (vardecl): Signal error if an auto variable is doubly defined. * tests/testsuite.at (EX_OK--EX_CONFIG): New defines (MF_CHECK_TEXT): New macro Add poll04.at and ashadow.at * tests/ashadow.at, tests/poll04.at: New files * doc/mailfromd.texi: Minor fixes git-svn-id: file:///svnroot/mailfromd/trunk@1499 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-09Use URL instead of FSF address in copyright statementsSergey Poznyakoff168
git-svn-id: file:///svnroot/mailfromd/trunk@1498 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-09UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1497 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-08-09UpdateSergey Poznyakoff4
git-svn-id: file:///svnroot/mailfromd/trunk@1496 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-06-30Relicense under the GPLv3Sergey Poznyakoff174
git-svn-id: file:///svnroot/mailfromd/trunk@1495 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-06-14Minor fixesSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1494 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-06-14BugfixesSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1493 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-06-11Version 4.1Sergey Poznyakoff4
git-svn-id: file:///svnroot/mailfromd/trunk@1491 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-06-11(next_line): BugfixSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1490 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-06-08UpdateSergey Poznyakoff3
git-svn-id: file:///svnroot/mailfromd/trunk@1489 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-06-07UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1488 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-06-06UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1487 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-06-01Fix line counting within here-documentsSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1486 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-29UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1483 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-29UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1482 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-29BugfixesSergey Poznyakoff4
git-svn-id: file:///svnroot/mailfromd/trunk@1481 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-29UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1480 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-27Improve mfl-modeSergey Poznyakoff36
git-svn-id: file:///svnroot/mailfromd/trunk@1479 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-26Initial implementationSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1478 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-26Add framework for Emacs MFL Major ModeSergey Poznyakoff6
git-svn-id: file:///svnroot/mailfromd/trunk@1477 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-25Minor fixSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1476 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-25Minor fixSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1475 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-25Lots of critical bugfixesSergey Poznyakoff9
git-svn-id: file:///svnroot/mailfromd/trunk@1474 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-24Minor rename/cleanupSergey Poznyakoff6
git-svn-id: file:///svnroot/mailfromd/trunk@1473 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-24Further fixesSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1472 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-24Improve docsSergey Poznyakoff4
git-svn-id: file:///svnroot/mailfromd/trunk@1471 7a8a7f39-df28-0410-adc6-e0d955640f24

Return to:

Send suggestions and report system problems to the System administrator.