NetworkManager/src
Dan Williams 8d205212dc vpn: fix crash when canceling VPN connection secrets request
The secrets provider might be unrefed while processing the response,
causing a double-free when the unref triggers the weak ref notifier
and clears out the GetSecretsInfo, but then later the dbus handler
that got the response in the first place tries to free the info
explicitly.  So keep the provider around while processing the result.
2009-09-10 12:18:18 -07:00
..
backends build: remove unused references to HAL 2009-08-20 12:38:59 -05:00
bluez-manager build: always link locally-built libraries first (bgo #580131) 2009-08-20 12:31:17 -05:00
dhcp-manager build: remove unused references to HAL 2009-08-20 12:38:59 -05:00
dnsmasq-manager makefile cleanups 2009-02-15 11:20:25 -05:00
ip6-manager Add NMIP6Manager to handle IPv6 addrconf 2009-08-26 14:37:45 -04:00
modem-manager ppp: ignore certain pppd status changes 2009-09-09 07:44:21 -07:00
named-manager Add IP6 support to NMNamedManager 2009-07-29 21:35:01 -04:00
ppp-manager build: remove unused references to HAL 2009-08-20 12:38:59 -05:00
supplicant-manager supplicant: add ca_path2 to verification table (bgo #592467) 2009-08-20 13:21:17 -05:00
system-settings libnm-glib: libnm_glib -> libnm-glib 2009-08-26 13:07:35 -05:00
tests build: always link locally-built libraries first (bgo #580131) 2009-08-20 12:31:17 -05:00
vpn-manager vpn: ignore VPN-provided gateway host route (bgo #583323) 2009-08-28 10:35:38 -05:00
gdb-cmd 2006-02-26 Dan Williams <dcbw@redhat.com> 2006-02-27 04:31:52 +00:00
Makefile.am Add NMIP6Manager to handle IPv6 addrconf 2009-08-26 14:37:45 -04:00
NetworkManager.c core: fall back to old system-settings config file 2009-07-10 08:14:01 -04:00
NetworkManager.conf dbus: fix formatting of dbus permissions file 2009-07-28 10:07:52 -04:00
NetworkManagerAP.c core: remove dead code 2009-04-29 13:21:54 -04:00
NetworkManagerAP.h core: remove dead code 2009-04-29 13:21:54 -04:00
NetworkManagerPolicy.c policy: reschedule failed devices for activation after a short delay 2009-09-09 17:19:39 -07:00
NetworkManagerPolicy.h 2008-11-02 Dan Williams <dcbw@redhat.com> 2008-11-03 04:13:42 +00:00
NetworkManagerSystem.c Don't remove-and-then-immediately-re-add addresses 2009-08-26 14:38:01 -04:00
NetworkManagerSystem.h Initial IPv6 support (only handles "manual" and "ignore" currently) 2009-07-29 21:35:01 -04:00
NetworkManagerUtils.c Initial IPv6 support (only handles "manual" and "ignore" currently) 2009-07-29 21:35:01 -04:00
NetworkManagerUtils.h Initial IPv6 support (only handles "manual" and "ignore" currently) 2009-07-29 21:35:01 -04:00
nm-activation-request.c core: implement connection assumption 2009-08-05 18:03:09 -04:00
nm-activation-request.h core: implement connection assumption 2009-08-05 18:03:09 -04:00
nm-active-connection.c 2008-11-02 Dan Williams <dcbw@redhat.com> 2008-11-03 04:13:42 +00:00
nm-active-connection.h 2008-11-02 Dan Williams <dcbw@redhat.com> 2008-11-03 04:13:42 +00:00
nm-call-store.c core: fix log message 2009-08-21 12:12:50 -05:00
nm-call-store.h 2008-11-02 Dan Williams <dcbw@redhat.com> 2008-11-03 04:13:42 +00:00
nm-crash-logger.c 2008-11-02 Dan Williams <dcbw@redhat.com> 2008-11-03 04:13:42 +00:00
nm-dbus-manager.c everything: use libgudev instead of HAL; merge NM and nm-system-settings 2009-06-11 00:39:12 -04:00
nm-dbus-manager.h 2008-11-21 Dan Williams <dcbw@redhat.com> 2008-11-21 18:11:15 +00:00
nm-device-bt.c ppp: ignore certain pppd status changes 2009-09-09 07:44:21 -07:00
nm-device-bt.h bluetooth: fixes and addition of NMDeviceBt to libnm-glib 2009-07-10 10:45:24 -04:00
nm-device-ethernet.c ppp: ignore certain pppd status changes 2009-09-09 07:44:21 -07:00
nm-device-ethernet.h core: get rid of nm_device_set_device_type() 2009-07-07 14:57:05 -04:00
nm-device-interface.c Merge commit 'origin/master' into iscsi 2009-08-05 15:46:11 -04:00
nm-device-interface.h Merge commit 'origin/master' into iscsi 2009-08-05 15:46:11 -04:00
nm-device-olpc-mesh.c olpc: add mesh device logic and config setting 2009-08-05 16:34:02 -04:00
nm-device-olpc-mesh.h olpc: add mesh device logic and config setting 2009-08-05 16:34:02 -04:00
nm-device-private.h core: get rid of nm_device_set_device_type() 2009-07-07 14:57:05 -04:00
nm-device-wifi.c Merge commit 'danw-ipv6/ipv6' 2009-08-04 14:18:05 -04:00
nm-device-wifi.h wifi: add 'scanning' property which is TRUE while device is scanning 2009-07-15 13:44:06 -04:00
nm-device.c Add NMIP6Manager to handle IPv6 addrconf 2009-08-26 14:37:45 -04:00
nm-device.h Merge commit 'origin/master' into iscsi 2009-08-05 15:46:11 -04:00
nm-dhcp4-config.c core: ensure superclass' finalize method is called 2009-02-25 13:53:24 -05:00
nm-dhcp4-config.h clean up glib includes (bgo #564376) 2009-01-19 00:16:40 -05:00
nm-gsm-device.c gsm: add init string for USBModem by MobileStream for Palm devices 2009-01-16 16:41:54 -05:00
nm-gsm-device.h 2008-11-02 Dan Williams <dcbw@redhat.com> 2008-11-03 04:13:42 +00:00
nm-hostname-provider.c Implement sending current host name to DHCP server. 2009-03-20 14:44:49 +02:00
nm-hostname-provider.h Implement sending current host name to DHCP server. 2009-03-20 14:44:49 +02:00
nm-ip4-config.c dns: fix handling of searches and domains in resolv.conf 2009-05-11 20:07:39 -04:00
nm-ip4-config.h dns: fix handling of searches and domains in resolv.conf 2009-05-11 20:07:39 -04:00
nm-ip6-config.c ipv6: fix up no-duplicates logic in nm_ip6_config_add_nameserver 2009-08-18 11:14:55 -04:00
nm-ip6-config.h Backend IP6 config 2009-07-29 21:34:52 -04:00
nm-logging.c core: add a cast to fix compile on 32-bit 2009-08-25 18:18:16 -04:00
nm-logging.h 2008-11-02 Dan Williams <dcbw@redhat.com> 2008-11-03 04:13:42 +00:00
nm-manager.c vpn: fix crash when canceling VPN connection secrets request 2009-09-10 12:18:18 -07:00
nm-manager.h system-settings: resurrect auto-wired-default behavior 2009-07-09 11:06:31 -04:00
nm-netlink-monitor.c Add NMIP6Manager to handle IPv6 addrconf 2009-08-26 14:37:45 -04:00
nm-netlink-monitor.h 2008-11-25 Dan Williams <dcbw@redhat.com> 2008-11-25 18:30:44 +00:00
nm-netlink.c Work around libnl address caching bug 2009-08-26 14:37:17 -04:00
nm-netlink.h 2008-11-02 Dan Williams <dcbw@redhat.com> 2008-11-03 04:13:42 +00:00
nm-properties-changed-signal.c 2008-11-02 Dan Williams <dcbw@redhat.com> 2008-11-03 04:13:42 +00:00
nm-properties-changed-signal.h 2008-11-02 Dan Williams <dcbw@redhat.com> 2008-11-03 04:13:42 +00:00
nm-secrets-provider-interface.c everything: use libgudev instead of HAL; merge NM and nm-system-settings 2009-06-11 00:39:12 -04:00
nm-secrets-provider-interface.h everything: use libgudev instead of HAL; merge NM and nm-system-settings 2009-06-11 00:39:12 -04:00
nm-udev-manager.c udev: fix ibmebus/ehea device detection (rh #511304) (rh #516591) 2009-08-20 10:23:47 -05:00
nm-udev-manager.h everything: use libgudev instead of HAL; merge NM and nm-system-settings 2009-06-11 00:39:12 -04:00
wpa.c 2008-03-14 Dan Williams <dcbw@redhat.com> 2008-03-14 21:12:03 +00:00
wpa.h 2005-12-14 Dan Williams <dcbw@redhat.com> 2005-12-14 20:48:08 +00:00