summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* libnm/infiniband: lift restriction of MTU to 2044 for IPoIB in "datagram" modeThomas Haller2019-04-051-0/+16
* shared: cleanup _nm_utils_ascii_str_to_bool()Thomas Haller2019-04-041-18/+14
* shared: add nm_strstrip_avoid_copy_a() helperThomas Haller2019-04-042-0/+80
* shared: move nm_memdup(), nm_strndup_a(), and nm_strdup_int() to "nm-macros-i...Thomas Haller2019-04-042-112/+112
* shared/trivial: rename variables in nm_strndup_a() and nm_str_skip_leading_sp...Thomas Haller2019-04-042-18/+18
* shared: add nm_auto_unref_gmainloop cleanup macroThomas Haller2019-04-041-0/+3
* shared: workaround -Wunused-but-set-variable warning with assertionsThomas Haller2019-04-043-0/+4
* systemd: merge branch systemd into masterThomas Haller2019-04-0445-809/+843
|\
| * systemd: update code from upstream (2019-04-04)Thomas Haller2019-04-0442-806/+846
* | Revert "all: goodbye libnm-glib"Lubomir Rintel2019-04-034-1/+193
* | shared: better implement compat version of explicit_bzero()Thomas Haller2019-04-021-6/+13
* | libnm: add NMIPRoutingRule APIThomas Haller2019-03-271-0/+3
* | shared: add nm_utils_str_simpletokens_extract_next()Thomas Haller2019-03-272-0/+55
* | shared: add nm_ip_addr_is_null() helperThomas Haller2019-03-271-0/+10
* | libnm-core: add vlans property to bridge-port settingBeniamino Galvani2019-03-261-0/+4
* | shared: add _nm_utils_escape_plain() APIThomas Haller2019-03-252-12/+40
* | all: consider all ASCII spaces for _nm_utils_escape_spaces() and unescapeThomas Haller2019-03-251-9/+5
* | shared: add NM_ASCII_SPACES macroThomas Haller2019-03-251-0/+3
* | shared: add "strip" argument to _nm_utils_unescape_spaces()Thomas Haller2019-03-252-5/+21
* | cli: implement connection:permissions as multilist propertyThomas Haller2019-03-251-7/+0
* | shared: add set function to nm_setting_8021x_scheme_vtableThomas Haller2019-03-252-0/+20
* | shared: move nm_setting_ip_config_get_addr_family() to "shared/nm-libnm-core-...Thomas Haller2019-03-251-0/+14
* | cli: avoid unnecessary string clones for stripping whitespace for property va...Thomas Haller2019-03-251-0/+2
* | cli: don't fail removing non-existing option (pt1)Thomas Haller2019-03-251-0/+7
* | libnm,cli: move cleanup macros to "shared/nm-libnm-core-utils.h"Thomas Haller2019-03-251-0/+30
* | libnm: move parsing VLAN priority mapping to "shared/nm-libnm-core-utils.h"Thomas Haller2019-03-252-0/+77
* | shared: add "shared/nm-libnm-core-utils.h" utilsThomas Haller2019-03-253-0/+47
* | shared: don't implement nm_utils_parse_inaddr() based on nm_utils_parse_inadd...Thomas Haller2019-03-251-1/+9
* | shared: add _nm_utils_strv_cmp_n() and _nm_utils_strv_equal()Thomas Haller2019-03-243-0/+208
* | shared/tests: add parentheses around arguments of NMTST_SWAP() macroThomas Haller2019-03-241-5/+6
* | all: goodbye libnm-glibLubomir Rintel2019-03-194-193/+1
* | shared: add nm_hash_obfuscate_ptr() helperThomas Haller2019-03-131-1/+26
* | shared: add c_list_length_is() helperThomas Haller2019-03-131-0/+23
* | shared/systemd: fix gettid() compat implementation shadowing function from glibcThomas Haller2019-03-111-1/+2
* | cli/wireguard: add import functionality for WireGuardThomas Haller2019-03-072-2/+4
* | shared: add nm_utils_memeqzero_secret()Jason A. Donenfeld2019-03-072-0/+29
* | release: bump version to 1.17.0 (development)1.17.0-devThomas Haller2019-02-231-0/+1
* | shared: support empty blobs in nm_utils_bin2hexstr_full()Thomas Haller2019-02-221-15/+17
* | all: move nm_utils_hexstr2bin*() to sharedThomas Haller2019-02-222-0/+162
* | libnm,cli: add NMSettingWireGuardThomas Haller2019-02-222-0/+8
* | shared: add nm_ip_addr_set_from_untrusted() helperThomas Haller2019-02-222-0/+64
* | shared: add nm_hash_update_valp() helper macroThomas Haller2019-02-221-0/+3
* | shared/tests: add test for unaligned readsThomas Haller2019-02-221-0/+32
* | Add polkit action for Wi-Fi scansJonathan Kang2019-02-211-0/+1
* | all: move nm_utils_bin2hexstr_full() to sharedBeniamino Galvani2019-02-212-0/+65
* | shared/nm-glib: add our own g_steal_pointer() macro to shadow the one from glibThomas Haller2019-02-211-3/+5
* | systemd: merge branch systemd into masterbg/systemdBeniamino Galvani2019-02-206-7/+28
|\ \
| * | systemd: update code from upstream (2019-02-20)Beniamino Galvani2019-02-208-8/+40
| |/
* | systemd: dhcp: move filtering of bogus DNS/NTP addresses out of DHCP clientThomas Haller2019-02-192-0/+10
* | shared: add nm_ip4_addr_is_localhost() utilThomas Haller2019-02-192-0/+20