lp:~vcs-imports/network-manager-pptp/+git/network-manager-pptp

Owned by VCS imports
Get this repository:
git clone https://git.launchpad.net/~vcs-imports/network-manager-pptp/+git/network-manager-pptp

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://gitlab.gnome.org/GNOME/NetworkManager-pptp.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log

Branches

Name Last Modified Last Commit
main 2024-02-09 10:32:07 UTC
Remove Ana from doap file

Author: Till Maas
Author Date: 2024-02-09 10:32:07 UTC

Remove Ana from doap file

lr/changelog 2023-03-07 19:38:03 UTC
ChangeLog: drop

Author: Lubomir Rintel
Author Date: 2022-06-27 14:16:48 UTC

ChangeLog: drop

It's doesn't contain anything of value, nor did it ever do.
We got git history and it's not even being maintained. Drop it.

lr/gettext 2023-03-07 19:36:22 UTC
build: replace intltool with gettext

Author: Lubomir Rintel
Author Date: 2022-06-27 14:34:14 UTC

build: replace intltool with gettext

Gettext, since version 0.19, provides infrastructure equivalent to
intltool (generating po/Makefile and translating .desktop files or .xml).

Also, it seems to work better in that it actually honors MSGFMT_OPTS
that are determined by the configure script. That one typically ends up
set to "-c", meaning "check". Without it the bugs in the .po files are
easy to overlook.

lr/no-libnm-glib 2022-06-28 11:32:05 UTC
gitlab: enable gtk4 testing

Author: Lubomir Rintel
Author Date: 2022-06-28 08:51:45 UTC

gitlab: enable gtk4 testing

lr/test 2022-06-28 09:51:48 UTC
build: replace intltool with gettext

Author: Lubomir Rintel
Author Date: 2022-06-27 14:34:14 UTC

build: replace intltool with gettext

Gettext, since version 0.19, provides infrastructure equivalent to
intltool (generating po/Makefile and translating .desktop files or .xml).

Also, it seems to work better in that it actually honors MSGFMT_OPTS
that are determined by the configure script. That one typically ends up
set to "-c", meaning "check". Without it the bugs in the .po files are
easy to overlook.

lr/gtk-4.0 2022-03-11 08:16:17 UTC
build: distribute gtk4/nm-openvpn-dialog.ui

Author: Lubomir Rintel
Author Date: 2022-03-11 08:16:17 UTC

build: distribute gtk4/nm-openvpn-dialog.ui

Include the file in the tarball so that the users don't have to
generate it for now. This works around an issue in the generator
tool [1], but also makes sure a good known file is used.

[1] https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4415

lr/gtk4-ci-check 2022-01-18 19:17:34 UTC
Draft: ci

Author: Lubomir Rintel
Author Date: 2022-01-18 19:17:34 UTC

Draft: ci

wip/verdre/update-dialogs 2020-02-14 22:38:57 UTC
auth-dialog: Update strings for new dialog design in gnome-shell

Author: =?utf-8?q?Jonas_Dre=C3=9Fler?=
Author Date: 2020-02-14 22:38:57 UTC

auth-dialog: Update strings for new dialog design in gnome-shell

The text describing dialog-entries is now shown inside the entry in
gnome-shell, using a string like "Password:" for that does no longer
make sense and "Password" is preferred.

lr/no-gtk-display 2018-10-18 15:05:29 UTC
auth-dialog: don't connect to Gtk+ display until necessary

Author: Lubomir Rintel
Author Date: 2018-10-18 14:49:08 UTC

auth-dialog: don't connect to Gtk+ display until necessary

In the external UI mode we may end up not needing a connection to the
display server at all.

This splits the parsing of Gtk+ command line arguments from connection
to the display. This also fixes the --help output to actually include
the Gtk+ arguments (such as --display).

lr/libnm-glib-disable 2018-10-18 15:02:59 UTC
build: disable libnm-glib support by default

Author: Lubomir Rintel
Author Date: 2018-10-17 13:21:30 UTC

build: disable libnm-glib support by default

By now nobody should be using this. Keep the code around for a little
longer just in case anybody still uses this.

The libnm-glib support also serves as an example how do we build two
different versions of the properties plugin. We'll soon be in a similar
situation with Gtk 4.0. (sigh.) Just don't drop it yet.

https://gitlab.gnome.org/GNOME/NetworkManager-pptp/merge_requests/4

lr/gitlab 2018-06-11 14:00:01 UTC
all: update bug tracker address

Author: Lubomir Rintel
Author Date: 2018-06-07 16:47:59 UTC

all: update bug tracker address

https://gitlab.gnome.org/GNOME/NetworkManager-pptp/merge_requests/2

lr/strlcpy 2018-06-08 09:46:14 UTC
pppd-plugin: use g_strlcpy()

Author: Lubomir Rintel
Author Date: 2018-06-08 09:45:33 UTC

pppd-plugin: use g_strlcpy()

It's nicer but also doesn't annoy gcc 8: "error: ‘strncpy’ specified bound
depends on the length of the source argument [-Werror=stringop-overflow=]"

lr/ci 2018-06-07 16:08:38 UTC
build: add GNOME GitLab CI configuration

Author: Lubomir Rintel
Author Date: 2018-05-28 15:06:46 UTC

build: add GNOME GitLab CI configuration

The pipeline begins with "build" stage doing a distcheck on Fedora 28
(which is still known to ship libnm-glib) and outputting a tarball
artifact.

The output is then used in the "test" stage.

In future, builds on some older platforms, CentOS and Ubuntu and clang
builds would be nice. Not implemented at this point, but it should be
straightforward enough.

Maybe a build with a Git snapshot of NetworkManager and/or
network-manager-applet would be useful at some point, but that's not
implemented either.

th/tmp 2018-03-29 05:59:21 UTC
release: bump version to 1.2.7 (development)

Author: Thomas Haller
Author Date: 2018-03-29 05:59:19 UTC

release: bump version to 1.2.7 (development)

lr/non-recursive-make 2017-08-03 13:49:42 UTC
all: use gresources

Author: Lubomir Rintel
Author Date: 2017-07-24 11:35:06 UTC

all: use gresources

lr/appdata 2016-04-12 19:49:27 UTC
appdata: add appstream metadata

Author: Lubomir Rintel
Author Date: 2016-04-12 19:40:26 UTC

appdata: add appstream metadata

nm-1-0 2015-11-20 15:16:01 UTC
release: bump version to 1.0.9 (development)

Author: Lubomir Rintel
Author Date: 2015-11-20 15:16:01 UTC

release: bump version to 1.0.9 (development)

lr/libnm 2015-08-31 09:27:09 UTC
build: install into /usr/lib/NetworkManager/VPN as well

Author: Lubomir Rintel
Author Date: 2015-08-21 09:37:48 UTC

build: install into /usr/lib/NetworkManager/VPN as well

That's the preferred location now, though we can't just get rid of the old one yet.

lr/libnm-1 2015-08-21 09:37:48 UTC
build: install into /usr/lib/NetworkManager/VPN as well

Author: Lubomir Rintel
Author Date: 2015-08-21 09:37:48 UTC

build: install into /usr/lib/NetworkManager/VPN as well

That's the preferred location now, though we can't just get rid of the old one yet.

jk/libnm-port 2015-05-29 08:34:32 UTC
all: port to GDBus

Author: =?utf-8?b?SmnFmcOtIEtsaW1lxaE=?=
Author Date: 2015-05-20 15:15:58 UTC

all: port to GDBus

nm-0-9-10 2015-03-04 17:03:30 UTC
release: bump version to 0.9.10.3 (development)

Author: Dan Williams
Author Date: 2015-03-04 17:03:30 UTC

release: bump version to 0.9.10.3 (development)

nm-0-9-8 2014-06-07 10:50:32 UTC
Updated Greek translation

Author: MarMav
Author Date: 2014-06-07 10:50:32 UTC

Updated Greek translation

jk/pptp-plugin-init 2014-03-17 16:23:43 UTC
core: NMVPNPlugin initialization changed to use GInitable (rh #1050934)

Author: =?utf-8?b?SmnFmcOtIEtsaW1lxaE=?=
Author Date: 2014-03-17 16:23:43 UTC

core: NMVPNPlugin initialization changed to use GInitable (rh #1050934)

https://bugzilla.redhat.com/show_bug.cgi?id=1050934

NM_0_8 2011-11-10 10:52:09 UTC
Updated Polish translation

Author: Piotr Drąg
Author Date: 2011-11-10 10:52:09 UTC

Updated Polish translation

NETWORKMANAGER_0_7 2010-09-26 22:48:20 UTC
Updated Danish translation

Author: Kim Iskov
Author Date: 2010-09-26 22:48:20 UTC

Updated Danish translation

125 of 25 results
This repository contains Public information 
Everyone can see this information.

Subscribers