log

age author description
Wed, 07 Aug 2019 11:28:07 +0200 Guido Berhoerster Add tests
Tue, 06 Aug 2019 11:21:04 +0200 Guido Berhoerster Try to use $HOME for the user's home directory
Wed, 31 Jul 2019 11:21:54 +0200 Guido Berhoerster Allow local makefile overrides in local.mk
Tue, 30 Jul 2019 20:38:08 +0200 Guido Berhoerster Prevent potential division by zero
Tue, 28 Nov 2017 17:16:24 +0100 Guido Berhoerster Only invoke pager in the help command for the summary of all commands
Tue, 28 Nov 2017 16:48:45 +0100 Guido Berhoerster Distinguish between unknown argument and missing value
Tue, 28 Nov 2017 15:09:19 +0100 Guido Berhoerster Explicitly handle all cases in switch statements
Thu, 28 Sep 2017 10:06:59 +0200 Guido Berhoerster Read configuration file on startup
Wed, 27 Sep 2017 19:44:05 +0200 Guido Berhoerster Add set command for setting or retrieving option values
Mon, 25 Sep 2017 21:21:25 +0200 Guido Berhoerster Add define command for defining macros
Thu, 21 Sep 2017 09:45:59 +0200 Guido Berhoerster Add pwm-clip utility for setting the X11 CLIPBOARD selection
Wed, 20 Sep 2017 23:57:51 +0200 Guido Berhoerster Build common functions as a library that can be reused
Wed, 20 Sep 2017 23:49:31 +0200 Guido Berhoerster Build compatibility functions as a library that can be reused
Sun, 17 Sep 2017 18:45:05 +0200 Guido Berhoerster Add read-only mode
Thu, 07 Sep 2017 12:40:50 +0200 Guido Berhoerster Add fully interactive mode
Wed, 06 Sep 2017 16:41:58 +0200 Guido Berhoerster Make EOF in interactive mode equivalent to the q command
Wed, 06 Sep 2017 13:56:11 +0200 Guido Berhoerster Automatically save the database when receiving a fatal signal
Fri, 01 Sep 2017 22:33:41 +0200 Guido Berhoerster Handle signals
Thu, 24 Aug 2017 13:10:56 +0200 Guido Berhoerster Use libtecla for interactive input
Sat, 12 Aug 2017 10:41:52 +0200 Guido Berhoerster Page long output in interactive mode
Tue, 08 Aug 2017 10:47:04 +0200 Guido Berhoerster Add status command
Mon, 07 Aug 2017 19:11:56 +0200 Guido Berhoerster Show all record fields except the password by default
Mon, 07 Aug 2017 18:16:47 +0200 Guido Berhoerster Extend help command to show usage information for commands
Mon, 07 Aug 2017 16:59:47 +0200 Guido Berhoerster Warn before quitting if there are unsaved changes
Thu, 03 Aug 2017 10:22:07 +0200 Guido Berhoerster Add generatepassword command to generate random passwords
Mon, 31 Jul 2017 09:20:21 +0200 Guido Berhoerster Add filter expressions to list command
Fri, 28 Jul 2017 15:53:57 +0200 Guido Berhoerster Enable access to record and file metadata
Fri, 28 Jul 2017 09:53:46 +0200 Guido Berhoerster Update metadata
Fri, 28 Jul 2017 08:20:38 +0200 Guido Berhoerster Fix asprintf compatibility code
Fri, 28 Jul 2017 08:11:30 +0200 Guido Berhoerster Fix missing include
Mon, 06 Feb 2017 10:38:57 +0100 Guido Berhoerster Ensure everything is built before installing
Sun, 05 Feb 2017 13:54:39 +0100 Guido Berhoerster Prevent misleading double error message
Sun, 05 Feb 2017 13:30:31 +0100 Guido Berhoerster Fix check for successful deletion of a empty group
Sat, 04 Feb 2017 22:06:15 +0100 Guido Berhoerster Refactor the creation of the record and group list
Sat, 04 Feb 2017 21:04:47 +0100 Guido Berhoerster Fix a typo potentially causing a NULL pointer dereference
Fri, 03 Feb 2017 16:11:58 +0100 Guido Berhoerster Add README file and manpage
Thu, 19 Jan 2017 22:39:51 +0100 Guido Berhoerster Initial revision