added option -y to support passwords for policy-enabled sites

This commit is contained in:
git@daemon.de
2016-08-23 17:34:57 +02:00
parent 6458d09cda
commit 9d72c91584
3 changed files with 44 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
/*
* This file is part of dicepwgen
*
* Copyright (C) 2015 T.v.Dein.
* Copyright (C) 2015-2016 T.v.Dein.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -37,12 +37,13 @@
#define STRINGIZE(x) #x
#define STRINGIZE_VALUE_OF(x) STRINGIZE(x)
#define VERSION "1.0"
#define VERSION "1.1"
#define RLEN 1024
int humantoss;
int verbose;
int dontjump;
int symbols;
int WMIN;
int WMAX;