[PATCH v2 0/2] option to choose form field for token code, and to append to password

Dan Lenski dlenski at gmail.com
Sun Dec 20 22:47:44 PST 2015


With this patch, you can explicitly specify the name of the form field to hold
the passcode, optionally by appending it to the password field.

      --token-field=[+]FIELD      Form field for token code (with +, code is appended to password)

changes since v1:
* small bugfixes

Dan Lenski (2):
  option to choose form field for token code, and to append to password
  documentation for the new --token-field option

 auth-common.c          | 36 ++++++++++++++++++++++++++++++------
 auth.c                 | 19 ++++++++++++++++---
 library.c              |  5 +++--
 main.c                 | 19 +++++++++++++++++--
 openconnect-internal.h |  2 ++
 openconnect.8.in       | 20 ++++++++++++++++++++
 openconnect.h          |  1 +
 7 files changed, 89 insertions(+), 13 deletions(-)

-- 
2.5.0




More information about the openconnect-devel mailing list