aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2007-04-17Bug fixes (sync with trunk)release_3_1_patchesSergey Poznyakoff3
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1358 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-16Fix Milter packet length calculationSergey Poznyakoff7
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1356 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-11[WITH_BDB] (mu_dbm_open): Improve loggingSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1350 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-11Rewrite mu_dbm functions; [WITH_BDB]: Use Concurrent Data Store approach.Sergey Poznyakoff11
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1349 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-04-06 * src/symtab.c (db_format_install): Allocate .dbnameSergey Poznyakoff13
* src/mu_dbm.c [WITH_BDB] (mu_dbm_open): Ensure concurrent data store usage. * src/mu_dbm.h: Preserve GNU coding style for further merging in Mailutils. * src/mailfrom.h (DEFAULT_DATABASE): Rename to DEFAULT_CACHE_DATABASE, (DEFAULT_RATE_DATABASE, DEFAULT_GREYLIST_DATABASE) (DEFAULT_DNS_DATABASE): Use only file names. The state dir will be prepended later. (mailfromd_state_dir): New variable * src/cache.c: (DEFAULT_DATABASE): Rename to DEFAULT_CACHE_DATABASE * src/gram.y: Raise error if an automatic variable or an argument is being accessed from a `catch' block. * src/main.c: New pragma `state-directory' (db_format_setup): Initialize mailfromd_state_dir (db_fixup_names): New function (main): Call db_fixup_names * testsuite/lib/mailfromd.exp, testsuite/etc/sendmail.cin: Change socket to /tmp/mailfromd-test to avoid file length problems * testsuite/etc/config.in: Declare new state directory * doc/mailfromd.texi, NEWS: Update git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1347 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-28UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1317 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-21Fix memory leakSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1306 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-21Implement built-in function getmxSergey Poznyakoff6
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1301 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-15 * src/dns.c (check_pref): Secondary ordering by MX nameSergey Poznyakoff6
* src/main.c, testsuite/lib/mailfromd.exp, doc/mailfromd.texi, NEWS: Short options -l, -L are deprecated. git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1288 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-12UpdateSergey Poznyakoff6
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1285 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-07* src/gram.y: Prevent coredump on incorrect usage of returnSergey Poznyakoff8
* src/Makefile.am: Allow to specify m4 binary. * src/prog.c (env_push_string): Use pushs. This makes sure that the handler arguments are allocated in heap, which is necessary for normal functioning of the gc. * src/engine.c (mlfi_body): Pass bodyp as number. This is a temporary kludge. * testsuite/etc/ack.rc: The above change needs extra 2 words for the stack allocation. * NEWS: Update * configure.ac: Version 3.1.3 git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1280 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-02UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1276 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-02Fix typosSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1275 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-02Add testcases from the trunkSergey Poznyakoff5
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1273 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-03-02Fix builtin context checks and implement the same for functionsSergey Poznyakoff7
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1272 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-02-19* src/mailfrom.h (node_type_noop): New node typeSergey Poznyakoff4
* src/gram.y (print_node): Handle node_type_noop. Fix coredump on processing void returns (code_node): Handle node_type_noop. (optimize_node): Fix coredumps on optimizing code like `if 0 do_something fi' git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1261 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-02-11UpdateSergey Poznyakoff0
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1249 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-02-11src/prog.c, src/main.c: Remove leftover uses of errorSergey Poznyakoff4
gacopyz/trans.awk: Always quote /dev/stderr git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1247 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-02-11Remove legacy .cvsignoresSergey Poznyakoff7
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1246 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-01-02UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1150 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-01-02Sync with the trunkSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1149 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-01-02UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1148 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-01-02Version 3.1.2Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1147 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-01-02(instr_svalidate): Restore functionSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1146 7a8a7f39-df28-0410-adc6-e0d955640f24
2007-01-02(code_node): code instr_svalidate after dereferencing a string variable.Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1145 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-13UpdateSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1114 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-13Version 3.1.1Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1113 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-13(MF_BEGIN_TEMP_SPACE): Do not terminate with a semicolon, since the ↵Sergey Poznyakoff1
statement is supposed to be used in argument declarations. git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1112 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-13(resolve_ipstr,resolve_hostname): First argument is constSergey Poznyakoff1
(dns_cache_get,dns_cache_put): keystr is const git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1111 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-13(optimize_node): Fix typo that caused correct `matches' conditions to be ↵Sergey Poznyakoff1
rejected (e.g. strip_domain_part.mf) git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1110 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-13(parse_value,dns_make_key,dns_cache_get,dns_cache_put): keystr is constSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1109 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-13(_resolve_ipstr): First argument is constSergey Poznyakoff1
(resolve_ipstr,resolve_hostname): First argument is const git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1108 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-13(spamd_send_stream): Assume captured stream already has \r in front of each \nSergey Poznyakoff1
(clamav): always shutdown data stream as a fd-style stream. git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1107 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-13Fix typoSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1106 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-10UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1105 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-10(get_rate): Bug fix: attempt to free auto storageSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1104 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-10(install-data-local): Rename leftover MAILFROMSTATEDIRSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1103 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-07This commit was manufactured by cvs2svn to create branch(no author)0
'release_3_1_patches'. git-svn-id: file:///svnroot/mailfromd/branches/release_3_1_patches@1102 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-07UpdateSergey Poznyakoff7
git-svn-id: file:///svnroot/mailfromd/trunk@1100 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-07Version 3.1Sergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1099 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-06UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1098 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-06Finished docs for 3.1Sergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1097 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-06Update patchlevelSergey Poznyakoff2
git-svn-id: file:///svnroot/mailfromd/trunk@1096 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-06UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1095 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-06Fix overfull hblockSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1094 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-06UpdateSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1093 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-06Almost finishedSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1092 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-06Handle @multitable blocks. Print a diagnostic message if some other ↵Sergey Poznyakoff1
function is required git-svn-id: file:///svnroot/mailfromd/trunk@1091 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-06(extract): Handle include dependenciesSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1090 7a8a7f39-df28-0410-adc6-e0d955640f24
2006-12-06Mark comparison operators as nonassocSergey Poznyakoff1
git-svn-id: file:///svnroot/mailfromd/trunk@1089 7a8a7f39-df28-0410-adc6-e0d955640f24

Return to:

Send suggestions and report system problems to the System administrator.