=== modified file 'mandos-client.c' --- mandos-client.c 2008-08-09 15:36:06 +0000 +++ mandos-client.c 2008-08-10 00:18:25 +0000 @@ -66,6 +66,9 @@ #define BUFFER_SIZE 256 +const char *argp_program_version = "plugbasedclient 1.0"; +const char *argp_program_bug_address = ""; + struct process; typedef struct process{ @@ -144,9 +147,6 @@ return fcntl(fd, F_SETFD, ret | FD_CLOEXEC); } -const char *argp_program_version = "plugbasedclient 0.9"; -const char *argp_program_bug_address = ""; - process *process_list = NULL; /* Mark a process as completed when it exits, and save its exit === modified file 'mandos-client.xml' --- mandos-client.xml 2008-08-10 00:07:24 +0000 +++ mandos-client.xml 2008-08-10 00:18:25 +0000 @@ -77,7 +77,7 @@ --options-forPLUGIN:OPTIONS --disablePLUGIN --groupidID - --userpidID + --useridID --plugin-dirDIRECTORY --debug === modified file 'mandos.xml' --- mandos.xml 2008-08-10 00:07:24 +0000 +++ mandos.xml 2008-08-10 00:18:25 +0000 @@ -87,11 +87,11 @@ &COMMANDNAME; + --version + + + &COMMANDNAME; --check - - - &COMMANDNAME; - --version @@ -194,6 +194,15 @@ + + + --version + + + Prints the program version + + + === modified file 'plugins.d/password-prompt.c' --- plugins.d/password-prompt.c 2008-08-09 15:36:06 +0000 +++ plugins.d/password-prompt.c 2008-08-10 00:18:25 +0000 @@ -52,7 +52,7 @@ volatile bool quit_now = false; bool debug = false; -const char *argp_program_version = "passprompt 0.9"; +const char *argp_program_version = "passprompt 1.0"; const char *argp_program_bug_address = ""; static void termination_handler(__attribute__((unused))int signum){ === modified file 'plugins.d/password-request.c' --- plugins.d/password-request.c 2008-08-09 15:36:06 +0000 +++ plugins.d/password-request.c 2008-08-10 00:18:25 +0000 @@ -100,7 +100,7 @@ bool debug = false; static const char *keydir = "/conf/conf.d/mandos"; static const char mandos_protocol_version[] = "1"; -const char *argp_program_version = "mandosclient 0.9"; +const char *argp_program_version = "mandosclient 1.0"; const char *argp_program_bug_address = ""; /* Used for passing in values through the Avahi callback functions */