summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! nm-default: include i18n headers via "nm-default.h"danw/nm-default-bgo752857Dan Winship2015-08-04177-232/+3
* fixup! nm-default: include i18n headers via "nm-default.h"Dan Winship2015-08-041-0/+4
* fixup! nm-default: include i18n headers via "nm-default.h"Dan Winship2015-08-042-0/+2
* nm-default: include i18n headers via "nm-default.h"Thomas Haller2015-08-043-2/+13
* fixup! all: make use of new header file "nm-default.h"Thomas Haller2015-08-041-1/+1
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-04392-551/+397
* fixup! include: add convenience header "nm-default.h"Thomas Haller2015-08-0426-26/+34
* include: add convenience header "nm-default.h"Thomas Haller2015-08-0427-25/+67
* libnm: include header in public header file with angle bracketsThomas Haller2015-08-042-2/+2
* all: include internal headers with quotesThomas Haller2015-08-0415-19/+19
* supplicant/test: fix wrong usage of nmtst_init() inside core testsThomas Haller2015-08-041-1/+2
* core: log setup of singleton instancesThomas Haller2015-08-044-3/+10
* squash! core: order destruction of singleton instancesThomas Haller2015-08-046-21/+20
* fixup! core: order destruction of singleton instancesThomas Haller2015-08-041-10/+1
* core: order destruction of singleton instancesThomas Haller2015-08-045-17/+62
* 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
* 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
* ifcfg-rh: properly write the wake-on-lan propertyBeniamino Galvani2015-07-301-2/+6
* libnm-core: strip nm_utils_enum_from_str() input stringBeniamino Galvani2015-07-302-2/+6
* settings: fix failed assertion 'owner != NULL in nm-agent-manager.cBeniamino Galvani2015-07-301-2/+2
* libnm: merge branch 'th/libnm-vpn-plugin-bgo749877'Thomas Haller2015-07-2928-583/+3614
|\
| * libnm/vpn: add annotations for new NMVpnServicePlugin APIThomas Haller2015-07-292-2/+42
| * libnm/vpn: deprecated NMVpnPluginOldThomas Haller2015-07-292-7/+43
| * libnm/vpn: add new NMVpnServicePlugin classThomas Haller2015-07-296-249/+250
| * libnm/vpn: copy 'nm-vpn-plugin-old' files to 'nm-vpn-service-plugin'Thomas Haller2015-07-292-0/+1335
| * tui: use NMVpnPluginInfo in vpn-helper.cThomas Haller2015-07-292-132/+28
| * vpn: refactor vpn-manager to use NMVpnPluginInfoThomas Haller2015-07-293-177/+155
| * libnm: add load method to NMVpnPluginInfoThomas Haller2015-07-293-0/+135
| * libnm: add nm_vpn_editor_plugin_load_from_file() functionThomas Haller2015-07-294-0/+159
| * libnm: add _nm_utils_check_module_file()Thomas Haller2015-07-292-0/+90
| * libnm: move NMVpnEditorPlugin to libnm-core/Thomas Haller2015-07-297-98/+166
| * libnm: add NMVpnPluginInfo classThomas Haller2015-07-299-2/+1044
| * libnm: add _nm_utils_check_file() utilThomas Haller2015-07-293-0/+82