platform/upstream/openconnect.git
2009-05-10 David WoodhouseHandle dependencies on stuff like gconf/gtk better.
2009-05-09 David WoodhouseAvoid duplicate form entries, especially in wrong order
2009-05-09 David WoodhouseRemember form entries
2009-05-09 David WoodhouseEnsure prompt overrides are honoured for default selection
2009-05-09 David WoodhouseUse form answers from gconf
2009-05-09 David WoodhouseAllow default settings for UI form elements to be set
2009-05-09 David WoodhouseFix default result for combobox
2009-05-09 David WoodhouseImport web page into git where it'll be easier to manage.
2009-05-09 David WoodhouseFix up TODO list. We seem to have done everything that...
2009-05-08 David WoodhouseTag version 1.20 v1.20
2009-05-08 David WoodhouseHandle parameters in messages
2009-05-08 David Woodhouseshift message handling into separate function
2009-05-08 David WoodhouseDon't set form->{banner,error,message} if it's empty
2009-05-08 David WoodhouseAbort when no login form opts
2009-05-08 David WoodhouseAsk user about authentication group
2009-05-07 David WoodhouseAllow auth group selection to be set on command line
2009-05-07 David Woodhouseapply configured username/password more selectively
2009-05-02 David WoodhouseFix various bugs in split_{in,ex}clude list handling
2009-04-29 David WoodhouseExpose all CSTP options to script
2009-04-29 David WoodhouseSupport proxy autoconfiguration
2009-04-29 David WoodhouseAdd processing of Split-Exclude headers from server
2009-04-28 Thomas WoodAdd a command line option to continue in background...
2009-04-28 David Woodhouseclean up printing of server disconnect message
2009-04-24 David WoodhouseDon't SEGV on empty selection
2009-04-24 David WoodhouseAllow user to set DTLS ciphers
2009-04-24 David WoodhouseHandle failure to agree DTLS cipher more gracefully
2009-04-22 David Woodhousehandle login button visibility
2009-04-22 David Woodhousesilence warning about do_override_label func
2009-04-22 David Woodhousehandle label overrides
2009-04-22 David Woodhouseprint banner/error/message only if they aren't empty
2009-04-22 David Woodhousehandle select opts in NM UI
2009-04-22 David WoodhouseStart at processing form directly instead of through...
2009-04-22 David Woodhousecreate ssl_box_add_info()
2009-04-22 David WoodhouseDon't print banner/error/message when empty
2009-04-22 David WoodhouseAllow automatic vertical resize
2009-04-22 David WoodhouseAllow process_auth_form() to be overridden in vpninfo
2009-04-22 David Woodhousedrop request body args from process_form
2009-04-22 David WoodhouseAdd README.DTLS
2009-04-22 David Woodhouseremove 'verbose' variable
2009-04-22 David WoodhouseClean up openconnect_obtain_cookie() return value
2009-04-22 David WoodhouseClean up parse_xml_response() and process_form() return...
2009-04-22 David Woodhousemove form definitions to openconnect.h
2009-04-22 David WoodhouseMove append_form_opts() up to avoid having to declare...
2009-04-22 David Woodhouserename form structures, basic documentation on string...
2009-04-22 David WoodhouseAll input types process after user-interaction now
2009-04-22 David WoodhouseHandle choice in append_form_opts() too
2009-04-22 David WoodhouseMove towards building form submission req _after_ proce...
2009-04-21 David WoodhouseFix banner/error messages, don't complain about submit...
2009-04-21 David WoodhouseSplit XML parsing from form handling
2009-04-20 David WoodhouseMove all authentication form handling to auth.c
2009-04-18 David Woodhouseversion.c depends on Makefile too
2009-04-18 David WoodhouseInclude version.c in tarballs
2009-04-18 David WoodhouseAdd '-unknown' tag when git unavailable
2009-04-18 David WoodhouseFix dependencies for version.c
2009-04-18 David WoodhouseDTLS: Use cipher specified by server, not the one from...
2009-04-18 David WoodhouseDetect TCP connection closure; OpenSSL doesn't.
2009-04-18 David WoodhouseUse TLSv1, not SSLv23 for TCP connection
2009-04-18 David WoodhouseAllow auth-type choice without authtype, since some...
2009-04-09 David WoodhouseFix description of --tpm-key option in man page too
2009-04-09 Nick AndrewWhitespace cleanups
2009-04-09 Nick AndrewCorrect filename in the script comments
2009-04-09 Nick AndrewURL no longer exists; here's an alternate
2009-04-09 Nick AndrewImprove readability of progress message
2009-04-09 Nick AndrewFix a compile warning on fprintf argument
2009-04-09 Nick AndrewFix no-password progress report message
2009-04-09 Nick AndrewFix description of --tpm-key option
2009-04-01 David WoodhouseTag version 1.10 v1.10
2009-04-01 David Woodhouseno need to conditionally free urlpath
2009-04-01 David WoodhouseSanify urlpath settings... no longer include leading /
2009-03-31 David Woodhouseshow autoconnect option
2009-03-31 David Woodhousecope with UserGroup option in XML files, and gateway...
2009-03-31 David WoodhouseGrok UserGroup option in XML file
2009-03-31 David Woodhouseremove superfluous debug output
2009-03-31 David WoodhouseAdd UserGroup option
2009-03-31 David WoodhouseDon't free cookies when a redirect sends you back to...
2009-03-31 David WoodhouseFix HTTP redirect handling for non-root URLs
2009-03-25 David Woodhouseuse a string for autoconnect, not a bool. Otherwise...
2009-03-25 David Woodhouseautoconnect depending on gconf, not #ifdefs
2009-03-25 David Woodhouseremember last connected host
2009-03-25 David Woodhouseuse configured hostname in list, not 'VPN Gateway'
2009-03-25 David Woodhousedon't duplicate configured host in list
2009-03-25 David WoodhouseMerge branch 'nm-ui-rewrite' of git://github.com/jku...
2009-03-18 David WoodhouseTag version 1.00 v1.00
2009-02-03 Jussi KukkonenMerge branch 'master' into nm-ui-rewrite
2009-02-03 Jussi Kukkonenmake cert validation dialog smaller (nicer on small...
2009-02-03 Jussi Kukkonenfix crasher: cert validation dialog must run in main...
2009-02-03 David WoodhouseMerge branch 'fixes' of git://github.com/jku/openconnect
2009-01-29 Jussi Kukkonenadd gthread-2.0 to cflags and libs
2009-01-28 David WoodhouseFix memory leak on handled packets
2009-01-27 Jussi Kukkonenfix regression with return values
2009-01-27 Jussi Kukkonenfix login button mnemonic
2009-01-27 Jussi Kukkonenminor UI improvements
2009-01-27 Jussi Kukkonenfix handling of long labels
2009-01-26 Jussi Kukkonenadd log textview
2009-01-25 Jussi Kukkonenfix return values on error and on window close
2009-01-25 Jussi Kukkonenfix possible thread synchronization bug
2009-01-25 Jussi Kukkonenminor ui fixes, better dialog default size
2009-01-25 Jussi Kukkonenadd NM_AUTH_DIALOG_AUTOCONNECT compile flag
2009-01-25 Jussi Kukkonenfix possible race condition in form entry creation...
2009-01-25 Jussi Kukkonenfix details in handling the challenge-response cycle
next