NetworkManager/src
Dan Williams a2acfdd46b core: simplify device activation precheck
The FIXME is correct; comparing the whole connection is just dumb now
since all connections are owned by NM, so we can simply compare pointers
to figure out of the incoming activation request is using the same
connection as the current activation request.  Plus, this comparison
would fail entirely if the connection has transient/always-ask secrets.
2011-06-07 14:22:55 -05:00
..
backends core: use libnl CFLAGS and LIBS consistently 2011-05-19 15:31:02 -05:00
bluez-manager build: remove non-existent include directory (bgo #647159) 2011-04-11 16:44:40 -05:00
dhcp-manager dhclient: only send hostname without domain as host-name option (rh #694758) 2011-05-13 11:44:22 +02:00
dns-manager core: yet more consistent usage of libnl CFLAGS and LIBS 2011-05-19 15:40:07 -05:00
dnsmasq-manager dnsmasq: remove unused variable 2011-03-04 23:56:19 -06:00
ip6-manager core: use libnl CFLAGS and LIBS consistently 2011-05-19 15:31:02 -05:00
logging ppp: enable pppd debug logging when PPP log domain is enabled for debuggin 2011-05-19 13:31:52 -05:00
modem-manager core: yet more consistent usage of libnl CFLAGS and LIBS 2011-05-19 15:40:07 -05:00
ppp-manager ppp: enable pppd debug logging when PPP log domain is enabled for debuggin 2011-05-19 13:31:52 -05:00
settings keyfile: better handle cert/key files that don't exist (bgo #649807) 2011-06-01 16:51:47 -05:00
supplicant-manager wifi: enable background scanning for WPA Enterprise 2011-04-27 16:22:54 -05:00
tests wifi: fix connection completion when no wifi setting is sent 2011-04-11 11:42:12 -05:00
vpn-manager core: yet more consistent usage of libnl CFLAGS and LIBS 2011-05-19 15:40:07 -05:00
wimax wimax: make sure current NSP is cleared when appropriate 2011-05-11 15:21:05 -05:00
gdb-cmd 2006-02-26 Dan Williams <dcbw@redhat.com> 2006-02-27 04:31:52 +00:00
main.c core: add --version and allow it and --help to be run without root 2011-04-28 16:55:35 -05:00
Makefile.am core: consolidate mobile broadband device types 2011-02-25 10:16:17 -06:00
NetworkManager.conf dbus: remove obsolete interfaces from permissions 2011-01-26 09:58:22 -06:00
NetworkManagerUtils.c dispatcher: pass DHCP options as string:string hash 2011-05-11 16:01:12 -05:00
NetworkManagerUtils.h dispatcher: enhance dispatcher script environment (bgo #648382) 2011-05-02 22:54:28 -05:00
nm-activation-request.c api: add "Uuid" property to ActiveConnection interface 2011-04-22 12:29:07 -05:00
nm-activation-request.h core: add nm-secrets-flags.h for secret agent flags typedef 2011-03-29 22:53:22 -05:00
nm-active-connection.c api: add "Uuid" property to ActiveConnection interface 2011-04-22 12:29:07 -05:00
nm-active-connection.h api: add "Uuid" property to ActiveConnection interface 2011-04-22 12:29:07 -05:00
nm-call-store.c core: update logging in misc files 2010-04-07 12:28:57 -07: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 core: use #defines for NMDBusManager signal names 2010-12-10 11:36:55 -06:00
nm-dbus-manager.h build: do the right thing with config.h (bgo #644664) 2011-03-14 01:01:22 -05:00
nm-device-bt.c core: handle new device states 2011-03-17 13:42:22 -05:00
nm-device-bt.h bluetooth: finish DUN implementation 2010-01-28 11:21:53 -08:00
nm-device-ethernet.c core: add nm-secrets-flags.h for secret agent flags typedef 2011-03-29 22:53:22 -05:00
nm-device-ethernet.h core: consolidate and clean up MAC cloning code 2010-06-24 15:14:53 -07:00
nm-device-interface.c api/core: add ActiveConnection property to device objects 2011-05-26 19:19:32 -05:00
nm-device-interface.h api/core: add ActiveConnection property to device objects 2011-05-26 19:19:32 -05:00
nm-device-modem.c core: handle new device states 2011-03-17 13:42:22 -05:00
nm-device-modem.h core: consolidate mobile broadband device types 2011-02-25 10:16:17 -06:00
nm-device-olpc-mesh.c trivial: fix comment 2011-03-17 13:42:21 -05:00
nm-device-olpc-mesh.h core: use ifindex instead of interface name in a lot of places 2010-04-21 14:58:25 -07:00
nm-device-private.h core: move generic connection complete function to a generic location 2011-01-13 13:28:52 -06:00
nm-device-wifi.c wifi: always fix up Ad-Hoc frequency when connecting (rh #699203) 2011-05-24 12:37:55 -05:00
nm-device-wifi.h core: consolidate and clean up MAC cloning code 2010-06-24 15:14:53 -07:00
nm-device.c core: simplify device activation precheck 2011-06-07 14:22:55 -05:00
nm-device.h core: consolidate deactivation methods 2011-02-24 11:27:42 -06:00
nm-dhcp4-config.c dispatcher: pass DHCP options as string:string hash 2011-05-11 16:01:12 -05:00
nm-dhcp4-config.h dispatcher: pass DHCP options as string:string hash 2011-05-11 16:01:12 -05:00
nm-dhcp6-config.c dispatcher: pass DHCP options as string:string hash 2011-05-11 16:01:12 -05:00
nm-dhcp6-config.h dispatcher: pass DHCP options as string:string hash 2011-05-11 16:01:12 -05:00
nm-hostname-provider.c misc: license fixups 2010-01-21 15:11:50 -08:00
nm-hostname-provider.h misc: license fixups 2010-01-21 15:11:50 -08:00
nm-ip4-config.c build: fix return types (bgo #644665) 2011-03-14 01:05:51 -05:00
nm-ip4-config.h dhcp4: handle NIS servers and domains 2010-07-16 11:28:39 -07:00
nm-ip6-config.c build: fix return types (bgo #644665) 2011-03-14 01:05:51 -05:00
nm-ip6-config.h trivial: IP6Config object cleanups 2010-05-01 08:05:39 -07:00
nm-manager-auth.c core: clean up auth handling after polkit enable/disable changes 2011-05-20 11:35:24 -05:00
nm-manager-auth.h core: consolidate PolicyKit code 2011-05-18 22:20:24 -05:00
nm-manager.c core: more BT device removed log message less noisy 2011-06-07 11:08:13 -05:00
nm-manager.h agents: filter agents by UID for user-requested connections 2011-01-26 18:36:08 -06:00
nm-netlink-monitor.c core: NL_CB_VERBOSE breaks error propagation (rh #594578) 2010-05-24 17:21:04 -07:00
nm-netlink-monitor.h netlink: merge nm-netlink.c into nm-netlink-monitor.c 2010-04-20 17:22:58 -07:00
nm-policy-hostname.c policy: stop touching /etc/hosts 2010-12-17 09:28:49 -06:00
nm-policy-hostname.h policy: stop touching /etc/hosts 2010-12-17 09:28:49 -06:00
nm-policy-hosts.c policy: stop touching /etc/hosts 2010-12-17 09:28:49 -06:00
nm-policy-hosts.h policy: stop touching /etc/hosts 2010-12-17 09:28:49 -06:00
nm-policy.c core: add some logging for activation and disconnection 2011-06-02 09:06:48 -05:00
nm-policy.h settings: rename NMSysconfigSettings to NMSettings 2010-10-27 20:05:23 -05:00
nm-properties-changed-signal.c core: update policy logging 2010-04-07 10:57:39 -07:00
nm-properties-changed-signal.h 2008-11-02 Dan Williams <dcbw@redhat.com> 2008-11-03 04:13:42 +00:00
nm-rfkill.h udev: add support for other types of rfkill switches 2009-12-23 01:30:54 -08:00
nm-session-monitor.c core: silence error if ConsoleKit database isn't found the first time (rh #695617) 2011-05-25 15:14:12 -05:00
nm-session-monitor.h settings: clean up connection visibility and session change handling 2010-10-26 16:33:47 -05:00
nm-system.c core: suppress error messages if addresses/routes already exist 2011-04-05 10:19:08 -05:00
nm-system.h core: flush IPv6 routes even if configuration failed (bgo #641333) 2011-02-23 17:20:19 -06:00
nm-udev-manager.c core: recognize platform 'gadget' devices too 2011-05-12 12:14:09 -05:00
nm-udev-manager.h core: depend on stable gudev API 2011-03-10 03:19:27 -06:00
nm-wifi-ap-utils.c wifi: fix connection completion when no wifi setting is sent 2011-04-11 11:42:12 -05:00
nm-wifi-ap-utils.h wifi: fix scanned signal strength calculation for WEXT-based drivers 2011-03-13 12:50:40 -05:00
nm-wifi-ap.c wifi: always fix up Ad-Hoc frequency when connecting (rh #699203) 2011-05-24 12:37:55 -05:00
nm-wifi-ap.h wifi: always fix up Ad-Hoc frequency when connecting (rh #699203) 2011-05-24 12:37:55 -05:00
wpa.c logging: fix format string/argument disagreement 2011-03-19 12:44:14 -05:00
wpa.h 2005-12-14 Dan Williams <dcbw@redhat.com> 2005-12-14 20:48:08 +00:00