Package: network-manager-applet / 0.9.4.1-5

Metadata

Package Version Patches format
network-manager-applet 0.9.4.1-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 format security.patch | (download)

src/utils/utils.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
02 fix shell version detecting code.patch | (download)

src/Makefile.am | 4 3 + 1 - 0 !
src/applet.c | 70 11 + 59 - 0 !
src/applet.h | 4 2 + 2 - 0 !
src/shell-watcher.c | 242 242 + 0 - 0 !
src/shell-watcher.h | 60 60 + 0 - 0 !
5 files changed, 318 insertions(+), 62 deletions(-)

---
03 dont handle VPN secrets with GNOME Shell 3.4.patch | (download)

src/applet-agent.c | 20 20 + 0 - 0 !
src/applet-agent.h | 2 2 + 0 - 0 !
src/applet.c | 27 18 + 9 - 0 !
3 files changed, 40 insertions(+), 9 deletions(-)

---
04 gnome bluetooth 3.4 support.patch | (download)

src/gnome-bluetooth/bt-widget.c | 80 50 + 30 - 0 !
1 file changed, 50 insertions(+), 30 deletions(-)

---
05 8021x passwords user.patch | (download)

src/wireless-security/eap-method-leap.c | 16 15 + 1 - 0 !
src/wireless-security/eap-method-simple.c | 9 9 + 0 - 0 !
src/wireless-security/eap-method-tls.c | 16 15 + 1 - 0 !
src/wireless-security/ws-leap.c | 10 10 + 0 - 0 !
4 files changed, 49 insertions(+), 2 deletions(-)

 libnm-gtk: set default 802.1x password flags to "agent-owned"

Imported 0.8 connections and VPN connects had password flags set for
the appropriate connection types, but we want to default 802.1x
passwords to "agent-owned" too.

11 user connections.patch | (download)

src/applet-device-cdma.c | 2 2 + 0 - 0 !
src/applet-device-gsm.c | 2 2 + 0 - 0 !
src/applet-device-wifi.c | 25 25 + 0 - 0 !
src/connection-editor/ce-page.h | 1 1 + 0 - 0 !
src/connection-editor/nm-connection-list.c | 2 2 + 0 - 0 !
src/connection-editor/page-dsl.c | 1 1 + 0 - 0 !
src/connection-editor/page-dsl.h | 1 1 + 0 - 0 !
src/connection-editor/page-mobile.c | 11 11 + 0 - 0 !
src/connection-editor/page-mobile.h | 1 1 + 0 - 0 !
src/connection-editor/page-vpn.c | 10 10 + 0 - 0 !
src/connection-editor/page-vpn.h | 1 1 + 0 - 0 !
src/connection-editor/page-wired.c | 1 1 + 0 - 0 !
src/connection-editor/page-wired.h | 1 1 + 0 - 0 !
src/connection-editor/page-wireless.c | 14 14 + 0 - 0 !
src/connection-editor/page-wireless.h | 1 1 + 0 - 0 !
src/gnome-bluetooth/bt-widget.c | 5 5 + 0 - 0 !
src/libnm-gtk/nm-wireless-dialog.c | 3 3 + 0 - 0 !
src/utils/utils.c | 7 7 + 0 - 0 !
src/utils/utils.h | 3 3 + 0 - 0 !
src/wireless-security/ws-wep-key.c | 7 7 + 0 - 0 !
src/wireless-security/ws-wpa-psk.c | 5 5 + 0 - 0 !
21 files changed, 104 insertions(+)

---
12 force online.patch | (download)

src/applet.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 show wired connection icon if nm has an active unmanaged device
 If NM has an active unmanaged device it will forcefully set the online
 state to CONNECTED_GLOBAL. In that case show a wired connection icon
 instead of an offline icon