summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* shared: move file-get-contents and file-set-contents helper to shared/Thomas Haller2018-09-039-434/+445
* shared: add "nm-io-utils.h"Thomas Haller2018-09-034-0/+60
* core: extend nm_utils_*_get_contents() to zero temporary memoryThomas Haller2018-09-035-24/+94
* shared: add nm_gbytes_equal0() helperThomas Haller2018-09-031-0/+6
* shared: add _NM_INT_NOT_NEGATIVE() helperThomas Haller2018-09-031-0/+19
* shared: add nm_utils_hexchar_to_int()Thomas Haller2018-09-031-0/+21
* shared: add nm-secret-utils.h helperThomas Haller2018-09-037-20/+293
* shared: drop unnecessary NM_AUTO_DEFINE_FCN_STRUCT() macroThomas Haller2018-09-021-8/+1
* shared: add nm_auto_unref_bytearray macroThomas Haller2018-09-021-0/+3
* libnm/keyfile: fix double free in keyfile's get_bytes()Thomas Haller2018-09-021-1/+1
* libnm: fix leaking private-key in nm_setting_802_1x_set_phase2_private_key()Thomas Haller2018-08-301-0/+1
* all: merge branch 'th/gbytes_equal_mem'Thomas Haller2018-08-3012-139/+80
|\
| * libnm-core: remove unused utlity functions for GSListth/gbytes_equal_memThomas Haller2018-08-302-39/+0
| * tests: minor code cleanup in testsThomas Haller2018-08-305-37/+23
| * all: use nm_utils_gbytes_equal_mem()Thomas Haller2018-08-307-63/+23
| * shared: add nm_utils_gbytes_equal_mem() utilThomas Haller2018-08-302-0/+34
|/
* po: update Chinese (zh_CN) translationDingzhong Chen2018-08-301-3703/+5087
* core: merge branch 'th/settings-delegate-connection'Thomas Haller2018-08-2838-758/+902
|\
| * settings: use delegation instead of inheritance for NMSettingsConnection and ...Thomas Haller2018-08-2833-653/+839
| * device: don't limit try count in nm_device_ethernet_utils_get_default_wired_n...Thomas Haller2018-08-281-2/+1
| * device: refactor setting parent in device's update_connection()Thomas Haller2018-08-287-104/+63
|/
* examples: make 10-ifcfg-rh-routes.sh self-containedBeniamino Galvani2018-08-281-9/+97
* libnm-core: support private keys encrypted with AES-{192,256}-CBCBeniamino Galvani2018-08-289-21/+106
* build: merge branch 'th/build-ifdef-cleanup'Thomas Haller2018-08-2711-80/+89
|\
| * build/meson: fix build options for suspend-resumeThomas Haller2018-08-272-21/+31
| * build: cleanup build defines for session-trackingThomas Haller2018-08-276-52/+49
| * build: always define NM_MORE_LOGGING define and don't check with #ifdefThomas Haller2018-08-276-8/+10
|/
* cli: merge branch 'bg/completion-fixes-rh1588952'Beniamino Galvani2018-08-272-22/+39
|\
| * cli: fix autocompletion for connection commandsBeniamino Galvani2018-08-271-10/+10
| * cli: autocomplete connection type even if it has an aliasBeniamino Galvani2018-08-271-5/+3
| * cli: fix connection type completion on connection addBeniamino Galvani2018-08-271-7/+26
|/
* all: point git references to the GitLab instanceLubomir Rintel2018-08-275-12/+7
* systemd: merge branch systemd into masterThomas Haller2018-08-2774-353/+1515
|\
| * systemd: update code from upstream (2018-08-26)Thomas Haller2018-08-2668-334/+1494
* | wifi: don't use :1 bitfield for gboolean typeThomas Haller2018-08-261-1/+1
* | vpn-service-plugin: cancel the connect timer on has_ipv4=has_ipv6=falseLubomir Rintel2018-08-231-0/+4
* | wifi: merge branch 'th/wifi-gbytes-ssid'Thomas Haller2018-08-2227-340/+662
|\ \
| * | wifi: refactor nm_wifi_ap_set_ssid() to accept GBytesThomas Haller2018-08-224-34/+72
| * | wifi: don't use GBytesArray for NMWifiAP's ssidThomas Haller2018-08-2211-152/+179
| * | wifi: don't ignore trailing NUL byte when comparing SSIDThomas Haller2018-08-221-1/+1
| * | shared: add nm_utils_buf_utf8safe_escape() utilThomas Haller2018-08-223-73/+345
| * | wifi: use GBytes for ssids scan listThomas Haller2018-08-223-34/+27
| * | device: avoid intermediary GByteArray when creating DUID GBytesThomas Haller2018-08-221-13/+13
| * | dhcp/trivial: add fixme comments to nm_dhcp_dhclient_unescape_duid()Thomas Haller2018-08-221-0/+7
| * | all: avoid useless cast of g_free() to GDestroyNotifyThomas Haller2018-08-225-7/+7
| * | wifi: use GBytes instead of GBytesArray for tracking blobs in supplicantThomas Haller2018-08-222-15/+6
| * | wifi/olpc: fix setting SSID for OLPC mesh in complete_connection()Thomas Haller2018-08-221-5/+4
| * | platform: drop unused virtual function NMPlatformClass.wifi_get_ssid()Thomas Haller2018-08-222-8/+0
| * | libnm: replace _nm_utils_bytes_to_dbus() with nm_utils_gbytes_get_variant_ay()Thomas Haller2018-08-223-19/+1
| * | shared: add nm_utils_gbytes_to_variant_ay() utilThomas Haller2018-08-222-0/+21
|/ /