platform/upstream/openconnect.git
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
2008-10-01 David WoodhouseSubmit cookies with request
2008-10-01 David WoodhouseHandle cookie deletion properly
2008-10-01 David Woodhousestart to parse xml response
2008-10-01 David Woodhousemove cookie func to http.c
2008-10-01 David WoodhouseSingle function to obtain cookie
2008-10-01 David WoodhouseSome cookies have no attributes
2008-10-01 David WoodhouseOnly check config sha1 if we have a config
2008-10-01 David WoodhouseTidy up cookie handling, check XML config file sha1...
2008-10-01 David WoodhouseAttempt to avoid the assert() which Marcel saw.
2008-10-01 David WoodhouseJustify wheel re-invention
2008-10-01 David Woodhousefixme: cookies
2008-10-01 David WoodhouseBugger it. Own HTTP parsing
2008-10-01 David WoodhouseStart of code to use neon. This doesn't work either.
2008-09-30 David WoodhouseSwitch to using Neon for XML parsing.
2008-09-30 Marcel HoltmannUse SecurID based login to retrieve webvpn cookie
2008-09-30 David Woodhousefixme: redirects happen
2008-09-30 David WoodhouseLook up hosts in XML config file
2008-09-30 David WoodhouseRemove a bunch of stuff from TODO
2008-09-30 David WoodhouseMake cert and key options a little saner
2008-09-30 David Woodhousedoh. Fix latency fuckup
2008-09-30 David WoodhouseClean up exit handling a little
2008-09-30 David WoodhouseEnable compression by default, allow DTLS to be disabled
2008-09-30 David WoodhouseChange name of MTU environment variable
2008-09-30 David Woodhousefix up server verification a bit
2008-09-30 David WoodhouseAdd server cert verification
2008-09-30 David Woodhousehandle SIGHUP too
2008-09-30 David WoodhouseClean up messages a little
2008-09-30 David WoodhouseClean up CSTP option handling
2008-09-29 David Woodhouseadmit what we know about xml download
2008-09-29 David WoodhouseAdd comments on OpenSSL patches
2008-09-29 David WoodhouseTidy up option handling a little
2008-09-29 David WoodhouseAdd capability to use vpnc's route mangling script
2008-09-29 David Woodhouseset up for invoking script for config
2008-09-29 David WoodhouseFD_CLOEXEC
next