summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* logging: refactor level conversion from switch() to @level_desc lookup-arrayth/logging-sd-journal-752136Thomas Haller2015-07-091-59/+29
* logging: add compile time default for logging.backend configurationThomas Haller2015-07-093-3/+25
* logging: add "journal-syslog-style" logging backend to log the old formatThomas Haller2015-07-092-8/+21
* logging: make use of journal configurableThomas Haller2015-07-097-6/+40
* logging: add native systemd-journald support to nm-loggingThomas Haller2015-07-092-14/+143
* build: detect systemd-journald supportThomas Haller2015-07-091-0/+25
* logging: factor our construction of logging message in _nm_log_impl()Thomas Haller2015-07-091-9/+17
* logging: refactor @syslog_opened variable to @log_backendThomas Haller2015-07-091-5/+12
* logging: allow calling nm_logging_syslog_openlog() only onceThomas Haller2015-07-081-8/+8
* logging: remove nm_logging_syslog_closelog()Thomas Haller2015-07-084-11/+0
* config: move debug command line option to NMConfigThomas Haller2015-07-083-4/+13
* config: add nm_config_data_get_value_cached() functionThomas Haller2015-07-082-0/+22
* systemd: merge branch 'systemd'Beniamino Galvani2015-07-0839-2771/+1884
|\
| * systemd: update code from upstreamBeniamino Galvani2015-07-0537-2727/+1817
* | supplicant: allow with_system_ca_path to be a file name (rh #1236548)Jiří Klimeš2015-07-083-28/+49
* | utils: fix error logging in ASSERT_VALID_PATH_COMPONENT()Jiří Klimeš2015-07-081-5/+4
* | device: use NULL instead of 0 in g_return_val_if_fail() for pointerJiří Klimeš2015-07-081-1/+1
* | device: trivial: fix a copy/paste error in commentJiří Klimeš2015-07-081-1/+1
* | examples: add python+dbus example to print active access pointDan Williams2015-07-082-1/+68
* | route-manager: restore shadowed gateway routes after direct routesThomas Haller2015-07-081-1/+27
* | device: just get ip_iface in the place where it is neededJiří Klimeš2015-07-071-2/+2
* | route-manager/trivial: move codeThomas Haller2015-07-071-12/+12
* | settings: get_plugin() should return plugin that has all requested capabilitiesThomas Haller2015-07-071-1/+1
* | route-manager: merge branch 'th/direct-route-conflict-bgo752062'Thomas Haller2015-07-074-58/+387
|\ \
| * | route-manager: always add conflicting direct routes and bump the route-metric...Thomas Haller2015-07-072-48/+340
| * | route-manager: add optional @r2_metric argument to _route_equals_ignoring_ifi...Thomas Haller2015-07-071-4/+7
| * | platform: add optional @metric argument to route_add() functionThomas Haller2015-07-073-7/+7
| * | route-manager: add compare function for route-destinationThomas Haller2015-07-071-1/+35
| * | route-manager: fix trace logging statementThomas Haller2015-07-051-1/+1
|/ /
* | platform: avoid assuming a permanent address is an ethernet addressLubomir Rintel2015-07-021-2/+0
* | infiniband: don't crash if the parent interface is not yet thereLubomir Rintel2015-07-021-0/+3
* | build: fix $nmlibdir to be "/usr/lib/NetworkManager"Thomas Haller2015-07-021-1/+1
* | config/test: fix test failiure due to invalid paths for out-of-tree buildThomas Haller2015-07-022-3/+4
* | platform: fix wrong removal of generated enumsThomas Haller2015-07-021-2/+2
* | libnm/keyfile: fix compile warning about uninitialized variableThomas Haller2015-07-021-1/+1
* | platform: mark internal enums to be skipped by glib-mkenumsThomas Haller2015-07-021-4/+4
* | config: merge branch 'th/nm-config-intern-bgo750558'Thomas Haller2015-07-0214-186/+1501
|\ \
| * | config/test: add test for set_values()Thomas Haller2015-07-021-10/+356
| * | config: add write support to atomic-sectionsThomas Haller2015-07-026-24/+253
| * | config: add write support for NMConfigThomas Haller2015-07-027-48/+677
| * | settings: enable "ibft" plugin by default together with "ifcfg-rh"Thomas Haller2015-07-025-67/+98
| * | config: fix setting default configuration for 'main.plugins'Thomas Haller2015-07-022-13/+15
| * | contrib/rpm: update spec file to install configuration snippets in "/usr/lib/...Thomas Haller2015-07-021-8/+8
| * | config: read configuration directory "/usr/lib/NetworkManager/conf.d"Thomas Haller2015-07-026-54/+130
| * | build: add nmlibdir defineThomas Haller2015-07-021-0/+2
|/ /
* | config: merge branch 'th/nm-config-intern-bgo750558' (early part)Thomas Haller2015-07-0236-404/+1337
|\ \
| * | config: only handle 'option+' and 'option-' keys for known settingsThomas Haller2015-07-026-31/+134
| * | core: add nm_match_spec_join() functionThomas Haller2015-07-023-1/+95
| * | libnm: add @deep_copy argument to _nm_utils_strv_to_slist() and _nm_utils_sli...Thomas Haller2015-07-026-24/+34
| * | libnm: expose strv utils function in internal header nm-core-internal.hThomas Haller2015-07-022-6/+6