Commit Graph

56 Commits

Author SHA1 Message Date
6404946d15 Log relevant request info. 2024-12-13 18:15:16 +01:00
f0d9104e56 Fix CAA entries: escape double quotes (and forbid them in new entries). 2024-12-10 13:08:10 +01:00
177da35f6e Escape double quotes in TXT. 2024-12-10 11:31:15 +01:00
89e970f450 Accept domains with a label starting with an underscore. 2024-12-09 20:08:01 +01:00
04ac548915 For powerdns, CAA values have to be quoted. 2024-11-25 11:27:56 +01:00
009928a8ee SRV protocols aren't just plain text anymore. 2024-11-09 16:37:08 +01:00
38da24fe66 Change the default serial. 2024-07-07 11:40:18 +02:00
8119bf7f57 Migration: things are getting pretty serious. 2024-06-10 03:29:26 +02:00
b53b31b584 CAA entries. 2024-06-08 03:55:52 +02:00
4923fb34f9 Use cached indexes. 2024-05-07 01:32:37 +02:00
4606f852cc Client: can be built again. Add a makefile rule to generate all zones. 2024-04-28 12:56:45 +02:00
61bace491c Ownership: full overhaul in progress. 2024-04-27 05:48:28 +02:00
9b6457f575 DMARC. 2024-04-15 23:13:57 +02:00
407cfc874a Properly handle multiple lines targets (TXT, DKIM). 2024-03-23 12:22:33 +01:00
336e231d3f MX RRs: do not use is_subdomain_valid? function. 2024-03-18 02:41:10 +01:00
c7b0826da5 SRV: fixes a long standing neglect of SRV RRs. 2024-03-18 02:30:39 +01:00
62ac51c54b UserDataID: Int32 -> UInt32. Can now wipe user data. 2024-03-16 07:03:04 +01:00
8534dcb246 Use exceptions extensively. 2024-03-14 02:03:26 +01:00
8824835975 DKIM: downcase algorithms, accept ED25519. 2024-03-13 20:18:42 +01:00
05fff1b83b Add a line return after closing parenthesis in DKIM. 2024-03-13 18:25:28 +01:00
e36e408f8e Minor changes. Cleaner code. 2024-03-13 03:58:46 +01:00
ff29717bbd Shameful bugfix. 2024-03-13 03:00:52 +01:00
088980109d WIP: Tokens. Can create tokens for RRs and their indexes + partitions. 2024-03-13 01:16:09 +01:00
70fb6d130c WIP: DKIM messages are accepted. 2024-03-11 23:39:18 +01:00
1a9666df23 WIP: DKIM. 2024-03-11 21:24:23 +01:00
4cfd068193 SPF: modifiers require a "=" character, not ":". 2024-03-07 03:20:16 +01:00
26d01a0b63 Automatically update the SOA serial. 2024-03-07 02:52:59 +01:00
62199f27e3 SPF: print the version in the TXT record. 2024-03-07 01:20:49 +01:00
d105fa2e38 SPF Qualifier: None -> Neutral. 2024-03-06 00:24:38 +01:00
21394f7d81 minor fix. Use ':' instead of '=' for SPF mechanisms and modifiers. 2024-03-06 00:20:15 +01:00
be6359d984 WIP: SPF: Modifiers: to_bind9. 2024-03-01 19:50:06 +01:00
b73d67233e SPF modifier: now downcased. 2024-03-01 18:34:48 +01:00
9953ccfb0b WIP: SPF. Produce correct mechanism TXT bind9 output. 2024-03-01 02:27:28 +01:00
98d0c3c28a WIP: SPF, to_s + to_bind9. 2024-02-29 04:51:40 +01:00
ba872ac4a9 WIP: new dedicated SPF, DKIM and DMARC RRs. 2024-02-27 04:51:49 +01:00
bd0c3d5fdd GenerateAllZoneFiles + GenerateZoneFile: working as expected. 2024-02-25 04:13:18 +01:00
891be61722 Provide bind9 file format export of domain zones. 2024-02-24 07:30:16 +01:00
9be374b492 InvalidRR + s/InvalidZone/DomainNotFound/ + domain regex with final ".". 2023-07-11 04:09:46 +02:00
35072753d4 When replacing a domain name in the template: Domain -> FQDN. 2023-06-30 00:12:40 +02:00
e1db03b459 Verify accepted domains and pre-load some RRs. 2023-06-29 18:29:25 +02:00
65c928dd62 Fix a wrong comment. 2023-06-29 08:41:35 +02:00
3580073fda Verify accepted domain templates at startup. 2023-06-28 17:59:13 +02:00
2a48880e47 New RR property: readonly. For sanity sake. 2023-06-28 02:25:43 +02:00
809b34c571 SOA RR update: minttl and a few syntax changes. 2023-06-28 00:55:39 +02:00
781a25debe Some users can be administrators now. 2023-05-08 21:38:39 +02:00
8528f74fae Add and replace RR. 2023-05-08 17:34:50 +02:00
05aa4421b3 RRs now have an id. 2023-05-08 16:36:21 +02:00
b937953efb Format RR. 2023-05-08 16:17:01 +02:00
fe48c1412d Print a human-readable summary of a zone. 2023-05-08 04:01:33 +02:00
a7c2096423 get_errors? fixed 2023-05-07 05:06:15 +02:00