Peter Thomassen

Results 78 issues of Peter Thomassen

Salt is commonly added to weak passwords so that if reused, they do not produce the same hash. It also exponentially increases the storage burden on those undertaking to create...

### Steps To Reproduce 1. Wait until deSEC implements changes 2. Sign up with Nextcloud VM ### Expected Result Should work. ### Actual Result Won't work. ### Screenshots, Videos, or...

bug
enhancement
Priority-1

- Program: Authoritative - Issue type: Feature request ### Short description PowerDNS auth introduced "going insecure" in #9631 by setting `PUBLISH-{CDS,CDNSKEY} = 0`. However, when that setting is left at...

auth
feature request

- Program: Authoritative - Issue type: Bug report ### Short description `12 0 2 . asdfdQ==` is not acceptedby the API as an IPSECKEY record ### Environment - Operating system:...

auth
defect

- Program: Authoritative - Issue type: Bug report ### Short description For certain valid LOC record contents, the API returns an error: `Not in expected format`. ### Environment - Operating...

auth
defect

Query for stretching: ```sql UPDATE domains SET last_check = CEIL(UNIX_TIMESTAMP() - rand() * 86400) WHERE last_check IS NOT NULL; ``` Check: ```sql SELECT count(*) AS lc_count, ceil(lc_mod/3600) MOD 24 AS...

Functionality to have a token act in another user's name: 1. Add a read-only nullable attribute to tokens called `user_override` or something (default: `None`) 2. Rename the `user` attribute to...