aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-24Use unquoted program variablesEinhard Leichtfuß
E.g. $editor, $output_program. This is necessary in case the variables contain spaces which are to be interpreted as argument separators. Before, eval was sometimes used, which is too much.
2018-12-24Switch to EREs for --search-by-dataEinhard Leichtfuß
Also, use `rm -f' for deletion instead of plain `rm'.
2018-12-24Merge the different version's CHANGELOGsEinhard Leichtfuß
2018-12-04Change shebang of bash-completion fileEinhard Leichtfuß
/bin/bash -> /usr/bin/env bash bash may be located elsewhere. Was changed before for the main script.
2018-12-03Treat temporary file with careEinhard Leichtfuß
Particularly in case somebody uses de-/encrypting {input,ouput}_program, it is important that the temporary file containing the decrypted data remains only accessible by the current user and is deleted when no longer needed.
2018-12-02Update copyright noticeEinhard Leichtfuß
2018-12-02Simplify configure.acEinhard Leichtfuß
- Remove unnecessary AC_SUBST. - AC_SUBST([default_confdir]) `- Simplify, paricularly get rid of sed. `- Use local variables. `- Fix prefix=/ resulting in //'s.
2018-11-29Update copyright noticesEinhard Leichtfuß
2018-11-29Small cosmetic changesEinhard Leichtfuß
- Do not declare variables as local if they are also declared using `typeset'. - Slightly improve man page. - Change license links to https. - Update TODO
2017-08-04Change e-mail adress informationEinhard Leichtfuß
2017-08-03Initial commit of ctctEinhard Leichtfuß
Somewhere after version 0.2.2. Most notably, ctct can now be properly installed on OpenBSD and most likely other BSDs.