summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: check all calls to nm_act_request_get_(applied_)connectionth/bgo724041_applied_connectionth/applied-connection-bgo724041Thomas Haller2014-02-1012-44/+44
* core: switch to use *_get_live_connection()Thomas Haller2014-02-1015-156/+222
* core: add functions *_get_live_connection() to active connectionThomas Haller2014-02-106-0/+25
* core: remove the device from the list before unrefingThomas Haller2014-02-101-1/+1
* core: minor fix avoiding printf call with NULL stringThomas Haller2014-02-101-1/+4
* 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
| * core/platform: add check_support_kernel_extended_ifa_flags functionThomas Haller2014-01-303-0/+71
| * core/platform: workaround new address flag in address_to_stringThomas Haller2014-01-302-1/+42
| * core/rdisc: limit the number of autoconf addresses to 'max_addresses'Thomas Haller2014-01-307-7/+38
|/
* core/platform: fix passing wrong type to variadic function nl_socket_add_memb...Thomas Haller2014-01-301-4/+4
* core/platform: silence error about reading sysctl file phys_port_idThomas Haller2014-01-301-4/+1
* core: fix recently introduced crash in nm-managerThomas Haller2014-01-301-1/+1
* core: minor fix in calculating timeouts for connection retryThomas Haller2014-01-301-1/+1
* cli/bash-completion: make 'ifname' a mandatory parameter for `nmcli connectio...Thomas Haller2014-01-301-3/+27
* core: fix a crash with autoconnect masters with autoconnect slaves (rh #1054194)Dan Winship2014-01-301-60/+116
|\
| * core: fix a crash with autoconnect masters with autoconnect slavesDan Winship2014-01-301-32/+37
| * core: Tighten up find_master() and ensure_master_active_connection() semanticsDan Winship2014-01-301-30/+49
| * core: make find_master() return a GError on failureDan Winship2014-01-301-10/+18