aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* add border and paddingHEADmasterNathan Reiner2022-09-16
|
* Merge pull request #10 from vaygr/lineheight-supportMoritz Lüdecke2022-08-11
|\ | | | | Add lineheight support
| * Add lineheight supportVlad Glagolev2022-08-03
|/
* Merge pull request #9 from ftrvxmtrx/masterMoritz Lüdecke2022-01-20
|\ | | | | don't print "No config file found..." message
| * don't print "No config file found..." messageSigrid Solveig Haflínudóttir2022-01-20
|/ | | | | | | | | | | | | | | | | | | | | | | | | | On systems where musl is used as the libc, printf on pipe causes libc to check whether the output is a terminal (by calling ioctl TIOCGWINSZ) which results in broken pipe when an "OK" message is written. Creating an empty config file was the workaround, but it probably makes more sense to just disable the message altogether, as it's not supposed to be seen by the user regardless. openat(AT_FDCWD, "/home/ftrvx/.gnupg/pinentry-dmenu.conf", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) ioctl(1, TIOCGWINSZ, 0x7ff2ba8a98) = -1 ENOTTY (Not a tty) writev(1, [{iov_base="", iov_len=0}, {iov_base="No config file found. Use defaul"..., iov_len=36}], 2) = 36 brk(NULL) = 0x558549b000 brk(0x55854a0000) = 0x55854a0000 getuid() = 1000 mlock(0x558549b020, 16384) = 0 geteuid() = 1000 getuid() = 1000 geteuid() = 1000 getuid() = 1000 geteuid() = 1000 dup(0) = 3 dup(1) = 4 write(4, "OK Pleased to meet you, process "..., 37) = -1 EPIPE (Broken pipe) --- SIGPIPE {si_signo=SIGPIPE, si_code=SI_USER, si_pid=25113, si_uid=1000} ---
* Prevent duplicated uses of pinentryMoritz Luedecke2020-05-23
|
* Remove empty spacesMoritz Luedecke2020-05-23
|
* Merge pull request #4 from maximbaz/typo-bottomMoritz Lüdecke2019-01-24
|\ | | | | Fix typo in the config 'bottom'
| * fix typo in the config 'bottom'Maxim Baz2019-01-24
|/
* Mention GNUPGHOME in the manpageMoritz Luedecke2018-02-03
|
* Regard GNUPGHOMEMoritz Luedecke2018-02-02
|
* Add repeat functionMoritz Luedecke2018-01-25
|
* Change the approach of prompt setupMoritz Luedecke2018-01-25
|
* Add new global variable pin_lenMoritz Luedecke2018-01-25
|
* Add gitignoreMoritz Luedecke2018-01-25
|
* Set pinentry->resultMoritz Luedecke2018-01-25
|
* Remove useless commentMoritz Luedecke2017-09-30
|
* Use the right buffer size to paste more than twelve charactersMoritz Luedecke2017-09-30
|
* Fix table syntaxMoritz Lüdecke2017-09-25
|
* Use GPLv2 satisfy pinentry's requirementsMoritz Luedecke2017-09-25
|
* Rewrite a comment and delete a unnecessary whitespaceMoritz Luedecke2017-09-25
|
* Add dist, install and uninstall commandsMoritz Luedecke2017-09-25
|
* Add variable for pinentry object filesMoritz Luedecke2017-09-25
|
* Add manual pageMoritz Luedecke2017-09-25
|
* Add key bindings from dmenuMoritz Luedecke2017-09-25
|
* Don't delete the whole suffix when remove a symbol in the middle of the ↵Moritz Luedecke2017-09-24
| | | | passphrase
* Add DATE and update BUGREPORTMoritz Luedecke2017-09-24
|
* Delete unnecessary filesMoritz Luedecke2017-09-23
|
* Disable buttom mode as defaultMoritz Luedecke2017-09-23
|
* Add VERSION and PACKAGE_BUGREPORTMoritz Luedecke2017-09-23
|
* Rename README to README.mdMoritz Luedecke2017-09-23
|
* Add examples to READMEMoritz Luedecke2017-09-23
|
* Fill README with detailsMoritz Luedecke2017-09-19
|
* Move all config variables into config.h and rename topbar to buttomMoritz Luedecke2017-09-15
|
* Fix indentationMoritz Luedecke2017-09-11
|
* Update READMEMoritz Luedecke2017-09-10
|
* Only allocate memory if neededMoritz Luedecke2017-09-10
|
* Add paste with Ctrl+VMoritz Luedecke2017-09-10
|
* Split keypress function in a WinConfirm and a WinPin branchMoritz Luedecke2017-09-10
|
* Bracket the parameter for sizeofMoritz Luedecke2017-09-10
|
* You can abort the dialog and password prompt with CTRL+CMoritz Luedecke2017-09-05
|
* Get out the home dir even if the user used sudo or logged in as rootMoritz Luedecke2017-09-05
|
* Fix memory leakMoritz Luedecke2017-08-28
|
* Add repeat functionalityMoritz Luedecke2017-08-27
|
* Use secure buffer from pinentryMoritz Luedecke2017-08-27
|
* Delete unneded filesMoritz Luedecke2017-08-27
|
* Add libconfigMoritz Luedecke2017-08-23
|
* Use secure memoryMoritz Luedecke2017-08-23
|
* Reformat commentsMoritz Luedecke2017-08-21
|
* Eliminate useless checksMoritz Luedecke2017-08-20
|