summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIPth/device-run-stateThomas Haller2016-08-213-4/+148
* main: create /run/NetworkManager/devices runtime directoryThomas Haller2016-08-212-1/+14
* cli: return sane error message for D-Bus policy permission errorsBeniamino Galvani2016-08-204-3/+21
* core: drop root requirement for load_connection(s)/set_logging D-Bus callsBeniamino Galvani2016-08-202-25/+0
* ifcfg-rh: ensure master is cleared when updating a connectionBeniamino Galvani2016-08-192-6/+84
* device: don't flush addresses when unmanaging assumed devicesBeniamino Galvani2016-08-191-13/+16
* vpn: fix out-of-range access reading route.plen in nm_vpn_connection_ip4_conf...Thomas Haller2016-08-191-2/+4
* logging: remove unused formatting optionsThomas Haller2016-08-191-98/+11
* policy: always try to update kernel hostnameBeniamino Galvani2016-08-191-23/+20
* platform/tests: relax condition for testThomas Haller2016-08-181-1/+1
* contrib/rpm: fix wrong argument to configure scriptThomas Haller2016-08-181-1/+1
* contrib/rpm: update spec file to make it more similar to RHEL's versionThomas Haller2016-08-181-1/+7
* core: don't suppress routes inside the subnet of the interfaceThomas Haller2016-08-172-16/+0
* po: update Polish (pl) translation (bgo #769463)Piotr Drąg2016-08-171-56/+75
* all: cleanup includes in header filesThomas Haller2016-08-17163-558/+32
* release: bump version to 1.5.0 (development)1.5.0-devLubomir Rintel2016-08-174-4/+33
* release: update NEWS with recently merged featuresLubomir Rintel2016-08-171-0/+3
* all: merge branch 'th/device-statistics'Thomas Haller2016-08-1721-14/+304
|\
| * device: always expose device statistics informationThomas Haller2016-08-172-32/+31
| * device: drop nm-device-statistics.c and refactor tracking device statisticsThomas Haller2016-08-175-187/+107
| * platform: print rx/tx counters in nm_platform_link_to_string()Thomas Haller2016-08-171-1/+5
| * device: namespace fields related to statistics in NMDevicePrivateThomas Haller2016-08-171-32/+34
| * device: don't initalize fields in nm_device_init() to NULLThomas Haller2016-08-171-5/+0
| * manager: add explicit cast for g_object_set()Thomas Haller2016-08-171-1/+1
| * device: refresh the link before reading the statsThomas Haller2016-08-171-3/+2
| * device: reset device-stats in update_stats() on missing linkThomas Haller2016-08-171-4/+7
| * platform: drop nm_platform_link_get_stats()Thomas Haller2016-08-174-55/+7
| * platform: let _new_from_nl_link() lookup missing tb[IFLA_STATS64] data from c...Thomas Haller2016-08-171-1/+8
| * platform: fix sorting order for nm_platform_link_cmp()Thomas Haller2016-08-171-4/+4
| * docs: add device statistics interfaceAlfonso Sanchez-Beato2016-08-172-0/+2
| * auth: check when setting statistics refresh rateAlfonso Sanchez-Beato2016-08-179-2/+40
| * device: add statistics interfaceAlfonso Sanchez-Beato2016-08-179-1/+299
| * platform/tests: relax condition in platform testThomas Haller2016-08-171-1/+1
| * platform: add network statisticsAlfonso Sanchez-Beato2016-08-173-0/+63
| * exported-object: allow exporting multiple ifacesAlfonso Sanchez-Beato2016-08-171-8/+10
| * device: copy the plink instance before realize_start_setup()Thomas Haller2016-08-171-0/+6
|/
* permissions: properly add checkpoint-rollback permissionThomas Haller2016-08-176-2/+14
* act-request: queue failing the slave when master failsLubomir Rintel2016-08-171-3/+3
* cli: show pre-filled readline input if it is not a real password (rh #1351272)Jiří Klimeš2016-08-171-1/+2
* merge: branch 'bg/checkpoint-bgo757858-v2'Beniamino Galvani2016-08-1716-5/+1232
|\
| * checkpoint: add python D-Bus exampleBeniamino Galvani2016-08-171-0/+63
| * checkpoint: add audit supportBeniamino Galvani2016-08-173-17/+37
| * checkpoint: use polkit to check permissionBeniamino Galvani2016-08-173-44/+108
| * checkpoint: add create, rollback and destroy D-Bus APIBeniamino Galvani2016-08-1711-2/+1082
|/
* core: fix builds without polkit supportBeniamino Galvani2016-08-171-2/+2
* build: rename $(LIBDL) to $(DL_LIBS) and modify detectionThomas Haller2016-08-154-6/+6
* build: use $(LIBDL) in ppp-manager's Makefile.amThomas Haller2016-08-151-1/+2
* po: update Polish (pl) translation (bgo #769463)Piotr Drąg2016-08-151-1716/+1730
* dispatcher/tests: cleanup test by using cleanup attribute to free dataThomas Haller2016-08-121-37/+16
* dispatcher/tests: fix memleak in testThomas Haller2016-08-121-1/+1