summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* manager: fix assumption of child connections with autoconnect=nobg/assume-child-connections-fixBeniamino Galvani2016-03-071-2/+10
* platform: merge branch 'th/platform-netns-bgo762408'Thomas Haller2016-03-0713-113/+919
|\
| * platform: add network namespace support to platformThomas Haller2016-03-079-63/+883
| * platform: don't create udev client if udev isn't usedThomas Haller2016-03-075-52/+38
|/
* core: move simple utils function from "nm-platform-utils.h"Thomas Haller2016-03-078-125/+127
* platform: add and use nm_utils_ifname_cpy() helperThomas Haller2016-03-077-20/+36
* wifi: use g_strlcpy() instead of strncpy() to ensure NUL terminated ifnameThomas Haller2016-03-061-12/+12
* libnm-util: remove unneeded check for non-null after dereferencing pointerThomas Haller2016-03-061-4/+2
* contrib/rpm: macro cosmeticsLubomir Rintel2016-03-051-1/+1
* contrib/rpm: include the valgrind suppression file in debuginfo packageLubomir Rintel2016-03-051-0/+5
* device/ip-tunnel: implement get_generic_capabilities()Beniamino Galvani2016-03-041-0/+7
* test: add missing test file to distributionLubomir Rintel2016-03-041-0/+1
* nmcli: fix check on allowed parameters for slave connectionsFrancesco Giudici2016-03-041-134/+236
* bus-manager: avoid leaking responses for sync bus callsLubomir Rintel2016-03-041-3/+3
* ifcfg-rh: merge branch 'th/ifcfg-ignore-other'Thomas Haller2016-03-045-26/+105
|\
| * ifcfg-rh: log debug level message when loading of ifcfg file fails for common...Thomas Haller2016-03-041-2/+4
| * ifcfg-rh: skip loading files for unhandled types due to existing ifup scriptThomas Haller2016-03-041-2/+46
| * ifcfg-rh: ignore "sit" connections without explicit TYPE based on IPV6TUNNELIPV4Thomas Haller2016-03-043-0/+37
| * ifcfg-rh/tests/trivial: remove self-explanatory commentsThomas Haller2016-03-041-5/+0
| * nmtst: convert nmtst_assert_error() to a macro to preserve func:line informationThomas Haller2016-03-041-17/+18
|/
* merge: branch 'bg/sethostname-hostnamed-rh1308974'Beniamino Galvani2016-03-043-34/+117
|\
| * policy: move code from set_system_hostname() to _set_hostname()Beniamino Galvani2016-03-041-36/+36
| * policy: simplify set_system_hostname()Beniamino Galvani2016-03-041-5/+8
| * core: use hostnamed to set the transient hostnameBeniamino Galvani2016-03-043-17/+97
|/
* platform: cleanup logging for udev-add eventThomas Haller2016-03-041-6/+6
* logging: merge branch 'bg/logging-messages-bgo763040'Beniamino Galvani2016-03-0418-393/+504
|\
| * dhcp: client: use logging helpersBeniamino Galvani2016-03-046-156/+194
| * dnsmasq-manager: use logging helpersBeniamino Galvani2016-03-041-10/+18
| * ppp-manager: use logging helpersBeniamino Galvani2016-03-041-20/+30
| * bus-manager: use logging helpersBeniamino Galvani2016-03-041-25/+32
| * audit: use logging helpersBeniamino Galvani2016-03-041-7/+15
| * policy: use logging helpersBeniamino Galvani2016-03-041-60/+69
| * supplicant: use logging helpersBeniamino Galvani2016-03-041-13/+21
| * settings: use logging helpersBeniamino Galvani2016-03-041-42/+44
| * bluez-manager: use logging helpersBeniamino Galvani2016-03-041-8/+18
| * device: improve logging messagesBeniamino Galvani2016-03-043-15/+17
| * dispatcher: use logging helpersBeniamino Galvani2016-03-041-37/+46
|/
* device/ethernet: fix crash on 802.1x authentication timeoutBeniamino Galvani2016-03-041-3/+3
* m4: update introspection.m4 with original file from gobject-introspectionThomas Haller2016-03-041-0/+2
* all: explicitly ignore return valuesThomas Haller2016-03-043-3/+4
* route-manager/tests: add assertion for adding routeThomas Haller2016-03-041-11/+11
* route-manager/tests: add assertion for adding routeThomas Haller2016-03-041-8/+10
* libnm: fix clearing real-devices in NMManager's free_devices()Thomas Haller2016-03-042-2/+2
* device: assert for valid device argument in nm_device_remove_pending_action()Thomas Haller2016-03-041-1/+4
* ifcfg-rh/tests: remove call to nm_connection_normalize()Thomas Haller2016-03-041-3/+0
* all: merge branch 'danw/gerror-bgo762868'Thomas Haller2016-03-0347-195/+174
|\
| * all: don't include error->code in log messagesThomas Haller2016-03-0334-126/+95
| * all: use g_error_matches()Dan Winship2016-03-033-6/+6
| * all: clean-up usage of GErrorThomas Haller2016-03-0332-91/+79
| * shared: add NM_G_ERROR_MSG()Thomas Haller2016-03-031-0/+20