summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp: nettools: handle 'retracted' event as 'expired'bg/nettools-fixes-pt2Beniamino Galvani2020-01-071-1/+1
* n-dhcp4: restart the transaction after a NAKBeniamino Galvani2020-01-072-4/+7
* n-dhcp4: allow calling listen() on already listening connectionBeniamino Galvani2020-01-071-0/+3
* 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
| * n-dhcp4: use packet socket in rebinding stateBeniamino Galvani2019-12-232-3/+30
| * n-dhcp4: support init-reboot stateBeniamino Galvani2019-12-233-7/+80
| * n-dhcp4: fix logging broadcast messagesBeniamino Galvani2019-12-231-0/+7
|/
* Merge branch 'ac/meson_improvements' into 'master'Antonio Cardace2019-12-232-9/+18
|\
| * meson: bump up min version to 0.46 according to minimum requirementsac/meson_improvementsAntonio Cardace2019-12-231-1/+1
| * meson: remove pid_t redefinitionAntonio Cardace2019-12-232-7/+0
| * meson: add additional debug CFLAGS to use the same ones autotools usesAntonio Cardace2019-12-231-0/+12
| * meson: use has_link_argument() to check linker flags supportAntonio Cardace2019-12-231-1/+5
|/
* po: update Polish (pl) translationPiotr Drąg2019-12-221-2060/+2193
* ifcfg-rh: remove calls to svUnsetAll()Thomas Haller2019-12-211-26/+2
* ifcfg-rh: treat base name as numbered tag and fix detection of NETMASKThomas Haller2019-12-212-21/+37
* ifcfg-rh: merge branch 'th/ifcfg-unset-well-known-keys'Thomas Haller2019-12-2113-422/+816
|\