summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: use the o.fd.DBus.ObjectManager API for object managementlr/object-managerLubomir Rintel2016-11-1041-1725/+891
* libnm: change the secret agent to use the generated GDBus bindingsLubomir Rintel2016-11-101-19/+17
* libnm/tests: work around ObjectManager bogus warningLubomir Rintel2016-11-101-0/+9
* libnm/tests: add restart method to the manager mock test support interfaceLubomir Rintel2016-11-101-2/+7
* libnm/tests: add object manager mockLubomir Rintel2016-11-101-1/+52
* libnm/tests: turn all mock objects into ExportedObjsLubomir Rintel2016-11-101-32/+23
* libnm/tests: only init the exported obj when the interfaces are in placeLubomir Rintel2016-11-101-22/+27
* libnm/tests: correct vlan id type in vlan device mockLubomir Rintel2016-11-101-1/+1
* libnm/tests: notify of changing active-connections in manager mockLubomir Rintel2016-11-101-0/+1
* libnm/tests: emit standard properties changed signals from mock objectsLubomir Rintel2016-11-101-0/+5
* libnm/tests: connection might not be gone at the time manager signals removalLubomir Rintel2016-11-101-2/+3
* libnm: order the property updatesLubomir Rintel2016-11-101-94/+102
* nm-object: initialize the object buffer to zeroLubomir Rintel2016-11-101-1/+1
* man: clarify HWADDR for nm-setting-ifcfg-rh manualThomas Haller2016-11-103-1/+10
* team: log PID of died teamd instanceThomas Haller2016-11-101-2/+2
* device: fix memleak for ndisc_search->domain in ndisc_set_router_config()Thomas Haller2016-11-101-1/+1
* tests: fix run-nm-test.sh to use valgrind when --called-from-makeThomas Haller2016-11-101-8/+24
* device: fix array indexing in ndisc_set_router_config()Thomas Haller2016-11-101-2/+2
* build: allow using GCC C99 dialect instead of C89Thomas Haller2016-11-101-1/+1
* device: refactor ndisc_set_router_config()Thomas Haller2016-11-101-12/+11
* device: properly size the arraysLubomir Rintel2016-11-101-0/+3
* ifcfg-rh: fix a memory leakLubomir Rintel2016-11-091-1/+2
* policy: fix memleak in clear_ip6_prefix_delegation()Thomas Haller2016-11-091-7/+6
* policy: make dispose() reentrant and indentionThomas Haller2016-11-092-25/+28
* merge: branch 'bg/tui-ip-tunnel-rh1391424'Beniamino Galvani2016-11-0911-20/+306
|\
| * ip-tunnel: avoid crash on missing NMPlatformLnkIp6Tnl lnk partThomas Haller2016-11-091-6/+7
| * ip-tunnel: tigthen up checks for valid IP tunnel modesThomas Haller2016-11-092-4/+10
| * tui: add support for IP tunnel connectionsBeniamino Galvani2016-11-098-1/+267
| * ip-tunnel: fail the activation for unknown tunnel modesBeniamino Galvani2016-11-091-2/+2
| * libnm-core: ensure a IP tunnel connection specifies a remote IPBeniamino Galvani2016-11-091-1/+10
| * libnm: add missing device includes in NetworkManager.hBeniamino Galvani2016-11-091-6/+10
|/
* merge: branch 'lr/ipv6-sharing'Lubomir Rintel2016-11-0939-1083/+2090
|\
| * policy: delegate IPv6 configuration to ipv6.method=shared connectionslr/ipv6-sharingLubomir Rintel2016-11-091-1/+281
| * device: add IPv6 configuration delegation machineryLubomir Rintel2016-11-092-1/+144
| * dhcp-manager: add ability to specify the number of IPv6 prefixes to requestLubomir Rintel2016-11-0910-28/+117
| * dhcp-manager: move the options logging one level upLubomir Rintel2016-11-092-8/+9
| * manager: allow ipv6.medhod=shared connectionsLubomir Rintel2016-11-091-12/+0
| * device: enable the IPv6 forwarding for shared connectionsLubomir Rintel2016-11-091-0/+13
| * device: announce the managed IPv6 configuration with ipv6.method=sharedLubomir Rintel2016-11-091-9/+111
| * settings: allow method=shared with manual IPv6 configurationLubomir Rintel2016-11-092-34/+41
| * ifcfg: add ability to save/restore ipv6.method=sharedLubomir Rintel2016-11-092-4/+6
| * ndisc/lndp: add ability to announce the managed IPv6 configurationLubomir Rintel2016-11-097-6/+205
| * ndisc: rename the config-changed signalLubomir Rintel2016-11-095-9/+9
| * ndisc: add logic for acting as a routerLubomir Rintel2016-11-095-24/+199
| * ndisc: move the logging deduplication into a macroLubomir Rintel2016-11-091-13/+16
| * ndisc: avoid calling start() multiple timesLubomir Rintel2016-11-093-7/+8
| * ndisc/trivial: move nm_ndisc_set_iid upwardsLubomir Rintel2016-11-091-47/+49
| * ndisc/lndp: drop an unused variableLubomir Rintel2016-11-091-1/+0
| * ndisc/trivial: add a couple of comments of where do the constants come fromLubomir Rintel2016-11-091-2/+2
| * device: the domain list from DNSSL is in fact a search listLubomir Rintel2016-11-091-2/+2