- 15 Feb, 2008 1 commit
-
-
Werner Koch authored
-
- 14 Feb, 2008 1 commit
-
-
Werner Koch authored
-
- 10 Jan, 2008 1 commit
-
-
Marcus Brinkmann authored
* assuan-handler.c (dispatch_command): Use Syntax_Error instead of Invalid_Command. * assuan.h (assuan_error_t): Change all error codes to gpg-error codes.
-
- 02 Jan, 2008 1 commit
-
-
Marcus Brinkmann authored
* configure.ac: Use PKG_CONFIG instead of PKGCONFIG and pkg-config. Use AC_PATH_PROG instead of AC_CHECK_PROG. * Makefile.am (install-exec-local): Add exe extension to link.
-
- 29 Nov, 2007 2 commits
-
-
Marcus Brinkmann authored
Released 0.7.4.
-
Werner Koch authored
-
- 19 Nov, 2007 2 commits
-
-
Werner Koch authored
(really stupid error by me). Typo fixes.
-
Werner Koch authored
Allow caller to set the toolip. The QT versions still crashes - someone else might want to look into it. TIA.
-
- 18 Sep, 2007 3 commits
-
-
Werner Koch authored
-
Werner Koch authored
-
Werner Koch authored
Doesn't look very pretty yet.
-
- 09 Jul, 2007 1 commit
-
-
Werner Koch authored
-
- 06 Jul, 2007 4 commits
-
-
Werner Koch authored
-
Werner Koch authored
-
Werner Koch authored
-
Werner Koch authored
-
- 27 Jun, 2007 1 commit
-
-
Werner Koch authored
under Vista.
-
- 26 Jun, 2007 1 commit
-
-
Werner Koch authored
-
- 20 Jun, 2007 1 commit
-
-
Werner Koch authored
gpg-agent.
-
- 10 May, 2007 2 commits
-
-
Marcus Brinkmann authored
* pinentry/pinentry.h (pinentry_color_t): New type. (struct pinentry): New members COLOR_FG, COLOR_FG_BRIGHT, COLOR_BG, COLOR_SO. * pinentry/pinentry.c (pinentry_parse_opts): Support new option --colors. (parse_color): New function. * pinentry/pinentry-curses.c (USE_COLORS): New macro. (pinentry_color): New static variable. (dialog_create): Redo color management.
-
Marcus Brinkmann authored
* pinentry/pinentry-curses.c (dialog_create): Re-add calculation of cancel button position. Adjust calculation of OK button position if it is the only one used.
-
- 13 Apr, 2007 1 commit
-
-
Marcus Brinkmann authored
* qt/secqlineedit.h (SecQLineEdit::contextMenuEvent, SecQLineEdit::createPopupMenu): Remove prototype. * qt/secqlineedit.cpp (SecQLineEdit::contextMenuEvent, SecQLineEdit::createPopupMenu): Remove implementation. Submitted by Tobias Koenig <tokoe@kde.org>.
-
- 14 Feb, 2007 1 commit
-
-
Werner Koch authored
* pinentry/pinentry.c (option_handler): New option "touch-file". (pinentry_have_display): Ignore an empty DISPLAY. * pinentry/pinentry-curses.c (do_touch_file): New. (curses_cmd_handler): Call it. * configure.ac: Check for utime.h.
-
- 24 Jan, 2007 1 commit
-
-
Werner Koch authored
(cmd_confirm): New command option --one-button. (cmd_getpin): Zeroise ONE_BUTTON. * pinentry/pinentry.h (struct pinentry): Add field ONE_BUTTON. * gtk/pinentry-gtk.c (create_window): Take care of new option. * gtk+-2/pinentry-gtk-2.c (create_window): Ditto. * pinentry/pinentry-curses.c (dialog_create): Ditto. (dialog_create, dialog_switch_pos): Allow CANCEL to be optional.
-
- 29 Jul, 2006 1 commit
-
-
Marcus Brinkmann authored
* secmem/secmem.c (init_pool): Close FD after establishing the mapping.
-
- 28 Sep, 2005 2 commits
-
-
Marcus Brinkmann authored
* configure.ac (PINENTRY_GTK): Error out if iconv is not found but needed.
-
Marcus Brinkmann authored
* config.rpath: New file from gettext. Needed by iconv.m4.
-
- 11 Jul, 2005 1 commit
-
-
Marcus Brinkmann authored
* pinentry/pinentry-curses.c (dialog_switch_pos): Set the cursor state to invisible before moving around. Move the cursor to the beginning of the dialog buttons for accessibility.
-
- 16 Jun, 2005 1 commit
-
-
Marcus Brinkmann authored
* pinentry/pinentry-curses.c (dialog_run): Only convert pin if a pin actually exists.
-
- 27 Jan, 2005 3 commits
-
-
Werner Koch authored
-
Werner Koch authored
-
Werner Koch authored
Prefer gtk2 pinentry over qt.
-
- 21 Jan, 2005 1 commit
-
-
Marcus Brinkmann authored
* doc/pinentry.texi: Fix spelling errors. Submitted by Ville Skytt�.
-
- 23 Dec, 2004 1 commit
-
-
Werner Koch authored
prompt and error. Make it system modal. Enlarge the description field.
-
- 22 Dec, 2004 6 commits
-
-
Timo Schulz authored
* w32/main.c: Remove all helper functions and use a callback to set the dialog items directly. (dlg_proc): Set 'result' to -1 to indicate cancel. (ok_button_clicked): Adjusted. Set 'result' to the len of the PIN to indicate success. -
Timo Schulz authored
2004-12-22 Timo Schulz <twoaday@g10code.com> * w32/main.c: Remove all helper functions and use a callback to set the dialog items directly. (dlg_proc): Set 'result' to -1 to indicate cancel. (ok_button_clicked): Adjusted. Set 'result' to the len of the PIN to indicate success. -
Werner Koch authored
* w32/dialog.h, w32/dialog.c, w32/controller.h, w32/controller.c: Removed * w32/resource.h, w32/pinentry-w32.rc, w32/main.c, w32/dialog.h * w32/dialog.c, w32/controller.h, w32/controller.c * w32/Makefile.am: New. Based on Timo's work.
-
Werner Koch authored
-
Werner Koch authored
* w32/dialog.c, w32/controller.h, w32/controller.c * w32/Makefile.am: New. Based on Timo's work.
-
Werner Koch authored
* assuan-buffer.c (readline): Renamed EOF to ISEOF to avoid compiler warnings. * gtk.m4, glib.m4, qt.m4: Fixed for automake 1.9 * autogen.sh (configure_ac): Add --build-w32 option. * Makefile.am: Support for the W32 pinentry. * configure.ac: Ditto. Reformatted some error messages. Define the usual conditionals for W32. Check for a couple of more usually required headers. * pinentry/pinentry.h (sleep) [W32]: New. * pinentry/pinentry.c: Include langinfo.h only if available. (pinentry_loop) [DOSISH]: Don't do uid check. * secmem/util.c [DOSISH]: Disable UID stuff.
-