1. 11 Oct, 2016 10 commits
  2. 10 Mar, 2016 2 commits
  3. 21 Feb, 2016 2 commits
  4. 20 Feb, 2016 1 commit
  5. 04 Feb, 2016 2 commits
  6. 04 Jan, 2016 4 commits
  7. 07 Dec, 2015 1 commit
  8. 01 Dec, 2015 2 commits
  9. 27 Nov, 2015 1 commit
  10. 18 Nov, 2015 1 commit
  11. 28 Oct, 2015 1 commit
  12. 22 Oct, 2015 1 commit
    • Dirk Mueller's avatar
      Qt: Do not use temporary reference to utf8 pin · f143d216
      Dirk Mueller authored
      * qt/main.cpp (qt_cmd_handler): Keep utf8 pin byte array.
      
      --
      The pin pointer was invalid after the UTF8 conversion
      as the converted byte array only was temporary in that
      call and the data pointer becomes invalid after it's
      destruction.
      
      Commit message amended by Andre Heinecke. The original
      commit message was:
      
      const char* does not keep the temporary string returned
      from toUtf8() active, since it doesn't keep the reference counter
      set. So you usually just copy out garbage instead of the
      pin that was entered. Just keep the QByteArray which keeps
      the reference active.
      
      GnuPG-bug-id: 2133
      f143d216
  13. 20 Oct, 2015 1 commit
  14. 05 Oct, 2015 1 commit
  15. 02 Oct, 2015 5 commits
  16. 25 Sep, 2015 1 commit
  17. 16 Sep, 2015 1 commit
    • Werner Koch's avatar
      Add option "invisible-char". · 9cc13bbd
      Werner Koch authored
      
      
      * pinentry/pinentry.h (struct pinentry): Add field invisible_char.
      * pinentry/pinentry.c (pinentry_reset): Restore that.
      (option_handler): Add option "invisible-char".
      * gtk+-2/pinentry-gtk-2.c (create_window): Set the invisible char if
      given.
      --
      
      The default GTK+ invisible character is pretty wide so that only ~16
      characters show up in the smalles pinentry.  This is a bit annoying if
      the passphrase is a longer due to the missing visual feedback.  By
      using #x2022 ("•") this allows for ~23 characters and a plain "*" even
      3 more characters.  Tastes are different so we allow to change that
      character at runtime.
      
      Signed-off-by: default avatarWerner Koch <wk@gnupg.org>
      9cc13bbd
  18. 14 Sep, 2015 2 commits
  19. 11 Sep, 2015 1 commit