~mamarley/openconnect/+git/gitlab-main:bug-report

Last commit made on 2024-04-05
Get this branch:
git clone -b bug-report https://git.launchpad.net/~mamarley/openconnect/+git/gitlab-main

Branch merges

Branch information

Name:
bug-report
Repository:
lp:~mamarley/openconnect/+git/gitlab-main

Recent commits

9e37495... by Dimitri Papadopoulos Orfanos <email address hidden>

Use new AC_INIT() arguments in actual code

Signed-off-by: Dimitri Papadopoulos Orfanos <email address hidden>

80f16a5... by Dimitri Papadopoulos Orfanos <email address hidden>

Improve AC_INIT() arguments

The first two arguments are the package name and its version.
Change the package name to match what we use everywhere else:
 openconnect → OpenConnect

Add the optional third argument bug-report.

The Autoconf 2.62 manual states bug-report should be an email:
 The optional argument bug-report should be the email to
 which users should send bug reports.

The Autoconf 2.68 manual relaxes the requirement by adding:
 AC_PACKAGE_BUGREPORT, PACKAGE_BUGREPORT
 Exactly bug-report, if one was provided. Typically an
 email address, or URL to a bug management web page.

The package tarname differs from the package name: the latter
designates the full package name, while the former is the
distribution tarball name. Its default value suits us:
tarname defaults to package with "GNU" stripped, lower-cased,
and all characters other than alphanumerics and underscores are
changed to "-".
 OpenConnect → openconnect

The last argument url should be the home page for the package.

Signed-off-by: Dimitri Papadopoulos Orfanos <email address hidden>

690262e... by dwmw2

Merge branch 'Fedora_ppp-over-tls' into 'master'

Verbose logs to debug and fix ppp-over-tls

Closes #720

See merge request openconnect/openconnect!548

d756e2a... by Dimitri Papadopoulos Orfanos <email address hidden>

Verbose socat logs for debugging, Add '-4' to listen on Legacy IP (for sockwrap)

Signed-off-by: Dimitri Papadopoulos Orfanos <email address hidden>

d7a524a... by Dimitri Papadopoulos Orfanos <email address hidden>

Merge branch 'LOAD_LIBRARY_SEARCH_SYSTEM32' into 'master'

Search wintun.dll in the application directory only

See merge request openconnect/openconnect!541

5d228bb... by Dimitri Papadopoulos <email address hidden>

Search wintun.dll in the application directory only

Now that wintun.dll is installed in the application directory by
both openconnect and openconnect-gui packages, we can get rid of
LOAD_LIBRARY_SEARCH_SYSTEM32.

Signed-off-by: Dimitri Papadopoulos <email address hidden>

d2025f9... by Dan Lenski

Merge branch 'rekey' into master

Fix logging of rekey / trojan invocation delay

See merge request openconnect/openconnect!539

29815ae... by Dan Lenski

Update changelog

Signed-off-by: Daniel Lenski <email address hidden>

17b45cd... by Wade Cline

Fix logging of rekey / trojan invocation delay

Closes #677

The rekey / trojan invocation is supposed to happen in the future.
Therefore subtract current time from expected time of rekey / invocation,
not the reverse.

These delays have been shown incorrectly ever since the SIGUSR1 handler was
added in b156b581e894b03e7169827b9e293ca2f13e1366.

Originally submitted at
https://lists.infradead.org/pipermail/openconnect-devel/2024-February/005400.html

Signed-off-by: Cline, Wade <email address hidden>
Signed-off-by: Dimitri Papadopoulos <email address hidden>
Signed-off-by: Daniel Lenski <email address hidden>

8489956... by Dan Lenski

Merge branch 'tmp-build-mingw' into 'master'

MinGW build improvements

See merge request openconnect/openconnect!537