Skip to content
Tags give the ability to mark specific points in history as being important
  • v2.2.25
    cade6858 · Version bump to v2.2.25 ·
  • v2.2.24
    6f4e90bd · Version bump to v2.2.24 ·
    Release: Store string-to-be-parsed in .txt of a2id_t, a2sel_t, a2act_t
  • v2.2.23
    42cdbb51 · Version bump to v2.2.23 ·
    ## v2.2.23 (2023-04-26)
    
    - Added (long overdue) hexparse function for Rules DB keys
  • v2.2.22
    3e2a5e4d · Version bump to v2.2.22 ·
    ## v2.2.22 (2023-04-25)
    
    - Bugfix release.  Separating the UUID for LETS from the rest.
    - UUID is now incorporated into liba2access.so and <arpa2/access_lets.h>
  • v2.2.21
    b2a5d348 · Version bump to v2.2.21 ·
    ## v2.2.21 (2023-04-25)
    
    - Entropy support on Windows (ACCOUNTED not implemented)
    - Removed shell dependencies
    - Extension of a2rule(1) with ARPA2 LETS
  • v2.2.20
    d921d061 · Version bump to v2.2.20 ·
    - Allow spaces in Access Names
    - Add "type zonedata" support in "a2rule ruleset"
  • v2.2.19
    Release 2.2.19
    
  • v2.2.18
    04272c1f · Version bump to v2.2.18 ·
  • v2.2.17
    a196b696 · Version bump to v2.2.17 ·
    Release: v2.2.17
    ## v2.2.17 (2021-12-02)
    
    - Added arpa2comerr_init() function
    - Rarely needed, but advised for pluggable modules in module servers
  • v2.2.16
    Release 2.2.16
    
  • v2.2.15
    e0c07537 · Version bump to v2.2.15 ·
    Release: v2.2.15
    ## 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.14
    c65fbe03 · Version bump to v2.2.14 ·
    Release: v2.2.14
    ## 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.13
    b3a083ae · Version bump to 2.2.13 ·
    Release: v2.2.13
    - Bugfix in computation of Document Access
    - Insert '%' into inside-out database production
    - Bugfix. Collection not properly hashed.
  • v2.2.12
    bec51c03 · Version bump to v2.2.12 ·
    Release: v2.2.12
    ## 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.11
    adb0b1d0 · Version bump to v2.2.11 ·
    Release: v2.2.11
    ## 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.10
    f6717f64 · Version bump to v2.2.10 ·
    Release: v2.2.10
    ## 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.9
    230c3516 · Version bump to v2.2.9 ·
    Release: v2.2.9
    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.8
    e3a10847 · Version bump to v2.2.8 ·
    Release: v2.2.8
    ## 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.7
    8484f524 · Version bump to v2.2.7 ·
    Release: v2.2.7
    ## 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.6
    737e1c60 · Version bump to v2.2.6 ·
    Release: v2.2.6
    ## 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