summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* manager: don't upgrade the state when connectivity check failsbg/manager-state-bgo776001bg/connectivityBeniamino Galvani2016-12-121-3/+1
* manager: don't update the manager state in get_property()Beniamino Galvani2016-12-121-1/+0
* cli: implement 'networking' subcommand using nmc_do_cmd()Beniamino Galvani2016-12-092-74/+77
* device: fix activation_source_schedule() for rescheduling the same functionThomas Haller2016-12-081-1/+1
* proxy: stricter validate the proxy pac script in NMSettingProxyThomas Haller2016-12-061-7/+25
* ppp: merge branch 'bg/ppp-manager-split-bgo773482-squashed'Beniamino Galvani2016-12-0618-180/+565
|\
| * contrib/rpm: split PPP support into a separate packageBeniamino Galvani2016-12-061-4/+25
| * ppp: split ppp manager into a pluginBeniamino Galvani2016-12-0615-83/+408
| * core: factor out plugin validationBeniamino Galvani2016-12-062-11/+39
| * core: move plugin path reading function to nm-core-utils.cBeniamino Galvani2016-12-063-93/+104
|/
* contrib/travis: the test outputs are now logged more sanelyLubomir Rintel2016-12-051-1/+1
* contrib/rpm: mark the config packages noarchLubomir Rintel2016-12-051-0/+2
* core: merge branch 'bg/ip-order-rh1394500'Beniamino Galvani2016-12-057-99/+278
|\
| * platform: fix the order of addition of primary and secondary IPv4 addressesBeniamino Galvani2016-12-051-10/+151
| * ip6-config: sort addresses only when reading the property valueBeniamino Galvani2016-12-052-4/+7
| * ip6-config: add nm_ip6_config_set_privacy()Beniamino Galvani2016-12-054-10/+31
| * ip6-config: cache addresses variantsBeniamino Galvani2016-12-051-21/+38
| * ip4-config: sort addresses only when reading the property valueBeniamino Galvani2016-12-053-35/+6
| * ip4-config: cache addresses variantsBeniamino Galvani2016-12-051-18/+37
| * ip4-config: don't change order of addresses in the same subnetBeniamino Galvani2016-12-051-4/+11
|/
* cli: the 'networking' command needs a client and NM runningBeniamino Galvani2016-12-051-1/+1
* platform: increase initial buffer size of libnl's nl_recvmsg() to 32KThomas Haller2016-12-021-1/+1
* device: allow device reapply of a connection with differing connection.autoco...Thomas Haller2016-12-011-0/+1
* platform: don't use static temporary cache_idThomas Haller2016-12-013-12/+16
* libnm-core/man: add a warning on static link negotiation parameterspoma2016-12-011-0/+2
* platform: workaround NLE_MSG_TRUNC failure of nl_recv() with too small buffer...Thomas Haller2016-11-301-1/+34
* dns: merge branch 'bg/dnsmasq-clear-cache-option'Beniamino Galvani2016-11-301-29/+3
|\
| * Revert "dns: clear dnsmasq cache after an update"bg/dnsmasq-clear-cache-optionBeniamino Galvani2016-11-291-29/+2
| * dns: tell dnsmasq to clear cache on servers reloadChristian Hesse2016-11-291-0/+1
|/
* build: fix compilation with Python3mirh2016-11-291-2/+2
* manager: fix state transition on resuming from sleepBeniamino Galvani2016-11-291-3/+13
* 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