Commit Graph

137 Commits

Author SHA1 Message Date
0f67745296 Server: enable admins to see, edit or remove domains. 2024-11-27 14:17:36 +01:00
b93efac9d5 Client: add expected errors when deleting a domain. 2024-11-27 14:17:03 +01:00
5147719ecb Remove and create a domain. 2024-11-27 11:58:05 +01:00
04ac548915 For powerdns, CAA values have to be quoted. 2024-11-25 11:27:56 +01:00
58f83d4d5c Transfer token removed once share token is generated. 2024-11-17 01:17:17 +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
98b5ed2638 Removes the Bind9 zone file. 2024-07-02 14:36:49 +02:00
2d64da170e Better typing, (minor) documentation improvements, remove orphans. 2024-07-01 23:48:26 +02:00
1e66262884 Minor change in the code structure. 2024-07-01 11:56:50 +02:00
a51fd8b31b Regenerate Bind9 zone files on any update. 2024-07-01 02:03:44 +02:00
516ccf1e58 tmp 2024-06-14 16:16:04 +02:00
749889aad8 Migration request. 2024-06-10 13:47:31 +02:00
8119bf7f57 Migration: things are getting pretty serious. 2024-06-10 03:29:26 +02:00
925a456de7 Migration script: first draft. 2024-06-08 22:43:43 +02:00
b53b31b584 CAA entries. 2024-06-08 03:55:52 +02:00
5cbcbdaa8f Removing a domain: domain may not have tokens. 2024-06-02 01:58:56 +02:00
de8beb0df8 New DODB API. 2024-06-01 03:35:53 +02:00
7bee53d625 Adapt to the DODB cached mode. 2024-05-07 21:00:01 +02:00
234259a9d0 Check if the user is admin with is_admin? function in dnsmanagerd. 2024-05-07 12:48:52 +02:00
4923fb34f9 Use cached indexes. 2024-05-07 01:32:37 +02:00
158d772727 User authentication: limit the number of domains sent in "Logged" to a hundred. 2024-04-28 17:16:06 +02:00
723c1a83a0 Update expected messages. 2024-04-28 16:17:47 +02:00
ebd9bd75a5 Prevent a basic hack. 2024-04-28 16:17:28 +02:00
4606f852cc Client: can be built again. Add a makefile rule to generate all zones. 2024-04-28 12:56:45 +02:00
1f69839333 Only delete the domain when the user is the last owner. 2024-04-28 01:24:55 +02:00
a188d28f1d Ownership is now managed. 2024-04-27 23:10:01 +02:00
8cafca13be WIP: ownership management. Some empty functions. 2024-04-27 20:08:34 +02:00
a888551bbc Compatible with the webclient again. Full audit REQUIRED. 2024-04-27 18:30:49 +02:00
40fcc9c66e Complete overhaul of ownership management: add a domain db, remove user data db. 2024-04-27 17:32:22 +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
cad863e5f9 Downcase new domains. 2024-03-31 20:59:46 +02:00
f63eff59a8 Token handler: print a relevant error message. 2024-03-31 17:45:43 +02:00
a6272b3873 Authd now handles authorization as well. 2024-03-31 11:51:42 +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
729139232d (minor) change the way messages are printed. 2024-03-17 23:07:02 +01:00
56706e66f2 Slighly change logs. 2024-03-17 22:45:19 +01:00
c8cd9a1fb2 Wipe data from users not recognized by authd. 2024-03-17 05:41:18 +01:00
b2fdc4df5b Find orphan domains. 2024-03-17 05:15:50 +01:00
62ac51c54b UserDataID: Int32 -> UInt32. Can now wipe user data. 2024-03-16 07:03:04 +01:00
59304cf751 Token update: validate the IP addresses before update. 2024-03-15 03:47:35 +01:00
945e366097 use_token: update only when addresses differ, and update serial. 2024-03-14 04:43:02 +01:00
b3aa91fd07 Client: code simplification. Token-handler: works. 2024-03-14 04:36:03 +01:00
7786f1d3b8 Can now use tokens. 2024-03-14 02:43:00 +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