index
:
dmenu-pinentry
master
oldmaster
my fork of dmenu-pinentry
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-09-10
Add paste with Ctrl+V
Moritz Luedecke
1
-0
/
+4
2017-09-10
Split keypress function in a WinConfirm and a WinPin branch
Moritz Luedecke
1
-57
/
+82
2017-09-10
Bracket the parameter for sizeof
Moritz Luedecke
1
-2
/
+2
2017-09-05
You can abort the dialog and password prompt with CTRL+C
Moritz Luedecke
1
-0
/
+11
2017-09-05
Get out the home dir even if the user used sudo or logged in as root
Moritz Luedecke
1
-3
/
+14
2017-08-28
Fix memory leak
Moritz Luedecke
1
-1
/
+1
2017-08-27
Add repeat functionality
Moritz Luedecke
1
-27
/
+53
2017-08-27
Use secure buffer from pinentry
Moritz Luedecke
1
-40
/
+31
2017-08-27
Delete unneded files
Moritz Luedecke
3
-46
/
+0
2017-08-23
Add libconfig
Moritz Luedecke
1
-1
/
+1
2017-08-23
Use secure memory
Moritz Luedecke
1
-1
/
+2
2017-08-21
Reformat comments
Moritz Luedecke
1
-17
/
+17
2017-08-20
Eliminate useless checks
Moritz Luedecke
1
-8
/
+6
2017-08-20
Get winid from pinentry instead of dealing it by itself
Moritz Luedecke
1
-16
/
+4
2017-08-20
Remove unneded assignment
Moritz Luedecke
1
-5
/
+4
2017-08-20
Replace newline characters with whitespace
Moritz Luedecke
1
-0
/
+7
2017-08-20
Add cursor
Moritz Luedecke
1
-5
/
+10
2017-08-20
Remove a delete note
Moritz Luedecke
1
-1
/
+0
2017-08-20
Remove unused variable and fix a warning
Moritz Luedecke
1
-6
/
+3
2017-08-20
Rename option windowed to embedded
Moritz Luedecke
2
-9
/
+9
2017-08-20
Catch parameters '-W' and '--parent-wid' to get the window id
Moritz Luedecke
1
-46
/
+55
2017-08-20
Format defines
Moritz Luedecke
1
-4
/
+5
2017-08-20
Set config path to ~/.gnupg/pinentry-dmenu.conf
Moritz Luedecke
1
-4
/
+11
2017-08-20
Use standard settings from dmenu
Moritz Luedecke
1
-6
/
+8
2017-08-20
Get settings from config file and extend color scheme
Moritz Luedecke
1
-70
/
+103
2017-08-15
Fix uninitialized variable when call pinentry without description
Moritz Luedecke
1
-1
/
+1
2017-08-15
Remove unused code
Moritz Luedecke
1
-27
/
+1
2017-08-10
Add description at the right side
Moritz Luedecke
2
-26
/
+119
2017-08-01
Add confirm dialog
Moritz Luedecke
1
-22
/
+21
2017-08-01
Revert some changes and add old code from dmenu
Moritz Luedecke
7
-354
/
+419
2017-07-30
Add monitor support
Moritz Luedecke
1
-16
/
+79
2017-07-30
Rename spine into pinentry-dmenu
Moritz Luedecke
5
-17
/
+18
2017-07-30
Fix code formation
Moritz Luedecke
2
-60
/
+104
2016-02-07
woops, forgot cursor
zavok
2
-2
/
+4
2016-02-07
actually clean up text on unsuccesful pass input
zavok
2
-2
/
+3
2015-12-02
bugfix, you can bring window up more than once now
zavok
4
-22
/
+29
2015-12-01
confirm mode confirmed
zavok
3
-37
/
+74
2015-11-24
minor cleanup and root Makefile now triggers pinentry Makefile
zavok
13
-7
/
+60
2015-11-23
recieve prompt and description from gpg-agent
zavok
2
-15
/
+18
2015-11-23
This is a "barely works" version of spine, I hope it works, at least barely.
zavok
37
-0
/
+5734