summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: remove default-unmanagedlr/default-unmanaged-bgo746566-2Thomas Haller2015-06-304-95/+29
* cli: add nmcli device set commandLubomir Rintel2015-06-301-0/+108
* libnm,libnm-glib: add Device.Manager setterLubomir Rintel2015-06-306-0/+65
* device: allow modifying Managed propertyLubomir Rintel2015-06-303-2/+18
* cli,trivial: move nmc_switch_parse_on_offLubomir Rintel2015-06-303-20/+21
* device: add debug log for setting unmanged flagsThomas Haller2015-06-301-9/+35
* platform:Thomas Haller2015-06-301-9/+13
* core: do not manage devices that are not initialized by platformJiří Klimeš2015-06-301-4/+1
* core: fix memleak in nm_utils_get_start_time_for_pid() and parsing start-timeThomas Haller2015-06-301-11/+7
* dhcp: wait at most 2000 msec to kill existing dhcp processThomas Haller2015-06-301-1/+1
* core: add @max_wait_msec argument to nm_utils_kill_process_sync()Thomas Haller2015-06-303-17/+54
* core: fix nm_utils_kill_process_sync() not to hang for a zombie processThomas Haller2015-06-304-7/+37
* device/trivial: refactor declaration of NMUnmanagedFlags enum flagsThomas Haller2015-06-291-7/+7
* ipx-config: fix testLubomir Rintel2015-06-281-4/+4
* ipx-config: correct nm_ipx_config_merge() setting prioritiesLubomir Rintel2015-06-282-5/+5
* device: only reset ipx fields when there L3 configuration is presentLubomir Rintel2015-06-281-12/+16
* setting: prettify logging hostname changesThomas Haller2015-06-261-4/+6
* route-manager: fix return value of _vx_route_sync()Beniamino Galvani2015-06-261-10/+12
* libnm: backport autoconnect-slaves symbols to libnm_1_0_4Thomas Haller2015-06-262-0/+9
* macros: add NM_BACKPORT_SYMBOL()Dan Winship2015-06-262-3/+15
* linux-platform: don't try to read vlan id from netlink objects without type setLubomir Rintel2015-06-261-1/+1
* device: renew DHCP lease for active "ignore-carrier" devices on carrier-on (b...Jiří Klimeš2015-06-261-33/+39
* config,dns: merge branch 'th/dns-update-on-sigusr1-rh1062301'Thomas Haller2015-06-268-38/+90
|\
| * dns: rewrite "resolv.conf" on SIGHUP and SIGUSR1th/dns-update-on-sigusr1-rh1062301Thomas Haller2015-06-251-9/+13
| * config: pass signals to nm_config_reload()Thomas Haller2015-06-257-29/+77
|/
* platform: fix inverting guint8 value inet6_addr_gen_mode_invThomas Haller2015-06-253-5/+6
* team: fix potential crash if team binary doesn't existThomas Haller2015-06-251-1/+1
* platform/coverity: add workarounds to suppress coverify warningsThomas Haller2015-06-252-12/+14
* platform/test: minor test fix in "test-nmp-object.c"Thomas Haller2015-06-251-1/+0
* libnm-glib: avoid coverity warningThomas Haller2015-06-251-1/+1
* device: fix handling of ignore-auto-dns and ignore-auto-routesBeniamino Galvani2015-06-251-3/+26
* core: return more meaningful error when no device is found for activationJiří Klimeš2015-06-251-1/+1
* merge: branch 'lr/master-activations'Lubomir Rintel2015-06-243-12/+34
|\
| * manager: reuse an active connection, if the same activation is pendinglr/master-activationsLubomir Rintel2015-06-241-1/+25
| * active-connection: fail the activation if the master AC disconnectLubomir Rintel2015-06-241-2/+3
| * ifcfg-rh,vlan: fall back to VLAN_ID if vlan id can't be determined from DEVICELubomir Rintel2015-06-241-7/+4
| * manager: log the address, not the path of the master active connectionLubomir Rintel2015-06-241-2/+2
|/
* default-route-manager: merge platform signal handlerThomas Haller2015-06-241-49/+28
* device: merge device_ipx_changed() signal handlerThomas Haller2015-06-241-24/+20
* platform: pass object type with platform changed signalThomas Haller2015-06-2412-30/+38
* platform/trivial: fix name of enum value OBJECT_TYPE_UNKNOWNThomas Haller2015-06-244-13/+13
* platform: declare NMPObjectType in nm-types.hThomas Haller2015-06-242-11/+11
* platform: generate gtype for NMPObjectType enumThomas Haller2015-06-241-1/+1
* core: delay handling of link-changed platform event in managerThomas Haller2015-06-241-29/+44
* device: split IP config changes signal handling to IPv4 and IPv6Jiří Klimeš2015-06-241-26/+87
* device: split ensure_ipx_config() into IPv4 and IPv6 (bgo #751430)Jiří Klimeš2015-06-241-10/+26
* platform: (trivial) rename @managed to @unmanaged in link_get_unmanaged()Jiří Klimeš2015-06-243-11/+10
* platform: prettify and line-wrap route_to_string() print statementsThomas Haller2015-06-231-6/+25
* route-manager/logging: fix wording in logging statementThomas Haller2015-06-231-1/+1
* test: add NMTST_BUSY_WAIT() utilThomas Haller2015-06-231-0/+12