Revisions of openfortivpn

Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 751701 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 15)
- Update to version 1.11.0
  * allow to connect with empty password (and with smartcard
    instead of username)
  * properly handle manipulations of resolv.conf
  * support dns-suffix feature
  * several codacy fixes
  * Add smartcard support with openssl-engine
  * correctly shift masks for cidr notation on MAC
  * one-byte fix to build with lcc compiler
  * pass space character as %20 instead of encoding it as '+'
- Update to version 1.10.0
  * fix openssl 1.1.x compatibility issues
  * Connect to old TLSv1.0 software - override new openssl defaults.
  * suppress cleartext password in debug detail output / add new
    verbosity level
  * increase speed setting for pppd
  * configure.ac: rt_dst: don't run tests when option is passed
  * configure.ac: don't check file path if --with/--disable specified
  * userinput: pass a hint to the pinentry program
  * tunnel: make pppd default to logging to stderr
  * tunnel: pass our stderr to the pppd slave
buildservice-autocommit accepted request 685778 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 14)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 685777 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 13)
- Update to version 1.9.0
  * Update of the man page, especially about the dns settings
  * improved configure output: show detected paths for use at runtime
  * Make search string for the otp-prompt configurable
  * Add an option to specify a configurable delay during otp
    authentication
  * Make the options that control usepeerdns more consistent
buildservice-autocommit accepted request 666713 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 12)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 663281 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 11)
- Update to version 1.8.1
  Bug fix
  * 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
  Change in behavior
  * Support longer passowrds by allocation of a larger buffer
  * Improved detection of pppd/ppp client during configure stage
- Update to version 1.8.0
  Bug fix
  * Prioritize command line arguments over config file parameters
  Change in behavior
  * 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.
  * Dynamically allocate routing buffer and therefore allow larger
    routing table.
  * Support systemd notification upon tunnel up
  * Change the way to read passwords such that backspace etc. should
buildservice-autocommit accepted request 622040 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 10)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 617391 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 9)
- Update to version 1.7.1
  * openfortivpn version 1.7.1
  * remove iswhitespace_like in favorite of isspace
  * treat carriage returns as white space (might solve #129) (#334)
  * update README.md for MacOS X (#333)
  * Ooops... Fix --help output.
  * Revert 6772c53
  * Let pppd handle DNS servers
  * Manual page fixes
  * Documentation: we -> openfortivpn
  * Ooops... Partial revert of 30a4e0b
  * Temporarily change recipient of Coverity reports
  * Simplify ofv_append_varr()
  * Use the ARRAY_SIZE macro
  * Automated Coverity analysis with Travis CI
  * Fix pylint warnings
  * Restore configure options removed in ac5c083
  * Shell indentation: avoid mixing tabs and spaces
  * Use PKG_CHECK_MODULES compiler/linker flags
  * Quote shell variables
  * bash -> sh
  * Balance directory tree
  * Build openfortivpn against OpenSSL 1.0.2
  * Refactor Travis CI integration
  * Revert 79f52ef
  * Rework OpenSSL library detection
  * Reworked array of pppd args (#295)
  * Build with missing pthread_mutexattr_setrobust() (#298)
buildservice-autocommit accepted request 603976 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 8)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 599909 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 7)
- Update to version 1.7.0
  * correctly set up route to vpn gateway (#285)
  * Properly check vsnprintf() return value
  * const correctness for strings
  * socket() requires <sys/socket.h> (#290)
  * HTTP end-of-line marker is CR LF
  * malloc(), realloc() and free() require <stdlib.h>
  * vsnprintf() is defined in <stdio.h>
  * va_start() and va_end() require <stdarg.h> (#287)
  * Improve script to find line length errors
  * If the OTP is specified in the configuration, use it for 2FA
  * fix formatting of man page
  * replace hard-coded virtual ip address in pppd call parameters
    by a rfc3330 test-net address
  * Print proper pppd status messages
  * Linux kernel coding style
  * Ignore strings when calculating line lengths
  * Make sure the Coverity defect is a false positive (#264)
  * Linux kernel coding style
  * Rephrase --half-internet-routes documentation
  * Limit string length to C99 standard
  * Add info about Debian (testing) package to readme
  * Add --pppd-call option. (#270)
  * Explain why Coverity defect is a false positive
  * Linux kernel coding style
  * Use X509_check_host instead of explicit CN match. (#242)
  * Fix usage string for half-internet-routes
  * UINT_MAX is defined in <limits.h>
  * avoid confusion of code branches for different platforms
  * added --persistent option for automatic reconnects (#190)
buildservice-autocommit accepted request 543967 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 6)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 542715 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 5)
- Update to version 1.6.0
  * Linux kernel coding style
  * Does /usr/sbin/pppd exist?
  * Update README.md (#196)
  * Print message associated to pppd exit status code (#189)
  * preserve existing config during install, this solves #130 (#193)
  * Fix Codacy code style issues
  * Increase max cookie size to 4096
  * Fix Coverity defect
  * Avoid multiple occurrences of a magic number
  * Fix warning from static analysis tool scan-build
  * Update Linux installation instructions
  * dynamic allocation of memory for split route array (#163)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 535474 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 4)
initialized devel package after accepting 535474
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 3)
trigger service run
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 535027 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 2)
- Update to version 1.5.0
Nirmoy Das's avatar Nirmoy Das (ndas) accepted request 493584 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 1)
initial package for openfortivpn
Displaying revisions 41 - 55 of 55
openSUSE Build Service is sponsored by