summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp: store dhclient's pid file in /var/run/NetworkManager instead of /var/runth/dhclient-pid-fileThomas Haller2019-05-181-1/+1
* 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
* libnm: cleanup register_error_domain()Thomas Haller2019-05-151-15/+10
* ifcfg-rh: stack allocate key names in write_object()Thomas Haller2019-05-151-5/+4
* systemd: merge branch systemd into masterThomas Haller2019-05-1425-167/+387
|\
| * systemd: update code from upstream (2019-05-14)Thomas Haller2019-05-1424-165/+363
* | core: fix file permissions for "/var/lib/NetworkManager/secret_key"Thomas Haller2019-05-141-1/+1
* | core: merge branch 'th/authchain-cleanup'Thomas Haller2019-05-1330-1304/+1419
|\ \
| * | shared: use union instead of _nm_alignas() for static hash-seedThomas Haller2019-05-132-6/+12
| * | core: don't log plain pointer values for singletonsThomas Haller2019-05-136-8/+18
| * | shared: add NM_HASH_OBFUSCATE_PTR() macroThomas Haller2019-05-131-2/+12
| * | core/pppd-plugin: use GDBusConnection in "nm-pppd-plugin.c"Thomas Haller2019-05-131-97/+109
| * | pacrunner: refactor pacrunner to use GDBusConnectionThomas Haller2019-05-135-412/+448