summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: remove assertion messages in non-debug buildth/assert-expr-strings-bgo767296Thomas Haller2016-06-072-1/+50
* tests: add macro NMTST_G_RETURN_MSG for expecting g_return*() failuresThomas Haller2016-06-075-103/+108
* contrib/rpm: don't enable sanitizer for debug buildThomas Haller2016-06-071-2/+0
* tests: use absolute path for certs test directoryThomas Haller2016-06-064-8/+6
* clients: fix wrong assertion _assert_format_int()Thomas Haller2016-06-061-0/+1
* build: disable warning "-Wformat-y2k"Thomas Haller2016-06-061-0/+1
* Revert "build: fix autogen.sh for builddir != srcdir"Thomas Haller2016-06-061-2/+2
* clients: fix compilation without NM_MORE_ASSERTSThomas Haller2016-06-061-4/+3
* build: fix autogen.sh for builddir != srcdirBastien Nocera2016-06-061-2/+2
* macros: add macro _nm_printf() for function attributeThomas Haller2016-06-057-7/+8
* build: avoid compiler warnings about non-constant format strings (-Wformat-no...Thomas Haller2016-06-0510-35/+45
* build: merge branch 'bg/asan-bgo761429'Beniamino Galvani2016-06-0317-32/+433
|\
| * libnm-util: skip linking test when address sanitizer is enabledBeniamino Galvani2016-06-031-0/+8
| * build: add options to compile with address/undefined sanitizersBeniamino Galvani2016-06-035-4/+60
| * ifupdown/tests: fix memory leaksBeniamino Galvani2016-06-032-2/+4
| * ifnet: fix memory leaksBeniamino Galvani2016-06-036-9/+28
| * platform/tests: fix memory leaksBeniamino Galvani2016-06-031-9/+24
| * build: configure.ac: always set -fno-strict-aliasingBeniamino Galvani2016-06-032-1/+6
| * build: configure.ac: replace NM_COMPILER_FLAG with CC_CHECK_FLAG_APPENDBeniamino Galvani2016-06-031-7/+11
| * build: import attributes.m4 from systemdBeniamino Galvani2016-06-031-0/+292
|/
* build: add -Wformat-nonliteral to --enable-more-warnings flagsDan Williams2016-06-031-1/+1
* dns: merge branch 'th/rc-manager-file-follow'Thomas Haller2016-06-033-21/+67
|\
| * dns: minor fix of logging with unset dns modeThomas Haller2016-06-031-2/+3
| * dns: update detection of immutable resolv.confThomas Haller2016-06-031-10/+44
| * dns: follow resolv.conf if it is a symlink for 'rc-manager=file'Thomas Haller2016-06-032-5/+13
| * dns: refactor logging statements to use _rc_manager_to_string()Thomas Haller2016-06-031-6/+6
| * configure/trivial: prettify "if" in configure.acThomas Haller2016-06-031-1/+4
|/
* core: reuse common static string buffer in nm_utils_dnsmasq_status_to_string()Thomas Haller2016-06-032-19/+11
* systemd: add Documentation to service filesMichael Biebl2016-06-023-0/+3
* systemd: use RemainAfterExit=yes for NetworkManager-wait-online.serviceMichael Biebl2016-06-022-0/+2
* libnm/tests: fix memleak in test test_nm_utils_check_valid_json()Thomas Haller2016-06-021-1/+1
* contrib/rpm: add Requires to exact wwan version for NetworkManager-bluetooth ...Thomas Haller2016-06-021-1/+1
* auth: fix get_permissions() D-Bus call for settings-modify-global-dnsThomas Haller2016-06-012-1/+4
* dns,config: merge branch 'th/dns-reload-bgo766996'Thomas Haller2016-06-0140-199/+523
|\
| * all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" headerThomas Haller2016-06-0115-63/+36
| * shared: add "nm-common-macros.h" headerThomas Haller2016-06-012-0/+28
| * config: cleanup includesThomas Haller2016-06-013-14/+2
| * config: unify logging line when reloading configurationThomas Haller2016-06-012-5/+6
| * config: fix ignoring internal [.config] sectionThomas Haller2016-06-011-1/+1
| * config,dns: support Reload flags to specify that only parts should be reloadedThomas Haller2016-06-017-14/+89
| * manager: add Reload() D-Bus commandThomas Haller2016-06-0115-3/+130
| * libnm: implement missing NM_AUTH_PERMISSION_SETTINGS_MODIFY_GLOBAL_DNSThomas Haller2016-06-016-4/+20
| * config: refactor change-flags to be a cause/reason which triggered the changeThomas Haller2016-06-018-69/+121
| * man: update documenting signals in NetworkManager manualThomas Haller2016-06-011-4/+20
| * dns: reload DNS plugin in SIGHUPThomas Haller2016-06-011-5/+6
| * dns: reset plugin-ratelimiting when clearing pluginThomas Haller2016-06-011-0/+4
| * dns: explicitly stop DNS plugin in managerThomas Haller2016-06-013-1/+10
| * dns: embed private data in NMDnsManager structThomas Haller2016-06-012-31/+39
| * dns: remove unused signal slot for NM_DNS_MANAGER_CONFIG_CHANGEDThomas Haller2016-06-012-5/+1
| * dnsmasq: properly handling respawning of dnsmaskThomas Haller2016-06-013-3/+31