summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* policy: watch active-connection state to detect autoconnect early failuresbg/rh1310676Beniamino Galvani2017-09-261-2/+71
* device: reset @con_ip6_config on failure before RABeniamino Galvani2017-09-261-1/+3
* ifcfg-rh: trivial: rename write_bonding_setting() to write_bond_setting()Beniamino Galvani2017-09-251-2/+2
* ifcfg-rh: write DEVICE only onceBeniamino Galvani2017-09-254-40/+4
* contrib/scripts: update coloring for platform messages in NM-log (2)Thomas Haller2017-09-251-1/+1
* build: cleanup style for toplevel Makefile.amThomas Haller2017-09-251-7/+7
* contrib/scripts: update coloring for platform messages in NM-logThomas Haller2017-09-251-1/+1
* platform: cleanup logging for adding linkThomas Haller2017-09-252-4/+1
* {vpn,remote}-connection: disconnect signal handlers when disposedIain Lane2017-09-222-5/+5
* manager: Disconnect from signals on the proxy when we're disposedIain Lane2017-09-221-2/+2
* device: avoid touching IPv6 on "external" connections without IPv6 confFrancesco Giudici2017-09-221-1/+2
* build: add missing header file to MakefileBeniamino Galvani2017-09-221-0/+1
* dhcp: use systemd defines for DHCP optionsThomas Haller2017-09-211-36/+34
* systemd: merge branch systemd into masterThomas Haller2017-09-2112-79/+374
|\
| * systemd: update code from upstream (2017-09-21)Thomas Haller2017-09-219-77/+369
* | examples: linker requires that library dependencies follow useLucas Rangit Magasweran2017-09-218-8/+8
* | core: avoid maybe-uninitialized compiler warning with nmp_cache_iter_for_each()Thomas Haller2017-09-211-8/+6
* | contrib/rpm: update spec file with upstream source URLThomas Haller2017-09-201-0/+3
* | cli: wifi: connect with PSK when the AP supports WPA-PSK and WPA-EAPBeniamino Galvani2017-09-201-2/+2
* | core: merge branch 'bg/manager-parent-warnings-rh1490157'Beniamino Galvani2017-09-207-16/+27
|\ \
| * | vlan: improve error message on missing parent ifindexBeniamino Galvani2017-09-201-1/+1
| * | manager: downgrade error message for missing dependenciesBeniamino Galvani2017-09-207-10/+20
| * | manager: try other connections only after the device is realizedBeniamino Galvani2017-09-201-5/+6
|/ /
* | core: fix handling IPv6 device-route and use correct route metricThomas Haller2017-09-197-13/+134
* | man: fix docu of AUTOCONNECT_SLAVES variable in nm-settings-ifcfg-rhThomas Haller2017-09-191-1/+1
* | ifcfg-rh: merge branch 'th/ifcfg-route-parse'Thomas Haller2017-09-1815-976/+1228
|\ \
| * | ifcfg-rh: refactor parsing of route options to be strictThomas Haller2017-09-183-381/+476
| * | ifcfg-rh: write lock route attribute with zero valueThomas Haller2017-09-181-1/+11
| * | ifcfg-rh: refactor code to avoid unnecessary copiesThomas Haller2017-09-181-541/+448
| * | ifcfg-rh/trivial: rename function that are only for testingThomas Haller2017-09-183-6/+6
| * | shared: add nm_utils_strsplit_set() helperThomas Haller2017-09-183-0/+176
| * | shared: add nm_utils_parse_inaddr_prefix_bin() helperThomas Haller2017-09-182-20/+55
| * | shared: add NMIPAddr structThomas Haller2017-09-185-24/+24
| * | shared: add nm-glib.h compat implementation for g_variant_new_printf()Thomas Haller2017-09-182-4/+33
|/ /
* | bluetooth: drop unused function declarationBeniamino Galvani2017-09-181-2/+0
* | bluetooth: generate connections only for paired devicesBeniamino Galvani2017-09-181-4/+20
* | dhcp: merge branch 'fg/persistent_dhcp_rh1350830'Francesco Giudici2017-09-183-3/+27
|\ \
| * | nmcli: allow to set dhcp-timeout as "infinity"fg/persistent_dhcp_rh1350830Francesco Giudici2017-09-181-0/+13
| * | dhcp: consider a timeout equal to MAXINT32 as infinityFrancesco Giudici2017-09-182-3/+14
|/ /
* | src/devices: use macros for property and signal namesBeniamino Galvani2017-09-188-14/+25
* | core: fix tracking default-route during device's merge and applyThomas Haller2017-09-181-0/+21
* | core: workaround configuring IPv6 routes with "src" (RTA_PREFSRC)Thomas Haller2017-09-159-10/+189
* | dhcp: dhclient: remove the --timeout argument from the command lineFrancesco Giudici2017-09-154-39/+57
* | man: merge branch 'bg/man-cli-rh1182772'Thomas Haller2017-09-131-11/+26
|\ \
| * | man: nmcli: add missing aliasesBeniamino Galvani2017-09-131-2/+21
| * | man: nmcli: improve description of type, ip4, ip6 aliasesBeniamino Galvani2017-09-131-9/+5
* | | core: merge branch 'th/ip-config-route-id'Thomas Haller2017-09-1312-267/+210
|\ \ \ | |/ / |/| |
| * | core: track routes with source RTPROT_KERNEL (rtm_protocol) in NMIP4Config/NM...Thomas Haller2017-09-134-15/+11
| * | core: track IPv4 device routes in NMIP4ConfigThomas Haller2017-09-135-95/+131
| * | core: fix merging IP addresses in NMIP4Config/NMIP6ConfigThomas Haller2017-09-131-16/+8