summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* po: make dist depend on update-polr/gettextLubomir Rintel2022-06-271-1/+1
* fixup! build: stop relying on intltool for i18nLubomir Rintel2022-06-271-1/+1
* fixup! build: stop relying on intltool for i18nLubomir Rintel2022-06-271-1/+0
* fixup! build: stop relying on intltool for i18nLubomir Rintel2022-06-271-3/+3
* fixup! build: stop relying on intltool for i18nLubomir Rintel2022-06-271-1/+0
* build: stop relying on intltool for i18nMartin Blanchard2022-06-2711-62/+129
* merge: branch 'lr/fix-debian'Lubomir Rintel2022-06-274-19/+59
|\
| * gitlab-ci: regenerate imageslr/fix-debianLubomir Rintel2022-06-272-6/+6
| * gitlab: fix Ubuntu 18.04 image creationLubomir Rintel2022-06-271-2/+17
| * contrib/debian: rework package installLubomir Rintel2022-06-271-11/+36
|/
* platform: fix build with kernels < 5.7Lubomir Rintel2022-06-271-1/+3
* merge branch 'th/misc'Thomas Haller2022-06-273-28/+26
|\
| * ifcfg-rh: fix serializing lock route attributesThomas Haller2022-06-271-4/+5
| * ifcfg-rh: in get_route_attributes_string() check prefix for "lock" namesThomas Haller2022-06-271-1/+1
| * core: log boot-id when NetworkManager startsThomas Haller2022-06-271-3/+4
| * glib-aux: make code in nm_uuid_is_valid_nm() clearerThomas Haller2022-06-241-15/+12
| * glib-aux: pass string length to nm_uuid_generate_from_string() in nm_uuid_is_...Thomas Haller2022-06-241-5/+4
|/
* po: update Ukrainian (uk) translationYuri Chornoivan2022-06-241-551/+538
* merge: branch 'lr/ask-mode'Lubomir Rintel2022-06-243-104/+172
|\
| * nmcli/connections: fix setting ifname with "--ask c add"lr/ask-modeLubomir Rintel2022-06-241-9/+18
| * nmcli/connections: make sure the connection has a base settingLubomir Rintel2022-06-241-0/+6
| * nmcli/connections: factor out code run after new connection's type is setLubomir Rintel2022-06-241-21/+33
| * nmcli/connections: use the current value in default in ask_option()Lubomir Rintel2022-06-243-37/+57
| * nmcli/connections: don't ask to ask with --askLubomir Rintel2022-06-241-9/+7
| * nmcli/connections: make sure the connection has a typeLubomir Rintel2022-06-241-3/+10
| * nmcli/connections: make enable_options() always enable an optionLubomir Rintel2022-06-241-10/+6
| * nmcli/connections: make opts argument to enable_options() optionalLubomir Rintel2022-06-241-6/+15
| * nmcli/connections: allow empty lists with "--ask c add"Lubomir Rintel2022-06-241-2/+0
| * nmcli/connections: do not remove a bond option unless reset is allowedLubomir Rintel2022-06-241-17/+15
| * nmcli/connections: pass allow_reset to check_and_set() callbackLubomir Rintel2022-06-241-1/+16
| * libnmc-setting: fix default suggestions for some optionsLubomir Rintel2022-06-241-2/+2
* | po: update Ukrainian translationYuri Chornoivan2022-06-241-199/+269
* | core: avoid stale entries in the DNS manager for non-virtual devicesbg/cleanup-dns-for-removedBeniamino Galvani2022-06-241-1/+14
* | platform: merge branch 'th/platform-genl-2'Thomas Haller2022-06-244-341/+389
|\ \ | |/ |/|
| * platform/netlink: expose genl_ctrl_policy policy in headerThomas Haller2022-06-242-11/+14
| * platform/netlink: drop nl_socket_set_ext_ack() APIThomas Haller2022-06-243-20/+3
| * platform/netlink: simplify socket flags and use boolean fieldsThomas Haller2022-06-243-21/+9
| * platform/netlink: add flags argument to nl_socket_new()Thomas Haller2022-06-243-17/+47
| * platform/netlink: extend nl_nlmsghdr_to_str() for genl messagesThomas Haller2022-06-243-82/+93
| * platform/netlink: add reading NETLINK_PKTINFO in nl_recv()Thomas Haller2022-06-243-45/+69
| * platform/netlink: minor cleanup in _netlink_recv_handle()Thomas Haller2022-06-241-14/+9
| * platform/netlink: move generic code in _netlink_recv_handle()Thomas Haller2022-06-241-71/+69
| * platform/netlink: add nl_msg_lite struct to avoid allocating netlink messageThomas Haller2022-06-242-39/+60
| * platform/netlink: add const modifier for genl functionsThomas Haller2022-06-242-23/+23
| * platform/netlink: add const modifier to netlink header pointersThomas Haller2022-06-233-12/+12
| * platform/netlink: add "rxbuf/txbuf" arguments to nl_socket_new()Thomas Haller2022-06-233-8/+6
| * platform/netlink: add "blocking" argument to nl_socket_new()Thomas Haller2022-06-233-8/+5
|/
* connectivity: skip unexpected address families in system_resolver_resolve_cb()Thomas Haller2022-06-231-2/+2
* nmcli/devices: fix a crashLubomir Rintel2022-06-231-2/+2
* merge: branch 'lr/nmcli-checkpoint'Lubomir Rintel2022-06-235-92/+404
|\