aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* xstd: move sizeof() into malloc()Joursoir2022-09-081-3/+3
* cmd_remove: drop file existence checkJoursoir2022-09-081-6/+0
* cmd_remove: drop check for empty fileJoursoir2022-09-081-6/+2
* xstd: include missing headers for function prototypesJoursoir2022-09-061-0/+2
* r-x11: include missing headers for function prototypesJoursoir2022-09-061-0/+1
* tree: handle a pointer returned by malloc()Joursoir2022-08-314-1/+28
* exec-cmd: use angle brackets to show that argument should be replacedJoursoir2022-08-311-13/+13
* tree: indent one tab between macro name and valueJoursoir2022-08-314-11/+11
* r-gpgme: add macro to print gpgme specific errorJoursoir2022-08-291-4/+6
* r-gpgme: drop macro for error handlingJoursoir2022-08-291-21/+0
* r-gpgme: handle errors using gotoJoursoir2022-08-291-34/+70
* constants: drop macro for error handlingJoursoir2022-08-271-12/+0
* r-x11: replace errprint_*() with print_error()Joursoir2022-08-271-2/+5
* routines: replace errprint_*() with print_error()Joursoir2022-08-261-1/+2
* routines: replace errprint_*() with print_error()Joursoir2022-08-261-3/+6
* routines: replace errprint_*() with print_error()Joursoir2022-08-261-5/+10
* routines: include wayland code only if DISPLAY isn't definedJoursoir2022-08-251-15/+15
* routines: make the path validation error message more informativeJoursoir2022-08-251-2/+1
* tree: move printing error into check_sneaky_paths()Joursoir2022-08-252-22/+13
* cmd_showtree: use a constant pointer to store the pathJoursoir2022-08-241-13/+4
* cmd_showtree: replace errprint_*() with print_error()Joursoir2022-08-241-35/+36
* cmd_move: replace errprint_*() with print_error()Joursoir2022-08-241-8/+16
* cmd_remove: replace errprint_*() with print_error()Joursoir2022-08-241-8/+16
* cmd_generate: replace errprint_*() with print_error()Joursoir2022-08-241-7/+14
* cmd_edit: replace errprint_*() with print_error()Joursoir2022-08-241-17/+32
* cmd_insert: initialize password pointersJoursoir2022-08-221-5/+3
* cmd_insert: replace errprint_*() with print_error()Joursoir2022-08-221-42/+45
* cmd_init: replace errprint_*() with print_error()Joursoir2022-08-221-5/+9
* exec-cmd: add macro to print usage optionsJoursoir2022-08-221-10/+12
* tree: rename usageprint() to print_usage()Joursoir2022-08-222-11/+11
* tree: usageprint() macro no longer returns an error by itselfJoursoir2022-08-223-16/+32
* lpass: delete obvious commentsJoursoir2022-08-221-3/+2
* lpass: drop unnecessary variableJoursoir2022-08-221-3/+2
* lpass: try to change the dir a second time if the dir existsJoursoir2022-08-221-5/+4
* lpass: create root directory only if it doesn't exist.Joursoir2022-08-211-9/+14
* lpass: use new macro to output error(s)Joursoir2022-08-211-4/+7
* tree: introduce header file for outputJoursoir2022-08-211-0/+26
* bump versionv1.2aJoursoir2021-07-041-2/+2
* routines: null-terminate a generated passwordJoursoir2021-07-041-0/+1
* routines: use new allowed chars to generate a passwordJoursoir2021-07-041-2/+9
* bump versionv1.1cJoursoir2021-06-131-2/+2
* exec-cmd: help: add info about 'show'Joursoir2021-06-131-1/+4
* lpass: add cmd 'show'Joursoir2021-06-131-1/+3
* lpass: call the function of command without argv[0]Joursoir2021-06-122-11/+4
* lpass: delete side effectJoursoir2021-06-121-3/+5
* rename main.c to lpass.cJoursoir2021-06-121-0/+0
* exec-cmd: show: handle argument '--no-color'Joursoir2021-06-111-4/+6
* tree: make it possible to control the use of colorJoursoir2021-06-112-6/+9
* refactor; set correct headers guardJoursoir2021-03-237-32/+25
* move cmd to 'exec-cmd.c', fix some memory leak, macros changesJoursoir2021-03-235-464/+519