summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: merge policy/Makefile.am into parent Makefile.amth/nm-symbols-bgo772791Thomas Haller2016-10-133-30/+15
* build: reorder toplevel Makefile.amThomas Haller2016-10-131-27/+39
* build: merge shared/Makefile.am into parent Makefile.amThomas Haller2016-10-133-25/+29
* devices/build: use one linker-script-devices.ver for all device pluginsThomas Haller2016-10-1312-57/+16
* tui,cli/build: add linker version script for nmcli and nmtuiThomas Haller2016-10-132-0/+6
* dhcp/build: add linker version script for nm-dhcp-helper binaryThomas Haller2016-10-131-0/+3
* callouts/dispatcher: rename directory calloutsThomas Haller2016-10-1319-19/+24
* callouts: cleanup makefile and add linker version script for dispatcherThomas Haller2016-10-132-34/+34
* libnm: move backported symbols from libnm-core to libnmThomas Haller2016-10-135-21/+47
* iface-helper/build: don't link nm-iface-helper with -rdynamic / -export-dynamicThomas Haller2016-10-131-1/+0
* iface-helper/build: add linker version scriptThomas Haller2016-10-133-1/+9
* settings/build: add linker version script for settings pluginsThomas Haller2016-10-136-22/+31
* build: explicitly whitelist symbols in NetworkManager binaryThomas Haller2016-10-132-9/+657
* build: always include subdir wifi/tests regardless of ENABLE_TESTSThomas Haller2016-10-132-2/+3
* build: don't guard check-local with "if ENABLE_TESTS"Thomas Haller2016-10-137-34/+0
* build: move check_so_symbols for settings plugins to parent makefileThomas Haller2016-10-138-20/+28
* build: fix check_local for wifi pluginThomas Haller2016-10-131-0/+2
* session-monitor: fix parsing of ConsoleKit databaseBeniamino Galvani2016-10-131-1/+1
* session-monitor: use logging macrosBeniamino Galvani2016-10-131-7/+19
* cli: fix synopsis for hotspot arguments for `nmcli device wifi --help`Thomas Haller2016-10-121-3/+3
* core: introduce and use nm_utils_file_set_contents()Beniamino Galvani2016-10-124-131/+118
* build: drop deleted nm-atm-manager.h header file from Makefile.amThomas Haller2016-10-121-1/+0
* libnm/tests: fix bug in testThomas Haller2016-10-111-1/+1
* shared: re-define _G_BOOLEAN_EXPR() to allow nesting g_assert()Thomas Haller2016-10-112-0/+36
* ifcfg-rh/build: fix build error due to line-break in Makefile.amThomas Haller2016-10-111-1/+1
* device: merge branch 'th/device-factory-bgo772579'Thomas Haller2016-10-1120-373/+300
|\
| * device: make registration of internal device-factories more explicitThomas Haller2016-10-114-86/+51
| * device: rename internal device factoriesThomas Haller2016-10-1111-27/+27
| * device: make NMDeviceFactory a class instead of an interfaceThomas Haller2016-10-1118-267/+220
| * device: minor cleanup of nm-device-factory.cThomas Haller2016-10-111-2/+11
|/
* settings: merge branch 'th/settings-plugins-cleanup-bgo772561'Thomas Haller2016-10-1158-868/+932
|\
| * ifcfg-rh: hide shvarFile structThomas Haller2016-10-114-32/+46
| * ifcfg-rh: avoid copying and unescaping current line when unsetting valueThomas Haller2016-10-111-17/+28
| * ifcfg-rh/trivial: move code in shvar.cThomas Haller2016-10-111-164/+176
| * ifcfg-rh: minor cleanups in writerThomas Haller2016-10-112-20/+16
| * ifcfg-rh: use svUnsetValue()Thomas Haller2016-10-111-132/+132
| * ifcfg-rh: add svUnsetValue()Thomas Haller2016-10-112-0/+7
| * ifupdown: rename files to "nms-ifupdown-*"Thomas Haller2016-10-1110-25/+26
| * ifnet: rename files to "nms-ifnet-*"Thomas Haller2016-10-1114-46/+55
| * settings/build: build and use libnms-*-core.la libraryThomas Haller2016-10-116-63/+95
| * ifcfg-rh/tests: merge test-ifcfg-rh-utils into test-ifcfg-rhThomas Haller2016-10-114-168/+121
| * ifcfg-rh: rename filesThomas Haller2016-10-1116-44/+44
| * ibft/build: cleanup Makefile.am to build one core library from ibft pluginThomas Haller2016-10-112-10/+18
| * ibft: rename function names for ibft pluginThomas Haller2016-10-117-107/+107
| * ibft: rename files to "nms-ibft-*"Thomas Haller2016-10-1110-15/+15
| * keyfile/build: set LDFLAGS for buiding keyfile testsThomas Haller2016-10-111-2/+5
| * shared: add NM_DECIMAL_STR_MAX() macroThomas Haller2016-10-111-0/+14
| * shared: assert against buffer length in nm_sprintf_buf()Thomas Haller2016-10-111-4/+8
|/
* logging,config: merge branch 'th/logging-alloc-bgo772516'Thomas Haller2016-10-1123-175/+226
|\
| * config: fix printing default values for missing sectionsThomas Haller2016-10-111-15/+41