summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* initrd: cmdline-reader: fix setting uint propertiesbg/issue66Beniamino Galvani2018-10-221-3/+11
* libnm: add mdns backported symbols from 1.10.14Beniamino Galvani2018-10-192-0/+9
* keyfile: also add ".nmconnection" extension when writing keyfiles in /etcThomas Haller2018-10-191-5/+2
* initrd: add .nmconnection extension when writing keyfilesThomas Haller2018-10-191-1/+2
* shared: improve length check in nm_construct_name_a()Thomas Haller2018-10-191-1/+2
* keyfile: write keyfiles to "/run" directory with ".nmconnection" file suffixThomas Haller2018-10-186-42/+125
* all: merge branch 'th/move-to-shared'Thomas Haller2018-10-1814-228/+454
|\
| * shared/tests: add comment about usage of "shared/nm-utils/nm-test-utils.h"Thomas Haller2018-10-181-0/+3
| * logging: make nm-logging.c independent of other core componentsThomas Haller2018-10-183-3/+4
| * shared/tests: add test for "shared/nm-utils"Thomas Haller2018-10-185-0/+144
| * shared: move nm_utils_get_monotonic_timestamp*() to shared/nm-utils.Thomas Haller2018-10-188-219/+283
| * core: move logging of monotonic-timestamp to "nm-logging.c"Thomas Haller2018-10-183-11/+26
| * build/meson: don't rebuild c-siphash.c but link against static libraryThomas Haller2018-10-181-2/+0
| * checkpatch: complain about Emacs file variables in source codeThomas Haller2018-10-181-0/+1
|/
* dhcp: log client-id of DHCP instanceThomas Haller2018-10-181-0/+9
* man: document `nmcli device connect` behaviourThomas Haller2018-10-171-0/+5
* release: update NEWSThomas Haller2018-10-171-0/+27
* cli: merge branch 'th/cli-fix-serial-properties'Thomas Haller2018-10-178-2067/+2899
|\
| * cli/tests: add test for adding and displaying gsm/serial settingsThomas Haller2018-10-173-1997/+2737
| * tests: support UInt64 type in test-networkmanager-service.pyThomas Haller2018-10-171-3/+6
| * cli: minor cleanup of _set_fcn_gobject_enum()Thomas Haller2018-10-171-5/+6
| * cli: fix setting "serial.parity" enumThomas Haller2018-10-171-1/+0
| * cli: fix handling uint64 connection property "serial.send-delay"Thomas Haller2018-10-172-60/+104
| * shared: add _nm_utils_ascii_str_to_uint64() helperThomas Haller2018-10-172-1/+46
|/
* core: merge branch 'th/device-availability'Thomas Haller2018-10-173-19/+99
|\
| * core: ignore unmanaged devices for explicit activation request depending on m...Thomas Haller2018-10-171-2/+35
| * device: add and use overrule-unmanaged flag for nm_device_check_connection_av...Thomas Haller2018-10-172-8/+15
| * device: cleanup checking device avilability for ignoring carrierThomas Haller2018-10-171-7/+17
| * core/trivial: add code comment for NMDeviceCheckDevAvailableFlags and NMDevic...Thomas Haller2018-10-171-0/+17
| * core/trivial: add code comment for nm_manager_get_best_device_for_connection()Thomas Haller2018-10-171-2/+12
| * core: fix checking multi-connect flag in nm_manager_get_best_device_for_conne...Thomas Haller2018-10-171-1/+4
|/
* core: merge branch 'th/no-gasyncresult'Thomas Haller2018-10-1725-469/+590
|\
| * modem: cleanup nm_modem_deactivate_async()Thomas Haller2018-10-174-96/+69
| * ppp: make ppp-manager cancellable via GCancellableThomas Haller2018-10-178-43/+49
| * modem: don't use GAsyncResult pattern for disconnecting modemThomas Haller2018-10-179-208/+188
| * bluez: make connect operation (partially) cancellable and drop GAsyncResult p...Thomas Haller2018-10-175-115/+155
| * shared: add nm_utils_invoke_on_idle() helperThomas Haller2018-10-172-0/+76
| * libnm-core: expose internal _nm_dbus_typecheck_response() helperThomas Haller2018-10-172-26/+72
|/
* core: improve selection of device when activating profile on any deviceThomas Haller2018-10-171-4/+85
* po: update from Red Hat translatorsLubomir Rintel2018-10-169-17945/+20876
* dhcp: merge branch 'bg/dhcp-failed-rh1625901'Beniamino Galvani2018-10-153-50/+51
|\
| * dhcp: don't start grace period if the client is not runningBeniamino Galvani2018-10-151-33/+31
| * dhcp: introduce terminated dhcp-stateBeniamino Galvani2018-10-153-14/+12
| * dhcp: reset @was_active on cleanupBeniamino Galvani2018-10-151-0/+2
| * dhcp: log whether the client was activeBeniamino Galvani2018-10-151-4/+6
| * dhcp6: fix handling of failure eventsBeniamino Galvani2018-10-151-7/+8
|/
* ndisc: merge branch 'th/ndisc-addr-lifetime'Thomas Haller2018-10-137-88/+163
|\
| * ndisc: don't update dad_counter for addresses in router configThomas Haller2018-10-131-3/+1
| * ndisc: fix updating address lifetime on Router Announcement according to RFC4862Thomas Haller2018-10-135-14/+64
| * ndisc: handle integer overflows better for lifetime handlingThomas Haller2018-10-132-59/+56