summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * test: add nmtst_assert_success() utilThomas Haller2015-07-021-0/+8
| * macros: add nm_strstrip() utilThomas Haller2015-07-021-0/+9
| * libnm: add _nm_utils_strv_cleanup() functionThomas Haller2015-07-022-0/+35
| * glib-compat: backport g_key_file_save_to_file()Thomas Haller2015-07-021-0/+37
| * config: fix order of processing [connection] sections in NMConfigThomas Haller2015-07-027-42/+211
| * libnm-keyfile: ensure g_key_file_get_groups() sets the length argumentThomas Haller2015-07-021-0/+2
|/
* ifcfg-rh: correct the error handling for NM_CONTROLLED=no connectionsLubomir Rintel2015-07-021-1/+2
* ifcfg-rh: don't signal removal of the connection we didn't registerLubomir Rintel2015-07-021-1/+2
* platform: minor refactor to logging and nm_platform_link_get_all()Thomas Haller2015-07-022-40/+92
|\
| * platform: remove unreachable code in nm_platform_link_get_all()Thomas Haller2015-07-021-7/+2
| * platform/test: add test to call nm_platform_link_get_all()Thomas Haller2015-07-021-0/+14
| * platform: add trace-logging to nm_platform_link_get_all()th/platform-link-get-allThomas Haller2015-07-021-1/+8
| * platform: replace debug() log macro with _LOGD()Thomas Haller2015-07-021-35/+33
| * platform: add logging macros _LOGx() to nm-platform.cThomas Haller2015-07-021-0/+38
|/
* autogen.sh: print errors to stderr, printf instead echo -nPetr Vorel2015-07-021-2/+2
* merge,cli: branch 'lr/cli-add-properties'Lubomir Rintel2015-07-023-174/+237
|\
| * cli: add bash completion for 'nmcli c add -- <property list>'lr/cli-add-propertiesLubomir Rintel2015-07-021-26/+43
| * cli: allow specifying arbitrary properties on "nmcli c add"Lubomir Rintel2015-07-022-5/+27
| * cli: refactor: split connection property reader from do_connection_modify()Lubomir Rintel2015-07-021-118/+143
| * cli: trivial: move is_property_valid()Lubomir Rintel2015-07-021-25/+24
|/
* dispatcher: don't exit with failure in case D-Bus service stopsThomas Haller2015-07-011-2/+7
* devices,platform: fix build with gccLubomir Rintel2015-07-012-3/+3
* service: harden the NetworkManager service a bitlr/systemd-hardenedLubomir Rintel2015-07-011-0/+3
* core: merge branch 'th/device-route-bgo751264'Thomas Haller2015-07-0123-327/+761
|\
| * route-manager: manage IPv4 device-routes with NMRouteManagerThomas Haller2015-07-019-124/+314
| * route-manager: consider also 'proto kernel' routes during route_flush()Thomas Haller2015-07-011-2/+2
| * platform: properly consider address lifetimes in nm_platform_ip4_address_sync()Thomas Haller2015-07-011-12/+22
| * route-manager: add argument @ignore_kernel_routes to route_sync()Thomas Haller2015-07-015-18/+23
| * route-manager: process platform events before syncing routesThomas Haller2015-07-011-0/+2
| * route-manager: keep a reference of the platform instanceThomas Haller2015-07-011-4/+19
| * libnm: add _nm_utils_ptrarray_find_binary_search() helperThomas Haller2015-07-013-0/+140
| * platform: expose routes with "proto kernel" tooThomas Haller2015-07-013-8/+30
| * platform: change NMPlatformGetRouteMode enum to NMPlatformGetRouteFlags flagsThomas Haller2015-07-0114-63/+59
| * platform/trivial: rename enum value NM_IP_CONFIG_SOURCE_RTPROT_KERNELThomas Haller2015-07-014-6/+6
| * core: minor refactoring iterating and removing list of routesThomas Haller2015-07-012-6/+8
| * platform: track pref_src field of IPv4 routesThomas Haller2015-07-014-13/+28
| * platform: fix setting valid lifetimes when constructing rtnl_addr objectThomas Haller2015-07-012-12/+21
| * platform: move address lifetime utils function to nm-platform-utils.cThomas Haller2015-07-013-73/+101
|/
* platform: fix initializing vlan_id for NMPlatformLink instance from libnl objectThomas Haller2015-07-011-14/+38
* device: restart ping process when it exits with an errorBeniamino Galvani2015-07-012-41/+85
* core: merge branch 'th/device-cleanup-bgo751733'Thomas Haller2015-07-015-38/+60
|\
| * device: fix cleanup DHCP instance when unmanaging device on removed platform ...Thomas Haller2015-07-011-29/+37
| * dhcp: properly reap child process in nm_dhcp_client_stop_existing()Thomas Haller2015-06-301-4/+11
| * core: return parent pid from nm_utils_get_start_time_for_pid()Thomas Haller2015-06-304-6/+13
|/
* core: do not manage devices that are not initialized by platformJiří Klimeš2015-06-301-4/+1
* core: fix memleak in nm_utils_get_start_time_for_pid() and parsing start-timeThomas Haller2015-06-301-11/+7
* dhcp: wait at most 2000 msec to kill existing dhcp processThomas Haller2015-06-301-1/+1
* core: add @max_wait_msec argument to nm_utils_kill_process_sync()Thomas Haller2015-06-303-17/+54
* core: fix nm_utils_kill_process_sync() not to hang for a zombie processThomas Haller2015-06-304-7/+37
* device/trivial: refactor declaration of NMUnmanagedFlags enum flagsThomas Haller2015-06-291-7/+7