Commit Graph

  • 92d5ff6dc7 Fix test descriptions Jared Johnson 2015-02-03 17:11:05 -0600
  • dcdda3a5e7 Don't interpret invalid return codes as OK Jared Johnson 2015-02-03 17:01:52 -0600
  • b24f766cc5 Merge pull request #221 from jaredj/run-continuation-logging-tests Matt Simerson 2015-02-03 14:48:48 -0800
  • f6b952ce8e Comment out broken test exposed by some test fixes Jared Johnson 2015-02-03 16:20:42 -0600
  • b3f8ce6b07 Tests for error logging in run_continuation() Jared Johnson 2015-02-03 16:18:45 -0600
  • 7af1f770a5 Fix hook testing order Jared Johnson 2015-02-03 16:15:16 -0600
  • a44c70232c tls_cert: fix a misused quotes Tom Li 2015-02-03 03:48:39 +0800
  • 2cc6d3f938 tls: checking if dhparam is empty, using "undef" instead of "" for clarity. Tom Li 2015-02-02 20:50:37 +0800
  • edea4c239d tls_cert: unified cert name between tls and tls_cert. Tom Li 2015-02-02 18:36:51 +0800
  • 845760969b tls: fix a typo. Tom Li 2015-02-02 18:30:54 +0800
  • 2e2e6c70c6 tls: style fixes. Tom Li 2015-02-02 18:19:13 +0800
  • acbbf66806 tls_cert: adding dhparam generating. Tom Li 2015-02-02 17:55:40 +0800
  • d5954ce249 tls: adding support of dhparam. Tom Li 2015-02-02 17:53:42 +0800
  • e6ee356925 tls: respect the order of specified ciphers. Tom Li 2015-02-02 17:37:15 +0800
  • 262857b1cb Merge pull request #219 from jaredj/run-continuation-tests Matt Simerson 2015-01-29 23:53:35 -0800
  • e2556a4ee9 Moar testing for Qpsmtpd::run_continuation() Jared Johnson 2015-01-30 01:48:43 -0600
  • a053ac7a32 Merge pull request #217 from msimerson/log-file Jared Johnson 2015-01-29 15:32:41 -0600
  • d9ac50f383 make sure $transaction->notes is blessed before Matt Simerson 2015-01-28 10:09:50 -0800
  • 0d79c1ef8e Merge pull request #215 from msimerson/qmd Jared Johnson 2015-01-29 05:39:15 -0600
  • a17b44de25 Merge pull request #214 from msimerson/summarize Jared Johnson 2015-01-29 05:37:55 -0600
  • 194cde52af Merge pull request #213 from msimerson/geoip-debug Jared Johnson 2015-01-29 05:37:12 -0600
  • fddf571988 Merge pull request #216 from msimerson/tcpserver2 Matt Simerson 2015-01-29 00:23:07 -0800
  • cad4f2b1d6 TcpServer: don't 'use parent Qpsmtpd::Base' Matt Simerson 2015-01-29 00:15:43 -0800
  • 11ddf03164 disable qmail-deliverable BEGIN block Matt Simerson 2015-01-29 03:10:56 -0500
  • 98d148a0bf refactor start_connection Matt Simerson 2015-01-28 22:54:04 -0800
  • d7dd17085e log/summarize: ignore init msg from logging/* Matt Simerson 2015-01-28 22:41:30 -0800
  • bc4e7e61a5 geoip: change a couple INFO -> DEBUG Matt Simerson 2015-01-28 22:10:06 -0800
  • d81b2d4331 Merge pull request #147 from msimerson/tcpserver Matt Simerson 2015-01-28 20:08:53 -0800
  • be9f4aef0c update tcpenv and lrpip calls to use -> syntax Matt Simerson 2014-11-10 16:26:46 -0800
  • 575c0b09e3 Merge pull request #209 from jaredj/notight Matt Simerson 2015-01-28 19:57:27 -0800
  • 04914bf4c9 Merge pull request #212 from salvis/dkim-doc-tweak Matt Simerson 2015-01-28 19:45:46 -0800
  • c1e3652beb Tweak plugins/dkim doc to clarify the d= issue and add a third email reflector. Hans Salvisberg 2015-01-29 02:05:28 +0100
  • 17d0c42d58 Merge pull request #211 from jaredj/test-register-hook Matt Simerson 2015-01-28 15:57:18 -0800
  • f5b58d08e8 Merge pull request #210 from smtpd/dns Jared Johnson 2015-01-28 17:33:20 -0600
  • 3b0d60545d Tests for Qpsmtpd::Plugin::register_hook() Jared Johnson 2015-01-28 17:14:45 -0600
  • 31dbe00514 use perl DNS methods instead of shell cmds Matt Simerson 2015-01-28 10:23:03 -0800
  • 88818c1cc9 No tight square brackets or curly braces Jared Johnson 2015-01-27 19:35:55 -0600
  • 45bc5cfffc Merge pull request #207 from jaredj/zap-db-file Matt Simerson 2015-01-27 13:57:17 -0800
  • 113becf8be Get rid of Qpsmtpd::DB::File Jared Johnson 2015-01-27 15:54:38 -0600
  • ce97a0eb41 Merge pull request #206 from jaredj/t-tmp Matt Simerson 2015-01-27 12:43:46 -0800
  • 3bf1a7f48c Better handling of testing temp files Jared Johnson 2015-01-27 14:41:15 -0600
  • 178c5f6884 Merge pull request #196 from msimerson/dmarc Matt Simerson 2015-01-27 10:30:28 -0800
  • cfce4e44d0 Merge pull request #201 from jaredj/default-parens Matt Simerson 2015-01-27 10:30:10 -0800
  • 343a7ee686 Merge pull request #204 from jaredj/faster-prune Matt Simerson 2015-01-27 10:29:59 -0800
  • b6311caae0 Pass multiple keys to del() to speed up prune_db() Jared Johnson 2015-01-27 11:50:55 -0600
  • 1320a01f46 Speed up prune_db() with new Qpsmtpd::DB::mget() Jared Johnson 2015-01-27 10:59:47 -0600
  • 0dcafcffb6 Add testing for prune_db() in plugins/greylisting Jared Johnson 2015-01-27 10:45:10 -0600
  • 3ed568f9d4 Merge pull request #202 from jaredj/greylist-storage-opts Matt Simerson 2015-01-23 14:22:21 -0800
  • 5a58e02e80 Scarier error message for redis failures Jared Johnson 2015-01-23 15:23:18 -0600
  • 462a2ae367 Rename 'redis_server' arg to 'redis' Jared Johnson 2015-01-23 15:13:56 -0600
  • 4f9af75e48 Make Redis optional Jared Johnson 2015-01-23 03:08:07 -0600
  • 0095e11158 Don't enforce tight parens with perltidy Jared Johnson 2015-01-22 23:53:25 -0600
  • 012866ef97 Merge pull request #200 from jaredj/greylist-test-cruft Matt Simerson 2015-01-22 21:47:51 -0800
  • 63de50c808 Remove unused sub from greylist tests Jared Johnson 2015-01-22 23:44:52 -0600
  • 846c77ee94 Merge pull request #198 from jaredj/less-cleanup-and-return Matt Simerson 2015-01-21 15:45:32 -0800
  • 8c1c5c851d Remove unnecessary calls to cleanup_and_return() Jared Johnson 2015-01-21 17:31:47 -0600
  • b97508b217 Merge pull request #197 from jaredj/dbm-so-crazy Matt Simerson 2015-01-21 14:56:11 -0800
  • e76b6a9048 Fix consistency problems with DBM store Jared Johnson 2015-01-21 16:43:23 -0600
  • e3187ace0d Add tests for Qpsmtpd::DB::File::DBM Jared Johnson 2015-01-21 16:32:11 -0600
  • 8185d33fa5 dmarc: add error handling and tests Matt Simerson 2015-01-21 10:09:37 -0800
  • 376498f2e8 Merge pull request #190 from msimerson/use-lib Matt Simerson 2015-01-21 10:06:07 -0800
  • 391dfc9309 Merge pull request #189 from msimerson/auth-results Matt Simerson 2015-01-21 10:00:55 -0800
  • 5fff5105f8 Merge pull request #195 from jaredj/missing-geoip-data Matt Simerson 2015-01-21 09:45:44 -0800
  • de08a11e04 Merge pull request #1 from smtpd/master salvis 2015-01-19 23:06:46 +0100
  • 9450c21c06 Perltidy Jared Johnson 2015-01-14 16:17:04 -0600
  • 029db84771 Remove some postfix 'if' Jared Johnson 2015-01-14 16:05:42 -0600
  • f8e220e3b5 Handle missing GeoIP data gracefully Jared Johnson 2015-01-14 15:28:14 -0600
  • a97e931231 Merge pull request #193 from priyadi/received-with-fix Jared Johnson 2015-01-13 13:00:56 -0600
  • 3ef92f214e Change Received header ordering when using SSL Priyadi Iman Nurcahyo 2015-01-13 05:40:16 +0000
  • 371a9bf4a0 Merge pull request #192 from jaredj/nosslv3 Matt Simerson 2015-01-07 15:22:16 -0800
  • 963193dded Disable SSLv3 Jared Johnson 2015-01-07 15:19:39 -0800
  • 0b936ac58f Merge pull request #191 from salvis/dkim_key_gen.sh-typo Matt Simerson 2015-01-06 07:57:49 -0800
  • 8288b91753 Fix a stray quote in the generated 'dns' file. Hans Salvisberg 2015-01-06 14:57:52 +0100
  • c6918d10ca remove instances of: use lib 'lib' in lib/ and Matt Simerson 2015-01-04 17:10:26 -0800
  • 62a063b366 completed DKIM signing detection to A-R header Matt Simerson 2015-01-04 14:26:27 -0800
  • 3db87b846c Merge pull request #188 from msimerson/dbm-default-perm Jared Johnson 2015-01-04 14:40:38 -0600
  • 31fb710792 add group write permissions to default DBs Matt Simerson 2015-01-04 12:22:15 -0800
  • 4226dfaa3e fcrdns: document the is_valid_localhost skip Matt Simerson 2015-01-04 02:48:01 -0500
  • 07fad0ffd0 Merge pull request #187 from msimerson/fcrdns Jared Johnson 2015-01-04 01:34:20 -0600
  • 033a40ed48 fcrdns: updated docs noting Auth-Results header Matt Simerson 2015-01-04 02:05:51 -0500
  • 296219c603 fcrdns: add tests and improved localhost detection Matt Simerson 2015-01-04 01:49:38 -0500
  • ca064acfc0 Merge pull request #186 from smtpd/revert-168-warnings Matt Simerson 2015-01-03 21:47:11 -0800
  • 4a11e2cb71 Revert "Turn warnings into $qpsmtpd->log() calls" Matt Simerson 2015-01-03 21:45:59 -0800
  • 96c0e29ae3 correct HELO respond error causing timeout Matt Simerson 2015-01-04 00:09:23 -0500
  • 60e33375b0 Merge pull request #185 from msimerson/master Matt Simerson 2015-01-03 21:08:11 -0800
  • b7a6b7047b remove leftover closing paren from PR #119 Mat 2015-01-03 16:44:47 -0500
  • 5c8f6b69d0 Merge pull request #181 from jaredj/more-data-respond-tests Matt Simerson 2015-01-01 18:59:21 -0800
  • e21951629f Merge pull request #184 from flimzy/p0f-warnings Jared Johnson 2014-12-31 11:27:09 -0600
  • 25f29dbbf6 Merge pull request #183 from flimzy/p0f-errors-redo Jared Johnson 2014-12-31 11:26:01 -0600
  • bea2c4c379 Silence some warnings when $p0f->{genre} is undefined Jonathan Hall 2014-12-31 18:20:30 +0100
  • 8bc0626c65 Fix error checking for socket connections Jonathan Hall 2014-12-30 06:23:33 -0600
  • 87c6799a1e More complete tests for data_respond() Jared Johnson 2014-12-30 17:48:47 -0600
  • a308e53aa7 Merge pull request #156 from msimerson/smtp Jared Johnson 2014-12-30 16:47:23 -0600
  • c944abbeb9 Merge pull request #180 from msimerson/spf Jared Johnson 2014-12-30 16:37:34 -0600
  • c94d975e3c Merge pull request #179 from msimerson/data_post_headers Jared Johnson 2014-12-30 16:24:18 -0600
  • 993bd4e7df spf: switch header appending hook Matt Simerson 2014-12-30 14:17:16 -0800
  • 8a8b29f2de expand on data_post_headers docs Matt Simerson 2014-12-30 14:11:12 -0800
  • a515e2b17c Merge pull request #171 from priyadi/authresultfix Matt Simerson 2014-12-30 13:58:21 -0800
  • 0b92a9edf0 Merge pull request #173 from msimerson/git-ignore Jared Johnson 2014-12-30 15:45:30 -0600
  • cbf9951f51 Merge pull request #176 from jaredj/redis Matt Simerson 2014-12-30 13:38:40 -0800