Changes in V2: Don't even add the "Software Token Authentication" vbox into the properties dialog, if libopenconnect wasn't built with stoken support. Couple other miscellaneous fixes. The following changes since commit 3cdfba563776531dc239c15118793733b7bd8633: Updated Slovenian translation (2012-10-08 09:04:36 +0200) are available in the git repository at: https://github.com/cernekee/network-manager-openconnect.git stoken-v2 for you to fetch changes up to 3a1833b7d3052f7386280507daef3f49ea0a8d4a: auth-dialog: Configure soft token mode based on GUI settings (2012-10-14 20:24:38 -0700) ---------------------------------------------------------------- Kevin Cernekee (8): properties: Fix broken 'C' hotkey properties: Link with libopenconnect properties: Clean up whitespace in Makefile.am properties: Add new "Software Token" section to UI dialog properties: Show/hide stoken properties based on library capabilities properties: Don't check_validity() so early auth-dialog: Use symbolic names for NM_OPENCONNECT_KEY_* auth-dialog: Configure soft token mode based on GUI settings auth-dialog/main.c | 30 +++- properties/Makefile.am | 34 +++-- properties/nm-openconnect-dialog.ui | 197 ++++++++++++++++++++++++- properties/nm-openconnect.c | 142 +++++++++++++++++- src/nm-openconnect-service.c | 2 + src/nm-openconnect-service.h | 2 + 6 files changed, 381 insertions(+), 26 deletions(-)