summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* license: relicense "libnm-core/nm-vpn-dbus-interface.h" under LGPL-2.1+th/relicense-lgplThomas Haller2020-01-071-1/+1
* license: relicense "libnm-core/nm-dbus-interface.h" under LGPL-2.1+Thomas Haller2020-01-071-1/+1
* license: relicense "libnm-core/nm-errors.h" under LGPL-2.1+Thomas Haller2020-01-071-1/+1
* license: relicense "libnm-core/nm-core-types.h" under LGPL-2.1+Thomas Haller2020-01-071-1/+1
* license: relicense "libnm/nm-types.h" under LGPL-2.1+Thomas Haller2020-01-071-1/+1
* license: relicense "shared/nm-udev-aux/nm-udev-utils.[hc]" under LGPL-2.1+Thomas Haller2020-01-072-2/+2
* license: relicense "shared/nm-libnm-core-aux/nm-dispatcher-api.h" under LGPL-...Thomas Haller2020-01-071-1/+1
* license: relicense "shared/systemd/sd-adapt-shared/nm-sd-adapt-shared.h" unde...Thomas Haller2020-01-071-1/+1
* license: relicense "shared/nm-utils/nm-vpn-editor-plugin-call.h" under LGPL-2.1+Thomas Haller2020-01-071-1/+1
* license: relicense "shared/nm-test-utils-impl.c" under LGPL-2.1+Thomas Haller2020-01-071-1/+1
* license: relicense "shared/nm-libnm-core-intern-aux/nm-auth-subject.[hc]" und...Thomas Haller2020-01-072-2/+2
* license: relicense "shared/nm-glib-aux/nm-jansson.h" under LGPL-2.1+Thomas Haller2020-01-071-1/+1
* license: relicense "shared/nm-glib-aux/nm-glib.h" under LGPL-2.1+Thomas Haller2020-01-071-1/+1
* license: relicense "shared/nm-std-aux/nm-dbus-compat.h" under LGPL-2.1+Thomas Haller2020-01-071-49/+12
* 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
| * n-dhcp4: handle invalid return codes gracefullyBeniamino Galvani2019-12-231-1/+6