summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* contrib/rpm: split PPP support into a separate packagebg/ppp-manager-split-bgo773482-squashedBeniamino Galvani2016-11-291-4/+25
* ppp: split ppp manager into a pluginBeniamino Galvani2016-11-2915-83/+408
* core: factor out plugin validationBeniamino Galvani2016-11-292-11/+39
* core: move plugin path reading function to nm-core-utils.cBeniamino Galvani2016-11-293-93/+104
* build: merge branch 'th/build-without-gtk-doc'Thomas Haller2016-11-285-25/+26
|\
| * build: fix gtk-doc/introspection handling for buildThomas Haller2016-11-285-13/+18
| * build: do not require GTK-Doc to build nmcliEmmanuele Bassi2016-11-282-12/+8
|/
* po: update Polish (pl) translation (bgo #775181)Piotr Drąg2016-11-281-695/+709
* libnm: force unsigned integer comparisong in nm_utils_bin2hexstr()Thomas Haller2016-11-281-1/+1
* libnm: merge branch 'th/str2bin-cleanup'Thomas Haller2016-11-282-124/+115
|\
| * libnm: merge hwaddr_aton() and nm_utils_hexstr2bin()Thomas Haller2016-11-282-45/+52
| * libnm/trivial: rename internal function _bin2str()Thomas Haller2016-11-281-5/+5
| * libnm: drop _bin2str() utilThomas Haller2016-11-271-15/+10
| * libnm: implement nm_utils_bin2hexstr() via _bin2str_buf()Thomas Haller2016-11-271-26/+15
| * libnm/trivial: move codeThomas Haller2016-11-271-77/+77
|/
* main: fix compiler warning about uninitialized auto variable in _init_nm_debug()Thomas Haller2016-11-251-1/+1
* libnm-core: make normalizable ethernet_link properties _VERIFY_NORMALIZABLEFrancesco Giudici2016-11-251-4/+6
* config: merge branch 'th/config-rh1397938'Thomas Haller2016-11-2518-153/+162
|\
| * config: drop nm_config_get_debug() and access config directlyThomas Haller2016-11-253-17/+10
| * config: drop nm_config_get_dhcp_client() and access config directlyThomas Haller2016-11-2510-49/+73
| * config: drop nm_config_get_auth_polkit() and access value directlyThomas Haller2016-11-254-22/+11
| * config/trivial: unify name of compile time config defaultsThomas Haller2016-11-259-38/+38
| * config: fix config merging default value for main.pluginsThomas Haller2016-11-251-0/+7
| * config: optionally let nm_config_get_plugins() return compile time defaultThomas Haller2016-11-256-38/+34
|/
* agent: don't clear "error", g_simple_async_result_take_error() overtakes itJiří Klimeš2016-11-251-1/+0
* ifupdown/trivial: whitespace fixupFrancesco Giudici2016-11-241-3/+3
* libnm-core: normalize ethernet_link properties when auto-negotiate is offFrancesco Giudici2016-11-242-8/+22
* build: merge branch 'th/build-cleanup'Thomas Haller2016-11-245-120/+182
|\
| * build: combine targets for nm-settings*.xml via pattern rule in Makefile.amThomas Haller2016-11-241-7/+1
| * build: fix out-of-tree build to find common.ent for documentationThomas Haller2016-11-241-3/+3
| * build: avoid specifying man/nm-settings.xml paths multiple timesThomas Haller2016-11-241-11/+9
| * build: combine pattern rule for makefilesThomas Haller2016-11-241-15/+7
| * build: fix lookup "nm-settings-docs-overrides.xml" for out-of-tree buildThomas Haller2016-11-241-2/+2
| * build: rename intermediate doc xmlsThomas Haller2016-11-243-17/+21
| * build: avoid some uses of BUILT_SOURCES in Makefile.amThomas Haller2016-11-242-21/+22
| * build: add explicit dependency objects to generated source filesThomas Haller2016-11-241-15/+29
| * build: don't use $(top_*dir) in Makefile.amThomas Haller2016-11-241-33/+33
| * build: consistently use $() instead of ${} in Makefile.amThomas Haller2016-11-241-1/+1
| * build: drop $(top_builddir) for referring to libnm/libnm.laThomas Haller2016-11-241-2/+2
| * tools: add test script to build various configurationsThomas Haller2016-11-241-0/+59
|/
* build: enable --with-introspection in default configure options of autogen.shThomas Haller2016-11-241-1/+1
* libnm/vpn-service-plugin: transition to STOPPED state from INIT tooLubomir Rintel2016-11-241-0/+1
* contrib/rpm: let RPM package own %{systemd_dir}/network-online.target.wantsThomas Haller2016-11-241-0/+1
* build: install the D-Bus introspection datalr/introspection-dataLubomir Rintel2016-11-232-4/+10
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-2383-288/+278
* libnm-core: remove INFERRABLE flag from dhcp-hostname propertyFrancesco Giudici2016-11-231-1/+0
* merge: branch 'fg/802-3-prop_rh1353612_II'Francesco Giudici2016-11-2215-154/+718
|\
| * core: merge NM_PLATFORM_LINK_DUPLEX_UNSET and UNKNOWNfg/802-3-prop_rh1353612_IIThomas Haller2016-11-223-45/+33
| * libnm-core: refactor NMSettingWired:verify() to use NM_IN_STRSET()Thomas Haller2016-11-221-6/+3
| * ifcfg-rh/tests: add tests for link negotiation optionsFrancesco Giudici2016-11-224-0/+196