summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! all: fix various warnings detected with coverityth/bg728320_coverityThomas Haller2014-05-022-5/+5
* all: fix various warnings detected with coverityThomas Haller2014-05-0212-6/+10
* wifi: change num_freqs type to unsignedThomas Haller2014-05-021-4/+4
* all: fix various warnings detected with coverityThomas Haller2014-05-0210-30/+13
* core: replace readlink() by glib equivalent in NMDeviceEthernetThomas Haller2014-05-021-9/+6
* core: add configuration main.debug and interpret environment variable NM_DEBUGThomas Haller2014-05-024-0/+62
* core: merge branch 'th/rh1086906_start_complete_for_dynamic_ip'Thomas Haller2014-05-017-44/+108
|\
| * core: wait with "startup complete" for both IPv4 and IPv6 dynamic configurationThomas Haller2014-05-012-1/+34
| * core: add parameter to ignore error in add/remove pending actionThomas Haller2014-05-016-43/+74
|/
* dns-manager: fix the rules for public suffixes and search domains (rh #851521)Dan Winship2014-04-291-10/+15
* dns-manager: don't write "domain" to resolv.confDan Winship2014-04-291-35/+11
* tui: fix route editing (rh #1090422)Dan Winship2014-04-291-1/+8
* examples: update 70-wifi-wired-exclusive.sh (bgo #513488)Dan Williams2014-04-281-20/+9
* platform: set link scope for IP4LL addressesPeter Wu2014-04-271-0/+13
* introspection: fix Device.Ip4Address typeDan Winship2014-04-251-1/+1
* tui: fix title of "Edit Connection" form (rh #1090397)Dan Winship2014-04-251-1/+1
* ifcfg-rh: fix alias tests to not depend on directory read orderDan Winship2014-04-254-27/+54
* Merge branch 'th/bg728320_coverity'Thomas Haller2014-04-245-10/+14
|\
| * ifcfg-rh: fix leak in svOpenFileInternal()Thomas Haller2014-04-241-0/+1
| * ifcfg-rh: fix crash for reading invalid bridge configurationThomas Haller2014-04-241-8/+7
| * core: fix leaks for nm_setting_ip[46]_config_add_\(route\|address\)()Thomas Haller2014-04-242-1/+5
| * core: fix potential crash in nm-dhcp-clientThomas Haller2014-04-241-1/+1
|/
* man/cli: add missing log domains to manual page and nmcli bash completionThomas Haller2014-04-243-3/+4
* tui: fix a crash when connecting to a password-secured Wi-Fi (rh #1090773)Jiří Klimeš2014-04-241-2/+2
* all/test: modify makefiles to run tests (without arguments) via autoconf TESTS=Thomas Haller2014-04-2310-32/+12
* ifnet/test: fix test breakage after refactoring testsThomas Haller2014-04-231-3/+0
* all: clean up "make check" results (bgo #727764)Dan Winship2014-04-2359-675/+1050
|\
| * core: use g_test_expect_message() in test programsDan Winship2014-04-237-54/+363
| * dbus-manager: don't try to create private bus in test programsDan Winship2014-04-231-4/+16
| * settings: use nm_log_info/warning() in settings pluginsDan Winship2014-04-2326-609/+492
| * logging: use GLib's logging functions if not using syslogDan Winship2014-04-231-8/+14
| * libnm-util: use g_test_expect_message() in testsDan Winship2014-04-232-0/+131
| * all: set G_LOG_DOMAIN appropriately, for better g_log() messagesDan Winship2014-04-2331-0/+34
|/
* nmcli: improve setting connection.secondaries propertyJiří Klimeš2014-04-225-69/+130
* dispatcher/test: fix tests after adding PATH environment variableThomas Haller2014-04-225-2/+14
* ifnet/test: fix test breakage after moving wifi-utils to platformThomas Haller2014-04-221-0/+3
* core: fix MTU handling while merging/subtracting IP configs (bgo #721420)Jiří Klimeš2014-04-222-2/+60
* dispatcher: multiple fixesDan Winship2014-04-188-36/+129
|\
| * man: updates to the dispatcher sectionDan Winship2014-04-181-0/+9
| * dispatcher: add better debuggingDan Winship2014-04-185-15/+52
| * dispatcher: Leave PATH set in the dispatcher script environmentDan Winship2014-04-181-9/+16
| * dispatcher: tell systemd to not kill dispatcher childrenDan Winship2014-04-181-0/+4
| * dispatcher: only dispatch one request at a time (rh #1061212)Dan Winship2014-04-181-6/+34
| * dispatcher: bump script timeout up to 20 seconds (rh #1048345)Dan Winship2014-04-182-8/+16
|/
* ifcfg-rh: don't write out IP config on Team connectionsDan Winship2014-04-171-1/+2
* keyfile: don't g_return_if_fail() on bad user inputDan Winship2014-04-171-1/+2
* core: don't break Wake-on-LANDan Winship2014-04-179-11/+153
|\
| * core: leave wake-on-LAN devices up over suspend/resumeDan Winship2014-04-171-10/+39
| * platform: add link_get_wake_on_lan()Dan Winship2014-04-174-1/+56
| * wifi: add wifi_utils_get_wowlan()Stanislaw Gruszka2014-04-174-0/+58
|/