/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to plugins.d/password-request.c

  • Committer: Teddy Hogeborn
  • Date: 2008-08-10 00:04:11 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080810000411-jt8mg7yqxtj5uzxn
* mandos (version): New variable.
  (main): New "--version" option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
bool debug = false;
101
101
static const char *keydir = "/conf/conf.d/mandos";
102
102
static const char mandos_protocol_version[] = "1";
103
 
const char *argp_program_version = "mandosclient 1.0";
 
103
const char *argp_program_version = "mandosclient 0.9";
104
104
const char *argp_program_bug_address = "<mandos@fukt.bsnet.se>";
105
105
 
106
106
/* Used for passing in values through the Avahi callback functions */