index
:
lock-password
develop
master
A simple terminal password manager, using GnuPG to encrypt passwords
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
xstd: move sizeof() into malloc()
Joursoir
2022-09-08
1
-3
/
+3
*
cmd_remove: drop file existence check
Joursoir
2022-09-08
1
-6
/
+0
*
cmd_remove: drop check for empty file
Joursoir
2022-09-08
1
-6
/
+2
*
xstd: include missing headers for function prototypes
Joursoir
2022-09-06
1
-0
/
+2
*
r-x11: include missing headers for function prototypes
Joursoir
2022-09-06
1
-0
/
+1
*
tree: handle a pointer returned by malloc()
Joursoir
2022-08-31
4
-1
/
+28
*
exec-cmd: use angle brackets to show that argument should be replaced
Joursoir
2022-08-31
1
-13
/
+13
*
tree: indent one tab between macro name and value
Joursoir
2022-08-31
4
-11
/
+11
*
gitignore: hide compressed man-file
Joursoir
2022-08-30
1
-0
/
+1
*
gitignore: drop garbage
Joursoir
2022-08-30
1
-1
/
+0
*
makefile: echo all commands that the script does
Joursoir
2022-08-30
1
-4
/
+4
*
r-gpgme: add macro to print gpgme specific error
Joursoir
2022-08-29
1
-4
/
+6
*
r-gpgme: drop macro for error handling
Joursoir
2022-08-29
1
-21
/
+0
*
r-gpgme: handle errors using goto
Joursoir
2022-08-29
1
-34
/
+70
*
constants: drop macro for error handling
Joursoir
2022-08-27
1
-12
/
+0
*
r-x11: replace errprint_*() with print_error()
Joursoir
2022-08-27
1
-2
/
+5
*
routines: replace errprint_*() with print_error()
Joursoir
2022-08-26
1
-1
/
+2
*
routines: replace errprint_*() with print_error()
Joursoir
2022-08-26
1
-3
/
+6
*
routines: replace errprint_*() with print_error()
Joursoir
2022-08-26
1
-5
/
+10
*
routines: include wayland code only if DISPLAY isn't defined
Joursoir
2022-08-25
1
-15
/
+15
*
routines: make the path validation error message more informative
Joursoir
2022-08-25
1
-2
/
+1
*
tree: move printing error into check_sneaky_paths()
Joursoir
2022-08-25
2
-22
/
+13
*
cmd_showtree: use a constant pointer to store the path
Joursoir
2022-08-24
1
-13
/
+4
*
cmd_showtree: replace errprint_*() with print_error()
Joursoir
2022-08-24
1
-35
/
+36
*
cmd_move: replace errprint_*() with print_error()
Joursoir
2022-08-24
1
-8
/
+16
*
cmd_remove: replace errprint_*() with print_error()
Joursoir
2022-08-24
1
-8
/
+16
*
cmd_generate: replace errprint_*() with print_error()
Joursoir
2022-08-24
1
-7
/
+14
*
cmd_edit: replace errprint_*() with print_error()
Joursoir
2022-08-24
1
-17
/
+32
*
cmd_insert: initialize password pointers
Joursoir
2022-08-22
1
-5
/
+3
*
cmd_insert: replace errprint_*() with print_error()
Joursoir
2022-08-22
1
-42
/
+45
*
cmd_init: replace errprint_*() with print_error()
Joursoir
2022-08-22
1
-5
/
+9
*
exec-cmd: add macro to print usage options
Joursoir
2022-08-22
1
-10
/
+12
*
tree: rename usageprint() to print_usage()
Joursoir
2022-08-22
2
-11
/
+11
*
tree: usageprint() macro no longer returns an error by itself
Joursoir
2022-08-22
3
-16
/
+32
*
lpass: delete obvious comments
Joursoir
2022-08-22
1
-3
/
+2
*
lpass: drop unnecessary variable
Joursoir
2022-08-22
1
-3
/
+2
*
lpass: try to change the dir a second time if the dir exists
Joursoir
2022-08-22
1
-5
/
+4
*
lpass: create root directory only if it doesn't exist.
Joursoir
2022-08-21
1
-9
/
+14
*
lpass: use new macro to output error(s)
Joursoir
2022-08-21
1
-4
/
+7
*
tree: introduce header file for output
Joursoir
2022-08-21
1
-0
/
+26
*
bump version
v1.2a
Joursoir
2021-07-04
2
-3
/
+3
*
routines: null-terminate a generated password
Joursoir
2021-07-04
1
-0
/
+1
*
routines: use new allowed chars to generate a password
Joursoir
2021-07-04
1
-2
/
+9
*
man: fix incorrect display of unicode char
Joursoir
2021-07-04
1
-13
/
+13
*
improve readability of the man page source
Joursoir
2021-07-01
1
-8
/
+18
*
improve man formatting
Joursoir
2021-06-23
1
-54
/
+48
*
don't duplicate documentation in readme
Joursoir
2021-06-23
2
-101
/
+11
*
makefile: delete echo, add bash completion
Joursoir
2021-06-22
1
-8
/
+7
*
add bash completion
Joursoir
2021-06-22
1
-0
/
+66
*
bump version
v1.1c
Joursoir
2021-06-13
2
-3
/
+3
[next]