summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | nm-import-openvpn: import 'ns-cert-type' optionJiří Klimeš2016-11-101-0/+1
| * | nm-import-openvpn: import 'tls-cipher' optionJiří Klimeš2016-11-101-4/+6
| * | nm-import-openvpn: import 'max-routes' optionJiří Klimeš2016-11-101-1/+2
| * | nm-import-openvpn: import 'tun-ipv6' optionJiří Klimeš2016-11-101-0/+1
|/ /
* | build: merge branch 'th/build-create-exports'Thomas Haller2016-11-106-21/+43
|\ \
| * | build: generate src/NetworkManager.ver during buildThomas Haller2016-11-105-13/+33
| * | build: don't change directory in tools/create-exports-NetworkManager.shThomas Haller2016-11-101-1/+6
| * | build: improve tools/create-exports-NetworkManager.sh scriptThomas Haller2016-11-101-6/+3
| * | build: fix symbol version file for _nm_device_factory_no_default_settingsThomas Haller2016-11-101-0/+1
| * | contrib/rpm: fix wrong configure options in spec fileThomas Haller2016-11-101-2/+1
|/ /
* | build: don't build the wimax nsp bindingsLubomir Rintel2016-11-101-3/+1
* | libnm/client: drop some unneeded includesLubomir Rintel2016-11-101-24/+1
* | merge: branch 'lr/object-manager'Lubomir Rintel2016-11-1045-1897/+1137
|\ \
| * | 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