Commit Graph

44 Commits (master)

Author SHA1 Message Date
Philippe PITTOLI 9b6457f575 DMARC. 2024-04-15 23:13:57 +02:00
Philippe Pittoli 407cfc874a Properly handle multiple lines targets (TXT, DKIM). 2024-03-23 12:22:33 +01:00
Philippe Pittoli 336e231d3f MX RRs: do not use `is_subdomain_valid?` function. 2024-03-18 02:41:10 +01:00
Philippe Pittoli c7b0826da5 SRV: fixes a long standing neglect of SRV RRs. 2024-03-18 02:30:39 +01:00
Philippe Pittoli 62ac51c54b UserDataID: Int32 -> UInt32. Can now wipe user data. 2024-03-16 07:03:04 +01:00
Philippe Pittoli 8534dcb246 Use exceptions extensively. 2024-03-14 02:03:26 +01:00
Philippe Pittoli 8824835975 DKIM: downcase algorithms, accept ED25519. 2024-03-13 20:18:42 +01:00
Philippe Pittoli 05fff1b83b Add a line return after closing parenthesis in DKIM. 2024-03-13 18:25:28 +01:00
Philippe Pittoli e36e408f8e Minor changes. Cleaner code. 2024-03-13 03:58:46 +01:00
Philippe Pittoli ff29717bbd Shameful bugfix. 2024-03-13 03:00:52 +01:00
Philippe Pittoli 088980109d WIP: Tokens. Can create tokens for RRs and their indexes + partitions. 2024-03-13 01:16:09 +01:00
Philippe Pittoli 70fb6d130c WIP: DKIM messages are accepted. 2024-03-11 23:39:18 +01:00
Philippe Pittoli 1a9666df23 WIP: DKIM. 2024-03-11 21:24:23 +01:00
Philippe Pittoli 4cfd068193 SPF: modifiers require a "=" character, not ":". 2024-03-07 03:20:16 +01:00
Philippe Pittoli 26d01a0b63 Automatically update the SOA serial. 2024-03-07 02:52:59 +01:00
Philippe Pittoli 62199f27e3 SPF: print the version in the TXT record. 2024-03-07 01:20:49 +01:00
Philippe Pittoli d105fa2e38 SPF Qualifier: None -> Neutral. 2024-03-06 00:24:38 +01:00
Philippe Pittoli 21394f7d81 minor fix. Use ':' instead of '=' for SPF mechanisms and modifiers. 2024-03-06 00:20:15 +01:00
Philippe Pittoli be6359d984 WIP: SPF: Modifiers: to_bind9. 2024-03-01 19:50:06 +01:00
Philippe Pittoli b73d67233e SPF modifier: now downcased. 2024-03-01 18:34:48 +01:00
Philippe Pittoli 9953ccfb0b WIP: SPF. Produce correct mechanism TXT bind9 output. 2024-03-01 02:27:28 +01:00
Philippe Pittoli 98d0c3c28a WIP: SPF, to_s + to_bind9. 2024-02-29 04:51:40 +01:00
Philippe Pittoli ba872ac4a9 WIP: new dedicated SPF, DKIM and DMARC RRs. 2024-02-27 04:51:49 +01:00
Philippe Pittoli bd0c3d5fdd GenerateAllZoneFiles + GenerateZoneFile: working as expected. 2024-02-25 04:13:18 +01:00
Philippe Pittoli 891be61722 Provide bind9 file format export of domain zones. 2024-02-24 07:30:16 +01:00
Philippe Pittoli 9be374b492 InvalidRR + s/InvalidZone/DomainNotFound/ + domain regex with final ".". 2023-07-11 04:09:46 +02:00
Philippe Pittoli 35072753d4 When replacing a domain name in the template: Domain -> FQDN. 2023-06-30 00:12:40 +02:00
Philippe Pittoli e1db03b459 Verify accepted domains and pre-load some RRs. 2023-06-29 18:29:25 +02:00
Philippe Pittoli 65c928dd62 Fix a wrong comment. 2023-06-29 08:41:35 +02:00
Philippe Pittoli 3580073fda Verify accepted domain templates at startup. 2023-06-28 17:59:13 +02:00
Philippe Pittoli 2a48880e47 New RR property: readonly. For sanity sake. 2023-06-28 02:25:43 +02:00
Philippe Pittoli 809b34c571 SOA RR update: minttl and a few syntax changes. 2023-06-28 00:55:39 +02:00
Philippe Pittoli 781a25debe Some users can be administrators now. 2023-05-08 21:38:39 +02:00
Philippe Pittoli 8528f74fae Add and replace RR. 2023-05-08 17:34:50 +02:00
Philippe Pittoli 05aa4421b3 RRs now have an id. 2023-05-08 16:36:21 +02:00
Philippe Pittoli b937953efb Format RR. 2023-05-08 16:17:01 +02:00
Philippe Pittoli fe48c1412d Print a human-readable summary of a zone. 2023-05-08 04:01:33 +02:00
Philippe Pittoli a7c2096423 get_errors? fixed 2023-05-07 05:06:15 +02:00
Karchnu 4068836dc9 Errors: better naming. SOA and PTR error management WIP. 2020-12-14 16:21:28 +01:00
Karchnu 147d4df0fa Adding verifications on TTL and subdomain values. 2020-12-13 05:56:29 +01:00
Karchnu 5c735a2055 Catching a few errors. 2020-12-13 03:56:32 +01:00
Karchnu 7f5d162e91 Adding a client (draft) and domain test. 2020-12-12 05:38:16 +01:00
Karchnu ebaf7dfb36 Renaming type => rrtype. 2020-12-09 23:38:28 +01:00
Karchnu 11c30dd057 Storage is here, with user_data and zone classes. 2020-12-09 19:01:33 +01:00