summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: declare nm_agent_manager_get() using NM_DEFINE_SINGLETON_GETTER()jk/wpa_supplicant-start-rh1286576Thomas Haller2015-12-014-45/+48
* core: declare nm_supplicant_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-014-22/+4
* core: declare nm_firewall_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-012-18/+1
* core: declare nm_inotify_helper_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-011-23/+20
* core: declare nm_vpn_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-013-19/+2
* core: declare nm_dhcp_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-013-21/+2
* core: declare nm_dns_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-013-19/+3
* core: declare nm_sleep_monitor_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-12-013-26/+10
* wifi: only try adding supplicant interface 5 times on errors (bgo #753971)Jiří Klimeš2015-11-301-1/+36
* platform/tests: drop "platform" test binaryThomas Haller2015-11-272-906/+0
* platform/tests: remove "dump" test-programThomas Haller2015-11-272-143/+0
* ip4-config: properly handle gateway in nm_ip4_config_replace()Beniamino Galvani2015-11-261-3/+6
* platform/tests: use "nm-test-utils.h" in "monitor.c"Thomas Haller2015-11-251-9/+13
* core: don't handle SIGUSR1 and SIGUSR2 signals for pre 2.36.0 glibThomas Haller2015-11-251-2/+5
* dhcp-helper: call g_type_init() to support pre 2.36.0 glibGlenn Washburn2015-11-251-0/+4
* device: use nm_utils_find_helper() to find out ping/ping6 binary (bgo #758566)Jiří Klimeš2015-11-241-2/+2
* main: add argument --print-config to NetworkManagerThomas Haller2015-11-225-11/+59
* default-route: fix deleting default-route when disconnecting device (bgo #757...Thomas Haller2015-11-201-4/+11
* default-route: introduce _LOG2*() logging macros to log entry-messagesThomas Haller2015-11-201-36/+58
* logging: introduce an alternative set of logging macrosThomas Haller2015-11-201-1/+33
* wifi: do update BSSID cache in activation_success_handler() (rh #1094298)Jiří Klimeš2015-11-191-1/+1
* ifcfg: fix a possible double-free error on invalid WEP key (rh #1281324)Jiří Klimeš2015-11-181-9/+13
* build: add backward compatibility define for missing CLOCK_BOOTTIMEGlenn Washburn2015-11-132-0/+12
* build: disable Pragmas for pre 4.6 gccGlenn Washburn2015-11-131-0/+9
* dispatcher: don't abort when VPN connections have no IPv4Lubomir Rintel2015-11-131-4/+0
* wifi: clean up removal of current AP if it fails during association (bgo #733...Dan Williams2015-11-121-12/+22
* nm-device: only progress with ip-config if the device is still in IP_WAITLubomir Rintel2015-11-111-2/+4
* wifi: minor refactoring logging BSSID in supplicant_iface_new_bss_cb()Thomas Haller2015-11-111-6/+4
* Revert "wifi: do no crash when getting BSSID fails"Thomas Haller2015-11-111-5/+1
* wifi: don't accept any BSSes with missing BSSIDs (rh #1276426)Dan Williams2015-11-112-3/+4
* systemd/adapt: return G_SOURCE_REMOVE in time event callbackBeniamino Galvani2015-11-111-10/+3
* wifi: fix a crash while attempting to connect hidden AP (bgo #757814)Jiří Klimeš2015-11-111-2/+2
* core: fix builds with older gcc (like 4.4.x)Dan Williams2015-11-101-1/+1
* agent-manager: cancel pending auth chain for the disappearing agentLubomir Rintel2015-11-061-12/+20
* device: set a reason when device enslave failsLubomir Rintel2015-11-061-3/+4
* logging: swap names of logging macros _LOGT() and _LOGt()Thomas Haller2015-11-065-82/+82
* agent-manager: don't try to cancel requests that already finishedLubomir Rintel2015-11-051-2/+4
* build: add missing GLIB_CFLAGSLubomir Rintel2015-11-052-0/+2
* policy: fix looping through list while removing elements (rh #1175446)Jiří Klimeš2015-11-051-3/+7
* device: terminate the activation chain when entering the failed stateBeniamino Galvani2015-11-031-0/+8
* core: fix assuming a connection without S390 properties (rh #1276343)Jiří Klimeš2015-11-032-0/+85
* bluetooth: fix missing 'connected' notifications (rh #1255284)Dan Williams2015-10-251-1/+3
* agent-manager: cancel secrets requests on an errorLubomir Rintel2015-10-231-0/+3
* dbus: add strongswan to the vpn plugin bus namesLubomir Rintel2015-10-231-0/+1
* dbus: allow talking to fortisslvpn pluginLubomir Rintel2015-10-231-0/+1
* vlan: fix unmanaged VLAN interface problem (rh #1273879)Jiří Klimeš2015-10-225-10/+20
* wifi: do no crash when getting BSSID failsJiří Klimeš2015-10-221-1/+5
* wifi: fix a problem in removing non-existing sourceJiří Klimeš2015-10-221-0/+3
* ifcfg-rh: remove another unused variable in parse_ethtool_option()Thomas Haller2015-10-201-2/+0
* ifcfg-rh: remove unused variable in parse_ethtool_option()Thomas Haller2015-10-201-4/+0