Fraser Tweedale
Fraser Tweedale
the "shell" configuration defaults to `/bin/bash`. But what if `/bin/bash` does not exist or is not in `/etc/shells`? I'm not totally clear on how the configuration happens (I hit some...
WIP PR for early review of EST implementation (issue https://github.com/dogtagpki/pki/issues/3297). Commits follow the general progression of development. The final PR will have the commit history cleaned up somewhat, but until...
https://tools.ietf.org/html/rfc7797
Crypto.PubKey.ECC.ECDSA signing operations are vulnerable to timing attacks. Switch to a safe implementation. http://hackage.haskell.org/package/crypto-pubkey-0.2.8/docs/Crypto-PubKey-ECC-ECDSA.html
Within the UI code, we have `toggledOrSelectedItemHelper` for several actions, including: - `updateReadState` - `completeMailTags` - `setTags` The helper has the following behaviour: - If there are any items "toggled"...
**Describe the bug** purebred terminated SIGABRT when I opened a mail. ``` Apr 05 12:26:35 T470s systemd[1]: Started Process Core Dump (PID 19268/UID 0). Apr 05 12:26:36 T470s systemd-coredump[19269]: Process...
**Describe the bug** When viewing a mail, searching for a term within the body of a mail, where that term appears multiple times, scrolls down 1 line each time when...
**Describe the bug** If you edit the search, but *don't actually change it*, Purebred still performs the search. The user incurs a wait to perform the search again,. **Expected behavior**...
**Is your feature request related to a problem? Please describe.** Query editing is a bit of a pain. Would be handy if ^W would delete-word, make it a bit faster...