summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli/general: defer printing the permissions until we know themlr/async-clientLubomir Rintel2016-11-111-1/+65
* libnm/nm-manager: don't block the object creation on permissionsLubomir Rintel2016-11-111-5/+8
* cli: use nmc_do_cmd to get the client and check if the daemon is runningLubomir Rintel2016-11-117-142/+54
* cli: make it possible to call sub-commands with client obtained asynchronouslyLubomir Rintel2016-11-117-115/+215
* cli: get rid of client-global connections listLubomir Rintel2016-11-116-47/+67
* cli/trivial: fix some whitespace errorsLubomir Rintel2016-11-111-10/+10
* device: properly handle MTU for devices with @iface != @ip_ifaceBeniamino Galvani2016-11-111-10/+43
* man: use <filename> to mark file namesLubomir Rintel2016-11-112-19/+24
* man: link to some online resourcesLubomir Rintel2016-11-111-0/+9
* man: get rid of the extra capitalization in docbook sourceLubomir Rintel2016-11-111-2/+2
* ifcfg-rh: improve handling of empty strings in svUnescape()Thomas Haller2016-11-114-22/+58
* ifcfg-rh: accept 802.1x connection with empty EAP-TLS identityBeniamino Galvani2016-11-111-7/+3
* merge: nm-import-openvpn script improvementsJiří Klimeš2016-11-101-33/+109
|\
| * nm-import-openvpn: sort the options alphabeticallyJiří Klimeš2016-11-101-14/+14
| * nm-import-openvpn: remove old code for 'dev' optionJiří Klimeš2016-11-101-9/+0
| * nm-import-openvpn: parse quoted string as a single wordJiří Klimeš2016-11-101-4/+21
| * nm-import-openvpn: import 'verify-x509-name' optionJiří Klimeš2016-11-101-0/+11
| * nm-import-openvpn: improve importing 'comp-lzo' optionJiří Klimeš2016-11-101-1/+11
| * nm-import-openvpn: improve parsing and checking 'route' optionJiří Klimeš2016-11-101-7/+49
| * 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