summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: add a test for connection_compatible() for wired devicesjk/device-s390-subchannelsJiří Klimeš2015-09-295-17/+163
* cli: print s390 subchannels for devices that have thatJiří Klimeš2015-09-291-4/+6
* libnm: match s390 subchannels and MAC blacklist in connection_compatible()Jiří Klimeš2015-09-291-10/+68
* libnm: add 390-subchannels property to NMDeviceEthernetJiří Klimeš2015-09-293-0/+45
* device: export S390Subchannels property on Ethernet deviceJiří Klimeš2015-09-293-10/+28
* contrib/rpm: regenerate automake with locally present versionLubomir Rintel2015-09-281-2/+1
* Revert "libnm-util: don't include "nm-version.h" in "NetworkManager.h""Thomas Haller2015-09-261-0/+2
* device: ensure firewall zone is set on the actual IP interfaceBeniamino Galvani2015-09-261-3/+30
* device: increase IPv6LL DAD timeout (rh #1101809)Dan Williams2015-09-251-1/+6
* libnm: add NM_AVAILABLE_IN_1_2 to "nm-dbus-interface.h"Thomas Haller2015-09-251-0/+9
* libnm-core/libnm-util: fix an erroneous error messageJiří Klimeš2015-09-252-2/+0
* cli: allow 'ipv6' and 'ppp' settings for GSM and CDMA connections (rh #1265993)Jiří Klimeš2015-09-251-0/+4
* cli: fix error string formatJiří Klimeš2015-09-251-1/+1
* libnm: include "glib.h" in "nm-version.h"Thomas Haller2015-09-252-0/+4
* libnm-util: don't include "nm-version.h" in "NetworkManager.h"Thomas Haller2015-09-251-2/+0
* libnm: don't include "nm-version.h" in "nm-dbus-interface.h"Thomas Haller2015-09-258-8/+1
* man: fix in nm-settings-ifcfg-rh descriptionJiří Klimeš2015-09-251-2/+2
* cli: remove static width parameter from fields definitionJiří Klimeš2015-09-255-423/+423
* firewall: merge branch 'th/firewall-callback-bgo755539'Thomas Haller2015-09-2511-228/+444
|\
| * firewall: always take a reference to NMFirewallManager during asynchronous op...Thomas Haller2015-09-254-62/+24
| * firewall: refactor callback handling in NMFirewallManagerThomas Haller2015-09-254-162/+384
| * firewall: add arguments to NMFirewallManagerAddRemoveCallbackThomas Haller2015-09-254-4/+13
| * firewall/trivial: rename FwAddToZoneFunc to NMFirewallManagerAddRemoveCallbackThomas Haller2015-09-252-5/+5
| * firewall/trivial: rename NMFirewallPendingCall to NMFirewallManagerCallIdThomas Haller2015-09-254-21/+21
| * core: use NM_UTILS_ERROR_CANCELLED_DISPOSING error reasonThomas Haller2015-09-255-53/+18
| * core: add NM_UTILS_ERRORThomas Haller2015-09-252-0/+58
|/
* modem-broadband: update modem's supported-ip-families (rh #1263959)Jiří Klimeš2015-09-251-0/+17
* tools/check-exports.sh: use ${NM} when availableQuentin Glidic2015-09-241-1/+1
* systemd: merge branch 'th/systemd-dhcp-timer-rh1260727'Thomas Haller2015-09-244-26/+67
|\
| * systemd: avoid potential crash due to uncanceled timers in client_receive_adv...Thomas Haller2015-09-241-1/+4
| * systemd/adapt: update logging prefix for systemd log_internal()Thomas Haller2015-09-231-3/+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
| * logging: coerce negative error values to positive errnoThomas Haller2015-09-231-1/+4
|/
* 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
|/