aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2006-11-13Updaterelease_3_0_patchesSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@882 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-10UpdateSergey Poznyakoff3
git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@843 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-10(io_attempts,connect_attempts): RemoveSergey Poznyakoff1
(io_timeout,connect_timeout): Change the type to time_t (response_timeout): New variable (option_cache): Deprecate options connect-retry and io-retry (process_options): Additionally check if p->set is not NULL. git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@842 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-10(io_attempts,connect_attempts): RemoveSergey Poznyakoff1
(io_timeout,connect_timeout): Change the type to time_t (response_timeout): New declaration git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@841 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-10(smtp_stream_wait,smtp_wait,smtp_recvline)Sergey Poznyakoff1
(check_on_host,listens_on): Implement new timeout control scheme. (smtp_recv_tm): New function git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@840 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-10Include values.texi. Document SMTP timeoutsSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@839 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-10New fileSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@838 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-10(mailfromd_TEXINFOS): Add values.texi.Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@837 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-09UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@836 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-09Version 3.0.2Sergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@835 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-09(lock_retry_count_option,Sergey Poznyakoff1
lock_retry_timeout_option): New variables (set_lock_retry_count,set_lock_retry_timeout): Set variables instead of calling mu_locker_set_* functions (option_email): Forgotten to commit yesterday git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@834 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-09(lock_retry_count_option,lock_retry_timeout_option): New declarationsSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@833 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-09Update invocations of mu_dbm_open, remove calls to mu_dbm_lock/mu_dbm_unlock.Sergey Poznyakoff4
git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@832 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-09(struct mu_db_file.locker): RemovedSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@831 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-09(mu_dbm_open): Take 5th argumentSergey Poznyakoff1
(mu_dbm_lock,mu_dbm_unlock): Removed git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@830 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-08UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@828 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-08Version 3.0.1Sergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@827 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-08(mu_dbm_open) [WITH_GDBM]: Use GDBM_NOLOCK, as we do the locking ourselvesSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@826 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-08(struct function): Remove misleading commentSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@825 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-08(parse_state_arg): Bugfix: do not reuse the parser buffer.Sergey Poznyakoff1
(gacopyz_run): Call gacopyz_cleanup_children at the start of the loop, to ensure the children are collected ASAP. git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@824 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-08(mailfromd_stop): Fix arithmetical expression syntaxSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@823 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-08(pragma_option): Skip extra whitespace between theSergey Poznyakoff1
word `option' and the argument. (src/main.c): Fix address validation (cond : RATE error): Remove FIXME-xref. git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@822 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-08(check_on_host): Fix multiple mail from address handling.Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@821 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-06This commit was manufactured by cvs2svn to create branch(no author)0
'release_3_0_patches'. git-svn-id: file:///svnroot/mailfromd/branches/release_3_0_patches@800 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-06UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@798 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-06UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@797 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-06Update copyright yearSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@796 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-05UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@795 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-05New fileSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@794 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-05UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@793 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-05Finish changes for 3.0Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@792 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-05(function-begin, function-end): Remove macrosSergey Poznyakoff1
(example-output): New macro git-svn-id: file:///svnroot/mailfromd/trunk@791 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-05New fileSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@790 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-05(mailfromd_TEXINFOS): Add gacopyz.texiSergey Poznyakoff1
(EXTRA_DIST): Add extract.awk (extract): New rule git-svn-id: file:///svnroot/mailfromd/trunk@789 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-05Install mailfromd in sbinSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@786 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-05UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@785 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-05Set the version number to 3.0Sergey Poznyakoff2
(dropping libmilter support calls for raising the major number). git-svn-id: file:///svnroot/mailfromd/trunk@784 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-04New option `macros'.Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@782 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-04Add missing documentationSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@781 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-04(function-begin,function-end): New macrosSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@780 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-04(check-pragmas): Minor changeSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@779 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-04UpdateSergey Poznyakoff3
git-svn-id: file:///svnroot/mailfromd/trunk@778 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-03UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@777 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-11-03(check_portspec): Minor fix: no use to make spSergey Poznyakoff1
static. (mailfromd_daemon): Stop on SIGTERM, SIGQUIT, SIGHUP and SIGINT. Finally! git-svn-id: file:///svnroot/mailfromd/trunk@776 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

Return to:

Send suggestions and report system problems to the System administrator.