summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm-util: tighten IPv4 and IPv6 setting index bounds checkingdcbw/0910-fixesDan Williams2014-09-033-11/+11
* libnm-util: fix introspection return type of MAC address blacklist gettersDan Williams2014-09-032-2/+2
* cli: fix leak completing Infiniband connection and clean up array freeingDan Williams2014-09-031-13/+13
* supplicant/ifnet: fix spelling of "private_key2_passwd" optionGeoffrey Thomas2014-08-272-3/+3
* libnm: ensure auto-registration only when not yet registeredThomas Haller2014-08-271-1/+2
* po: update Polish (pl) translation (bgo #735470)Piotr Drąg2014-08-271-498/+526
* core: refactor nm_utils_complete_generic() not to use a dynamic format stringThomas Haller2014-08-2517-33/+41
* platform: (trivial) don't shadow link(3) in NMLinuxPlatformJiří Klimeš2014-08-211-6/+6
* trivial: don't shadown link(3) in NMFakePlatformDan Williams2014-08-201-2/+2
* trivial: don't shadow rand(3)Dan Williams2014-08-203-24/+24
* supplicant: fix expected return type of AddBlob D-Bus callGeoffrey Thomas2014-08-201-2/+1
* cli: succeed in master bring-up when device state reaches IP_CONFIG (bgo #733...Thomas Haller2014-08-191-40/+51
* settings: fix memory leak in get_settings_auth_cb()Thomas Haller2014-08-191-3/+2
* core: fix build with toolchains not exporting CLOCK_BOOTTIMEPeter Korsgaard2014-08-111-0/+9
* supplicant: fix invalid parameter type in AddBlob D-Bus callGeoffrey Thomas2014-08-041-1/+1
* libnm-glib: fix a crash when using multiple NMClientsDan Winship2014-08-014-17/+19
* libnm-glib: use automake test infrastructure for test programsDan Winship2014-08-012-12/+14
* libnm-glib: compile test-networkmanager-service.py path into test binariesDan Winship2014-08-013-25/+12
* all: merge branch 'th/bgo733806_clang'Thomas Haller2014-08-0128-72/+129
|\
| * dns: fix compiler warning by refactoring use of inet_ntopThomas Haller2014-08-011-25/+14
| * cli: fix warning in parse_output_fields() about strict-overflowThomas Haller2014-08-011-2/+2
| * libnm-util, core: fix warning about signed integer overflow (-Wstrict-overflow)Thomas Haller2014-08-014-4/+6
| * cli: fix warning about uninitialized valueThomas Haller2014-08-011-0/+3
| * platform/test: fix warning about uninitialized valueThomas Haller2014-08-011-0/+3
| * cli: remove unused static struct nmc_mobile_settingsThomas Haller2014-08-011-11/+0
| * platform/test: fix warnings in testThomas Haller2014-08-011-4/+5
| * ifcfg-rh: fix warning about duplicate const when declaring stringThomas Haller2014-08-012-3/+2
| * olpc: fix wrong state change reason for deviceThomas Haller2014-08-011-2/+2
| * core: fix warning calling non-returning g_error()Thomas Haller2014-08-011-0/+1
| * vpn: fix warning in vpn-manager about implicit conversion of enum typesThomas Haller2014-08-011-1/+1
| * platform: fix warning initializing static array freq_policyThomas Haller2014-08-011-0/+9
| * platform: fix warning warning about unused variableThomas Haller2014-08-011-7/+10
| * core: fix wrong device state change on failure in NMDeviceEthernetThomas Haller2014-08-011-2/+2
| * core: fix warning about comparing unsigned enum values being positiveThomas Haller2014-08-014-5/+5
| * libnm-glib: fix warning about redefining typedef RemoteCallThomas Haller2014-08-011-2/+2
| * libnm-util: fix warning converting between enum types in nm-setting-8021x.cThomas Haller2014-08-011-2/+7
| * all: add compatibility macros to ignore deprecation warnings for clangThomas Haller2014-08-014-0/+21
| * build/clang: fix detection of valid warning compiler flagsThomas Haller2014-08-011-1/+21
| * libnm-glib/test: add asserts to test-remote-settings-clientThomas Haller2014-08-011-1/+11
| * libnm-glib/test: fix crash in test-remote-settings-clientThomas Haller2014-08-011-0/+2
|/
* dhcpcd: pass noarp option to dhcpcd (bgo #733801)Thomas Haller2014-07-311-0/+3
* libnm-glib: disconnect the connectivity check cancellable signal after the ca...Giovanni Campagna2014-07-311-0/+5
* build: fix linker error for '--disable-concheck' and add '--with-libsoup'Thomas Haller2014-07-313-8/+14
* libnm-glib/tests: remove waiting time for initializing NMClientThomas Haller2014-07-301-16/+0
* libnm-glib: evaluate assert check only once in test-remote-settings-clientThomas Haller2014-07-301-2/+5
* libnm-glib: fix assertion-failure messages in test-remote-settings-clientDan Winship2014-07-301-2/+1
* libnm-glib: drop separate test libraryDan Winship2014-07-305-32/+17
* core: refactor nm_ip[46]_config_commit() not to make a copy of routeThomas Haller2014-07-302-12/+12
* core: fix checks for default routes by comparing the prefix lengthThomas Haller2014-07-304-6/+11
* core: fix setting next_hop in nm_ip6_config_create_setting()Thomas Haller2014-07-301-2/+1