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
path:
root
/
src
/
exec-cmd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree: move printing error into check_sneaky_paths()
Joursoir
2022-08-25
1
-21
/
+9
*
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
1
-10
/
+10
*
tree: usageprint() macro no longer returns an error by itself
Joursoir
2022-08-22
1
-10
/
+31
*
exec-cmd: help: add info about 'show'
Joursoir
2021-06-13
1
-1
/
+4
*
lpass: call the function of command without argv[0]
Joursoir
2021-06-12
1
-9
/
+2
*
exec-cmd: show: handle argument '--no-color'
Joursoir
2021-06-11
1
-4
/
+6
*
refactor; set correct headers guard
Joursoir
2021-03-23
1
-1
/
+1
*
move cmd to 'exec-cmd.c', fix some memory leak, macros changes
Joursoir
2021-03-23
1
-0
/
+495