summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* client: add nm_client_get_object_by_path() and nm_object_get_client() APIth/nm-client-get-object-by-pathThomas Haller2020-01-085-2/+57
* wifi: merge branch 'th/ssids-options-to-ptrarray'Thomas Haller2020-01-085-36/+129
|\
| * device/wifi: cleanup ssids_options_to_ptrarray()th/ssids-options-to-ptrarrayThomas Haller2020-01-081-7/+8
| * wifi/tests: add test for ssids_options_to_ptrarray()Thomas Haller2020-01-083-0/+67
| * build: build intermediate library with core wifi for device-plugin and testsThomas Haller2020-01-082-28/+52
| * device/wifi: fix memleak parsing SSID arguments for "RequestScan"Thomas Haller2020-01-081-1/+2
|/
* libnm: merge branch 'th/utils-security-valid'Thomas Haller2020-01-081-97/+87
|\
| * libnm: let nm_utils_security_valid() reject TKIP with SAE (WPA3)Thomas Haller2020-01-081-3/+0
| * libnm: let nm_utils_security_valid() reject adhoc mode with SAEThomas Haller2020-01-081-8/+2
| * libnm: avoid deep nesting in checks of nm_utils_security_valid()Thomas Haller2020-01-081-65/+62
| * libnm: cleanup conditions by moving pre-check in nm_utils_security_valid()Thomas Haller2020-01-081-15/+12
| * libnm: break lines in conditions of nm_utils_security_valid()Thomas Haller2020-01-081-3/+6
| * libnm: add missing braces to multi-line condition in nm_utils_security_valid()Thomas Haller2020-01-081-1/+2
| * libnm: return early from nm_utils_security_valid()Thomas Haller2020-01-081-17/+18
|/
* platform/linux: add support for /31 prefixes on IPv4 point-to-point linksAntonio Cardace2020-01-071-0/+1
* libnm/keyfile: build keyfile code as separate GPL licensed internal libraryThomas Haller2020-01-0722-22/+80
* po: update Indonesian (id) translationAndika Triwidada2020-01-011-3391/+3460
* agent-manager: merge branch 'th/agent-manager-cleanup'Thomas Haller2019-12-318-221/+246
|\
| * agent-manager: fix races registering secret agent and track auth-chain per agentThomas Haller2019-12-313-95/+91
| * agent-manager: move and inline _agent_remove_by_owner() to impl_agent_manager...Thomas Haller2019-12-311-17/+6
| * agent-manager: disconnect agent_disconnected_cb handler from secret-agentThomas Haller2019-12-311-3/+5
| * agent-manager: pass agent-manager to maybe_remove_agent_on_error() and don't ...Thomas Haller2019-12-311-8/+12
| * agent-manager: let nm_settings_connection_check_permission() check all secret...Thomas Haller2019-12-313-26/+24
| * agent-manager: track secret agents with CList instead of hash tableThomas Haller2019-12-313-76/+100
| * agent-manager: expose NMSecretAgent struct in header for tight coupling with ...Thomas Haller2019-12-312-11/+19
| * agent-manager/trivial: rename CList fields to track Request instancesThomas Haller2019-12-311-15/+15
| * agent-manager: don't handle failure of nm_secret_agent_new() in agent_manager...Thomas Haller2019-12-311-6/+0
| * agent-manager: use cleanup macro for subject in agent_manager_register_with_c...Thomas Haller2019-12-311-2/+1
| * agent-manager: drop unused error handling in agent_manager_register_with_capa...Thomas Haller2019-12-311-12/+4
| * auth-chain: add nm_auth_chain_get_context() accessorThomas Haller2019-12-312-2/+12
| * shared: don't allow NULL arguments with g_hash_table_steal_extended() compat ...Thomas Haller2019-12-311-5/+14
|/
* libnm: sort settings when constructing GVariant for connectionThomas Haller2019-12-281-24/+18
* man: document connectivity.enabled option in NetworkManager.conf manualThomas Haller2019-12-281-0/+13
* libnm: move nm_client_get_capabilities() to separate linker versionThomas Haller2019-12-241-1/+5
* clients/polkit: signal error when polkit setuid helper cannot be spawnedAntonio Cardace2019-12-241-0/+8
* autotools: define the polkit-agent package prefix when building without polki...Antonio Cardace2019-12-241-2/+4
* clients: nm-polkit-listener: fix segfault when a session id for a given uid i...Antonio Cardace2019-12-241-3/+4
* clients,shared: merge branch 'ac/polkit_agent'Antonio Cardace2019-12-2435-626/+1200
|\
| * clients: polkit-agent: implement polkit agent without using libpolkitAntonio Cardace2019-12-2411-473/+911
| * shared: nm-auth-subject: add unix-session typeAntonio Cardace2019-12-2410-65/+135
| * shared: move nm-dbus-auth-subject to shared/nm-libnm-core-internAntonio Cardace2019-12-2421-98/+130
| * shared: add io-util to read data from a fd into a GStringAntonio Cardace2019-12-242-0/+34
|/
* libnm: merge branch 'th/setting-no-construct-property'Thomas Haller2019-12-2432-326/+251
|\
| * libnm/proxy: use int type for proxy.method propertyThomas Haller2019-12-241-6/+3
| * libnm: don't have G_PARAM_CONSTRUCT properties in NMSetting instancesThomas Haller2019-12-2432-167/+116
| * libnm: sort fields in NMSetting structures by size and alignmentThomas Haller2019-12-2425-154/+133
|/
* merge: branch 'bg/nettools-fixes'Beniamino Galvani2019-12-237-27/+224
|\
| * dhcp: nettools: start from init-reboot phase when reusing addressBeniamino Galvani2019-12-231-1/+3
| * dhcp: nettools: fix parsing of classless routes optionBeniamino Galvani2019-12-231-1/+4
| * dhcp: test parsing of domain-search optionBeniamino Galvani2019-12-233-14/+94