summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* systemd: avoid potential crash due to uncanceled timers in client_receive_adv...th/systemd-dhcp-timer-rh1260727Thomas Haller2015-09-231-1/+4
* systemd/adapt: refactor sd_event_source to use a union for holding mutually e...Thomas Haller2015-09-231-8/+14
* systemd/adapt: assert that a @source argument is passed to sd_event_add_time()Thomas Haller2015-09-231-0/+8
* systemd/adapt: fix potential crash invoking sd_event_source callbacksThomas Haller2015-09-231-8/+20
* systemd/adapt: use slice-allocator for struct sd_event_sourceThomas Haller2015-09-231-2/+2
* systemd/adapt: refactor creation of struct sd_event_sourceThomas Haller2015-09-231-4/+12
* supplicant: adjust fragment_size according to MTU (bgo #755145)Jiří Klimeš2015-09-2310-9/+204
* dns-manager: fix DNS options syntax in resolv.confBeniamino Galvani2015-09-221-1/+1
* contrib/rpm: fix creating proper po/Makefile.in.in (rh #1265117)Jiří Klimeš2015-09-221-2/+2
* manager: cleanup NMRfkillManager in dispose()Jiří Klimeš2015-09-221-0/+5
* manager: disconnect signal handlers on 'settings' in dispose() (rh #1264676)Jiří Klimeš2015-09-221-1/+10
* device: refactor beginning of _set_state_full()Thomas Haller2015-09-211-8/+18
* cli: fix type on printed nmcli error messageThomas Haller2015-09-211-2/+2
* nmcli/bash-completion: fix completion for device names for `nmcli device set`Thomas Haller2015-09-211-1/+1
* merge: make VPN timeout configurable - vpn.timeout property (bgo #754754)Jiří Klimeš2015-09-216-3/+85
|\
| * man: document that vpn.timeout property supports a default valueJiří Klimeš2015-09-211-0/+5
| * vpn: use vpn.timeout property as timeout value for IP config (bgo #754754)Jiří Klimeš2015-09-211-2/+19
| * cli: support vpn.timeout property in nmcliJiří Klimeš2015-09-211-1/+13
| * libnm-core: add vpn.timeout property for establishing connectionsJiří Klimeš2015-09-213-0/+48
|/
* device: log the flags that are set/cleared in _set_unmanaged_flags()Thomas Haller2015-09-211-2/+2
* merge: fix ADSL in nmcli and libnm-core/libnm-utils (rh #1264089)Jiří Klimeš2015-09-215-5/+189
|\
| * cli: allow creating ADSL connections with 'nmcli connection add' (rh #1264089)Jiří Klimeš2015-09-213-1/+171
| * cli: initialize adsl.protocol in editor when creating a new connectionJiří Klimeš2015-09-211-0/+8
| * libnm-core/libnm-util: fix an assertion in adsl settingJiří Klimeš2015-09-212-4/+10
|/
* core: fix crash in NMManager message filterBeniamino Galvani2015-09-211-2/+2
* device: remove unused ip_ifaceJiří Klimeš2015-09-211-7/+0
* wifi: remove unused variablesJiří Klimeš2015-09-211-4/+0
* exported-object: explicitly disconnect bindings and signal handlers to GDBusI...Thomas Haller2015-09-181-11/+59
* core: merge branch 'lr/applied-connection-bgo724041'Thomas Haller2015-09-1844-1134/+1740
|\
| * core: separate active and applied connectionLubomir Rintel2015-09-1836-843/+1326
| * libnm: mark properties that take effect immediately on active connection (REA...Thomas Haller2015-09-185-2/+39
| * libnm: use NM_FLAGS_HAS() in nm_setting_compare()Thomas Haller2015-09-181-5/+7
| * secrets: make agent-manager independent from NMSettingsConnectionThomas Haller2015-09-186-24/+59
| * vpn-connection: refactor cancellation of secretsThomas Haller2015-09-181-9/+21
| * settings: use nm_settings_connection_get_id/uuid() utilsThomas Haller2015-09-182-16/+15
| * settings: add nm_settings_connection_get_id/uuid() utilsThomas Haller2015-09-182-0/+15
| * libnm: don't assert in nm_connection_get_*() for verified connectionThomas Haller2015-09-181-2/+4
| * audit-manager: don't log connection whose addition failsLubomir Rintel2015-09-182-4/+3
| * vpn-connection: use logging macros _LOG*()Thomas Haller2015-09-181-120/+92
| * vpn-connection: add logging macros _LOG*()Thomas Haller2015-09-181-0/+55
| * vpn-connection/trivial: consistently rename @connection argument to @selfThomas Haller2015-09-182-120/+120
| * core/manager: use active_connection_get_by_path() in impl_manager_deactivate_...Thomas Haller2015-09-181-9/+4
|/
* libnm: fix missing case in "nm-remote-connection.c"Thomas Haller2015-09-181-1/+1
* libnm: fix initializing of new connectionsJiří Klimeš2015-09-182-1/+4
* core: merge branch 'th/secret-requests-bgo754508'Thomas Haller2015-09-1815-755/+809
|\
| * agent-manager: always invoke complete function for asynchronous nm_agent_mana...Thomas Haller2015-09-189-102/+190
| * secret-agent/trivial: add code commentThomas Haller2015-09-181-0/+11
| * settings: refactor call_id type of async functions for NMAgentManager, NMSett...Thomas Haller2015-09-1811-163/+202
| * agent-manager: fix type of idle_id in Request structureThomas Haller2015-09-181-1/+1
| * agent-manager/refact: return early from _con_get_try_complete_early() instead...Thomas Haller2015-09-181-49/+43