Re: [PATCH] Update Russian translation

2019-09-04 Thread Mikhail Efremov via networkmanager-list
On Wed, 4 Sep 2019 16:41:10 +0300 Mikhail Efremov wrote: > From: Olesya Gerasimenko > > --- > po/ru.po | 103 --- > 1 file changed, 52 insertions(+), 51 deletions(-) This patch for nm-applet. I haven't gitlab.gnome.org so

[PATCH] Update Russian translation

2019-09-04 Thread Mikhail Efremov
From: Olesya Gerasimenko --- po/ru.po | 103 --- 1 file changed, 52 insertions(+), 51 deletions(-) diff --git a/po/ru.po b/po/ru.po index 3f7cc9d3..8aa89138 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,23 +8,23 @@ # Andrey Cherepanov , 2009, 20

Re: [PATCH 1/2] Don't try to use bundled urllib3 in the python-module-request

2017-10-09 Thread Mikhail Efremov
On Mon, 9 Oct 2017 18:11:54 +0300 Mikhail Efremov wrote: I'm sorry, just ignore this garbige. It was sended here by mistake :(. -- WBR, Mikhail Efremov ___ networkmanager-list mailing list networkmanager-list@gnome.org https://mail.gnome.org/ma

[PATCH 2/2] Use ipa CA certificate for https checks

2017-10-09 Thread Mikhail Efremov
We don't have ipa CA certificate in the system CA bundle at the time. --- freeipa/ipapython/secrets/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeipa/ipapython/secrets/client.py b/freeipa/ipapython/secrets/client.py index 83411d7..4fc320c 100644 --- a/freeipa/i

[PATCH 1/2] Don't try to use bundled urllib3 in the python-module-request

2017-10-09 Thread Mikhail Efremov
It doesn't contain urllib3 (ALT patch from Fedora). --- freeipa/ipapython/secrets/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeipa/ipapython/secrets/client.py b/freeipa/ipapython/secrets/client.py index 646ef7e..83411d7 100644 --- a/freeipa/ipapython/secre

Re: [PATCH] connection-editor: Fix handling of wired 802-1x security setting

2016-08-25 Thread Mikhail Efremov
On Thu, 25 Aug 2016 20:46:01 +0300 Mikhail Efremov wrote: > Function nm_setting_duplicate() can't copy object's data. > As a result a value of the "Ignore CA certificate" checkbox was > always lost. So don't copy settings, just use g_object_ref() again >

[PATCH] connection-editor: Fix handling of wired 802-1x security setting

2016-08-25 Thread Mikhail Efremov
Function nm_setting_duplicate() can't copy object's data. As a result a value of the "Ignore CA certificate" checkbox was always lost. So don't copy settings, just use g_object_ref() again and remove the 8021x setting from the temporary object to prevent the clearing of secrets. Fixes: c21d56dd220

[PATCH] connection-editor: Fix wired 802-1x secrets saving

2016-05-26 Thread Mikhail Efremov
In case of wired 802-1x connection a temporary connection object is used, but since NM commit 6a19e68a7d856629600655a076b0cea4be346799 secrets are cleared when the object is destroyed. So duplicate 802-1x settings instead of using g_object_ref(). --- src/connection-editor/page-8021x-security.c | 2

[PATCH] nm-pppd-plugin: fix crash

2016-04-13 Thread Mikhail Efremov
A bus name is not an object path. Fix crash introduced by commit 17ae85788987ef1f7c92a251c535312163144c33. --- src/nm-pptp-pppd-plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nm-pptp-pppd-plugin.c b/src/nm-pptp-pppd-plugin.c index 2b8c819..4567fcc 100644 --- a/src

Re: [PATCH] editor: don't show connections for missing device plugins

2016-01-22 Thread Mikhail Efremov
On Fri, 22 Jan 2016 21:51:08 +0300 Mikhail Efremov wrote: > If device plugin is missing (e.g. not installed) then no use > to show a connection of this type in the list of connections: > it can't be used anyway. > --- > src/connection-editor/conne

[PATCH] editor: don't show connections for missing device plugins

2016-01-22 Thread Mikhail Efremov
If device plugin is missing (e.g. not installed) then no use to show a connection of this type in the list of connections: it can't be used anyway. --- src/connection-editor/connection-helpers.c | 43 ++ 1 file changed, 32 insertions(+), 11 deletions(-) diff --git a/sr

Re: [PATCH] configure.ac: Fix macro name

2016-01-22 Thread Mikhail Efremov
On Fri, 22 Jan 2016 17:42:27 +0300 Mikhail Efremov wrote: > It is GLIB_GSETTINGS, not GLIB_SETTINGS. > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This patch for network-manager-applet, to fix this error: ./configure: line 14774: GLIB_SETTINGS: comma

[PATCH] configure.ac: Fix macro name

2016-01-22 Thread Mikhail Efremov
It is GLIB_GSETTINGS, not GLIB_SETTINGS. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ee130a4..25a98c7 100644 --- a/configure.ac +++ b/configure.ac @@ -142,7 +142,7 @@ dnl Check for gobject introspection GOBJECT_INTROSPECTI

[PATCH] Don't generate a connection for unmanaged devices.

2014-03-31 Thread Mikhail Efremov
this, although I'm not sure that's the right way. -- WBR, Mikhail Efremov >From d34100c8527b2ab3bd3d8cdcd488d3116e3c3e0b Mon Sep 17 00:00:00 2001 From: Mikhail Efremov Date: Mon, 31 Mar 2014 20:29:05 +0400 Subject: [PATCH] Don't generate a connection for unmanaged devices. --

Re: Getting NM to re-try DHCP

2011-04-08 Thread Mikhail Efremov
On Sat, 9 Apr 2011 04:01:09 +0400 Mikhail Efremov wrote: > On Wed, 06 Apr 2011 17:24:44 -0500 Dan Williams wrote: > > On Tue, 2011-04-05 at 11:37 -0400, Derek Atkins wrote: > > > Hey all, > > > > > > I have a strange issue. I lost power last night and one o

Re: Getting NM to re-try DHCP

2011-04-08 Thread Mikhail Efremov
if the connection was early marked as "invalid". This patch for the NM_0_8 branch, for master it should be remaked, but I have no time to do this right now, sorry. And there may be no necessary for a separate function to clear the tag. -- WBR, Mikhail Efremov>From 6ec40e13071

Re: Anyone having problems with pptp in latest git-head?

2011-04-02 Thread Mikhail Efremov
dy submitted a patch to fix this issue: http://mail.gnome.org/archives/networkmanager-list/2011-March/msg00207.html -- WBR, Mikhail Efremov ___ networkmanager-list mailing list networkmanager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

[PATCH] nm-pptp: Fix password saving/retrieving.

2011-03-24 Thread Mikhail Efremov
On Mon, 14 Mar 2011 20:43:00 +0300 Mikhail Efremov wrote: > But now it is not works in any case (using pptp plugin as an example, > NetworkManager, nm-applet and network-manager-pptp are compiled from latest > git): > Checkbox "Available to all users" is not checked: > #

Re: ANN: Release of NetworkManager 0.8.996 (0.9.0-beta2)

2011-03-24 Thread Mikhail Efremov
On Wed, 16 Mar 2011 01:49:18 -0500 Dan Williams wrote: > On Mon, 2011-03-14 at 21:30 +0300, Mikhail Efremov wrote: > > On Fri, 11 Mar 2011 11:25:20 -0600 Dan Williams wrote: > > > States are renumbered since there are now 3 connected states (LOCAL, > > > SITE, GLOBA

Re: ANN: Release of NetworkManager 0.8.996 (0.9.0-beta2)

2011-03-15 Thread Mikhail Efremov
On Mon, 14 Mar 2011 22:55:19 +0300 Mikhail Efremov wrote: > On Fri, 11 Mar 2011 20:00:54 -0600 Dan Williams wrote: > > What other apps are out there that might be using libnm-glib or talking > > to NM via D-Bus for network state? > > Claws Mail (http://www.claws-mail.org).

Re: ANN: Release of NetworkManager 0.8.996 (0.9.0-beta2)

2011-03-14 Thread Mikhail Efremov
t. -- WBR, Mikhail Efremov ___ networkmanager-list mailing list networkmanager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: ANN: Release of NetworkManager 0.8.996 (0.9.0-beta2)

2011-03-14 Thread Mikhail Efremov
have already submitted the patches, I think it's too late to change anything. -- WBR, Mikhail Efremov ___ networkmanager-list mailing list networkmanager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: ANN: Release of NetworkManager 0.8.996 (0.9.0-beta2)

2011-03-14 Thread Mikhail Efremov
On Fri, 11 Mar 2011 20:09:03 -0600 Dan Williams wrote: > On Fri, 2011-03-11 at 20:04 +0300, Mikhail Efremov wrote: > > On Thu, 10 Mar 2011 11:00:43 -0600 Dan Williams wrote: > > > I've tagged and uploaded 0.8.996 which has a number of fixes: > > > > Could you

Re: ANN: Release of NetworkManager 0.8.996 (0.9.0-beta2)

2011-03-11 Thread Mikhail Efremov
see that WPA passphrase (as an example) is written to the file by keyfile plugin as a plain text. Do I misunderstand something or it is just not completed yet? -- WBR, Mikhail Efremov ___ networkmanager-list mailing list networkmanager-list@gnome.org http://m

[PATCH] editor: fix "Available to all users" checkbox initial state.

2011-03-11 Thread Mikhail Efremov
On Fri, 11 Mar 2011 09:49:24 +0100 Michael Biebl wrote: > the "available to all users" checkbox is also set > for every connection, even the private ones. This patch should fix it. -- WBR, Mikhail EfremovFrom 6055b12a8726a631ddc5aa98a131659ba610a3e6 Mon Sep 17 00:00:00 20

Re: ANN: Release of NetworkManager 0.8.996 (0.9.0-beta2)

2011-03-11 Thread Mikhail Efremov
On Fri, 11 Mar 2011 14:58:09 +0100 Michael Biebl wrote: > Am 11.03.2011 14:26, schrieb Mikhail Efremov: > > On Fri, 11 Mar 2011 10:28:58 +0100 Michael Biebl wrote: > >> Am 11.03.2011 09:49, schrieb Michael Biebl: > >>> > >>> Been testing the

Re: ANN: Release of NetworkManager 0.8.996 (0.9.0-beta2)

2011-03-11 Thread Mikhail Efremov
/dbus/nsNetworkManagerListener.cpp). -- WBR, Mikhail Efremov ___ networkmanager-list mailing list networkmanager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: ANN: One the road to 0.9 - release of 0.8.995 (0.9.0-beta1)

2011-03-09 Thread Mikhail Efremov
On Thu, 10 Mar 2011 00:57:46 +0300 Andrey Borzenkov wrote: > Could you give URL where WiMax SDK that is required can be downloaded? > Thank you! http://linuxwimax.org/ -- WBR, Mikhail Efremov ___ networkmanager-list mailing list networkmanage

[PATCH] Fix notify message about WiFi connection.

2011-03-03 Thread Mikhail Efremov
Hello! Since commits 2f521e3817b6078ca4e6008d1c0b6167df3c7030 and ec68a999c69f081b77c38c9c4d322b2cb05d434a the variable 'esc_ssid' in wireless_device_state_changed() is always NULL. -- WBR, Mikhail Efremov >From ace8d866aeabed703f201721080bb85f353542b8 Mon Sep 17 00:00:00 2001

Re: Network-manager 0.8.992 and wpasupplicant

2011-03-03 Thread Mikhail Efremov
ace support. Check variable CONFIG_CTRL_IFACE_DBUS_NEW in wpa_supplicant/defconfig. -- WBR, Mikhail Efremov ___ networkmanager-list mailing list networkmanager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

[PATCH] settings: don't dereference NULL pointer on request removing.

2011-02-28 Thread Mikhail Efremov
Hello! Function request_free() (nm-agent-manager.c) is registered as a function for freeing the value for the hash table 'requests'. But if request was created by request_new_other() then fields 'cancel_callback' and 'authority' were not setted.

Re: [PATCH] test-keyfile: drop dbus stuff.

2010-11-13 Thread Mikhail Efremov
On Fri, 12 Nov 2010 17:20:32 +0300 Mikhail Efremov wrote: > Just drop drop a dbus stuff. It seems is unused anywhere. And in any > case it cause segfault if dbus_g_bus_get() returns NULL. Sorry, I haven't checked up the recent git repository before patch sending. It has already b

[PATCH] test-keyfile: drop dbus stuff.

2010-11-12 Thread Mikhail Efremov
Hello! Just drop drop a dbus stuff. It seems is unused anywhere. And in any case it cause segfault if dbus_g_bus_get() returns NULL. -- WBR, Mikhail Efremov >From feb40da3359f8e88d509f49d65a835ee7291066d Mon Sep 17 00:00:00 2001 From: Mikhail Efremov Date: Mon, 8 Nov 2010 17:16:18 +0

[PATCH] Ensure that dhcp client is exited

2010-11-12 Thread Mikhail Efremov
(the pidfile was removed by exiting old dhcpcd instance). -- WBR, Mikhail Efremov >From 45e528745f7ec9e6cd4683ffc4bf1e5ee40fc394 Mon Sep 17 00:00:00 2001 From: Mikhail Efremov Date: Thu, 11 Nov 2010 20:07:32 +0300 Subject: [PATCH] dhcp: Ensure that dhcp client is exited. Do not start another d

[PATCH] policy: Don't lose hostnames mapped to 127.0.0.1 and ::1

2010-09-22 Thread Mikhail Efremov
If in the line for localhost mapping in /etc/hosts were some another names rather then 'localhost' and 'localhost.localdomain' they were lost. This patch add those additional names to /etc/hosts as separate line. ___ networkmanager-list mailing list net

[PATCH] policy: Don't lose hostnames mapped to 127.0.0.1 and ::1

2010-09-22 Thread Mikhail Efremov
--- src/nm-policy-hosts.c | 54 +++- 1 files changed, 44 insertions(+), 10 deletions(-) diff --git a/src/nm-policy-hosts.c b/src/nm-policy-hosts.c index 0403b03..e7d20bd 100644 --- a/src/nm-policy-hosts.c +++ b/src/nm-policy-hosts.c @@ -63,6 +63,41 @@

[PATCH] fix self-inheritance of NMDHCPDhcpcd

2010-04-29 Thread Mikhail Efremov
From: Mikhail Efremov --- src/dhcp-manager/nm-dhcp-dhcpcd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/dhcp-manager/nm-dhcp-dhcpcd.c b/src/dhcp-manager/nm-dhcp-dhcpcd.c index 56b7481..7169493 100644 --- a/src/dhcp-manager/nm-dhcp-dhcpcd.c +++ b/src/dhcp

[PATCH] nm-applet: Restore PEAP settings

2009-07-27 Thread Mikhail Efremov
Hello! Based on code in other eap-method-*.c -- WBR, Mikhail Efremov diff --git a/src/wireless-security/eap-method-peap.c b/src/wireless-security/eap-method-peap.c index d9f4f46..f0cacef 100644 --- a/src/wireless-security/eap-method-peap.c +++ b/src/wireless-security/eap-method-peap.c @@ -209,7

[PATCH] nm-applet: wrong index in eap-method-ttls.c

2009-07-27 Thread Mikhail Efremov
Hello! CHAP method has index 3, not 4. -- WBR, Mikhail Efremov diff --git a/src/wireless-security/eap-method-ttls.c b/src/wireless-security/eap-method-ttls.c index 78d0f80..043a0e8 100644 --- a/src/wireless-security/eap-method-ttls.c +++ b/src/wireless-security/eap-method-ttls.c @@ -272,7

[PATCH] mobile wizard segfault

2009-07-16 Thread Mikhail Efremov
Hello! If to select "My plan is not listed" on page "Choose your Billing Plan" and to type own APN, then segfault occurs when "Forward" button is pressed. This patch solves this problem. -- WBR, Mikhail Efremov diff --git a/src/utils/mobile-wizard.c b/src/utils

[PATCH] mobile wizard segfault

2009-07-16 Thread Mikhail Efremov
Hello! If to select "My plan is not listed" on page "Choose your Billing Plan" and to type own APN, then segfault occurs when "Forward" button is pressed. This patch solves this problem. -- WBR, Mikhail Efremov diff --git a/src/utils/mobile-wizard.c b/src/utils

Re: NM-0.7.1rc1 fails to build with --as-needed

2009-02-27 Thread Mikhail Efremov
Hello! On Friday 27 February 2009 17:14:34 you wrote: > On Fri, Feb 27, 2009 at 3:32 PM, Mikhail Efremov wrote: > > On Friday 27 February 2009 15:03:49 Victor Ashirov wrote: > >> > Does the following patch work better? > >> > >> No. It gives the same error.

Re: NM-0.7.1rc1 fails to build with --as-needed

2009-02-27 Thread Mikhail Efremov
On Friday 27 February 2009 15:03:49 Victor Ashirov wrote: > > > Does the following patch work better? > > No. It gives the same error. Try attached patch. -- WBR, Mikhail Efremov diff --git a/system-settings/plugins/keyfile/tests/Makefile.am b/system-settings/plugins/keyfile/te