1. 03 Jun, 2015 1 commit
  2. 02 Jun, 2015 4 commits
  3. 01 Jun, 2015 5 commits
  4. 31 May, 2015 2 commits
  5. 20 May, 2015 5 commits
  6. 19 May, 2015 3 commits
  7. 18 May, 2015 5 commits
  8. 16 May, 2015 14 commits
  9. 13 May, 2015 1 commit
    • Neal H. Walfield's avatar
      tty: Handle the case where the user needs to repeat the passphrase. · 45499986
      Neal H. Walfield authored
      * tty/pinentry-tty.c: Include "memory.h".
      (read_password): Break into two functions: read_password and password.
      (read_password): Just read the password from the terminal and return
      it in secure memory (or NULL if the user canceled the entry or there
      was an error).
      (password): Improve output.  Handle the repeat passphrase case (i.e.,
      when pinentry->repeat_passphrase is set).
      * tty/Makefile.am (AM_CPPFLAGS): Add "-I$(top_srcdir)/secmem".
      45499986