summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ifcfg-rh: drop trailing dot from error messagesbg/802-1x-optionalBeniamino Galvani2019-10-151-22/+22
* ethernet: honor the 802-1x.optional propertyBeniamino Galvani2019-10-151-21/+77
* all: add 802-1x.optional propertyBeniamino Galvani2019-10-157-0/+80
* supplicant: export authentication stateBeniamino Galvani2019-10-152-0/+59
* ifcfg-rh: refactor reading 802.1X phase2 auth methodBeniamino Galvani2019-10-151-134/+96
* libnm-core: update 802-1x.phase2-auth* documentationBeniamino Galvani2019-10-152-4/+4
* core: don't use pointer value for pending action string in active-connectionThomas Haller2019-10-141-1/+1
* device: merge branch 'th/device-no-pending-action-for-dhcp'Thomas Haller2019-10-143-28/+7
|\
| * device: don't delay startup complete for pending-actions "autoconf", "dhcp4" ...Thomas Haller2019-10-143-28/+7
|/
* clients/tests: shorten sleep while polling in popen_wait()Thomas Haller2019-10-131-2/+8
* clients/tests: increase timeout for asynchronous jobsThomas Haller2019-10-131-1/+1
* clients/tests: fix handling timeout for asynchronous jobsThomas Haller2019-10-121-2/+2
* clients/tests: don't wait for first job before scheduling parallel jobsThomas Haller2019-10-121-48/+124
* device: merge branch 'bg/parent-mtu-rh1723690-part1'Beniamino Galvani2019-10-1015-43/+165
|\
| * device: fix setting MTU from connection when limited by parentBeniamino Galvani2019-10-1012-28/+73
| * macvlan: update MTU according to parent's oneBeniamino Galvani2019-10-101-1/+29
| * macsec: update MTU according to parent's oneBeniamino Galvani2019-10-101-1/+22
| * device: introduce generic function to inherit MTU from parentBeniamino Galvani2019-10-104-21/+36
| * device: expand comment on MTU selectionBeniamino Galvani2019-10-101-3/+15
| * device: reset ip6_mtu on cleanupBeniamino Galvani2019-10-101-0/+1
|/
* dhcp: include conditionals from existing dhclient configurationBeniamino Galvani2019-10-102-12/+50
* libnm-core: assert that setting's compare_property() is symetricThomas Haller2019-10-101-1/+13
* supplicant: allow PMF with SAEBeniamino Galvani2019-10-092-3/+2
* contrib: move scripts from test/ to scripts/Lubomir Rintel2019-10-092-0/+0
* libnm/utils: add SAE security typeLubomir Rintel2019-10-092-1/+27
* cli: honor NO_COLOR environment variable to prevent automatic ASCII colorsThomas Haller2019-10-082-0/+9
* cli: fix crash in 'nmcli connection add'Beniamino Galvani2019-10-071-3/+3
* dispatcher: avoid "dirname" and "basename" calls in "10-ifcfg-rh-routes.sh" s...Thomas Haller2019-10-041-9/+5
* dispatcher: move return-early checks in "10-ifcfg-rh-routes.sh" firstThomas Haller2019-10-041-18/+18
* device: order assert before logging in concheck_cb()Thomas Haller2019-10-031-4/+4
* src/devices/nm-device.c: resolve possible null pointer dereferenceIlya Shipitsin2019-10-031-4/+4
* libnm: merge branch 'th/libnm-deprecate-sync-api'Thomas Haller2019-10-0313-8/+295
|\
| * libnm: deprecate nm_client_check_connectivity() in 1.22Thomas Haller2019-10-031-0/+1
| * libnm: deprecate synchronous/blocking API in libnmThomas Haller2019-10-0313-8/+294
|/
* checkpatch,gitlab-ci: let checkpatch script compare against latest upstream m...Thomas Haller2019-10-022-1/+7
* cli: translate overview output of nmcliThomas Haller2019-10-021-5/+14
* all: unify format of our Copyright source code commentsThomas Haller2019-10-02629-738/+738
* bluetooth: don't set the ifindex after the device has been activatedLubomir Rintel2019-10-021-0/+3
* contrib: add a Bluetooth DUN modem emulatorLubomir Rintel2019-10-021-0/+291
* run-nm-test: fix using exec instead of running and exitingThomas Haller2019-10-021-2/+2
* clients,libnm,tests: merge branch '3v1n0:gtask-initables' (part 1)Thomas Haller2019-10-024-118/+98
|\
| * libnm/secret-agent-old: steal pointer instead of taking additional referenceThomas Haller2019-10-021-2/+4
| * libnm/trivial: fix whitespaceThomas Haller2019-10-021-3/+4
| * secret-agent-old: Use GTask for Async initializingMarco Trevisan (Treviño)2019-10-021-65/+32
| * cli: Assert we don't require multiple commands during client initalizationMarco Trevisan (Treviño)2019-10-021-0/+2
| * cli: fix leaking error variable in command_done()Thomas Haller2019-10-021-1/+1
| * cli: Use GTask to perform async requestsMarco Trevisan (Treviño)2019-10-021-44/+37
| * test-client.py: Close pipes and print logs on timeout failuresMarco Trevisan (Treviño)2019-10-021-6/+20
| * run-nm-test: Just use exec instead of running and exitingMarco Trevisan (Treviño)2019-10-021-2/+1
| * run-nm-test: Set NM_TEST_UNDER_VALGRIND accordinglyMarco Trevisan (Treviño)2019-10-021-0/+2
|/