]> www.infradead.org Git - users/dwmw2/openconnect.git/shortlog
users/dwmw2/openconnect.git
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...
2020-05-12 Daniel Lenskiinclude ppp state in `struct openconnect_info`
2020-05-12 Daniel Lenskifactor out send_config_request
2020-05-12 Daniel Lenskiworking PPP config negotation (LCP+IPCP+IP6CP)
2020-05-12 Daniel Lenskimake buf_append_{be16,be32,le16} global
2020-05-12 Daniel Lenskiadd test-f5-login.py script
2020-05-12 Daniel Lenskiextract basic IP configuration from XML, including...
2020-05-08 Sergei Trofimovichgnutls: prevent buffer overflow in get_cert_name
2020-05-07 Daniel LenskiJuniper frmNextToken: recognize secidactionEnter as...
2020-05-07 David WoodhouseDisable OpenSSL RDRAND in COPR tests to work around...
2020-05-07 David WoodhouseFix name of tpm2-tss-engine
2020-05-06 Daniel LenskiAlso disable cURL's use of HTTP/1.1 expect logic
2020-05-06 Daniel LenskiFix f5_bye
2020-05-06 Daniel Lenskitypo
2020-05-06 David WoodhouseStart adding PPP
2020-05-06 Daniel Lenskisome ASAs are confused by stripping newlines from CSD...
2020-05-06 David WoodhouseFirst attempt at F5 support
2020-05-04 David WoodhouseFix up COPR specfiles for bash-completion script location
2020-05-04 David WoodhouseMerge branch 'bash-completion' of gitlab.com:bluca...
2020-05-04 David WoodhouseUse shorter pathname for COPR RPM build
2020-05-02 Luca BoccassiInstall tncc-emulate.py too
2020-05-02 Luca BoccassiFix typo in autocomplete test log message
2020-05-02 Luca BoccassiBash completion: install as /usr/share/bash-completion...
2020-05-02 David WoodhouseFix path to openconnect in bash completion
2020-05-01 Daniel Lenskistop asking users to report unexpected GP login argumen...
2020-05-01 David WoodhouseFix sigterm test at last
next