summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: ensure stable behavior in _nm_ip_route_attribute_validate_all()th/stdict-valuesThomas Haller2020-06-071-5/+14
* libnm: use nm_utils_named_values_from_strdict() in "nm-setting-tc-config.c"Thomas Haller2020-06-071-16/+30
* libnm: add missing since gtk-doc for nm_tc_action_get_attribute_names()Thomas Haller2020-06-071-0/+6
* shared: refactor nm_utils_strdict_to_variant_ass() to use nm_utils_named_valu...Thomas Haller2020-06-071-40/+15
* shared,core: rename and move function to nm_utils_strdict_to_variant_asv()Thomas Haller2020-06-075-30/+29
* ifcfg-rh: use nm_utils_named_values_from_strdict() in write_secrets()Thomas Haller2020-06-071-6/+12
* shared: avoid allocating temporary buffer for nm_utils_named_values_from_strd...Thomas Haller2020-06-074-25/+51
* shared: make NMUtilsNamedValue.value_ptr non constThomas Haller2020-06-071-1/+1
* tests: suppress valgrind warning about unsupported syscall for "test-config"Thomas Haller2020-06-071-0/+1
* gitlab-ci: avoid signing release build in gitlab-ciThomas Haller2020-06-071-1/+1
* systemd: fix wrong assertion in sd_lldp_get_neighbors()Thomas Haller2020-06-051-1/+1
* device/lldp: drop our own rate limiting for maximum number of LLDP neighboursThomas Haller2020-06-051-9/+9
* device/lldp: minor cleanups in "nm-lldp-listener.c"Thomas Haller2020-06-051-44/+47
* platform: assert struct alignment of NMPlatformIPRoute/NMPlatformIPAddress typeThomas Haller2020-06-051-0/+8
* keyfile: merge branch 'th/keyfile-public-api' (part 1)Thomas Haller2020-06-058-264/+681
|\
| * keyfile: add NMKeyfileHandlerFlagsThomas Haller2020-06-058-14/+29
| * keyfile: add nm_keyfile_handler_data_warn_get() and construct message lazyThomas Haller2020-06-053-13/+68
| * keyfile: add accessors for NMKeyfileHandlerDataThomas Haller2020-06-052-0/+67
| * keyfile: add handler context for all parser callbacksThomas Haller2020-06-054-73/+204
| * keyfile: use cleanup attribute for GBytes and GByteArrayThomas Haller2020-06-051-21/+13
| * keyfile: don't check for info->error before calling handle_warn()Thomas Haller2020-06-051-10/+10
| * keyfile: style cleanup calling handle_warn()Thomas Haller2020-06-051-78/+203
| * keyfile: rework error reporting from read/write handlerThomas Haller2020-06-054-25/+36
| * keyfile: rename handler variable in KeyfileReaderInfo and KeyfileWriterInfoThomas Haller2020-06-051-26/+26
| * keyfile: add NMKeyfileHandlerData typedef for arguments of keyfile callbacksThomas Haller2020-06-054-62/+86
| * keyfile: merge NMKeyfile{Read,Write}Type as NMKeyfileHandlerTypeThomas Haller2020-06-054-18/+15
|/
* build: print deleted references in release.sh scriptThomas Haller2020-06-041-3/+10
* build: print commands in color for release.sh scriptThomas Haller2020-06-041-17/+27
* build: implement release mode "rc" in release.sh scriptThomas Haller2020-06-041-4/+23
* build: optionally sign source tarball in build.sh scriptThomas Haller2020-06-041-0/+14
* build: add "release.sh" scriptThomas Haller2020-06-041-0/+275
* libnm/crypto: suppress "-Wstrict-prototypes" warning in NSS libraryThomas Haller2020-06-031-0/+2
* nettools: reimport nettools' n-dhcp4 and rework loggingThomas Haller2020-06-0315-129/+310
|\
| * Squashed 'shared/n-dhcp4/' changes from fb1d43449ba8..6876b73ec113Thomas Haller2020-06-0320-127/+630
* | shared/n-acd: reimportThomas Haller2020-06-0312-53/+134
|\ \
| * | Squashed 'shared/n-acd/' changes from 54708168399f..0237ba54bef7Thomas Haller2020-06-0310-51/+138
* | | shared/c-siphash: reimportThomas Haller2020-06-036-37/+21
|\ \ \
| * | | Squashed 'shared/c-siphash/' changes from 7c42c5925819..996b79578d94Thomas Haller2020-06-034-33/+21
* | | | shared/c-rbtree: reimportThomas Haller2020-06-037-43/+33
|\ \ \ \
| * | | | Squashed 'shared/c-rbtree/' changes from b46392d25de7..7624b79b26d0Thomas Haller2020-06-035-39/+33
* | | | | shared/c-stdaux: reimportThomas Haller2020-06-035-37/+21
|\ \ \ \ \
| * | | | | Squashed 'shared/c-stdaux/' changes from 11930d259212..3b35c47d2beeThomas Haller2020-06-033-33/+21
* | | | | | shared/c-list: reimportThomas Haller2020-06-036-41/+25
|\ \ \ \ \ \
| * | | | | | Squashed 'shared/c-list/' changes from 2e4b605c6217..ac7c83139821Thomas Haller2020-06-034-37/+25
* | | | | | | TODO: add new itemsThomas Haller2020-06-031-0/+38
* | | | | | | TODO: drop completed item "Implement NM_DEVICE_STATE_DISCONNECTING"Thomas Haller2020-06-031-14/+0
* | | | | | | TODO: drop completed item "Internet Connectivity Detection Enhancements"Thomas Haller2020-06-031-33/+0
* | | | | | | core: fix maybe-uninitialized warning in periodic_update_active_connection_ti...Thomas Haller2020-06-031-1/+1
* | | | | | | core: drop mask argument from nm_settings_connection_autoconnect_blocked_reas...Thomas Haller2020-06-033-8/+6
* | | | | | | settings: merge branch 'unblock-autoconnect-on-secrets'Thomas Haller2020-06-031-48/+54
|\ \ \ \ \ \ \