summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-3052-111/+144
* | tui: fix crash during activation when failed to create secret-agentThomas Haller2015-09-301-4/+4
* | dnsmasq-manager: forget the watch when the callback hitsLubomir Rintel2015-09-301-0/+1
* | bus-manager: only unregister skeletons if they were actually registeredLubomir Rintel2015-09-301-1/+2
* | firewall-manager: handle bus connection failureLubomir Rintel2015-09-301-5/+10
* | all: use glib compatibility functions for g_hash_table_add() and g_hash_table...Thomas Haller2015-09-303-25/+5
* | glib-compat: add compatibility function for g_hash_table_insert() and g_hash_...Thomas Haller2015-09-301-0/+29
* | build: add .travis.ymlLubomir Rintel2015-09-301-0/+10
* | all: g_hash_table_add doesn't return a value before 2.40Lubomir Rintel2015-09-303-0/+20
* | manager: fix a reversed conditionalLubomir Rintel2015-09-301-1/+1
* | vpn-connection: set the MTU for the VPN IP interfaceLubomir Rintel2015-09-291-7/+3
* | firewall-manager: avoid leaving dangling request if firewalld is not runningLubomir Rintel2015-09-291-1/+1
* | build: set -Werror when checking whether a -W<warning> option worksLubomir Rintel2015-09-291-1/+1
* | merge: S390 subchannels improvements (bgo #755610)Jiří Klimeš2015-09-2912-44/+357
|\ \
| * | tests: add a test for connection_compatible() for wired devicesJiří Klimeš2015-09-295-17/+171
| * | 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/+86
| * | libnm: add 390-subchannels property to NMDeviceEthernetJiří Klimeš2015-09-293-0/+45
| * | device: export S390Subchannels property on Ethernet deviceJiří Klimeš2015-09-293-13/+49
|/ /
* | 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