summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: stop relying on intltool for i18nth/pr/96Martin Blanchard2020-10-2911-62/+127
* python,tests: merge branch 'fmartinsons:master' (#661)Thomas Haller2020-10-295-3024/+3233
|\
| * Correct python black rulesFrederic Martinsons2020-10-292-6/+4
| * Manage deactivation of active connectionFrederic Martinsons2020-10-291-1/+48
| * Enhance device state and active connection managementFrederic Martinsons2020-10-293-3002/+3101
| * Add basic modem device supportFrederic Martinsons2020-10-291-1/+36
| * Initialize correctly _dbus_error_name in BusErr classesFrederic Martinsons2020-10-291-14/+42
| * Add dbus.Int32 support for variant parsingFrederic Martinsons2020-10-291-0/+2
|/
* libnm/keyfile: merge branch 'th/keyfile-public-api'Thomas Haller2020-10-2911-102/+365
|\
| * example: add python gi example for keyfile handlingth/keyfile-public-apiThomas Haller2020-10-281-0/+139
| * keyfile: expose keyfile handling in libnm as public APIThomas Haller2020-10-288-99/+197
| * libnm: add "nm-keyfile.h" headerThomas Haller2020-10-288-3/+29
|/
* core: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-10-281-1/+1
* l3cfg: merge branch 'th/l3cfg-14'Thomas Haller2020-10-2812-261/+497
|\
| * core: use nm_utils_share_rules_add_all_rules() from NMDeviceth/l3cfg-14Thomas Haller2020-10-271-64/+1
| * core: add nm_utils_share_rules_add_all_rules() for constructing iptables rulesThomas Haller2020-10-272-0/+81
| * core: refactor tracking of shared-rules to use NMUtilsShareRulesThomas Haller2020-10-273-160/+88
| * core: add NMUtilsShareRules API for handling IP tables rulesThomas Haller2020-10-272-0/+146
| * device: use static array for modules in share_init()Thomas Haller2020-10-271-13/+12
| * l3cfg: let NML3Cfg return a singleton NML3IPv4LL instanceThomas Haller2020-10-273-0/+55
| * l3cfg: add NM_ACD_TIMEOUT_RFC5227_MSEC defineThomas Haller2020-10-272-0/+3
| * l3cfg: add nm_l3_ipv4ll_is_timed_out() for letting IPv4LL reach a failed stateThomas Haller2020-10-272-74/+143
| * shared: add nm_mult_clamped_u() helperThomas Haller2020-10-271-0/+18
| * shared: rename nm_add_u32_clamped() to nm_add_clamped_u32()Thomas Haller2020-10-273-5/+5
|/
* format: add ".git-blame-ignore-revs" and hint how to ignore the commit during...Thomas Haller2020-10-272-3/+18
* device/wifi: remove unused function nm_wifi_ap_set_ssid_arr()Thomas Haller2020-10-272-24/+0
* device/wifi: don't reset the SSID of a NMWifiAP to unknownThomas Haller2020-10-271-7/+11
* Makefile: remove "libnm.actions" explicitly when uninstallingFernando Fernandez Mancera2020-10-261-0/+2
* l3cfg: fix typo in testAntonio Cardace2020-10-231-2/+2
* l3cfg: merge branch 'th/l3cfg-13'Thomas Haller2020-10-2317-192/+1874
|\
| * l3cfg: add support for IPv4 link local addresses (ipv4ll) to NML3CfgThomas Haller2020-10-237-6/+1427
| * l3cfg: combine NML3AcdAddrTrackInfo and AcdTrackDataThomas Haller2020-10-232-80/+58
| * platform/tests: add NMTstpAcdDefender helper for testingThomas Haller2020-10-232-1/+154
| * platform: interpret metric_any for routes to accept offset for default metricThomas Haller2020-10-233-78/+85
| * l3cfg/tests: cleanup l3cfg tests and set a fixed MAC address on the test inte...Thomas Haller2020-10-231-9/+39
| * l3cfg: add nm_netns_get_l3cfg() accessorThomas Haller2020-10-232-0/+15
| * l3cfg: add nm_l3_acd_addr_info_find_track_info() helperThomas Haller2020-10-231-0/+27
| * l3cfg: various bugfixes in NML3CfgThomas Haller2020-10-232-13/+19
| * platform/tests: better handling "timeout_msec" argument in nmtst_main_context...Thomas Haller2020-10-231-1/+5
| * tests: add nmtst_get_rand_one_case_in() helperThomas Haller2020-10-231-3/+16
| * shared: add nm_ptr_to_uintptr() helperThomas Haller2020-10-231-1/+16
| * shared: add nm_add_u32_clamped() helperThomas Haller2020-10-231-0/+13
| * trivial: whitespace fixesThomas Haller2020-10-231-1/+1
|/
* core: remove error checking for nm_auth_chain_new_subject() which cannot failThomas Haller2020-10-232-25/+0
* manager: fix very bad usage of 'nm_utils_user_data_unpack'Antonio Cardace2020-10-221-1/+2
* shared: introduce opaque type NMUtilsUserData for nm_utils_user_data_pack()Thomas Haller2020-10-222-6/+8
* all/trivial: fix formattingThomas Haller2020-10-221-2/+3
* wifi: merge branch 'balrog-kun/NetworkManager-iwd-query-speed'Beniamino Galvani2020-10-222-196/+172
|\
| * iwd: Remove a redundant set_current_ap callAndrew Zaborowski2020-10-221-2/+0
| * iwd: Use platform-utils to update signal/rate/bssid/frequencyAndrew Zaborowski2020-10-221-3/+77