-
v2.2.20d921d061 · ·
- Allow spaces in Access Names - Add "type zonedata" support in "a2rule ruleset"
-
-
v2.2.17a196b696 · ·
## v2.2.17 (2021-12-02) - Added arpa2comerr_init() function - Rarely needed, but advised for pluggable modules in module servers
-
v2.2.15e0c07537 · ·
## v2.2.15 (2021-10-20) - Bugfix: Rules DB with Document Access did not return Access Rights - New test xsdb-comm.c for Rules DB testing of Communication Access - New test xsdb-document.c for Rules DB testing of Document Access - New functions access_parse() and access_format() to handle Rights strings
-
v2.2.14c65fbe03 · ·
## v2.2.14 (2021-07-08) - Bugfix: "a2rule rules add", missing NUL at the end of the newly added rule - Add the DBPREFIX #XYZ word to a2rule for del and get operations (not add or set)
-
v2.2.13b3a083ae · ·
- Bugfix in computation of Document Access - Insert '%' into inside-out database production - Bugfix. Collection not properly hashed.
-
v2.2.12bec51c03 · ·
## v2.2.12 (2021-06-29) - Added group_hasmember() support function - Turned out to be more useful than guessing :-) - Direct useful application in AxeSMTP
-
v2.2.11adb0b1d0 · ·
## v2.2.11 (2021-06-26) - Bugfix release :- - During access_comm() a "user+alias@domain" localid would yield Access Name "user+" - Quick Iteration in rules_dbiterate() would miss additional levels: "found" got set on empty rulesets found - CMake reported all sorts of success info, scrolling away warnings/errors (which got lost) - Fixed a developer-only and utterly-harmless CMake mistake
-
v2.2.10f6717f64 · ·
## v2.2.10 (2021-06-25) - Bugfix release :- - Parsing of a2rule docu subcommand was flawed and (apparently) went untested. - Subtler control over a2ruldb groups with SETGID rights.
-
v2.2.9230c3516 · ·
Issue #37, abstract ruleset operations in a2rule - Named it `a2rule ruleset add|del|get|set` - Always require a Service Key and Access Name - Optionally use Access Type for (too simple) regex matching with Access Name - Parse the Rule, if it is provided - If no Selector is provided, use the most general form `@.`
-
v2.2.8e3a10847 · ·
## v2.2.8 (2021-06-23) Updates to the `a2rule` command and its man page :- - Make `a2rule` help with the key derivation process - Command Parser support for abbreviations - Added support for Domain Keys - Added `getpass()` to get the Database Secret - Stopped `a2rule` mentioning the "dbsecret" cmdarg - Stopped debugging output with "dbsecret" :-)
-
v2.2.78484f524 · ·
## v2.2.7 (2021-06-22) - Issue #39, Crash of a2rule in v2.2.6 - Updates to the a2rule(8) man page - Document Access added to src/tool/a2rule.c - Added the long-confused =n<newuserid> - Removed the <userid>@ before <volume> in Document Access
-
v2.2.6737e1c60 · ·
## v2.2.6 (2021-06-21) - Explicit error when $ARPA2_RULES_DIR is not an absolute path - Added a2id-loadkey command for key preloading for ARPA2 Signed Identities
-
v2.2.59409598c · ·
## v2.2.5 (2021-06-19) - Bugfix release for a2rule exit() values - Used to confuse boolean (true=success) with int (0=success)
-
v2.2.49ac4ce2f · ·
## v2.2.4 (2021-06-18) - Introduced better code base for a2rule - Separated out the cmdparse utility library
-
v2.2.3f73af94e · ·
## v2.2.3 (2021-06-08) - Moved /var/lib/arpa2/access to /var/lib/arpa2/rules - Updated website documentation http://common.arpa2.net
-
v2.2.2a9afeeff · ·
## v2.2.2 (2021-06-08) - Added a2rule, a database tool for ARPA2 Policy Rules - Added a2id-keygen, for ARPA2 Signed Identities
-
v2.2.1e928e9ee · ·
## v2.2.1 (2021-06-07) - Bugfix release for ARPA2 Groups - Added default Service Key to `group_iterate()` - Welcome + characters in local-part during `a2id_parse_remote()` - Install `<arpa2/group.h>` - ARPA2 Group database tooling: `a2access add|del|get member ... [identity ...] [marks ...]`