- 05 Jun, 2015 6 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
Upstream version 0.9.4
-
Daniel Kahn Gillmor 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 6 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
--
-
Werner Koch authored
-
- 31 May, 2015 2 commits
-
-
Stanislav Ochotnicky authored
This is probably just a workaround. Proper fix is being investigated. See: https://bugzilla.redhat.com/show_bug.cgi?id=589532 http://stackoverflow.com/questions/2788518/calling-activatewindow-on-qdia -- GnuPG-bug-id: 1981
-
Daniel Kahn Gillmor authored
-
- 20 May, 2015 5 commits
-
-
Werner Koch authored
* m4/pkg.m4: Print the moule name not the variable name. -- We now show checking for ncursesw... no checking for ncurses... yes instead of checking for ncurses... no checking for ncurses... yes
-
Werner Koch authored
-- qt/ was the QT3 version.
-
Werner Koch authored
--
-
Werner Koch authored
--
-
Werner Koch authored
* pinentry/password-cache.c (password_cache_clear): s/debug/g_debug/. * pinentry/pinentry-curses.c (dialog_input): Actually bail out. (dialog_run) [!HAVE_NCURSESW]: Define alt.
-
- 19 May, 2015 3 commits
-
-
Neal H. Walfield authored
* gtk+-2/pinentry-gtk-2.c (create_window): Make sure the check button to save the passphrase externally is not checked by default.
-
Neal H. Walfield authored
* pinentry/password-cache.c (password_cache_clear): New function. * pinentry/password-cache.h (password_cache_clear): New declaration. * pinentry/pinentry.c (cmd_getinfo): New function. (register_commands): Have the Assuan command "CLEARPASSPHRASE" call it.
-
Neal H. Walfield authored
* pinentry/pinentry.c (cmd_getpin): If PINENTRY.ERROR is not NULL, don't read the password from the cache.
-
- 18 May, 2015 5 commits
-
-
Neal H. Walfield authored
* pinentry/pinentry-curses.c (MAKE_BUTTON): When creating the button text, respect underscores.
-
Neal H. Walfield authored
* pinentry/pinentry-curses.c (dialog_input): Make control-l repaint the screen.
-
Neal H. Walfield authored
* pinentry/pinentry-curses.c (dialog_input): Add control-h an alias for backspace.
-
Neal H. Walfield authored
* m4/curses.m4: When checking for ncurses, first try using PKG_CHECK_MODULES. -- Patch-By: Alon Bar-Lev
-
Neal H. Walfield authored
-
- 16 May, 2015 4 commits
-
-
Neal H. Walfield authored
* gtk+-2/pinentry-gtk-2.c (main): Use gtk_init_check instead of gtk_init. If gtk_init_check fails, fallback to the curses backend. -- Reported-by: Daniel Kahn Gillmorr <dkg@fifthhorseman.net>. Closes issue #1982.
-
Neal H. Walfield authored
* pinentry/pinentry-curses.c (dialog_input): Take additional argument, alt. Update callers. If passed control-u, erase the whole line. If passed alt-backspace or control-w, erase any white space the the previous word. (dialog_run): Detect when alt is pressed.
-
Neal H. Walfield authored
* secmem/secmem.c (secmem_malloc): In case wipememory2 gets optimized away in secmem_free, clear the buffer before returning it.
-
Neal H. Walfield authored
* pinentry/pinentry-curses.c (dialog_run): NUL terminate the pin entry buffer.
-