summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: set MAC address for IP tunnels when creating deviceth/device-ip-tunnel-macThomas Haller2020-01-022-7/+41
* platform: support setting MAC address during nm_platform_link_gre_add()Thomas Haller2020-01-023-3/+10
* platform: drop NMPlatformLnkMacvtap typedefThomas Haller2020-01-024-7/+5
* platform: implement link_macvlan_add via nm_platform_link_add()Thomas Haller2020-01-023-89/+31
* platform: implement link_macsec_add via nm_platform_link_add()Thomas Haller2020-01-023-101/+43
* platform: implement link_ipip_add via nm_platform_link_add()Thomas Haller2020-01-023-83/+32
* platform: implement link_ip6gre_add via nm_platform_link_add()Thomas Haller2020-01-023-108/+48
* platform: implement link_ip6tnl_add via nm_platform_link_add()Thomas Haller2020-01-023-97/+45
* platform: implement link_6lowpan_add via nm_platform_link_add()Thomas Haller2020-01-023-74/+9
* platform: implement link_vxlan_add via nm_platform_link_add()Thomas Haller2020-01-024-140/+66
* platform: implement link_vlan_add via nm_platform_link_add()Thomas Haller2020-01-024-127/+76
* platform: implement link_sit_add via nm_platform_link_add()Thomas Haller2020-01-013-79/+31
* platform: implement link_gre_add via nm_platform_link_add()Thomas Haller2020-01-013-92/+45
* platform: add parent argument to nm_platform_link_add()Thomas Haller2020-01-014-14/+27
* platform: move special link-add functions to headerThomas Haller2020-01-012-91/+60
* platform: extend nm_platform_link_add() to accept type specific extra parameterThomas Haller2020-01-014-35/+63
* platform: log name of link that gets added by nm_platform_link_add()Thomas Haller2020-01-011-4/+6
* device: avoid assertion failure when setting MAC address of unexpected addres...Thomas Haller2020-01-011-2/+4
* 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