summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * shared: add NM_ENSURE_NOT_NULL() macroThomas Haller2020-05-081-0/+8
| |/
| * acd: fix char buffer argument to _acd_event_to_string_buf()Thomas Haller2020-05-081-1/+1
| * config: merge branch 'th/config-fix-subtract-plugins'Thomas Haller2020-05-077-97/+127
| |\
| | * config: minor cleanup in _sort_groups_cmp() and _intern_config_write_sort_fcn()Thomas Haller2020-05-071-6/+4
| | * config: use nm_streq() and NM_STR_HAS_PREFIX() in "nm-config.c"Thomas Haller2020-05-071-24/+24
| | * config: use NM_STR_HAS_PREFIX_WITH_MORE() instead of duplicate implementationThomas Haller2020-05-072-26/+10
| | * config: use cleanup attribute in read_config()Thomas Haller2020-05-071-17/+16
| | * settings: ensure that "plugins-=ifcfg-rh" works with the default pluginsThomas Haller2020-05-072-8/+19
| | * keyfile: use nm_g_error_matches() in g_error_matches()Thomas Haller2020-05-071-4/+4
| | * keyfile,config: use nm_keyfile_error_is_not_found() helperThomas Haller2020-05-071-6/+2
| | * shared: add nm_keyfile_error_is_not_found() helperThomas Haller2020-05-071-0/+12
| | * shared: add nm_g_error_matches() helperThomas Haller2020-05-071-0/+15
| | * shared: add NM_STR_HAS_PREFIX_WITH_MORE() helperThomas Haller2020-05-071-0/+10
| | * shared: fix accessing "str" argument to NM_STR_HAS_PREFIX() macro twiceThomas Haller2020-05-071-6/+11
| |/
| * all: merge branch 'th/lgtm-com-fixes-1'Thomas Haller2020-05-0727-40/+73
| |\
| | * examples: remove unused code from "examples/python/dbus/vpn.py"Thomas Haller2020-05-071-1/+0
| | * examples: avoid "x == None" checks in python examplesThomas Haller2020-05-072-2/+2
| | * examples: avoid "except" for BaseException in examplesThomas Haller2020-05-072-2/+2
| | * examples: avoid non-thread-safe localtime() function exampleThomas Haller2020-05-071-1/+6
| | * examples: remove unused imports from python examplesThomas Haller2020-05-0712-13/+7
| | * examples: remove unused assignment in "examples/python/gi/wifi-p2p.py"Thomas Haller2020-05-071-1/+1
| | * libnm: remove unused import from "generate-setting-docs.py"Thomas Haller2020-05-071-1/+1
| | * libnm: fix redundant line constructing dbus_type_name_map in "generate-settin...Thomas Haller2020-05-071-1/+0
| | * tests: add include guard to "nm-test-libnm-utils.h" headerThomas Haller2020-05-071-0/+5
| | * config: avoid lgtm.com warning about int bitfield for NMConfigDeviceStateData...Thomas Haller2020-05-073-11/+15
| | * cli: avoid empty if block without a commentThomas Haller2020-05-073-0/+11
| | * cli: avoid redundant "if" check that is always TRUE in nmcli_editor_tab_compl...Thomas Haller2020-05-071-1/+1
| | * cli: avoid non-thread-safe localtime() function in nmcliThomas Haller2020-05-071-1/+3
| | * ndisc: avoid static analysis complaining about overflow check in receive_ra()Thomas Haller2020-05-071-3/+3
| | * acd: avoid alloca() inside an unbounded loopThomas Haller2020-05-071-2/+16
| |/
| * device: fix compilation error "--without-more-asserts"Thomas Haller2020-05-071-2/+2
| * merge: branch 'bg/coverity'Beniamino Galvani2020-05-075-5/+13
| |\
| | * libnm: remove early return statement in test_nm_auth_permissions()Beniamino Galvani2020-05-071-1/+1
| | * ifcfg-rh: check return value of fdopen()Beniamino Galvani2020-05-071-0/+7
| | * libnm: fix assertion in NML_IS_DBUS_OBJECT()Beniamino Galvani2020-05-071-1/+2
| | * libnm-core: replace malloc() with g_malloc()Beniamino Galvani2020-05-071-1/+1
| | * cli/polkit: add missing variable initialization in retrieve_session_id_cb()Beniamino Galvani2020-05-071-1/+1
| | * cli/polkit: add missing variable initialization in dbus_method_call_cb()Beniamino Galvani2020-05-071-1/+1
| |/
| * all: merge branch 'af/settings-add-matches'Thomas Haller2020-05-0716-96/+745
| |\
| | * device: style fixesth/af/settings-add-matchesThomas Haller2020-05-061-23/+28
| | * device: handle match.driver also with unknown device driverThomas Haller2020-05-061-11/+7
| | * core: accept %NULL argument to nm_wildcard_match_check()Thomas Haller2020-05-061-5/+9
| | * ifcfg-rh: minor cleanup of make_match_setting()Thomas Haller2020-05-061-11/+11
| | * ifcfg-rh: refactor write_match_setting()Thomas Haller2020-05-061-50/+18
| | * cli: use default implementation of getter for NMSettingMatch propertiesThomas Haller2020-05-061-102/+3
| | * libnm: allocate device and kernel_command_line arrays in NMSettingMatch lazyThomas Haller2020-05-061-58/+60
| | * libnm: allocate interface_name array in NMSettingMatch lazyThomas Haller2020-05-061-30/+34
| | * shared: add nm_strvarray_*() helper APIThomas Haller2020-05-061-0/+48
| | * shared: add nm_indirect_g_free() helperThomas Haller2020-05-062-0/+22
| | * shared: add nm_g_array_len() helperThomas Haller2020-05-061-0/+8