platform/upstream/openconnect.git
2008-10-05 David WoodhouseTag version 0.93 v0.93
2008-10-05 David Woodhouseno gnomeui
2008-10-05 David Woodhousevpn name in title
2008-10-05 David Woodhousewe have some form of error feedback now, at least
2008-10-05 David WoodhouseDisplay dialog box on connect failure.
2008-10-05 David WoodhouseUse progress callback for output
2008-10-05 David Woodhousemake write_new_config a callback
2008-10-05 David Woodhouseupdate todo for auth-dialog
2008-10-05 David WoodhouseFix disconnections with JF endpoint.
2008-10-05 David Woodhousekill host selection dialog when done with it
2008-10-05 David Woodhousechoose host to connect to
2008-10-05 David Woodhouseupdate xmlconfig into gconf
2008-10-05 David Woodhousesilent when downloading config
2008-10-05 David Woodhousefix sha1 comparison
2008-10-05 David WoodhouseEliminate references to xmlconfig path in generic code
2008-10-05 David WoodhouseTag version 0.92 v0.92
2008-10-05 David Woodhousetodo update
2008-10-05 David Woodhouseinstall auth dialog
2008-10-05 David Woodhousedon't include version.h
2008-10-05 David WoodhouseRename to openconnect to avoid potential trademark...
2008-10-05 David Woodhouseclean up version handling a little
2008-10-05 David WoodhouseAdd NM auth dialog
2008-10-04 David Woodhousefix make clean
2008-10-04 David Woodhouseoops. Forgot cstp.c
2008-10-04 David Woodhouseclose on enter
2008-10-04 David WoodhouseAdd sample GTK UI callbacks for OpenSSL
2008-10-04 David WoodhouseRefactor to make auth bits into library
2008-10-04 David WoodhouseMove ui and cstp stuff out of ssl.c
2008-10-04 David Woodhousestart to split up ssl vs. cstp functions
2008-10-04 David WoodhouseSwitch to LGPLv2.1
2008-10-04 David WoodhouseSplit out write_new_config so that NM plugin can do...
2008-10-04 David Woodhouseexit with code 2 for a login failure
2008-10-04 David WoodhouseAutomatic tun device naming
2008-10-04 David Woodhouseoops, most of TODO items vanished...
2008-10-02 David WoodhouseTag version 0.91 v0.91
2008-10-02 David Woodhousefix tag check
2008-10-02 David Woodhousekill neon.c
2008-10-02 David Woodhouseuse correct file for key
2008-10-02 David Woodhouseremove curl.c
2008-10-02 David WoodhouseHandle PIN and code in either order
2008-10-02 David Woodhousefix up append_opt length handling and escaping
2008-10-02 David Woodhousedownload config
2008-10-02 David WoodhouseAsynchronous DTLS (re)connection
2008-10-02 David Woodhousenew dtls_state var
2008-10-02 David Woodhousereconnect on dtls dpd
2008-10-02 David WoodhouseNo need to SSL_CTX_add_session()
2008-10-02 David WoodhouseCheck options on reconnect
2008-10-02 David WoodhouseHandle CSTP reconnect with same cookie
2008-10-02 David Woodhousedon't reallocate deflate_pkt
2008-10-02 David WoodhouseIt looks like we do receive DPD requests occasionally...
2008-10-02 David Woodhouseignore incoming keepalive packets
2008-10-02 David Woodhousefewer magic numbers
2008-10-02 David WoodhouseHandle write stalls
2008-10-02 David Woodhouseuse generic KA stuff for cstp
2008-10-02 David Woodhouseuse generic KA stuff for dtls
2008-10-02 David WoodhouseAdd keepalive calculation function for use by ssl and...
2008-10-02 David Woodhousemore info in times struct
2008-10-02 David Woodhousetimes to own struct
2008-10-02 David WoodhouseAttempt resend of packets on SSL
2008-10-02 David Woodhousemv -f
2008-10-02 David Woodhousecompr send from pkt structure too
2008-10-02 David Woodhouseheader in pkt for ssl too
2008-10-02 David Woodhouseheader in pkt
2008-10-02 David Woodhousestop poll loop when close dtls
2008-10-02 David Woodhousedon't try new dtls ver
2008-10-02 David Woodhousefix SEGV on engine failure
2008-10-02 David Woodhousesame dpd fixes as in dtls, for ssl
2008-10-02 David Woodhousefix dpd in dtls
2008-10-02 David Woodhousefix version in useragent
2008-10-02 David Woodhousetag and tarball helper targets
2008-10-02 David Woodhousedon't build getwebvpn by default any more
2008-10-02 David Woodhousefix deps on version.h for new checkouts v0.90
2008-10-02 David Woodhouseadd missing version.sh
2008-10-02 David Woodhousechange version with tags too
2008-10-02 David Woodhouseprint it so that we get the new one, not the old
2008-10-02 David Woodhousereport version string when building
2008-10-02 David Woodhousedepend on version.sh so that a new tag causes a new...
2008-10-02 David Woodhouseadd a version number
2008-10-02 David Woodhousefix uninitialised cookieonly var, add 'printcookie...
2008-10-01 David WoodhouseAdd --cookieonly option
2008-10-01 David WoodhouseRemove Neon stuff
2008-10-01 David WoodhouseSubmit request in a single SSL record.
2008-10-01 David Woodhouseinclude ctype.h
2008-10-01 David Woodhouseremove typo
2008-10-01 David Woodhousesupport mangling in SecurID PIN
2008-10-01 David Woodhousequieten a little more, don't get name twice
2008-10-01 David Woodhousedon't remember username if not from command line
2008-10-01 David Woodhouseslight cleanup
2008-10-01 David WoodhouseAttempt second form
2008-10-01 David Woodhouseremember username
2008-10-01 David Woodhousemove more form handling out into separate function
2008-10-01 David Woodhousemove error and message stuff into UI; print cookie
2008-10-01 David Woodhouseusername has to be allocated since we might free it
2008-10-01 David Woodhouseuse username if given
2008-10-01 David WoodhouseAdd user argument
2008-10-01 David Woodhouseecho input
2008-10-01 David Woodhouseuse OpenSSL UI for prompting user. Don't abort on login...
2008-10-01 David WoodhouseAttempt form handling
2008-10-01 David Woodhouseattempt to handle POST
2008-10-01 David Woodhouselet method change
next