summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nmcli: enable connection autocompletion for 802.1x propertiesfg/autcomplete_fix_rh1301226Francesco Giudici2016-06-142-4/+72
* nmcli autocompletion: trivial cleanupsFrancesco Giudici2016-06-141-15/+11
* libnm: backport symbols nm_setting_ip_config_get_dns_priority to libnm_1_2_4Thomas Haller2016-06-102-0/+5
* all: merge branch 'th/assert-expr-strings-bgo767296'Thomas Haller2016-06-096-103/+157
|\
| * build: remove assertion messages in non-debug buildThomas Haller2016-06-092-1/+50
| * tests: add macro NMTST_G_RETURN_MSG for expecting g_return*() failuresThomas Haller2016-06-095-103/+108
|/
* platform: tests: skip already used macvtap ifindexesBeniamino Galvani2016-06-071-0/+21
* dns: merge branch 'bg/dnsmasq-rdns-bgo767174'Beniamino Galvani2016-06-077-137/+308
|\
| * dns: remove nm-dns-utils.c and nm-dns-utils.hBeniamino Galvani2016-06-074-127/+68
| * dns: add reverse DNS IPv6 entries to dnsmasqBeniamino Galvani2016-06-076-2/+158
| * dns: add CIDR reverse DNS IPv4 entries to dnsmasqBeniamino Galvani2016-06-074-52/+126
|/
* 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