| Commit message (Expand) | Author | Age | Files | Lines |
| * | core: escape percent characters for printf format stringth/printf | Thomas Haller | 2014-08-25 | 2 | -4/+11 |
| * | libnm-core: fix NMSettingConnection:verify() not to modify interface-name | Thomas Haller | 2014-08-22 | 1 | -8/+3 |
| * | keyfile/tests: test reading minimal keyfiles that needs normalization of type... | Thomas Haller | 2014-08-22 | 8 | -0/+115 |
| * | tests: refactor tests to use g_test framework (g_test_add_func) | Thomas Haller | 2014-08-22 | 1 | -45/+40 |
| * | keyfile/tests: add keyfile_read_connection_from_file() utility function | Thomas Haller | 2014-08-22 | 1 | -0/+16 |
| * | keyfile: don't add [connection].type base setting which is done by nm_connect... | Thomas Haller | 2014-08-22 | 1 | -21/+0 |
| * | keyfile: remove ensure_slave_setting() when reading connection | Thomas Haller | 2014-08-22 | 1 | -31/+4 |
| * | libnm-core: normalize slave-type and slave-settings of connections | Thomas Haller | 2014-08-22 | 1 | -2/+5 |
| * | ifcfg-rh: remove verify() connection during reading | Thomas Haller | 2014-08-22 | 1 | -34/+0 |
| * | keyfile: let reader normalize() the connection, not only verify() | Thomas Haller | 2014-08-22 | 2 | -10/+10 |
| * | keyfile/tests: refactor tests to use nmtst_assert_connection_equals() function | Thomas Haller | 2014-08-22 | 1 | -14/+8 |
| * | keyfile: add NMSettingConnection in reader if missing | Thomas Haller | 2014-08-22 | 1 | -30/+32 |
| * | all: use _nm_utils_hash_values_to_slist() | Thomas Haller | 2014-08-22 | 4 | -33/+12 |
| * | libnm-core: declare NM_SETTING_COMPARE_FLAG_INFERRABLE flag in "nm-core-inter... | Thomas Haller | 2014-08-22 | 1 | -1/+1 |
| * | all: add nm-core-internal.h header | Thomas Haller | 2014-08-22 | 4 | -13/+13 |
| * | platform: (trivial) don't shadow link(3) in NMLinuxPlatform | Jiří Klimeš | 2014-08-21 | 1 | -6/+6 |
| * | trivial: don't shadown link(3) in NMFakePlatform | Dan Williams | 2014-08-20 | 1 | -2/+2 |
| * | trivial: don't shadow rand(3) | Dan Williams | 2014-08-20 | 2 | -19/+19 |
| * | core: print warning message when skipping invalid device plugin file | Thomas Haller | 2014-08-20 | 1 | -11/+16 |
| * | libnm-core: clear secrets from NMSimpleConnection and NMSettingsConnection di... | Dan Williams | 2014-08-20 | 4 | -40/+30 |
| * | supplicant: fix expected return type of AddBlob D-Bus call | Geoffrey Thomas | 2014-08-20 | 1 | -2/+1 |
| * | settings: fix memory leak in get_settings_auth_cb() | Thomas Haller | 2014-08-19 | 1 | -3/+2 |
| * | libnm-core: fix crash in NMSettingAdsl:verify() | Thomas Haller | 2014-08-19 | 2 | -2/+2 |
| * | keyfile: fix crash due to uninitialized variable when reading invalid connection | Thomas Haller | 2014-08-17 | 1 | -1/+1 |
| * | libnm-core, libnm, core: make NMConnection an interface | Dan Winship | 2014-08-16 | 19 | -134/+144 |
| * | libnm-core: move some fake NMConnection methods over to NMSetting | Dan Winship | 2014-08-16 | 3 | -5/+5 |
| * | libnm-core: drop nm_connection_create_setting() | Dan Winship | 2014-08-16 | 1 | -3/+8 |
| * | all: fix up multiple-include-guard defines | Dan Winship | 2014-08-16 | 110 | -295/+295 |
| * | keyfile: allow "," as unmanaged-devices separator | Dan Williams | 2014-08-15 | 1 | -1/+1 |
| * | core: fix build with toolchains not exporting CLOCK_BOOTTIME | Peter Korsgaard | 2014-08-11 | 1 | -0/+9 |
| * | dhcp: fix killing wrong process ID on dhclient release | Dan Williams | 2014-08-08 | 2 | -9/+14 |
| * | core: fix a warning and a leak | Dan Winship | 2014-08-08 | 1 | -1/+2 |
| * | core: update data types of some hwaddr properties | Dan Winship | 2014-08-07 | 13 | -152/+139 |
| * | libnm-core, etc: add nm_utils_hwaddr_matches() | Dan Winship | 2014-08-07 | 15 | -92/+50 |
| * | libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.h | Dan Winship | 2014-08-07 | 42 | -55/+4 |
| * | all: remove use of struct ether_addr / ether_aton() | Dan Winship | 2014-08-07 | 21 | -123/+100 |
| * | libnm-core, etc: drop type-based hwaddr funcs, port to length-based ones | Dan Winship | 2014-08-07 | 19 | -50/+49 |
| * | logging: use new logging macros in NMDevice subclassesth/bgo734230_device_logging | Thomas Haller | 2014-08-06 | 17 | -811/+637 |
| * | logging: extract logging macros for devices to nm-device-logging.h | Thomas Haller | 2014-08-06 | 3 | -13/+49 |
| * | trivial: fix spacing in src/devices/wifi/nm-wifi-ap.h | Dan Winship | 2014-08-05 | 1 | -34/+34 |
| * | platform/tests: disable platform root test 'test-link-linux' for now | Thomas Haller | 2014-08-04 | 1 | -1/+1 |
| * | supplicant: fix invalid parameter type in AddBlob D-Bus call | Geoffrey Thomas | 2014-08-04 | 1 | -1/+1 |
| * | core: cleanup getting iface for NMDevice for logging | Thomas Haller | 2014-08-02 | 1 | -20/+3 |
| * | libnm: add NetworkManager.h, disallow including individual headers | Dan Winship | 2014-08-01 | 27 | -0/+27 |
| * | libnm: rename NetworkManager.h and NetworkManagerVPN.h | Dan Winship | 2014-08-01 | 37 | -38/+38 |
| * | libnm-core, etc: move NMSecretAgentCapabilities to NetworkManager.h | Dan Winship | 2014-08-01 | 1 | -8/+0 |
| * | include: drop nm-settings-flags.h, move NMSecretAgentGetSecretsFlags | Dan Winship | 2014-08-01 | 13 | -43/+39 |
| * | libnm: consistently use "INTERFACE" rather than "IFACE" in macros | Dan Winship | 2014-08-01 | 2 | -2/+2 |
| * | libnm, core, cli, tui: fix the capitalization of various types | Dan Winship | 2014-08-01 | 33 | -511/+511 |
| * | libnm: remove all deprecated functions and types | Dan Winship | 2014-08-01 | 1 | -1/+0 |