summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* vpn: send firewall zone to firewalld also for VPN connections (rh #1065948)jk/vpn-firewall-zone-rh1065948Jiří Klimeš2015-07-031-7/+82
* platform: avoid assuming a permanent address is an ethernet addressLubomir Rintel2015-07-021-2/+0
* infiniband: don't crash if the parent interface is not yet thereLubomir Rintel2015-07-021-0/+3
* config/test: fix test failiure due to invalid paths for out-of-tree buildThomas Haller2015-07-022-3/+4
* platform: fix wrong removal of generated enumsThomas Haller2015-07-021-2/+2
* platform: mark internal enums to be skipped by glib-mkenumsThomas Haller2015-07-021-4/+4
* config/test: add test for set_values()Thomas Haller2015-07-021-10/+356
* config: add write support to atomic-sectionsThomas Haller2015-07-026-24/+253
* config: add write support for NMConfigThomas Haller2015-07-026-44/+664
* settings: enable "ibft" plugin by default together with "ifcfg-rh"Thomas Haller2015-07-021-58/+83
* config: fix setting default configuration for 'main.plugins'Thomas Haller2015-07-021-12/+14
* config: read configuration directory "/usr/lib/NetworkManager/conf.d"Thomas Haller2015-07-023-47/+102
* config: only handle 'option+' and 'option-' keys for known settingsThomas Haller2015-07-026-31/+134
* core: add nm_match_spec_join() functionThomas Haller2015-07-023-1/+95
* config/trivial: add code commentThomas Haller2015-07-021-0/+7
* config: add NMConfigGetValueFlags argument to nm_config_data_get_value()Thomas Haller2015-07-026-34/+76
* config: strip white space from configuration valuesThomas Haller2015-07-022-6/+6
* utils: strip whitespace for device spec in nm_match_spec_split()Thomas Haller2015-07-022-10/+54
* config: add config utility accessorsThomas Haller2015-07-022-0/+56
* config: ensure nm_config_get_plugins() to return stripped valuesThomas Haller2015-07-022-7/+4
* config: fix usage of g_key_file_get_value() vs. g_key_file_get_string()Thomas Haller2015-07-023-29/+37
* config: log configuration at startup and on reloadThomas Haller2015-07-025-0/+95
* config: add defines for keyfile groups to "nm-config.h"Thomas Haller2015-07-027-39/+49
* config: use nm_config_data_get_value_boolean()Thomas Haller2015-07-022-30/+12
* config: add nm_config_data_get_value_boolean()Thomas Haller2015-07-022-0/+15
* config: add nm_config_parse_boolean() functionThomas Haller2015-07-022-29/+46
* config: add macros NM_CONFIG_GET_DATA and NM_CONFIG_GET_DATA_ORIGThomas Haller2015-07-025-8/+12
* config: get rid of @error argument to nm_config_data_get_value()Thomas Haller2015-07-026-41/+29
* libnm: consider ordering for _nm_keyfile_equals()Thomas Haller2015-07-021-1/+1
* libnm: add keyfile utility functionsThomas Haller2015-07-021-29/+2
* config: reload also no-auto-default stateThomas Haller2015-07-021-1/+4
* config: fix evaluation of no-auto-default settingThomas Haller2015-07-023-82/+97
* config: refactor processing of 'option+' and 'option-' config settingsThomas Haller2015-07-025-22/+84
* config: add nm_config_keyfile_set_string_list() utils functionThomas Haller2015-07-022-0/+38
* config: add NM_CONFIG_KEYFILE_LIST_SEPARATOR defineThomas Haller2015-07-022-1/+3
* config/trivial: rename defines for default settingsThomas Haller2015-07-021-17/+17
* config: change examples for command line arguments to system defaultThomas Haller2015-07-024-14/+13
* config: fix order of processing [connection] sections in NMConfigThomas Haller2015-07-026-41/+205
* 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: 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
* devices,platform: fix build with gccLubomir Rintel2015-07-012-3/+3
* 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