NetworkManager/src
Jiří Klimeš 2e8746aab2 core: remove 'wep40' and 'wep104' from several places in NM
wep40 and wep104 are not valid values for 'pairwise' property and they are not
used for dynamic WEP as 'group' ciphers as well.

See https://bugzilla.redhat.com/show_bug.cgi?id=1005171 for some details.
2013-09-18 12:07:29 +02:00
..
bluez-manager core: convert the DBus manager to a single-ref object 2013-05-20 16:38:33 -03:00
config build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happy 2013-08-22 11:49:16 -04:00
devices core,settings: do not call functions with connection==NULL (rh #1008151) 2013-09-17 19:14:39 +02:00
dhcp-manager dhcp: add a testcase for distinguishing client identifier type 2013-09-09 09:14:38 +02:00
dns-manager all: replace struct in_addr with guint32 2013-08-03 00:15:07 -05:00
dnsmasq-manager all: replace struct in_addr with guint32 2013-08-03 00:15:07 -05:00
firewall-manager core: convert the DBus manager to a single-ref object 2013-05-20 16:38:33 -03:00
logging core: add LOGD_CONCHECK, log unexpected concheck responses at LOGL_INFO 2013-08-28 10:54:08 -04:00
modem-manager trivial: fix spelling errors in code comments and README file 2013-08-06 13:48:02 -05:00
platform platform: fix VLAN ingress/egress map setting 2013-09-12 18:34:23 -04:00
posix-signals core: use non-recursive build 2013-05-08 15:07:18 -04:00
ppp-manager trivial: remove trailing TABs 2013-09-02 09:26:34 +02:00
rdisc trivial: allow building tests from rdisc directory 2013-07-30 11:40:18 +02:00
settings core,settings: do not call functions with connection==NULL (rh #1008151) 2013-09-17 19:14:39 +02:00
supplicant-manager test: remove deprecated 'security' property from tests 2013-09-02 09:46:31 +02:00
tests core: remove 'wep40' and 'wep104' from several places in NM 2013-09-18 12:07:29 +02:00
vpn-manager vpn: fix zero IPv6 address check 2013-08-19 12:18:34 +02:00
wifi wifi: use nm-platform for ifindex/ifname translation 2013-05-23 17:47:51 +02:00
main.c trivial: consistently #include "libgsystem.h" rather than just gsystem-local-alloc.h 2013-08-29 16:16:35 -05:00
Makefile.am core: build NMConnectivity unconditionally, possibly as a no-op 2013-08-28 10:54:08 -04:00
NetworkManagerUtils.c core: don't use deprecated 'security' property of wifi setting 2013-09-02 09:46:31 +02:00
NetworkManagerUtils.h trivial: move a couple of functions to nm-ip[46]-config 2013-07-03 16:12:23 +02:00
nm-activation-request.c nm-activation-request: Make use of libgsystem local allocations 2013-08-29 15:16:34 -04:00
nm-activation-request.h core: remove assume from nm-activation-request 2013-08-22 22:06:47 +02:00
nm-active-connection.c core: remove assume from nm-activation-request 2013-08-22 22:06:47 +02:00
nm-active-connection.h core: remove assume from nm-activation-request 2013-08-22 22:06:47 +02:00
nm-atm-manager.c core: split NMAtmManager out of NMUdevManager 2013-06-05 17:49:25 -03:00
nm-atm-manager.h core: split NMAtmManager out of NMUdevManager 2013-06-05 17:49:25 -03:00
nm-connection-provider.c core: move connection provider interface to src/ 2012-05-17 13:21:47 -05:00
nm-connection-provider.h core: move connection provider interface to src/ 2012-05-17 13:21:47 -05:00
nm-connectivity.c trivial: nm_connectivity_check_async() returns void -> use g_return_if_fail() 2013-08-29 10:22:22 +02:00
nm-connectivity.h core: provide additional network connectivity information 2013-08-28 10:54:08 -04:00
nm-dbus-manager.c core: make nm-properties-changed-signal always export the right properties 2013-05-20 16:38:33 -03:00
nm-dbus-manager.h core: make nm-properties-changed-signal always export the right properties 2013-05-20 16:38:33 -03:00
nm-dhcp4-config.c core: make nm-properties-changed-signal always export the right properties 2013-05-20 16:38:33 -03:00
nm-dhcp4-config.h core: make nm-properties-changed-signal always export the right properties 2013-05-20 16:38:33 -03:00
nm-dhcp6-config.c core: make nm-properties-changed-signal always export the right properties 2013-05-20 16:38:33 -03:00
nm-dhcp6-config.h core: make nm-properties-changed-signal always export the right properties 2013-05-20 16:38:33 -03:00
nm-dispatcher.c dispatcher: publish vpn_ip6_config 2013-06-21 17:46:19 +02:00
nm-dispatcher.h core: add cancelation to dispatcher calls 2012-09-11 17:17:58 -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 trivial: consistently #include "libgsystem.h" rather than just gsystem-local-alloc.h 2013-08-29 16:16:35 -05:00
nm-ip4-config.h core: use NMIP[46]Route in nm-ip[46]-config 2013-08-03 00:15:07 -05:00
nm-ip6-config.c core: add nm_ip6_config_subtract() 2013-09-05 14:24:06 -05:00
nm-ip6-config.h core: add nm_ip6_config_subtract() 2013-09-05 14:24:06 -05:00
nm-manager-auth.c core: convert the DBus manager to a single-ref object 2013-05-20 16:38:33 -03:00
nm-manager-auth.h auth: move common nm_dbus_manager_get_caller_info() functionality into nm_auth_chain_new() 2013-04-08 10:55:38 -05:00
nm-manager.c core: fix bridge device creation 2013-09-17 11:11:27 +02:00
nm-manager.h core: add NMManager:primary-connection and :activating-connection 2013-08-28 11:01:13 -04:00
nm-netlink-monitor.c netlink: enlarge netlink buffer to 128k 2013-05-27 17:50:15 +02:00
nm-netlink-monitor.h cleanup: remove obsolete link-related functions 2013-05-24 20:07:30 +02:00
nm-policy-hosts.c trivial: plug some memory leaks 2013-02-25 16:07:03 +01:00
nm-policy-hosts.h policy: stop touching /etc/hosts 2010-12-17 09:28:49 -06:00
nm-policy.c core: fix handling of ActiveConnections on Policy dispose() 2013-08-30 18:00:18 -05:00
nm-policy.h core: add NMManager:primary-connection and :activating-connection 2013-08-28 11:01:13 -04:00
nm-properties-changed-signal.c logging: add log domain for D-Bus PropertiesChanged signal stuff 2013-08-06 16:29:09 -05:00
nm-properties-changed-signal.h core: make nm-properties-changed-signal always export the right properties 2013-05-20 16:38:33 -03:00
nm-rfkill-manager.c core: split NMRfkillManager out of NMUdevManager 2013-06-05 17:49:24 -03:00
nm-rfkill-manager.h core: split NMRfkillManager out of NMUdevManager 2013-06-05 17:49:24 -03:00
nm-session-monitor-ck.c build: unify NetworkManager path handling (some paths are changed) 2012-11-05 14:01:47 +01:00
nm-session-monitor-null.c core: fix undefined reference to assert in session-monitor-{systemd, null} 2012-02-09 10:48:20 -06:00
nm-session-monitor-systemd.c core: handle return values from libsystemd-login correctly 2012-08-27 09:55:04 -05:00
nm-session-monitor.h settings: clean up connection visibility and session change handling 2010-10-26 16:33:47 -05:00
nm-session-utils.c Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05:00
nm-session-utils.h Fix names of error enum values 2012-03-12 15:29:52 -04:00
nm-sleep-monitor-systemd.c sleep-monitor: add missing include 2013-09-13 09:05:07 -04:00
nm-sleep-monitor-upower.c core: convert the DBus manager to a single-ref object 2013-05-20 16:38:33 -03:00
nm-sleep-monitor.h core: factor out the upower suspend/resume code (bgo #677694) 2012-10-13 09:20:00 -05:00
nm-types.h core: add header for NM object types 2012-12-17 17:01:10 -06:00
nm-wifi-ap-utils.c core: remove 'wep40' and 'wep104' from several places in NM 2013-09-18 12:07:29 +02: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 core: remove 'wep40' and 'wep104' from several places in NM 2013-09-18 12:07:29 +02:00
nm-wifi-ap.h core: make nm-properties-changed-signal always export the right properties 2013-05-20 16:38:33 -03:00
org.freedesktop.NetworkManager.conf dbus: allow talking to the NetworkManager-SSH VPN plugin 2013-03-20 08:28:14 -05:00