aboutsummaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-10-28 14:35:23 +0100
committerToni Uhlig <matzeton@googlemail.com>2020-10-28 14:35:23 +0100
commit8613c9bed377a05d097ffa0387f22906a4799e57 (patch)
treee85f094478ac02b4cd574b1f4984f6c8625b07ef /utils.h
parentb2540ad3304f13306cff98c29992b52a6f6d03b6 (diff)
added -U / -P optionHEADmaster
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils.h b/utils.h
index 513da66..840596d 100644
--- a/utils.h
+++ b/utils.h
@@ -11,6 +11,11 @@ struct cmd_options {
*/
char * key_string;
size_t key_length;
+ /* server: user/password required for any client authentication
+ * client: user/password used against server authentication
+ */
+ char * user;
+ char * pass;
/* server: listen host
* client: remote host
*/