summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nm-default: drop includes to <glib/gi18n.h> for "nm-default.h"th/nm-default-bgo752857Dan Winship2015-08-05177-232/+0
* fixup! nm-default: include i18n headers via "nm-default.h"Thomas Haller2015-08-051-2/+2
* fixup! nm-default: include i18n headers via "nm-default.h"Thomas Haller2015-08-051-7/+16
* fixup! nm-default: include i18n headers via "nm-default.h"Dan Winship2015-08-051-0/+4
* fixup! nm-default: include i18n headers via "nm-default.h"Dan Winship2015-08-052-0/+2
* nm-default: include i18n headers via "nm-default.h"Thomas Haller2015-08-053-2/+13
* fixup! all: make use of new header file "nm-default.h"Thomas Haller2015-08-053-0/+3
* fixup! all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-05392-551/+397
* fixup! include: add convenience header "nm-default.h"Thomas Haller2015-08-0526-26/+34
* include: add convenience header "nm-default.h"Thomas Haller2015-08-0527-25/+67
* libnm: include header in public header file with angle bracketsThomas Haller2015-08-052-2/+2
* all: include internal headers with quotesThomas Haller2015-08-0515-19/+19
* supplicant/test: fix wrong usage of nmtst_init() inside core testsThomas Haller2015-08-051-1/+2
* core: log setup of singleton instancesThomas Haller2015-08-054-3/+10
* fixup! core: order destruction of singleton instancesThomas Haller2015-08-055-8/+12
* fixup! core: order destruction of singleton instancesThomas Haller2015-08-051-1/+1
* squash! core: order destruction of singleton instancesThomas Haller2015-08-056-21/+20
* fixup! core: order destruction of singleton instancesThomas Haller2015-08-051-10/+1
* core: order destruction of singleton instancesThomas Haller2015-08-055-17/+62
* libnm: avoid deprecated warning for NMVpnPluginInfoThomas Haller2015-08-041-1/+1
* libnm-core: trivial: fix glib-mkenums parse warningBeniamino Galvani2015-08-041-2/+1
* merge: fix MTU handlingLubomir Rintel2015-08-041-6/+6
|\
| * device: lower serverity of MTU adjustment loggingLubomir Rintel2015-08-041-3/+3
| * device: don't modify the device MTU if it's unsetLubomir Rintel2015-08-041-3/+3
* | build: print configure result for default configuration values in a common fo...Thomas Haller2015-08-041-3/+3
* | build: fix configure bug for detecting libaudit supportThomas Haller2015-08-041-2/+2
* | audit-manager: enable logging.audit by default when libaudit support is avail...Thomas Haller2015-08-043-7/+18
|/
* po: updated Ukranian translation (bgo #752817)Yuri Chornoivan2015-08-041-1228/+1210
* logging: merge branch 'th/logging-off-bgo753128'Thomas Haller2015-08-044-31/+38
|\
| * logging: remove dummy logging domain "NONE"Thomas Haller2015-08-041-1/+0
| * logging: minor refactoring in nm_logging_setup()Thomas Haller2015-08-041-13/+13
| * logging: support an "OFF" logging levelThomas Haller2015-08-044-9/+16
| * logging: replace using _LOGL_N by G_N_ELEMENTS()Thomas Haller2015-08-041-8/+9
| * logging/trivial: rename LOGL_MAX to _LOGL_NThomas Haller2015-08-042-12/+12
|/
* core: merge branch bg/audit-bgo749364Beniamino Galvani2015-08-0423-68/+725
|\
| * systemd: require CAP_AUDIT_WRITE for NetworkManager serviceBeniamino Galvani2015-08-041-1/+1
| * settings: add audit supportBeniamino Galvani2015-08-043-4/+12
| * manager: add audit supportBeniamino Galvani2015-08-041-6/+79
| * settings-connection: add audit supportBeniamino Galvani2015-08-041-20/+58
| * device: add audit supportBeniamino Galvani2015-08-044-2/+16
| * auth-utils: add nm_auth_chain_get_subject()Beniamino Galvani2015-08-042-0/+10
| * core: add audit supportBeniamino Galvani2015-08-049-1/+519
| * logging: add AUDIT domainBeniamino Galvani2015-08-043-1/+4
| * libnm-core: add _nm_utils_strv_equal()Beniamino Galvani2015-08-042-0/+25
| * build: remove SELinux AM_CONDITIONAL from configure.acBeniamino Galvani2015-08-042-6/+2
| * build: remove unneeded AC_SUBST macros after PKG_CHECK_MODULESBeniamino Galvani2015-08-041-28/+0
|/
* platform/tests: fix assertion for test-link for team deviceThomas Haller2015-08-011-4/+1
* introspection: fix some annotationsDan Williams2015-07-314-22/+22
* core: split device creation and device setup (bgo #737458)Dan Williams2015-07-3129-745/+825