summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: don't wait udev for devices created by usbg/add-activate-fail-rh1667874Beniamino Galvani2019-05-201-5/+13
* manager: relax condition when checking for duplicate ACsBeniamino Galvani2019-05-201-3/+1
* device: use variable for platform in realize_start_setup()Beniamino Galvani2019-05-201-7/+10
* all: merge branch 'th/rename-tests'Thomas Haller2019-05-1917-146/+142
|\
| * gitignore: merge gitignore filesThomas Haller2019-05-195-24/+21
| * src/tests: rename core's "test-general*" to "test-core*"Thomas Haller2019-05-195-17/+19
| * libnm/tests: rename libnm's "test-general" to "test-libnm"Thomas Haller2019-05-194-14/+12
| * clients/tests: rename clients/common's "test-general" to "test-clients-common"Thomas Haller2019-05-194-10/+13
| * wifi/tests: rename Wi-Fi's "test-general" to "test-devices-wifi"Thomas Haller2019-05-194-11/+12
| * keyfile/tests: rename core's "test-keyfile" to "test-keyfile-settings"Thomas Haller2019-05-194-10/+9
| * gitignore: move ignored libnm-glib/libnm-util files to the bottom of the .git...Thomas Haller2019-05-191-60/+56
|/
* hostname-manager: use fqdn for persistent hostname on SlackwarePatrick J. Volkerding2019-05-191-13/+2
* platform/tests: rename platform's "test-general.c"Thomas Haller2019-05-184-53/+57
* gitlab-ci: disable valgrind on Fedora 30 and Fedora 31 depending on glib2 pac...Thomas Haller2019-05-181-3/+29
* ci: merge branch 'th/gitlab-ci-valgrind'Thomas Haller2019-05-186-13/+78
|\
| * gitlab-ci: run unit tests under valgrind in gitlab-ciThomas Haller2019-05-184-6/+75
| * build/meson: rename platform tests to use same name as autotoolsThomas Haller2019-05-172-7/+3
|/
* build: merge branch 'th/build-runstatedir'Thomas Haller2019-05-1711-17/+21
|\
| * contrib/rpm: set runstatedir to "/run" instead of "/var/run"Thomas Haller2019-05-171-0/+1
| * configure: add --with-runstatedir option to configureThomas Haller2019-05-171-1/+8
| * session-monitor: use "/run/ConsoleKit/database" instead of "/var/run/ConsoleK...Thomas Haller2019-05-171-1/+1
| * trivial: fix code comment mentioning "/var/run/NetworManager" to refer to "/run"Thomas Haller2019-05-171-1/+1
| * tests: use "/run" instead of "/var/run"Thomas Haller2019-05-172-4/+4
| * contrib/rpm: reword comment in NetworkManager.confThomas Haller2019-05-171-3/+3
| * build: remove duplicate and unused RUNDIR defineThomas Haller2019-05-173-5/+1
| * dhcp/dhcpcd: fix location of PID file for dhcpcdThomas Haller2019-05-171-2/+2
|/
* logging: merge branch 'th/logging-syslog-facility'Thomas Haller2019-05-172-49/+64
|\
| * logging: use stack allocated string buffer to constuct NM_LOG_DOMAINS fieldThomas Haller2019-05-171-20/+9
| * logging: use static buffer in nm_logging_all_domains_to_string()Thomas Haller2019-05-172-9/+45
| * logging: don't misuse SYSLOG_FACILITY field in journalThomas Haller2019-05-171-17/+7
| * logging: use char pointer for iov_free in _nm_log_impl()Thomas Haller2019-05-171-3/+3
| * logging: fix stack overflow in logging for iov_data arrayThomas Haller2019-05-171-1/+1
|/
* wwan: minor cleanup for owns_port() to return earlyThomas Haller2019-05-171-4/+5
* ci: merge branch 'th/randomize-tests-for-gitlab-ci'Thomas Haller2019-05-171-0/+4
|\
| * ci: randomize tests during our CIThomas Haller2019-05-171-0/+4
|/
* doc: replace "Split DNS" with "Conditional Forwarding"Jonas DOREL2019-05-173-7/+7
* CONTRIBUTING: explain how assertions work for usThomas Haller2019-05-161-0/+54
* dhcp: use g_return_if_fail() instead of g_assert() in nm_dhcp_client_start_ti...Thomas Haller2019-05-161-1/+2
* contrib/rpm: fix comment in `./build_clean.sh -h` outputThomas Haller2019-05-161-1/+1
* libnm: mark static "eap_methods_table" array as constThomas Haller2019-05-161-2/+2
* shared: fix type shenanigans for data pointer of nm_memdup_maybe_a()Thomas Haller2019-05-161-3/+2
* core: ensure NUL padding interface name in nm_utils_ifname_cpy()Thomas Haller2019-05-161-2/+11
* platform: avoid valgrind warning about uninitialised memory in _ioctl_call()Thomas Haller2019-05-161-1/+1
* platform: use memset() to initialize ifr struct in _ioctl_call()Thomas Haller2019-05-161-3/+1
* shared: propagate types in nm_malloc_maybe_a(), nm_malloc0_maybe_a(), nm_memd...Thomas Haller2019-05-161-4/+5
* po: update Slovak translationJose Riha2019-05-151-510/+501
* po/sk: update-poLubomir Rintel2019-05-151-2366/+2521
* libnm: don't assert for success of g_dbus_error_register_error()Thomas Haller2019-05-151-2/+1
* shared: embed scheme_type in NMSetting8021xSchemeVtableThomas Haller2019-05-152-81/+91
* ifcfg-rh: use a macro to initialize setting_8021x_scheme_vtableThomas Haller2019-05-151-24/+12