summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* meson: bump up min version to 0.46 according to minimum requirementsac/meson_improvementsAntonio Cardace2019-12-231-1/+1
* meson: remove pid_t redefinitionAntonio Cardace2019-12-232-7/+0
* meson: add additional debug CFLAGS to use the same ones autotools usesAntonio Cardace2019-12-231-0/+12
* meson: use has_link_argument() to check linker flags supportAntonio Cardace2019-12-231-1/+5
* po: update Polish (pl) translationPiotr Drąg2019-12-221-2060/+2193
* ifcfg-rh: remove calls to svUnsetAll()Thomas Haller2019-12-211-26/+2
* ifcfg-rh: treat base name as numbered tag and fix detection of NETMASKThomas Haller2019-12-212-21/+37
* ifcfg-rh: merge branch 'th/ifcfg-unset-well-known-keys'Thomas Haller2019-12-2113-422/+816
|\
| * ifcfg-rh: add index for O(1) access of variables in shvarFileThomas Haller2019-12-211-49/+88
| * ifcfg-rh: rename svFindFirstKeyWithPrefix() to svFindFirstNumberedKey() for f...Thomas Haller2019-12-213-7/+5
| * ifcfg-rh: remove explicit svUnsetValue() calls and rely on automatic removal ...Thomas Haller2019-12-211-266/+89
| * ifcfg-rh: clear all untouched, known keys before writing ifcfg-rh fileThomas Haller2019-12-213-6/+4
| * ifcfg-rh: add svUnsetDirtyWellknown() functionThomas Haller2019-12-212-0/+41
| * ifcfg-rh: add functions to detect well-known ifcfg-rh keysThomas Haller2019-12-217-38/+467
| * ifcfg-rh: refactor is_numbered_tag() macro and make it a functionThomas Haller2019-12-213-46/+69
| * ifcfg-rh: mark lines as non-dirty in shvarFile when we visit themThomas Haller2019-12-211-6/+21
| * ifcfg-rh/trivial: rename nms_ifcfg_rh_utils_parse_unhandled_spec() helperThomas Haller2019-12-213-9/+9
| * shared/glib: add compat implementation for g_hash_table_steal_extended()Thomas Haller2019-12-211-0/+28
|/
* core,libnm: merge branch 'th/capability-ovs-rh1785147'Thomas Haller2019-12-218-3/+112
|\
| * libnm: add nm_client_get_capabilities() to expose server CapabilitiesThomas Haller2019-12-213-1/+100
| * libnm: handle boxed GType properties in nm_utils_g_param_spec_is_default()Thomas Haller2019-12-211-0/+1
| * core: add and indicate NM_CAPABILITY_OVS capability on D-BusThomas Haller2019-12-214-2/+11
|/
* libnm: use designated initalizers for NMSriovVF and VFVlanThomas Haller2019-12-201-12/+16
* libnm: fix type annotation for nm_sriov_vf_get_vlan_ids()Thomas Haller2019-12-201-1/+1
* libnm: emit property changed signal when setting NM_CLIENT_DBUS_CONNECTIONThomas Haller2019-12-181-0/+2
* Merge branch 'ac/readline_fix_leaks'Antonio Cardace2019-12-183-15/+22
|\
| * clients,libnm-core: zero-out memory used to store plain-text secretsAntonio Cardace2019-12-183-14/+17
| * common: readline: fix memory leak of plain text secretAntonio Cardace2019-12-181-1/+5
|/
* dhcp: nettools: check return value of g_file_set_contents()Beniamino Galvani2019-12-181-6/+8
* shared: add missing va_end() to _nm_dbus_error_is()Beniamino Galvani2019-12-181-1/+3
* dhcp: nettools: fix parsing of search domains optionBeniamino Galvani2019-12-171-2/+2
* release: bump version to 1.23.1-dev after 1.22.0 release1.23.1-devThomas Haller2019-12-17129-1450/+3499
|\
| * libnm/secret-agent: remove unused variableThomas Haller2019-12-171-1/+0
| * libnm/secret-agent: fix reseting timeout when registration completesThomas Haller2019-12-161-2/+1
| * libnm: merge branch 'th/secret-agent-register-race'Thomas Haller2019-12-165-180/+353
| |\
| | * libnm/secret-agent: fix race registering secret agentThomas Haller2019-12-161-32/+193
| | * libnm/secret-agent: use GTask for nm_secret_agent_old_register*()Thomas Haller2019-12-161-55/+31
| | * libnm/secret-agent: support debug logging from secret-agentThomas Haller2019-12-161-1/+21
| | * libnm/secret-agent: drop fallback to Register() method for secret-agentThomas Haller2019-12-161-68/+29
| | * libnm: allow using _LOGx() macros in libnmThomas Haller2019-12-161-0/+13
| | * shared: implement _LOGx() macros using log levels that are themself definesThomas Haller2019-12-161-63/+69
| | * shared: add nm_dbus_error_is() helperThomas Haller2019-12-162-0/+36
| |/
| * all: fix wrong "gs_free GError *" declarationsThomas Haller2019-12-164-6/+6
| * checkpatch: catch "gs_free GError *" declationsThomas Haller2019-12-161-0/+1
| * systemd: merge branch systemd into masterThomas Haller2019-12-1631-109/+1601
| |\
| | * systemd: update code from upstream (2019-12-13)Thomas Haller2019-12-1521-102/+1514
| * | client: fallback to CLOCK_MONOTONIC for timerfdThomas Haller2019-12-152-4/+27
| * | manager: create a virtual device only if the connection can autoconnectBeniamino Galvani2019-12-151-1/+2
| * | device: don't reapply IP configuration if the ifindex is missingBeniamino Galvani2019-12-141-2/+4
| * | ovs: check state before starting ip configuration after link changeBeniamino Galvani2019-12-141-1/+13