1. 13 Apr, 2015 9 commits
  2. 12 Apr, 2015 8 commits
  3. 18 Mar, 2015 4 commits
  4. 17 Mar, 2015 2 commits
    • Werner Koch's avatar
      Get rid of getopt_long and improve --help output. · 2f7b275b
      Werner Koch authored
      
      
      * pinentry/argparse.c, pinentry/argparse.h: New. Taken from GnuPG
      master.
      * pinentry/Makefile.am (libpinentry_a_SOURCES): Add them.
      * pinentry/pinentry.c: Include argparse.h.
      (usage): Remove.
      (my_strusage): New.
      (pinentry_parse_opts): Rewrite.  Do not return a value.  Change call
      callers.
      --
      
      getopt_long is not generally available, for example it is missing on
      AIX.  Instead of adding replacement code we use the option parser
      from GnuPG and thus also gain a better --version and --help.
      
      Signed-off-by: default avatarWerner Koch <wk@gnupg.org>
      2f7b275b
    • Werner Koch's avatar
      Use CH type instead of wchar_t for curses. · 8fa3ca90
      Werner Koch authored
      
      
      * pinentry/pinentry-curses.c (collect_line): Change second arg to CH.
      * pinentry/pinentry.c (pinentry_utf8_to_local): Make args const.
      
      Signed-off-by: default avatarWerner Koch <wk@gnupg.org>
      8fa3ca90
  5. 17 Dec, 2014 1 commit
  6. 15 Dec, 2014 2 commits
    • Andre Heinecke's avatar
      qt4: Improve moc handling · bb423620
      Andre Heinecke authored
          * configure.ac: Disable pinentry-qt4 or exit if moc not found.
          * m4/qt.m4: Look for and prefer moc-qt4.
          * qt4/Makefile.am: Add moc files to nodist and clean them.
      
      --
      
          Files generated by MOC vary over the used Qt versions
          (even inside a Major release). Distributing them leads to
          errors if a different qt version is installed.
      
          GnuPG-bug-id: 1784
      bb423620
    • Andre Heinecke's avatar
      doc: Update gpl.texi to match version from gcrypt · c9116577
      Andre Heinecke authored
          * doc/gpl.texi: Use version from gcrypt.
      
      --
         This fixes build errors with texinfo 5.2
      c9116577
  7. 09 Dec, 2014 1 commit
  8. 06 Nov, 2014 13 commits