summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* libnm/docs: fix gtk-doc for NMSettingIP4Config:dhcp-client-idThomas Haller2018-12-101-1/+1
* core: improve and fix keeping connection active based on "connection.permissi...Thomas Haller2018-12-091-7/+12
* keyfile: add helper functions to record loaded UUID filesThomas Haller2018-12-031-0/+4
* keyfile: cleanup nm_keyfile_utils_ignore_filename()Thomas Haller2018-12-031-33/+54
* all: make use of NM_MAKE_STRV() macroThomas Haller2018-12-012-8/+5
* all: say Wi-Fi instead of "wifi" or "WiFi"Lubomir Rintel2018-11-291-3/+3
* libnm-core: macsec: don't require a cak in verify()Beniamino Galvani2018-11-201-0/+6
* dhcp: add "ipv4.dhcp-client-id=duid" settingThomas Haller2018-11-131-0/+3
* doc: add hint about ipv4.dhcp-client-id=stableThomas Haller2018-11-132-2/+5
* all: add "${MAC}" substituion for "connection.stable-id"Thomas Haller2018-11-131-2/+2
* dhcp: don't load IPv4 client-id from lease fileThomas Haller2018-11-131-2/+2
* all: cleanup GChecksum handlingThomas Haller2018-11-132-18/+11
* man: document global connection default for "ipv4.dns-priority"Thomas Haller2018-11-131-2/+3
* libnm-core: don't serialize synthetic properties in nm_setting_to_string()Lubomir Rintel2018-11-073-4/+19
* libnm: add nm_utils_uuid_is_null() helperThomas Haller2018-10-313-0/+36
* libnm: add nm_utils_uuid_generate_from_string_bin() functionThomas Haller2018-10-312-15/+40
* libnm: add support for SHA1 based version 5 UUIDsThomas Haller2018-10-313-114/+146
* libnm/tests: add more tests for generating UUIDsThomas Haller2018-10-311-7/+146
* libnm/trivial: rename uuid type VARIANT3 to VERSION3Thomas Haller2018-10-313-17/+17
* libnm: expose UUID utils as internal APIThomas Haller2018-10-312-17/+62
* libnm: hash settings in NMConnection by gtypeThomas Haller2018-10-231-14/+30
* device: return void pointer from nm_device_get_applied_setting()Thomas Haller2018-10-231-2/+6
* keyfile: move and rename NM_CONFIG_KEYFILE_PATH_DEFAULT defineThomas Haller2018-10-231-0/+1
* keyfile/trivial: rename keyfile related functionsThomas Haller2018-10-232-13/+13
* keyfile: move keyfile utilities from src/ to libnm-core/Thomas Haller2018-10-232-0/+134
* libnm-core: expose internal _nm_dbus_typecheck_response() helperThomas Haller2018-10-172-26/+72
* libnm-core: fix other int comparisons in team settingBeniamino Galvani2018-10-081-7/+7
* core/setting-wpan: add page and channel propertiesLubomir Rintel2018-10-072-2/+134
* core/setting-wpan: fix some whitespace errorsLubomir Rintel2018-10-071-15/+15
* libnm-core: fix int comparisons in team settingThomas Haller2018-10-071-2/+2
* libnm-core: remove unneeded comparisonsBeniamino Galvani2018-10-061-2/+2
* libnm-core: use g_variant_type_equal() to compare variant typesBeniamino Galvani2018-10-062-2/+2
* libnm-core: fix coverity warningBeniamino Galvani2018-10-061-11/+11
* keyfile: split automatically setting ID/UUID for keyfileThomas Haller2018-10-044-56/+35
* keyfile: refactor setting default ID/UUID in nm_keyfile_read()Thomas Haller2018-10-042-14/+51
* Fix typosRafael Fontenelle2018-09-303-3/+3
* libnm: cleanup _nm_utils_hexstr2bin*() helperThomas Haller2018-09-302-35/+104
* all: drop _nm_utils_bin2hexstr()Thomas Haller2018-09-302-20/+0
* libnm: return output buffer from _nm_utils_bin2hexstr_full()Thomas Haller2018-09-302-16/+39
* all/trivial: rename hexstr<>bin conversion functionsThomas Haller2018-09-302-25/+25
* libnm/macsec: tighten up verification and normalize mka_cak/mka_ckn propertiesThomas Haller2018-09-302-1/+47
* libnm: use nm_free_secret() in nm-setting-macsec.cThomas Haller2018-09-291-5/+4
* wifi: support hidden ssid in AP modebg/ap-hiddenBeniamino Galvani2018-09-271-5/+11
* core/tests: remove an unused variableLubomir Rintel2018-09-191-1/+0
* crypto: remove some unused variablesLubomir Rintel2018-09-191-3/+0
* core/setting: don't assume we have a connection when synthesizing a propertyLubomir Rintel2018-09-181-1/+5
* docs: misc. typos pt2luz.paz2018-09-1719-37/+37
* libnm/trivial: whitespaceThomas Haller2018-09-141-8/+8
* libnm: document nm_utils_parse_variant_attributes() returning floating refere...Thomas Haller2018-09-141-1/+3
* libnm: add missing NM_AVAILABLE_IN_1_2 macro for nm_connection_get_setting_tun()Thomas Haller2018-09-141-0/+1