Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add CheckSigningTable config option for USE_ODBX #227

Closed
Closed
Changes from 1 commit
Commits
Show all changes
127 commits
Select commit Hold shift + click to select a range
e848a61
First draft at doing conditional signatures
May 11, 2015
23f53f3
Export signatures (especially v= and l=) properly; add some unit tests
May 11, 2015
f3947ad
"!fs" is now "!cd"; also, confirm support for all mandatory parameter…
May 11, 2015
fbd88c6
Restrict conditional signature recursion
May 11, 2015
4568f42
Select v=2 signing if any provided extra tags were mandatory
May 12, 2015
2bbd2d1
Wrapping
May 13, 2015
9c777a4
Make odkim.internal_ip() available to all Lua hooks. Problem noted
Oct 6, 2015
b1e5acb
Change to v2.11.0
Oct 6, 2015
2b7bc8c
Add "ConditionalSignatures" table and other opendkim-side support for
Oct 6, 2015
af3c67f
odkim.internal_ip() is available everywhere now
Oct 6, 2015
825b1e2
Fix bug #237: Fix processing of "SoftStart".
Oct 6, 2015
843a952
dkimf_db_nextpunct() could incorrectly identify an encoded hex digit
Oct 7, 2015
c1fa5e5
Document DSN "filter" feature
Oct 7, 2015
feccce9
Fix bug #235: Quote "header.b" values in case they contain a slash
Oct 7, 2015
c5903f9
Credit for #234, fixed in previous commit.
Oct 7, 2015
59594e2
LIBOPENDKIM: Fix bug #233: In the weird case of duplicate signatures,
Oct 7, 2015
8ba8511
oops
Oct 7, 2015
276d67b
Add section on handling 8-bit stuff
Oct 7, 2015
a654421
LIBOPENDKIM: Re-fix bug #226: Deal with header fields that are
Oct 7, 2015
8144a97
LIBOPENDKIM: Feature request #190: Reject signature object requests w…
Oct 7, 2015
c37998a
Merge branch 'exp-msk-conditional' into develop
Oct 7, 2015
749ffbc
Bump library version
Oct 7, 2015
dcfe0e3
That was silly
Oct 7, 2015
70a0b3b
DKIM_FEATURE_CONDITIONAL
Oct 7, 2015
4803088
dkimf_check_conditional() should [arrange to] create a new conditiona…
Oct 7, 2015
ff49055
_FFR_CONDITIONAL
Oct 7, 2015
8b78c16
If a conditional signature is requested, append a signing request for…
Oct 7, 2015
5232e9a
Add unit tests for conditional signatures, and fix up what they found
Oct 8, 2015
7bcfd82
comments
Oct 8, 2015
682e5f5
Ordering
Oct 8, 2015
ce640c3
TOOLS: Feature requrest #187: Add option to match subdomains when
Oct 8, 2015
4e05905
Update copyright
Oct 20, 2015
70ac304
Wrapping
Oct 22, 2015
6162fc8
Fix build without _FFR_CONDITIONAL
Oct 22, 2015
4cf91f3
FFR_CONDITTIONAL runtime fixes
Oct 22, 2015
0fc1de4
Oops
Oct 22, 2015
613e5cc
wrapping
Oct 22, 2015
23c70d2
Fix conditional signature
Nov 2, 2015
1b677a5
Modernize a bit
Feb 12, 2016
222ab0f
Revise release date
Mar 4, 2017
3bd41c1
Patch #34: Fix a few length checks in unit tests. From Hanno Bock.
Mar 4, 2017
70e8914
Check for strl.h in another location. Based on patch #35.
Mar 4, 2017
3deafe9
CONFIG: Add compatibility with openssl-1.1.0. Patch from Scott Kitte…
Mar 4, 2017
41a8508
[VME-1522] Add header.s to OpenDKIM AR stamp.
Feb 8, 2018
82049df
[VME-1522] Rename var "sel" to "selector."
Mar 13, 2018
0d4a586
Merge pull request #4 from ValiMail/feature-vme-1522
mskucherawy Mar 14, 2018
35bf6c9
Add support for ED25519 signing.
May 16, 2018
84d985c
Fix build when ED25519 is not present.
May 16, 2018
27a26c5
Add "a" tags to Authentication-Results.
May 16, 2018
b9fa591
Update copyright
May 16, 2018
720cc93
Silence a warning
May 16, 2018
0fb53f8
Update for 2.11.0 Beta0
May 16, 2018
74bf5b0
trivial fixes
May 19, 2018
ab73cf1
Merge pull request #13 from andreasschulze/develop
mskucherawy May 21, 2018
37c7716
Always clobber, never free. Problem reported by Andreas Schulze.
May 23, 2018
ba032e7
Update release process
May 23, 2018
4a77334
LIBOPENDKIM: Fix bug #270: Don't set an upper bound on the size of
Aug 31, 2018
fda8a31
Fix test.c newline parsing
Aug 31, 2018
75925ba
Notes on Postfix from Dilyan Palauzov. (Issue #18)
Nov 3, 2018
5bac4f9
Issue #19: Add GNUTLS 3.4 support; patchy from Dilyan Palauzov.
Nov 3, 2018
0aaa4a9
Issue #19: Add GNUTLS 3.4 support; patch from Dilyan Palauzov
Nov 3, 2018
fa570a8
CONTRIB: Simplfy some logic in contrib/repute. Patch from Dilyan Pal…
Nov 3, 2018
86b1f4f
Issue #11: We don't have a "poll" feature anymore, so clean up. Patc…
Nov 3, 2018
a928851
Issue #14: Protect calls to ub_ctx_config() with a mutex. Based on a…
Nov 3, 2018
17db0b5
Issue #7: Code tidying. Patch from Dilyan Palauzov.
Nov 3, 2018
cb0691c
Issue #8: The password file critical section isn't big enough. Patch…
Nov 3, 2018
9e56782
Credit for issue #8's patch
Nov 3, 2018
939d83a
Issue #16: Remove redundant defaults; correction in MinimumKeyBits,
Nov 3, 2018
5b29203
implemet "SyslogName" configuration option (#21)
andreasschulze Nov 3, 2018
ea17112
document subdomain feature in opendkim-genzone manpage (#20)
andreasschulze Nov 3, 2018
327954b
Fix issue #9: Plug a few failure mode memory leaks. Patch from
Nov 3, 2018
05da8d3
Merge branch 'develop' of github.com:trusteddomainproject/OpenDKIM in…
Nov 3, 2018
011e1b0
Make the standard resolver DNSSEC aware (#1)
jablko Nov 4, 2018
1db9651
Fix issue #15: Don't automatically skip the body when one mode (sign …
Nov 4, 2018
aa9c600
Merge branch 'develop' of github.com:trusteddomainproject/OpenDKIM in…
Nov 4, 2018
de4e44e
RELEASE_NOTES entry for bind DNSSEC patch.
Nov 4, 2018
2a267b0
Issue #17: Document known sendmail rewrite issues. Text from Dilyan …
Nov 5, 2018
37ca206
Issue #19 (reopened): Fix build errors.
Nov 5, 2018
da8215c
Fix issue #28: RequiredHeaders should report and log the specific
Nov 5, 2018
edc5677
Change enhanced status code used for RequiredHeaders rejections to 5.…
Nov 5, 2018
9b79dbb
Fix res_ninit() detection with glibc (#2)
jablko Nov 15, 2018
1ec9f0a
Issue #29: Fix GNUTLS code. Patch from Dilyan Palauzov.
Nov 15, 2018
ba29fa5
Merge branch 'develop' of github.com:trusteddomainproject/OpenDKIM in…
Nov 15, 2018
6c46f09
Fix unknown operator in configure.ac
lechner Jan 2, 2019
6611185
miltertest: Fix broken mt.data() function
glts Dec 27, 2019
0010ca7
Fix leak in Unbound callback
glts Dec 31, 2019
c674fee
miltertest: Fix undefined behaviour in mt.eom_check() with MT_SMTPREPLY
glts Jan 2, 2020
c4e02c8
Typo
glts Jan 2, 2020
95e1771
Minor doc updates in sample opendkim.conf
glts Jan 2, 2020
c8ccbce
Suppress empty brackets in syslog startup message
glts Feb 6, 2020
64fddf9
Add missing space in Authentication-Results header
glts Feb 27, 2020
e3c1612
fix calculation of keybit_len in ed25519 case
Nov 27, 2019
da80916
dkim-canon: fix missing check before assert in dkim_sig_gethashes
Nov 26, 2019
4d05b43
Minor updates for lua 5.3
mdomsch Apr 26, 2020
4c360b1
Merge pull request #70 from mdomsch/lua-5.3
martinbogo Jun 4, 2020
4bcb4ff
Merge pull request #69 from sp-andwei/fix_dkimcanon_assert
martinbogo Jun 4, 2020
292a90c
opendkim.conf: Note more caveats for ip addresses
kevinoid May 1, 2020
a8d7415
opendkim.conf: Add paragraph breaks in PeerList
kevinoid May 1, 2020
c370752
Merge pull request #68 from sp-andwei/fix_keybits_ed25519
martinbogo Jun 4, 2020
6e91df3
Merge pull request #72 from kevinoid/opendkim.conf-ip-caveats
martinbogo Jun 4, 2020
a3fbe33
Define __P() macro in libvbr
wylfen Jun 10, 2020
c133f2d
make the ldap class STRUCTURAL and DKIMDomain subsearchable
Jun 18, 2020
bbf9c6c
configure.ac: check for "lua" with pkg-config in addition to "lua5.1".
orlitzky Jan 27, 2020
fd5c330
make the output comparable, avoid variable timestamp data
Jun 21, 2020
b1fca87
logical-error-fix
Jun 21, 2020
3e9a43b
opendkim-genkey(8): Fixed typo option "restricted" to "restrict"
Zocker1999NET Jun 24, 2020
854f847
Merge pull request #92 from Zocker1999NET/fix/genkey-man-restrict
martinbogo Jul 14, 2020
74c191e
Merge pull request #78 from andreasschulze/opendkim-genzone-nodate
martinbogo Aug 21, 2020
6a0075f
Merge pull request #76 from andreasschulze/ldapschema_update2
martinbogo Aug 21, 2020
a6c3ea0
Merge pull request #67 from glts/add-space-results-header
martinbogo Aug 21, 2020
3377121
Merge pull request #74 from wylfen/libvbr-p-macro
martinbogo Aug 21, 2020
d687a3f
Merge pull request #63 from orlitzky/fix-liblua-pkgconfig-check
martinbogo Aug 21, 2020
d96d09f
Merge branch 'develop' into opendkim-genzone-logical-error-fix
Oct 11, 2020
4dd763b
ed25519 support
Oct 13, 2020
31283c3
Merge pull request #81 from andreasschulze/opendkim-genzone-logical-e…
martinbogo Oct 16, 2020
85178c4
Merge pull request #65 from glts/suppress-brackets-syslog
martinbogo Oct 16, 2020
c83b2ca
Merge pull request #60 from glts/minor-doc-fixes
martinbogo Oct 16, 2020
e322a84
Merge pull request #58 from glts/fix-miltertest-eom-check
martinbogo Oct 16, 2020
feb9fcc
Merge pull request #57 from glts/fix-leak-unbound-callback
martinbogo Oct 16, 2020
9e8f164
Merge branch 'develop' into fix-unknown-operator-configure
martinbogo Oct 16, 2020
cb5f3bc
Merge pull request #34 from lechner/fix-unknown-operator-configure
martinbogo Oct 16, 2020
266fcb9
Merge pull request #55 from glts/fix-miltertest-data
martinbogo Oct 16, 2020
835834e
Merge pull request #101 from andreasschulze/opendkim-genkey-ed25519-s…
martinbogo Oct 29, 2020
c0f9ddb
LIBOPENDKIM: Fix parsing bug in dkim_mail_parse_multi(), where quotes
Mar 16, 2021
14d5452
LIBOPENDKIM: Confirm that the value of "d=" is properly formed.
Mar 16, 2021
2967a10
Update autoconf for 2.71
thegushi Dec 29, 2022
552aba7
add CheckSigningTable config option
r-a-z-v-a-n Sep 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change to v2.11.0
  • Loading branch information
Murray S. Kucherawy committed Oct 6, 2015
commit b1e5acbf4ed743e1fd65431815f9636cd1bd3f98
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ AC_PREREQ(2.61)
# Package version
#
m4_define([VERSION_RELEASE], 2)
m4_define([VERSION_MAJOR_REV], 10)
m4_define([VERSION_MINOR_REV], 3)
m4_define([VERSION_MAJOR_REV], 11)
m4_define([VERSION_MINOR_REV], 0)
m4_define([VERSION_PATCH], 0)

#
Expand Down