- 28 Oct, 2015 1 commit
-
-
Daniel Kahn Gillmor authored
-
- 20 Oct, 2015 1 commit
-
-
Daniel Kahn Gillmor authored
-
- 05 Oct, 2015 1 commit
-
-
Daniel Kahn Gillmor authored
use maintainer scripts to leave pinentry-qt4 in place, even though it only symlinks to pinentry-qt. Purging pnentry-qt4 will get rid of it from /etc/alternatives too.
-
- 02 Oct, 2015 3 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
we're also providing a transitional package for the old pinentry-qt4 name -- upstream is clearly intending to switch to the new pinentry-qt. I've reduced the default priority for pinentry-qt in update-alternatives from 95 to 80, since upstream seems to be focusing on GNOME integration with a higher priority than KDE at the moment.
-
- 14 Sep, 2015 2 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
- 11 Sep, 2015 3 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
Upstream version 0.9.6
-
Daniel Kahn Gillmor authored
-
- 10 Sep, 2015 1 commit
-
-
Werner Koch authored
Signed-off-by:Werner Koch <wk@gnupg.org>
-
- 24 Aug, 2015 2 commits
-
-
Neal H. Walfield authored
* tty/pinentry-tty.c (password): Print any supplied error message.
-
Neal H. Walfield authored
* tty/pinentry-tty.c (dump_error_text): New function to display error messages. (confirm): Use it. (password): Likewise.
-
- 18 Aug, 2015 4 commits
-
-
Andre Heinecke authored
* pinentry/pinentry.h (pinetry_loop2): Clarify comment.
-
Andre Heinecke authored
* qt/main.cpp: Import static platform plugins when necessary. -- As pkg-config does not expose all libraries needed to link qt5 statically with this patch it is possible to get a static build by setting the LIBS variable correctly.
-
Andre Heinecke authored
* m4/libassuan.m4: Respect SYSROOT Variable. -- This change makes the libassuan lookup work similar to the libgpg-error lookup simplifying cross-compiling a bit.
-
Andre Heinecke authored
* pinentry/pinentry.c (pinentry_loop2): Use assuan_fdopen for pipe fds. * pinentry/pinentry.h (pinentry_loop2): Mention this in the comment. -- For Windows calling assuan_fdopen is neccessary as this does some internal platform specific stuff (get_osfilehandle). This issue was introduced by using the real libassuan instead of the built in variant.
-
- 11 Aug, 2015 3 commits
-
-
Daniel Kahn Gillmor authored
-
Neal H. Walfield authored
* tty/pinentry-tty.c (password): If the user repeated the passphrase and they matched, then set PINENTRY->REPEAT_OKAY.
-
Neal H. Walfield authored
* tty/pinentry-tty.c (read_password): Fix buffer resizing bug.
-
- 05 Aug, 2015 1 commit
-
-
Daniel Kahn Gillmor authored
-
- 28 Jul, 2015 3 commits
-
-
Andre Heinecke authored
* qt4: Moved to qt. * Makefile.am: Change qt4 suffix to qt. * m4/qt.m4: Remove old qt lookup functions. (FIND_QT): New. Use pkg-config to find either Qt5 or Qt4 * configure.ac: Change qt4 suffix to qt. Use new FIND_QT function. * qt/Makefile.am: Change qt4 suffix to qt. Use new FLAGS / LIBS. * qt/pinentrydialog.cpp, qt/qrc_pinentry.cpp: Fix whitespace. * .gitignore: Change qt4 paths to qt. * README: Update accordingly. * autogen.rc: Change qt4 to qt. * qt/main.cpp (qt_cmd_handler, main): Change qt4 to qt. -- Now if Qt5 is found with pkg-config Qt5 is used. Qt4 is still supported as a fallback in case Qt5 is not found. GnuPG-bug-id: 1806
-
Neal H. Walfield authored
* doc/pinentry.texi: Describe the frontends and their security implications. GnuPG-bug-id: 2034
-
Andre Heinecke authored
* configure.ac: Remove enable-pinentry-qt4-clipboard option. * qt4/qsecurelineedit.cpp, qt4/qsecurelineedit.h, qt4/qsecurelineedit_p.h, qt4/secstring.cpp, qt4/secstring.h: Removed. * qt4/Makefile.am: Update accordingly. * qt4/main.cpp (qt_cmd_handler): Use QString instead of secqstring. * qt4/pinentrydialog.cpp (PinentryDialog::PinentryDialog), (PinEntryDialog::error, PinEntryDialog::pin), (PinEntryDialog::updateQuality): Use QLineEdit and QString instead of secmem variants. * qt4/pinentrydialog.cpp (PinentryDialog::PinentryDialog): Set echo mode to password. * qt4/pinentrydialog.h: Update accordingly.
-
- 26 Jul, 2015 7 commits
-
-
Neal H. Walfield authored
* gtk+-2/pinentry-gtk-2.c (make_transient): Don't directly access the window field of WIN. Use gtk_widget_get_window instead. (grab_keyboard): Likewise. (ungrab_keyboard): Likewise. Patch-by:Dimitri John Ledkov <dimitri.j.ledkov@intel.com>.>
-
Neal H. Walfield authored
* gtk+-2/pinentry-gtk-2.c (tooltips): Don't declare for Gtk+ >=2.12.0. (create_window): Gtk+ >=2.12.0, use gtk_widget_set_tooltip_text instead of gtk_tooltips_set_tip. Patch-by:Dimitri John Ledkov <dimitri.j.ledkov@intel.com>.>
-
Neal H. Walfield authored
-
Neal H. Walfield authored
* gtk+-2/Makefile.am (pinentry_gtk_2_SOURCES): Remove gtksecentry.c, gtksecentry.h and gseal-gtk-compat.h. * gtk+-2/gseal-gtk-compat.h: Remove file. * gtk+-2/gtksecentry.c: Remove file. * gtk+-2/gtksecentry.h: Remove file. * gtk+-2/pinentry-gtk-2.c: Don't include "gtksecentry.h". (button_clicked): Use gtk_entry_get_text instead of gtk_secure_entry_get_text. (changed_text_handler): Use gtk_entry_get_text instead of gtk_secure_entry_get_text and use gtk_entry_set_text instead of gtk_secure_entry_set_text. (create_window): Use gtk_entry_new instead of gtk_secure_entry_new. Disable text visibility on ENTRY and REPEAT_ENTRY. (main): Don't override the memory allocation functions.
-
Neal H. Walfield authored
* gtk+-2/pinentry-gtk-2.c (create_window): Don't have ENTRY or REPEAT_ENTRY explicitly grab the focus. The default is fine. Don't add the GDK_ENTER_NOTIFY_MASK and GDK_LEAVE_NOTIFY_MASK events to QUALITYBAR. Only set GTK_CAN_DEFAULT on the ok button. In pin entry mode, make the ok button the default.
-
Neal H. Walfield authored
* gtk+-2/pinentry-gtk-2.c (enter_callback): Rename anentry to next_widget. If NEXT_WIDGET is not NULL, send the focus to it. Otherwise, call button_clicked. (create_window): Initialize repeat_entry to NULL. When connecting the enter_callback entry to REPEAT_ENTRY, set the user data paramter to NULL. Connect the entry_callback entry to ENTRY after initializing REPEAT_ENTRY (if applicable) and set the user data parameter to REPEAT_ENTRY.
-
Neal H. Walfield authored
* gtk+-2/pinentry-gtk-2.c (confirm_mode): New global static. (confirm_button_clicked): Fold this function... (button_clicked): ... into this one. Update all callers. (create_window): Remove argument confirm_mode. (gtk_cmd_handler): Set confirm_mode.
-
- 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
-
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.
-