]> www.infradead.org Git - users/dwmw2/openconnect.git/shortlog
users/dwmw2/openconnect.git
2020-05-17 Daniel Lenskimake delay_tunnel consistent with delay_close
2020-05-17 Daniel Lenskiattempt to coax server to accept a larger MRU by nak...
2020-05-17 Daniel Lenskihandle CONFNAK of our magic number by trying a new one
2020-05-17 Daniel Lenskidon't solicit DNS/NBNS servers unless we have neither
2020-05-17 Daniel Lenskihandle state transition after sending config packets...
2020-05-17 Daniel Lenskifix too-early fallthrough from OPENED to NETWORK state
2020-05-17 Daniel Lenskiallegedly universal MTU calculator: use for GPST and PPP
2020-05-17 Daniel Lenskiadd delay_close and use it for clean PPP termination...
2020-05-17 Daniel Lenskirestore PPP state transition fallthroughs
2020-05-17 Daniel Lenskiwe should still try to cleanly close the session if...
2020-05-17 Daniel Lenskiadd delay_tunnel flag to delay tunnel creation
2020-05-17 Daniel Lenskivalgrind: fix f5 mem leaks
2020-05-16 Daniel Lenskiuse ACK/NAK request mechanism to request IPv4 address...
2020-05-16 Daniel Lenskifriendlier logging of outgoing PPP packets
2020-05-16 Daniel Lenskicreate vpninfo->ppp in-place
2020-05-16 Daniel Lenskifix logging of unknown TLV lengths, and copy-paste...
2020-05-15 Daniel Lenskiadd secure_cookie protocol field to suppress other...
2020-05-15 Daniel Lenskithanks Coverity
2020-05-15 Daniel Lenskisuppress warnings
2020-05-15 Daniel LenskiIsn't this great?
2020-05-15 Daniel Lenskiattempted support for concatenated packets
2020-05-15 Daniel Lenskimove checking of config packet length to handle_config_...
2020-05-14 Daniel Lenskican't determine encap-header location until after HDLC'ing
2020-05-14 Daniel Lenskifactor out redundancy in HDLC de-encapsulation
2020-05-14 Daniel Lenskiremove redundancy in HDLC encapsulation
2020-05-14 Daniel Lenskifactor out add_ppp_header
2020-05-14 Daniel Lenskifix HDLC packet logging buffer overflow
2020-05-14 Daniel Lenskin != ppp.hlen for HDLC (will only work by coincidence...
2020-05-14 Daniel Lenskicheck pre-un-HDLC packet length for NX
2020-05-14 Daniel Lenskifix a couple off-by-encap_len bits of NX
2020-05-14 David WoodhouseMerge branch 'nx' of https://gitlab.com/Rondom/openconn...
2020-05-14 David WoodhouseMerge branch 'master' of git.infradead.org:public_git...
2020-05-14 Andreas GnauAdd initial SonicWall NetExtender support
2020-05-14 David WoodhouseTag version 8.10 v8.10
2020-05-14 David WoodhouseUpdate changelog
2020-05-14 David WoodhouseMerge branch 'bug721570' of gitlab.com:floppym/openconnect
2020-05-14 David WoodhouseBump Android API level to 23 to allow it to run on...
2020-05-14 David WoodhouseUpdate Android dependencies
2020-05-14 David WoodhouseMerge branch 'Juniper_frmNextToken_submit_button' of...
2020-05-14 David WoodhouseMerge branch 'GP_stop_asking_to_report_unexpected_arg19...
2020-05-14 David WoodhouseMerge branch 'do_not_strip_newlines_in_CSD_response...
2020-05-14 David WoodhouseTidy up PPP strings
2020-05-14 Daniel Lenskiparse real Fortinet config
2020-05-13 Daniel Lenskiadd test-fortinet-login.py
2020-05-13 David WoodhouseBasic ConfRej handling
2020-05-13 David WoodhouseMerge branch 'f5' of gitlab.com:openconnect/openconnect
2020-05-13 David WoodhouseUse LCP protocol code values for feature bitmask
2020-05-13 Daniel Lenskisecond time's a charm?
2020-05-13 David WoodhouseFewer magic numbers for NCP opts
2020-05-13 David WoodhouseMake encap_names[] compile again
2020-05-13 David WoodhouseMerge branch 'master' of git.infradead.org:public_git...
2020-05-13 Daniel Lenskifix encap_names for Fortinet HDLC
2020-05-13 David WoodhouseUse do_https_request()
2020-05-13 David WoodhouseFix fortinet_bye() path
2020-05-13 Daniel Lenskicombine comments from heretofore missing ppp.h
2020-05-13 Daniel Lenskisave four bytes in HDLC malloc
2020-05-13 David WoodhouseAdd basic attempt at Fortinet support
2020-05-13 David WoodhouseUse ID from struct ncp
2020-05-13 David WoodhouseMake proto strings static
2020-05-13 David WoodhouseAdd missing ppp.h
2020-05-13 Daniel Lenskiuse HDLC_OUT macro
2020-05-13 Daniel Lenskicheck for PPP state transitions before/after each packe...
2020-05-13 Daniel Lenskimove PPP #defines and structs to ppp.h
2020-05-13 Daniel Lenskiunused label
2020-05-13 David WoodhouseHandle ConfRej for anything that needs it.
2020-05-13 Daniel LenskiFix un-HDLC corner cases
2020-05-13 Daniel Lenskiget rid of a bunch of casts
2020-05-13 Daniel Lenskistop asking users to report unexpected GP login argumen...
2020-05-12 David WoodhouseAdd FCS support
2020-05-12 Daniel Lenskinope, F5 HDLC isn't emitting junk… I'm just failing...
2020-05-12 Daniel Lenskitweak unhdlc_in_place, in preparation for multiple...
2020-05-12 Daniel Lenskisimplify PPP header checking
2020-05-12 Daniel LenskiF5 server sends frequent extra junk/padding in HDLC...
2020-05-12 Daniel Lenskiworking unhdlc_in_place and hdlc_into_new_pkt
2020-05-12 Daniel Lenskirip out HDLC skeleton as a thought experiment
2020-05-12 Daniel Lenskiremove state-machine fall-throughs: unnecessary, error...
2020-05-12 Daniel Lenskiget rid of offset-by-1 in lcp_names and encap_names...
2020-05-12 Daniel Lenskilog ancient deprecated IPCP IP-Addresses option
2020-05-12 Daniel Lenskiuse tcp_control_queue for PPP config packets
2020-05-12 Daniel Lenskioncp_control_queue → tcp_control_queue
2020-05-12 Daniel Lenskicleanup state printing
2020-05-12 Daniel Lenskiadd timers to resend Config-Request after 3 seconds
2020-05-12 Daniel Lenskisend_config_request → queue_config_request
2020-05-12 Daniel Lenskinow storing {in,out}_lcp_magic in on-the-wire order...
2020-05-12 Daniel Lenskifix header shift prediction
2020-05-12 David WoodhouseBetter attempt to get HDLC outbound right
2020-05-12 David WoodhouseUse CONFREQ et al definitions instead of numbers
2020-05-12 David WoodhouseMake oc_ncp state a structure, including the id.
2020-05-12 David WoodhouseDrop hdlc and we_go_first args from openconnect_ppp_new()
2020-05-12 Daniel Lenskiwe're never gonna want outgoing header compression
2020-05-12 Daniel Lenskihandle we_go_first
2020-05-12 Daniel Lenskiuse queue for conf-ack packets too
2020-05-12 Daniel Lenskitwo more dumb bugs
2020-05-12 Daniel Lenskiqueue util packets
2020-05-12 Daniel Lenskifix two bugs which were cancelling each other
2020-05-12 Daniel Lenskiconsolidate send_util and stash packet header length...
2020-05-12 Daniel LenskiPPP: use echo-request/discard-request for DPD/keepalive
2020-05-12 Daniel Lenskiworking PPP mainloop
2020-05-12 Daniel Lenskistate naming/handling cleanup
2020-05-12 Daniel Lenskiplan to handle different types of PPP encapsulation...
next