Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 67c5d04fee10
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: efff2e1aa64d
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 8, 2019

  1. iodine: improve password handling (#58806)

    Before this change, only passwords not containing shell metacharacters could be
    used, and because the password was passed as a command-line argument, local
    users could (in a very small window of time) record the password and (in an
    indefinity window of time) record the length of the password.
    
    We also use the opportunity to add a call to `exec` in the systemd start
    script, so that no shell needs to hang around waiting for iodine to stop.
    iblech authored and xeji committed Apr 8, 2019
    Copy the full SHA
    efff2e1 View commit details
    Browse the repository at this point in the history