Commit Graph

  • 23f4b5ed35
    adopt make config for FreeBSD master Dominic Reich 2024-08-11 11:55:03 +0200
  • 51d6656eac
    Add text about no further development Moritz Luedecke 2022-11-30 21:52:48 +0100
  • 13dc985fe6
    Add text about no further development develop Moritz Luedecke 2022-11-30 21:52:48 +0100
  • 07617d3e32
    Merge pull request #10 from vaygr/lineheight-support Moritz Lüdecke 2022-08-11 11:22:10 +0200
  • 0fb97fbc49 Add lineheight support #10 Vlad Glagolev 2022-08-03 03:20:29 +0000
  • a4f7d150c7
    Merge pull request #9 from ftrvxmtrx/master Moritz Lüdecke 2022-01-20 19:20:18 +0100
  • dad5154a71 don't print "No config file found..." message #9 Sigrid Solveig Haflínudóttir 2022-01-20 16:44:25 +0100
  • a77bb7a194
    Prevent duplicated uses of pinentry 0.2.2 Moritz Luedecke 2020-05-23 13:50:06 +0200
  • df021cebfd
    Remove empty spaces Moritz Luedecke 2020-05-23 13:49:04 +0200
  • 73fb6de7b8
    Merge pull request #4 from maximbaz/typo-bottom 0.2.1 Moritz Lüdecke 2019-01-24 19:18:24 +0100
  • 63cd546e51
    fix typo in the config 'bottom' #4 Maxim Baz 2019-01-24 00:23:29 +0200
  • 0e8cec2f55 Mention GNUPGHOME in the manpage 0.2 Moritz Luedecke 2018-02-03 11:27:11 +0100
  • e1904c2196 Regard GNUPGHOME Moritz Luedecke 2018-02-02 12:20:17 +0100
  • a9cba79ff9 Add repeat function Moritz Luedecke 2018-01-25 14:15:28 +0100
  • 631b801c00 Change the approach of prompt setup Moritz Luedecke 2018-01-25 10:10:08 +0100
  • 3efd900cd2 Add new global variable pin_len Moritz Luedecke 2018-01-25 10:04:51 +0100
  • 54dd0d68bf Add gitignore Moritz Luedecke 2018-01-25 09:56:32 +0100
  • e583cf17b1 Set pinentry->result Moritz Luedecke 2018-01-24 18:13:57 +0100
  • e782992eae Remove useless comment Moritz Luedecke 2017-09-30 18:20:49 +0200
  • 8160dd91df Use the right buffer size to paste more than twelve characters Moritz Luedecke 2017-09-30 18:20:26 +0200
  • 3c1b9bb4f8 Fix table syntax 0.1 Moritz Lüdecke 2017-09-25 15:42:43 +0200
  • 36afaeb1b2 Use GPLv2 satisfy pinentry's requirements Moritz Luedecke 2017-09-25 15:14:23 +0200
  • 7d1fd3fc98 Rewrite a comment and delete a unnecessary whitespace Moritz Luedecke 2017-09-25 15:12:24 +0200
  • 9e73caa8e5 Add dist, install and uninstall commands Moritz Luedecke 2017-09-25 01:28:29 +0200
  • 059d157364 Add variable for pinentry object files Moritz Luedecke 2017-09-25 01:27:59 +0200
  • ec8934d17e Add manual page Moritz Luedecke 2017-09-25 01:25:44 +0200
  • e2dd7745e1 Add key bindings from dmenu Moritz Luedecke 2017-09-24 23:59:51 +0200
  • 07b14f1e91 Don't delete the whole suffix when remove a symbol in the middle of the passphrase Moritz Luedecke 2017-09-24 20:34:36 +0200
  • 6a22ded419 Add DATE and update BUGREPORT Moritz Luedecke 2017-09-24 10:19:15 +0200
  • f0f9376c92 Delete unnecessary files Moritz Luedecke 2017-09-23 16:49:30 +0200
  • f86118d3b6 Disable buttom mode as default Moritz Luedecke 2017-09-23 15:47:15 +0200
  • 9b545d86e1 Add VERSION and PACKAGE_BUGREPORT Moritz Luedecke 2017-09-23 15:45:37 +0200
  • a29ac8b14c Rename README to README.md Moritz Luedecke 2017-09-23 15:21:37 +0200
  • 953057bab5 Add examples to README Moritz Luedecke 2017-09-23 15:20:57 +0200
  • c3077abf4e Fill README with details Moritz Luedecke 2017-09-19 18:34:49 +0200
  • 9e8572af7e Move all config variables into config.h and rename topbar to buttom Moritz Luedecke 2017-09-15 00:39:22 +0200
  • 84a7f88da1 Fix indentation Moritz Luedecke 2017-09-11 09:29:03 +0200
  • f4c911ee19 Update README Moritz Luedecke 2017-09-10 11:26:53 +0200
  • 9241e51a81 Only allocate memory if needed Moritz Luedecke 2017-09-10 11:18:02 +0200
  • 72044dca8a Add paste with Ctrl+V Moritz Luedecke 2017-09-10 11:05:39 +0200
  • 0910a906dc Split keypress function in a WinConfirm and a WinPin branch Moritz Luedecke 2017-09-10 11:01:04 +0200
  • 734f628b4a Bracket the parameter for sizeof Moritz Luedecke 2017-09-10 10:59:36 +0200
  • 6fc1c94d12 You can abort the dialog and password prompt with CTRL+C Moritz Luedecke 2017-09-05 23:57:46 +0200
  • 68a3524700 Get out the home dir even if the user used sudo or logged in as root Moritz Luedecke 2017-09-05 22:20:28 +0200
  • f5de98070f Fix memory leak Moritz Luedecke 2017-08-28 18:03:24 +0200
  • 22bc570658 Add repeat functionality Moritz Luedecke 2017-08-27 20:35:54 +0200
  • e5b85da8d3 Use secure buffer from pinentry Moritz Luedecke 2017-08-27 16:25:33 +0200
  • 30ec729f88 Delete unneded files Moritz Luedecke 2017-08-27 12:58:02 +0200
  • 0990df017e Add libconfig Moritz Luedecke 2017-08-23 22:22:23 +0200
  • fa8ca60f07 Use secure memory Moritz Luedecke 2017-08-23 22:21:50 +0200
  • f4084a9b73 Reformat comments Moritz Luedecke 2017-08-21 19:20:42 +0200
  • a5971e5e0b Eliminate useless checks Moritz Luedecke 2017-08-20 17:18:51 +0200
  • 3c6d13e0eb Get winid from pinentry instead of dealing it by itself Moritz Luedecke 2017-08-20 16:58:21 +0200
  • 33a113aa25 Remove unneded assignment Moritz Luedecke 2017-08-20 16:01:03 +0200
  • 3a47ab1cec Replace newline characters with whitespace Moritz Luedecke 2017-08-20 15:56:37 +0200
  • 2054d41f37 Add cursor Moritz Luedecke 2017-08-20 15:51:32 +0200
  • 0a4dd1a852 Remove a delete note Moritz Luedecke 2017-08-20 15:27:11 +0200
  • daa292de8e Remove unused variable and fix a warning Moritz Luedecke 2017-08-20 15:24:16 +0200
  • 75634f63d1 Rename option windowed to embedded Moritz Luedecke 2017-08-20 15:21:33 +0200
  • 301e7de62f Catch parameters '-W' and '--parent-wid' to get the window id Moritz Luedecke 2017-08-20 14:17:00 +0200
  • f2f7ec7608 Format defines Moritz Luedecke 2017-08-20 14:15:52 +0200
  • 53659c31e2 Set config path to ~/.gnupg/pinentry-dmenu.conf Moritz Luedecke 2017-08-20 14:15:20 +0200
  • 46c871b744 Use standard settings from dmenu Moritz Luedecke 2017-08-20 02:01:59 +0200
  • 47d89812c2 Get settings from config file and extend color scheme Moritz Luedecke 2017-08-20 02:01:11 +0200
  • 99bab97ea7 Fix uninitialized variable when call pinentry without description Moritz Luedecke 2017-08-15 19:16:19 +0200
  • a1e86f9bb1 Remove unused code Moritz Luedecke 2017-08-15 19:15:19 +0200
  • dbe3d0cfd9 Add description at the right side Moritz Luedecke 2017-08-10 07:48:16 +0200
  • 8babd3393b Add confirm dialog Moritz Luedecke 2017-08-01 23:45:12 +0200
  • 410ef5960f Revert some changes and add old code from dmenu Moritz Luedecke 2017-08-01 20:00:08 +0200
  • ff4fd40baa Add monitor support Moritz Luedecke 2017-07-30 13:20:43 +0200
  • 017b3859ee Rename spine into pinentry-dmenu Moritz Luedecke 2017-07-30 13:08:45 +0200
  • 900aa41620 Fix code formation Moritz Luedecke 2017-07-30 13:05:39 +0200
  • c601f2c319 woops, forgot cursor zavok 2016-02-07 16:49:31 +0300
  • ef83430f3a actually clean up text on unsuccesful pass input zavok 2016-02-07 16:40:57 +0300
  • 682a9649bd bugfix, you can bring window up more than once now zavok 2015-12-02 23:20:29 +0300
  • 2df401ad8c confirm mode confirmed zavok 2015-12-01 02:23:30 +0300
  • 377dc49065 minor cleanup and root Makefile now triggers pinentry Makefile zavok 2015-11-24 18:54:37 +0300
  • baf9529e6d recieve prompt and description from gpg-agent zavok 2015-11-23 20:48:59 +0300
  • 51da5915b0 This is a "barely works" version of spine, I hope it works, at least barely. zavok 2015-11-23 17:08:20 +0300