- 07 Jul, 2015 1 commit
-
-
Daniel Kahn Gillmor authored
disable emacs and emacs-fallback until we get a better description of them in the upstream documentation
-
- 02 Jul, 2015 4 commits
-
-
Daniel Kahn Gillmor authored
* new upstream release * build-depends on libgpg-error and libassuan now
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
Upstream version 0.9.5
-
Daniel Kahn Gillmor authored
-
- 01 Jul, 2015 3 commits
-
-
Werner Koch authored
-
Werner Koch authored
* autogen.rc: Add gpg-error and libassuan prefix options. * w32/Makefile.am (AM_CPPFLAGS): Use COMMON_FLAGS. (pinentry_w32_LDADD): Use COMMON_LIBS.
-
Werner Koch authored
-
- 24 Jun, 2015 1 commit
-
-
Gergely Imreh authored
* pinentry/pinentry-curses.c: pkg-config finds the correct include paths so should not hard-wire the path for the ncursesw header file.
-
- 23 Jun, 2015 2 commits
-
-
Neal H. Walfield authored
* emacs/Makefile.am (LDADD): Don't link against ../assuan/libassuan.a. We now use the system libassuan.
-
Neal H. Walfield authored
* pinentry/pinentry-curses.c (dialog_input): Recognize ASCII DEL as backspace. -- Reported-by chdiza GnuPG-bug-id: 2020
-
- 17 Jun, 2015 1 commit
-
-
Daiki Ueno authored
* configure.ac: Add --enable-pinentry-emacs and --enable-inside-emacs option. (BUILD_LIBPINENTRY_EMACS): New conditional. (BUILD_PINENTRY_EMACS): New conditional. (INSIDE_EMACS): New conditional. * Makefile.am (pinentry_emacs): New. (SUBDIRS): Add "emacs" subdir if PINENTRY_EMACS is set. * pinentry/pinentry-emacs.h: New file. * pinentry/pinentry-emacs.c: New file. * pinentry/Makefile.am: New file. * pinentry/pinentry.c (option_handler): Handle the allow-emacs-prompt Assuan option. * emacs/pinentry-emacs.c: New file. * emacs/Makefile.am: New file.
-
- 16 Jun, 2015 5 commits
-
-
Neal H. Walfield authored
* gnome3/pinentry-gnome3.c (main): Use gtk_init_check instead of gtk_init. If it fails, fallback to the curses frontend.
-
Neal H. Walfield authored
* pinentry/pinentry.h (pinentry_cmd_handler_t): Fix comment.
-
Neal H. Walfield authored
* doc/pinentry.texi (Implementation Details): Describe default-prompt.
-
Neal H. Walfield authored
* assuan/ChangeLog-old: Remove file. * assuan/Makefile.am: Remove file. * assuan/README.1st: Remove file. * assuan/assuan-buffer.c: Remove file. * assuan/assuan-defs.h: Remove file. * assuan/assuan-handler.c: Remove file. * assuan/assuan-listen.c: Remove file. * assuan/assuan-pipe-server.c: Remove file. * assuan/assuan-util.c: Remove file. * assuan/assuan.h: Remove file. * assuan/mkerrors: Remove file. * configure.ac: Check for libgpg-error and libassuan. (COMMON_CFLAGS): Add $GPG_ERROR_CFLAGS and $LIBASSUAN_CFLAGS. (COMMAND_LIBS): Add $GPG_ERROR_LIBS and $LIBASSUAN_LIBS. (GPG_ERR_ENABLE_GETTEXT_MACROS): Define this macro. (GPG_ERR_ENABLE_ERRNO_MACROS): Likewise. (GNUPG_LIBASSUAN_VERSION): Likewise. (AC_CONFIG_FILES): Don't generate assuan/Makefile. (config.h): Define GPG_ERR_SOURCE_DEFAULT. * Makefile.am (SUBDIRS): Remove assuan. * curses/Makefile.am (LDADD): Remove ../assuan/libassuan.a. * gnome3/Makefile.am (AM_CPPFLAGS): Remove -I$(...
-
Andre Heinecke authored
* qt4/qsecurelineedit.cpp (QSecureLineEdit::sizeHint), (QSecureLineEdit::minimumSizeHint): Remove unused Q_D macros. (QSecureLineEdit::setCursorPosition, QSecureLineEditPrivate::setText), (QSecureLineEditPrivate::hasAcceptableInput): Explicitly cast length to int. (QSecureLineEditPrivate::maskString): Use unsigned type for strIndex. (QSecureLineEditPrivate::maskString): Remove uneccesary casts. * qt4/secstring.cpp (toUtf8): Remove unused variable.
-
- 09 Jun, 2015 1 commit
-
-
Daniel Kahn Gillmor authored
-
- 07 Jun, 2015 1 commit
-
-
Neal H. Walfield authored
* gnome3/pinentry-gnome3.c (create_prompt) [HAVE_LIBSECRET]: Only show the libsecret prompt in this case. (gnome3_cmd_handler) [HAVE_LIBSECRET]: Set PE->MAY_CACHE_PASSWORD according to the user's choice.
-
- 05 Jun, 2015 7 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
Upstream version 0.9.4
-
Daniel Kahn Gillmor authored
-
Werner Koch authored
--
-
Werner Koch authored
-
Neal H. Walfield authored
* secmem/secmem.c (secmem_malloc): Only clear the user memory; don't clear beyond the end of the buffer.
-
Daniel Kahn Gillmor authored
-
- 04 Jun, 2015 1 commit
-
-
Daniel Kahn Gillmor authored
* pinentry/pinentry.c (pinentry_setbufferlen): When the pin buffer is already large enough, return the buffer instead of NULL. -- Signed-Off-By:
Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Debian-Bug-Id: 787639
-
- 03 Jun, 2015 1 commit
-
-
Daniel Kahn Gillmor authored
-
- 02 Jun, 2015 7 commits
-
-
Werner Koch authored
-
Werner Koch authored
* configure.ac: Add GCC specific -W flags. -- Note that --enable-maintainer-mode is required to see all warnings.
-
Daniel Kahn Gillmor authored
* pinentry/password-cache.c (password_cache_clear): use g_debug safely in case error->message is malformed. -- Without this change, with -Werror=format-security, we see: password-cache.c: In function ‘password_cache_clear’: password-cache.c:153:7: error: format not a string literal and no format arguments [-Werror=format-security] g_debug(error->message); ^ -
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
squashme
-
Daniel Kahn Gillmor authored
-
- 01 Jun, 2015 5 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
Upstream version 0.9.3
-
Werner Koch authored
--
-