Skip to content

Latest commit

 

History

History
226 lines (183 loc) · 9.63 KB

CHANGELOG.md

File metadata and controls

226 lines (183 loc) · 9.63 KB

Openfortivpn Changelog

Legend

  • [+] new feature or improvement
  • [-] bug fix
  • [~] change in behavior

Releases

This high level changelog is usually updated when a release is tagged. On the master branch there may be changes that are not (yet) described here.

1.8.1

  • [~] Support longer passowrds by allocation of a larger buffer
  • [-] With version 1.8.0 /etc/resolv.conf was not updated anymore in some situations. To avoid this regression the change "Rationalize DNS options" has been reverted again to restore the behavior of versions up to 1.7.1.
  • [-] Correctly use realm together with two factor authentication
  • [~] If no port is specified use standard https port similar as vendor client
  • [-] Fix value of Accept-Encoding request header
  • [-] Bugfix in url_encode for non alphanumerical characters
  • [-] HTML URL Encoding with uppercase characters
  • [-] Honor Cipher-list option
  • [~] Improved detection of pppd/ppp client during configure stage

1.8.0

  • [-] On Mac OSX and FreeBSD correctly use interface name for routing
  • [~] On Mac OSX and FreeBSD moved netstat parsing output to higher debug level
  • [~] When logging traffic also show http traffic (not only tunneled traffic)
  • [~] Improve error message in case of login failure
  • [~] Require root privileges for running. They are needed at various places.
    Previously, just a warning was issued, but in later stage things have failed.
  • [-] On Mac OSX the protection of the route to the vpn gateway may have failed
  • [~] Invert order of ssl libraries (this may help linking on some platforms)
  • [+] Add FreeBSD support and redesigned the autoconf mechanism
  • [+] Support building with gcc 8
  • [-] Prioritize command line arguments over config file parameters
  • [~] Dynamically allocate routing buffer and therefore allow larger routing table
  • [+] Support systemd notification upon tunnel up
  • [+] Support building in a separate directory
  • [~] Change the way to read passwords such that backspace etc. should work as usual
  • [~] Rationalize DNS options: pppd and openfortivpn were updating /etc/resolv.conf.
    Check man page and help output for the documentation of the current behavior.

1.7.1

  • [~] Be more tolerant about white space in config file
  • [~] Make better usage of pkg-config
  • [~] Rework linking against OpenSSL
  • [-] Build again on Mac OSX where pthread_mutexattr_setrobust is not available

1.7.0

  • [~] Correctly set up route to vpn gateway (add support for some particular situations)
  • [+] Support two factor authentication with config file (for NM-plugin)
  • [~] Change the ip address in the pppd call parameters by a rfc3330 test-net address
  • [-] Correctly report the exit status codes of pppd
  • [+] Add --pppd-call option
  • [~] Use X509_check_host instead of explicit CN match
  • [+] Add --persistent option
  • [~] Improve autoconf (check for pkg-conf before using, improve error messages, etc.)

1.6.0

  • [-] Fix possible buffer overflow in in long requests
  • [~] Code improvements in terms of header inclusion and some other coverity warnings
  • [+] Add proxy support
  • [~] Use the compiled-in fixed full path to pppd
  • [+] Support pppd ifname option
  • [+] Print a clear error message at runtime if pppd does not exist
  • [+] Print clear text error messages of pppd upon failure
  • [~] Existing config file is not overwritten anymore at installation time
  • [~] Increase the accepted cookie size and align the error behavior according to RFCs
  • [-] More gracefully handle unexcpected content of resolv.conf
  • [~] Dynamically allocate memory for split routes and thus support larger numbers of routes

1.5.0

  • [~] Improve error handling around the call of pppd
  • [+] Add half-internet-routes option
  • [-] realm was not recognized in the config file
  • [~] Switch from no-routes and no-dns to set-routes and set-dns option
  • [+] Add pppd-no-peerdns and pppd-log option
  • [~] Allow passing the otp via the config file for use with NetworkManager plugin
  • [-] Fix issues initializing memory and with build system
  • [+] Support building against Openssl 1.1
  • [~] use pkg-config for configuration of openssl instead of configure option
  • [-] Fix string handling of the command line arguments

1.4.0

  • [+] Allow to specify openssl location via configure option
  • [+] Introduce autotools build script autogen.sh
  • [~] Further increase possible number of split routes
  • [-] Fix locking issues on Mac OS X
  • [~] Rework signal handling: Handle SIGTERM as SIGINT and ignore SIGHUP

1.3.1

  • [~] When calling pppd allow passing an ipparam for use in pppd ip-up/down scripts
  • [-] Command line option -o was not recognized before
  • [~] Improve Mac OSX support and parse netstat output to obtain routing information
  • [-] Fix segmentation fault when a gateway route is added on Mac OSX
  • [-] Fix buffer overflow for name server entries
  • [~] Increase possible number of split routes
  • [-] Do not remove route to vpn gateway if it has existed before connecting
  • [~] Load OS trusted certificate stores
  • [~} When setting up routes protect the route to the vpn gateway
  • [-] Add gateway flag to routes that may not be reachable directly at the tunnel end
  • [-] Correctly detect if pushed routes have a gateway
  • [-] Correctly mark the route to the vpn gateway as a host route
  • [-] Clean up routing table upon termination

1.3.0

  • [+] Support vpn connections over an already existing ppp connection
  • [-] Fix for diagnostic message colors invisible on light background
  • [-] Bugfix for building with clang
  • [+] Add token-based one-time password support
  • [+] Add Mac OSX support
  • [+] Support logging via syslog
  • [-] Honor sysconfdir during runtime, i.e. when loading default configuration
  • [~] Disable insecure openssl default protocols/ciphers

1.2.0

  • [+] Support login with client certificate, key, and ca-file specified in config file
  • [~] Use more meaningful error codes when loading config fails
  • [-] Correctly report errors of hostname lookup
  • [+] Add an option not to ask ppp peer for dns servers
  • [-] Fix array bounds error for trusted cert string
  • [-] Fix compiler warning about type cast around getchar
  • [-] Properly initialize memory for tunnel structure to avoid undeterministic behavior
  • [-] Properly initialize pointer in auth_log_in to avoid crash on http_request
  • [-] Fix buffer overflow in parse_config

1.1.4

  • [-] Fix new GCC 6 strict-aliasing errors
  • [-] For split routes use interface if no gateway address is assigned in received route
  • [-] Fix rewrite of resolv.conf with non null-terminated buffer
  • [~] Perform two factor authentication also with zero-length tokeninfo

1.1.3

  • [~] Support set-dns and set-routes flag from config file as well
  • [-] Properly URL-encode values sent in http requests
  • [+] Add support for realm authentication
  • [+] Add support for two factor authentication

1.1.2

  • [-] Fix incompatible-pointer-types compiler error for x86 architectures
  • [~] Increase COOKIE_SIZE (again)

1.1.1

  • [~] Update of Makefile to treat all warnings as errors
  • [~] Increase COOKIE_SIZE to 240 as the SVPNCOOKIE is longer in newer FortiOS versions

1.1.0

  • [~] Rename --plugin to --pppd-plugin for consistency with other pppd-related options
  • [-] NUL terminate the config buffer
  • [-] Fix an off-by-one error when reading a quad-dotted attribute from xml
  • [+] Add support for client keys and certificates
  • [~] Extend the split VPN support with older FortiOS servers
  • [+] Add a config parser to handle received non-xml content
  • [~] Allow ommitting the gateway for split routes
  • [~] Allow ommitting DNS servers
  • [-] Fix a memory leak in auth_get_config
  • [+] Support split routes
  • [+] Export the configuration of routes and gateway to environment
  • [~] Several improvements around establishing the tunnel connection and http traffic
  • [+] Allow using a custom CA
  • [-] Turn on SSL verification, check the hostname at least for the CN
  • [+] Add --plugin option
  • [-] Fix a format string warning in do_log_packet
  • [~] Improved debugging output
  • [~] Restore default route

1.0.1

  • [~] Better error messages in /etc/resolv.conf helpers
  • [~] Use better colors for warnings and error messages and only if output is a tty
  • [-] Fix parsing of "trusted-cert" in config file
  • [~] Add --pedantic to CFLAGS
  • [+] Add ability to type password interactively
  • [+] Verify gateway's X509 certificate
  • [-] Don't delete nameservers at tear down if they were here before
  • [~] Set /etc/openfortivpn/config not readable by other users
  • [+] Add ability to use a config file

1.0.0

  • Start tracking openfortivpn - in this version with the following features:
Usage: openfortivpn <host>:<port> -u <user> -p <pass>
                    [--no-routes] [--no-dns] [--pppd-log=<filename>] 
                    [-v|-q]
       openfortivpn --help 
       openfortivpn --version

Details of the changes

This is a high level changelog meant to provide a rough overview about the version history of openfortivpn. Please see the Github commit history for more details of the individual changes listed here, and for a complete list of the internal code changes.

More Information

  • For a list of known issues please check the issues list on GitHub.

  • We try to avoid backwards incompatible changes, but sometimes it is not avoidable. When we are aware of compatibility issues, then we recommend to check the documentation in the above changelog. When changes turn out to break things for some specific configurations after we have tagged a new release, the issues list is the right place to report it, so that we can add a hint in the changelog for the subsequent release.