aboutsummaryrefslogtreecommitdiff
path: root/gacopyz
AgeCommit message (Collapse)AuthorFiles
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-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
2007-12-12Reflect recent changes to Mailutils.Sergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1534 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-10-12* src/mtasim.c (_def_read): Return 0 if zero bytes were readSergey Poznyakoff1
(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-08-09Use URL instead of FSF address in copyright statementsSergey Poznyakoff12
git-svn-id: file:///svnroot/mailfromd/trunk@1498 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-06-30Relicense under the GPLv3Sergey Poznyakoff12
git-svn-id: file:///svnroot/mailfromd/trunk@1495 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-14UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1431 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-13Mailfromd goes internationalSergey Poznyakoff7
git-svn-id: file:///svnroot/mailfromd/trunk@1428 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-06UpdateSergey Poznyakoff3
git-svn-id: file:///svnroot/mailfromd/trunk@1414 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-05-04SIGHUP instructs `mailfromd' to restart itself.Sergey Poznyakoff3
Remove UNIX socket after closing it. git-svn-id: file:///svnroot/mailfromd/trunk@1405 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-28BugfixesSergey Poznyakoff3
git-svn-id: file:///svnroot/mailfromd/trunk@1389 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-26Shut up gcc warnings and fix minor issuesSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1383 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-24 * src/lex.l (parse_require): BugfixSergey Poznyakoff3
* 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-21Improve loggingSergey Poznyakoff3
git-svn-id: file:///svnroot/mailfromd/trunk@1369 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-04-16Fix Milter packet length calculation & redo Berkeley DB lockingSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1355 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-03Bug fixesSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1341 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-19Implement connect handler. Pass additional argument to envfrom and envrcptSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1297 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-19Testsuite uses mtasim instead of sendmailSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1296 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-09UpdateSergey Poznyakoff3
git-svn-id: file:///svnroot/mailfromd/trunk@1284 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-09* src/engine.c, src/gram.y, src/mailfromd.h: Implement prog dataSergey Poznyakoff3
* src/mtasim.c: Implement headers * gacopyz/gacopyz_priv.h, gacopyz/gacopyz.c: Fix processing of data and eoh * gacopyz/server.c: Implement most of the stuff git-svn-id: file:///svnroot/mailfromd/trunk@1283 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-08Implement mail from and rcpt toSergey Poznyakoff5
git-svn-id: file:///svnroot/mailfromd/trunk@1282 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-01Start implementing test MTA simulator and Gacopyz server codeSergey Poznyakoff7
git-svn-id: file:///svnroot/mailfromd/trunk@1269 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-02-11gacopyz/trans.awk: Always quote /dev/stderrSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1248 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-02-08Move version control under SVN. Remove .cvsignore files.Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1244 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-01-24(gacopyz_cleanup_conn): Print debugging message; Do not display spurious ↵Sergey Poznyakoff1
'signal 15' messages git-svn-id: file:///svnroot/mailfromd/trunk@1238 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-01-21(gacopyz_setpriv, gacopyz_getpriv): New functions.Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1199 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-01-21(smfi_setpriv, smfi_getpriv): Rename to gacopyz_*Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1198 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-01-15Update copyright yearSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1174 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-01-13(VBUFSIZE): Rename to GACOPYZ_VBUFSIZESergey Poznyakoff1
(format_vbuf): Rename to gacopyz_format_vbuf; make extern git-svn-id: file:///svnroot/mailfromd/trunk@1164 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-01-13(GACOPYZ_VBUFSIZE): New defineSergey Poznyakoff1
(gacopyz_format_vbuf): New decl git-svn-id: file:///svnroot/mailfromd/trunk@1163 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-04(print_status): Log normal child exits at SMI_LOG_INFO prioritySergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1048 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-03(MI_TIMEOUT): Rename to GACOPYZ_TIMEOUTSergey Poznyakoff2
(mi_uint32_t): Rename to gacopyz_uint32_t Set gacopyz_uint32_t based on the result of a configure check (MILTER_OPTLEN): Rename to GACOPYZ_OPTLEN git-svn-id: file:///svnroot/mailfromd/trunk@1019 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-03(noinst_PROGRAMS): RemoveSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1018 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-10build the targets inconditionallySergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@853 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-10UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@851 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-08(parse_state_arg): Bugfix: do not reuse parsing buffer!Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@812 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-05(gacopyz_cleanup_conn): Ignore SIGTERM while stopping children.Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@788 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-05(gacopyz_handle_connection): Reset SIGTERM and SIGHUP in child.Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@787 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-04 (ctx_read,ctx_write): Return immediately on timeout and eof.Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@783 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-03Do not keep the list of children. gacopyz_cleanup_children now does the ↵Sergey Poznyakoff1
housekeeping job. git-svn-id: file:///svnroot/mailfromd/trunk@775 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-03(gacopyz_cleanup_children): Change signatureSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@774 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-03(gacopyz_run): Update invocation of gacopyz_cleanup_children.Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@773 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-03(macro_assoc_free): Initialize macro_assoc_t fields to NULLSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@760 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-03(smfi_main): Remove debugging hookSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@757 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-03UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@756 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-03*** empty log message ***Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@748 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-03See /libmilter for the previous historySergey Poznyakoff12
git-svn-id: file:///svnroot/mailfromd/trunk@747 7a8a7f39-df28-0410-adc6-e0d955640f24

Return to:

Send suggestions and report system problems to the System administrator.