1. 15 Feb, 2008 1 commit
  2. 14 Feb, 2008 1 commit
  3. 10 Jan, 2008 1 commit
  4. 02 Jan, 2008 1 commit
  5. 29 Nov, 2007 2 commits
  6. 19 Nov, 2007 2 commits
  7. 18 Sep, 2007 3 commits
  8. 09 Jul, 2007 1 commit
  9. 06 Jul, 2007 4 commits
  10. 27 Jun, 2007 1 commit
  11. 26 Jun, 2007 1 commit
  12. 20 Jun, 2007 1 commit
  13. 10 May, 2007 2 commits
    • Marcus Brinkmann's avatar
      2007-05-10 Marcus Brinkmann <marcus@g10code.de> · 6eed3703
      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.
      6eed3703
    • Marcus Brinkmann's avatar
      2007-05-10 Marcus Brinkmann <marcus@g10code.de> · 5960dbfe
      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.
      5960dbfe
  14. 13 Apr, 2007 1 commit
    • Marcus Brinkmann's avatar
      2007-04-13 Marcus Brinkmann <marcus@g10code.de> · e8a86971
      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>.
      e8a86971
  15. 14 Feb, 2007 1 commit
    • Werner Koch's avatar
      * pinentry/pinentry.h (struct pinentry): Add TOUCH_FILE. · 5fa6502a
      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.
      5fa6502a
  16. 24 Jan, 2007 1 commit
    • Werner Koch's avatar
      * pinentry/pinentry.c (cmd_message): New. · 645ebd22
      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.
      		 
      645ebd22
  17. 29 Jul, 2006 1 commit
  18. 28 Sep, 2005 2 commits
  19. 11 Jul, 2005 1 commit
  20. 16 Jun, 2005 1 commit
  21. 27 Jan, 2005 3 commits
  22. 21 Jan, 2005 1 commit
  23. 23 Dec, 2004 1 commit
  24. 22 Dec, 2004 6 commits
    • Timo Schulz's avatar
      2004-12-22 Timo Schulz <twoaday@g10code.com> · c62933f1
      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.
      c62933f1
    • Timo Schulz's avatar
      · 663dbcab
      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.
      663dbcab
    • Werner Koch's avatar
      * main.c: Simplified. · 9f9bafd7
      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.
      9f9bafd7
    • Werner Koch's avatar
      No need for that stuff · 86a11279
      Werner Koch authored
      86a11279
    • Werner Koch's avatar
      * w32/resource.h, w32/pinentry-w32.rc, w32/main.c, w32/dialog.h · a79edf5a
      Werner Koch authored
      * w32/dialog.c, w32/controller.h, w32/controller.c
      * w32/Makefile.am: New.  Based on Timo's work.
      a79edf5a
    • Werner Koch's avatar
      * assuan.h (assuan_error_t, assuan_context_t): New aliases. · d8840f70
      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.
      d8840f70