Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some cleanups #39

Closed
wants to merge 9 commits into from
Closed

Commits on Apr 18, 2016

  1. nm: Move the plugin metadata to charon-nm

    That is: the .name file and the D-Bus policy.
    It's needed for useful use of charon-nm, unlike the GUI.
    lkundrak authored and tobiasbrunner committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    6d99cb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2016

  1. nm: Correct path to the auth dialog

    The auth dialog is built separately from the actual plugin -- we need
    to guess where the auth dialog will end up. If the distros override it,
    they set it to the same path NetworkManager uses.
    lkundrak committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    c13d9e2 View commit details
    Browse the repository at this point in the history
  2. nm: Install the .name file into /usr/lib/NetworkManager/VPN

    It's the preferred location for system-provided plugins.
    
    A compatible file in /etc is still kept. Also, the compatibility /etc
    file needs to use a full path due to a bug in GNOME Shell.
    
    The full path to a arch-dependent file in a supposedly arch-independent
    file is a sin and a multilib violation in some distributions. Hovewer.
    some pre-release versions of NetworkManager-1.2 as shipped by
    distributions require a full path. Let's keep a configure-time option
    for that.
    lkundrak committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    605b98b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7238dc7 View commit details
    Browse the repository at this point in the history
  4. nm: Drop useless calls to AC_SUBST

    PKG_CHECK_MODULES does the substitutions.
    lkundrak committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    9314591 View commit details
    Browse the repository at this point in the history
  5. nm: Replace libgnomekeyring with libsecret

    The former is deprecated and the newer API is nicer anyway.
    lkundrak committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    e2d13ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0283d18 View commit details
    Browse the repository at this point in the history
  7. nm: Version bump to 1.3.2

    tobiasbrunner authored and lkundrak committed Apr 23, 2016
    Configuration menu
    Copy the full SHA
    b510383 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4bec15c View commit details
    Browse the repository at this point in the history