=== modified file 'TODO' --- TODO 2009-01-17 12:12:26 +0000 +++ TODO 2009-01-19 05:56:10 +0000 @@ -42,6 +42,7 @@ * Curses interface * mandos-keygen +** TODO Loop until passwords match when run interactively ** TODO "--secfile" option Using the "secfile" option instead of "secret" ** TODO [#B] "--test" option === modified file 'mandos-ctl' (properties changed: -x to +x) --- mandos-ctl 2009-01-17 02:12:05 +0000 +++ mandos-ctl 2009-01-19 05:56:10 +0000 @@ -124,8 +124,10 @@ help="Start checker for specified client") parser.add_option("--stop-checker", action="store_true", help="Stop checker for specified client") -parser.add_option("-v", "--is-valid", action="store_true", - help="Stop checker for specified client") +parser.add_option("-V", "--is-valid", action="store_true", + help="Check if specified client is still valid") +parser.add_option("-Q", "--quit", action="store_true", + help="Stops the running mandos server") parser.add_option("-c", "--checker", type="string", help="Set checker command for specified client") parser.add_option("-t", "--timeout", type="string",