summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ---wip--- core, platform: handle interface name renaming (rh #1063383)jk/iface-rename-rh1063383Jiří Klimeš2014-02-143-1/+73
* ifcfg-rh: allow missing (empty TEAM_CONFIG), which is valid configurationJiří Klimeš2014-02-142-3/+10
* core: don't block startup on assumed connectionsDan Winship2014-02-131-2/+9
* tui: fix srcdir != builddir buildJiří Klimeš2014-02-131-0/+1
* tui: properly initialize InfiniBand transport-modeJiří Klimeš2014-02-131-0/+6
* modem-manager: if building systemd support, assume it manages the MM lifecycleAleksander Morgado2014-02-132-27/+47
* build: improve our use of glib's version macros to catch more bugsDan Winship2014-02-136-7/+52
* libnm-util, libnm-glib: add versioned deprecation/availability macrosDan Winship2014-02-1350-4/+164
* libnm-util, libnm-glib: add some missing "Since: 0.9.10" tagsDan Winship2014-02-135-0/+40
* trivial: don't open-code g_clear_pointer()Dan Williams2014-02-131-6/+2
* libnm-glib: suppress warnings unless LIBNM_GLIB_DEBUG is setDan Williams2014-02-131-41/+36
* trivial: remove unused nm-netlink-monitorDan Williams2014-02-134-683/+0
* core: suppress error message ZONE_ALREADY_SET when adding firewalld zoneThomas Haller2014-02-131-3/+9
* cli: show warning when setting band/channel for infra mode (rh #1000096)Thomas Haller2014-02-133-4/+60
* core: fix hanging set_logging() dbus call by returning a resultThomas Haller2014-02-121-2/+4
* cli: fix crash if active connection doesn't have a device (rh #1064333)Jiří Klimeš2014-02-121-7/+13
* trivial: fix a typo in a commentJiří Klimeš2014-02-101-1/+1
* trivial: fix whitespace and spelling errorThomas Haller2014-02-102-5/+5
* wifi: do not print dump inconsistency error for get scan commandStanislaw Gruszka2014-02-101-0/+9
* core: normalize object paths on add_and_activate_connectionStanislaw Gruszka2014-02-101-0/+6
* po: update Assamese (as) translation (bgo #723751)Nilamdyuti Goswami2014-02-061-462/+582
* build: include the git commit id of HEAD in ./configureThomas Haller2014-02-051-0/+2
* po: update Gujarati (gu) translation (bgo #723527)Ankitkumar Patel2014-02-041-1409/+4440
* build: drop the libndp submoduleDan Winship2014-02-035-38/+3
* man: NetworkManager.conf.5 fixes and updatesDan Winship2014-02-031-48/+86
* libnm-glib: zero 'secrets' to prevent crash getting secretsDan Williams2014-01-311-1/+1
* wifi: indicate to the kernel when critical protocols start/stop (bgo #723241)Dan Williams2014-01-311-0/+62
* wifi: add nl80211 Critical Protocol indication supportDan Williams2014-01-315-0/+66
* trivial: fix a coverity warningDan Winship2014-01-311-2/+2
* core/platform: fix wrong warning log in nm-linux-platformThomas Haller2014-01-311-1/+1
* core: ensure proper handling of sysctl paths in NMDevice (set NULL on dispose)Thomas Haller2014-01-311-6/+9
* po: update Kannada (kn) translation (bgo #723361)Shankar Prasad2014-01-311-1372/+4058
* core: minor change of logging output about monotonic_timestampThomas Haller2014-01-311-3/+3
* core/platform: add debug logging when adding/deleting addressesThomas Haller2014-01-301-4/+28
* core: Merge branch 'th/get_monotonic_timestamp'Thomas Haller2014-01-3019-106/+173
|\
| * core: use nm_utils_get_monotonic_timestamp_s for nm-device-ethernet.c (last_p...Thomas Haller2014-01-301-5/+5
| * core: use nm_utils_get_monotonic_timestamp_s for autoconnect_retry_timeThomas Haller2014-01-303-8/+8
| * core: use nm_utils_get_monotonic_timestamp_ms for nm-netlink-monitorThomas Haller2014-01-301-4/+5
| * core: use nm_utils_get_monotonic_timestamp_s for nm_ap_set_last_seenThomas Haller2014-01-303-10/+14
| * core: use nm_utils_get_monotonic_timestamp_s in nm-device-wifi (scheduled_sca...Thomas Haller2014-01-301-2/+2
| * core: use nm_utils_get_monotonic_timestamp_s in nm-supplicant-interfaceThomas Haller2014-01-303-10/+11
| * core: use nm_utils_get_monotonic_timestamp_s for timestamp of NMPlatformIP[46...Thomas Haller2014-01-307-67/+38
| * core: add nm_utils_get_monotonic_timestamp_* functionsThomas Haller2014-01-302-0/+90
|/
* core/dhcp: fix dispose() of NMDHCPClient to handle multiple invocationsThomas Haller2014-01-301-5/+15
* tui: properly initialize the IP4 and IP6 settings on new connectionsDan Winship2014-01-302-0/+6
* tui: fix a crash when creating a new connectionDan Winship2014-01-304-8/+8
* ifcfg-rh: write SLAVE=yes on bond slave connectionsDan Winship2014-01-302-2/+7
* core: Merge branch 'th/ipv6-privacy'Thomas Haller2014-01-3010-31/+268
|\
| * core/rdisc: add support for IPv6 privacyThomas Haller2014-01-301-28/+96
| * core/rdisc: add autoconf addresses as /64 (instead of /128)Thomas Haller2014-01-301-1/+27