1. 05 Dec, 2019 3 commits
  2. 11 Jun, 2018 7 commits
  3. 08 Jun, 2018 4 commits
  4. 13 Apr, 2018 1 commit
  5. 24 Feb, 2018 2 commits
  6. 06 Feb, 2018 8 commits
  7. 19 Dec, 2017 1 commit
  8. 18 Dec, 2017 1 commit
    • NIIBE Yutaka's avatar
      po: Update Japanese translation. · 1338bce5
      NIIBE Yutaka authored
      
      
      * po/ja.po: Fix message with no "%s".
      
      --
      
      Backport of master commit from: 77e2fcb4ffbad8577a2cf41f17bf92dec6a93ad8
      
      The wrong message caused segmentation fault for key generation when
      no expiration is specified.
      
      GnuPG-bug-id: 3619
      Signed-off-by: NIIBE Yutaka's avatarNIIBE Yutaka <gniibe@fsij.org>
      1338bce5
  9. 04 Dec, 2017 1 commit
    • NIIBE Yutaka's avatar
      g10: Fix regexp sanitization. · 9441946e
      NIIBE Yutaka authored
      
      
      * g10/trustdb.c (sanitize_regexp): Only escape operators.
      
      --
      
      Backport from master commit:
      	ccf3ba92087e79abdeaa0208795829b431c6f201
      
      To sanitize a regular expression, quoting by backslash should be only
      done for defined characters.  POSIX defines 12 characters including
      dot and backslash.
      
      Quoting other characters is wrong, in two ways; It may build an
      operator like: \b, \s, \w when using GNU library.  Case ignored match
      doesn't work, because quoting lower letter means literally and no
      much to upper letter.
      
      GnuPG-bug-id: 2923
      Co-authored-by: default avatarDamien Goutte-Gattat <dgouttegattat@incenp.org>
      Signed-off-by: NIIBE Yutaka's avatarNIIBE Yutaka <gniibe@fsij.org>
      9441946e
  10. 11 Nov, 2017 1 commit
  11. 10 Nov, 2017 1 commit
  12. 02 Nov, 2017 1 commit
  13. 26 Sep, 2017 6 commits
  14. 06 Sep, 2017 1 commit
  15. 04 Aug, 2017 1 commit
  16. 02 Aug, 2017 1 commit