summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | shared/c-list: re-import from latest c-util/c-listThomas Haller2019-02-066-207/+8
|\ \ \ \
| * | | | Squashed 'shared/c-list/' changes from 071841c28d..dda36d30c7Thomas Haller2019-02-066-207/+8
* | | | | wifi-p2p: merge branch 'th/wifi-p2p-various' (pt2)Thomas Haller2019-02-056-13/+203
|\ \ \ \ \
| * | | | | wifi-p2p: strict validate options argument to "StartFind"Thomas Haller2019-02-053-13/+34
| * | | | | wifi-p2p: fix spelling of "timeout" argument in "StartFind"Thomas Haller2019-02-051-1/+1
| * | | | | wifi-p2p: fix getting timeout argument from a{sv} variant for "StartFind"Thomas Haller2019-02-051-2/+2
| * | | | | libnm: Add async start/stop routines for P2P find operationsBenjamin Berg2019-02-053-0/+169
|/ / / / /
* | | | | gitlab-ci: minor cleanup of "contrib/scripts/nm-ci-run.sh" scriptThomas Haller2019-02-051-3/+11
* | | | | wwan: avoid deprecated mm_simple_connect_properties_set_number()Thomas Haller2019-02-051-6/+11
* | | | | build/autotools: dist test files for ifcfg-rh testsThomas Haller2019-02-051-2/+4
* | | | | man: explain purpose of connectivity checking in `man NetworkManager.conf`Thomas Haller2019-02-051-0/+9
* | | | | clients/tests: fix client testsThomas Haller2019-02-051-3/+3
* | | | | merge: branch 'lr/sae'Lubomir Rintel2019-02-0525-2392/+2579
|\ \ \ \ \
| * | | | | cli: verify connections before sending them over to daemonlr/saeLubomir Rintel2019-02-051-0/+23
| * | | | | clients/cli: if the AP supports SAE, claim WPA3 supportLubomir Rintel2019-02-053-267/+271
| * | | | | clients/test: vary RSN capabilities across APsLubomir Rintel2019-02-056-2310/+2333
| * | | | | clients/cli: don't translate abbreviationsLubomir Rintel2019-02-051-8/+4
| * | | | | client/cli: send a PSK when using SAELubomir Rintel2019-02-051-2/+4
| * | | | | client/cli: add support for SAE key management flagLubomir Rintel2019-02-051-1/+3
| * | | | | client/devices: get rid of useless g_strdup()sLubomir Rintel2019-02-051-20/+14
| * | | | | clients/secret-agent: respond to SAE password requestsLubomir Rintel2019-02-051-2/+1
| * | | | | clients/meta-setting-desc: allow setting wifi-sec.key-mgmt to SAELubomir Rintel2019-02-051-1/+1
| * | | | | wifi/utils: complete key-mgmt=sae for SAE capable APsLubomir Rintel2019-02-051-0/+6
| * | | | | settings/ifcfg: add support for KEY_MGMT=SAELubomir Rintel2019-02-055-5/+60
| * | | | | supplicant: add support for SAE key managementLubomir Rintel2019-02-053-11/+90
| * | | | | libnm-core/setting-wireless-security: add support for SAE key managementLubomir Rintel2019-02-052-17/+25
| * | | | | wifi/ap: expose SAE capabilityLubomir Rintel2019-02-051-1/+4
| * | | | | libnm-core/dbus: add flag that indicates SAE support for an APLubomir Rintel2019-02-051-0/+3
| * | | | | clients/common: drop unuseful wifi-sec.psk validationLubomir Rintel2019-02-051-13/+0
| * | | | | settings: don't allow updating a connection with invalid secretsLubomir Rintel2019-02-051-0/+3
| * | | | | man: fix a typoLubomir Rintel2019-02-051-1/+1
|/ / / / /
* | | | | build/meson: add intermediate shared/nm-utils base libraryThomas Haller2019-02-059-86/+93
* | | | | build/meson: always set SESSION_TRACKING_SYSTEMD defineThomas Haller2019-02-051-0/+2
* | | | | secret-agent: merge branch 'th/secret-agent-cleanup'Thomas Haller2019-02-0516-668/+711
|\ \ \ \ \
| * | | | | wifi,clients/secret-agent: use defines for property names in secret hintsThomas Haller2019-02-052-2/+2
| * | | | | core: pass hints as strv to nm_act_request_get_secrets()Thomas Haller2019-02-055-14/+15
| * | | | | clients/secret-agent: refactor code in request_secrets_from_ui() to return earlyThomas Haller2019-02-051-39/+40
| * | | | | clients/secret-agent: fix leaks in request_secrets_from_ui()Thomas Haller2019-02-051-3/+2
| * | | | | clients/secret-agent: use g_hash_table_get_keys_as_array() in nm_secret_agent...Thomas Haller2019-02-051-6/+5
| * | | | | libnm/secret-agent/trivial: rename internal init-data structureThomas Haller2019-02-051-9/+9
| * | | | | libnm/secret-agent: use cleanup attribute in NMSecretAgentOldPrivateThomas Haller2019-02-051-56/+49
| * | | | | libnm/secret-agent: reorder fields in NMSecretAgentOldPrivateThomas Haller2019-02-051-8/+9
| * | | | | libnm/secret-agent: use CList instead of GSList for tracking requestsThomas Haller2019-02-051-33/+34
| * | | | | clients/secret-agent: fix cancel_get_secrets() implementationThomas Haller2019-02-052-9/+20
| * | | | | libnm/secret-agent: refactor GObject properties in NMSecretAgentOldThomas Haller2019-02-051-36/+31
| * | | | | libnm/secret-agent: reorder codeThomas Haller2019-02-051-94/+104
| * | | | | clients/secret-agent: sink reference for variant passed to callbackThomas Haller2019-02-051-3/+3
| * | | | | clients/secret-agent: add complete function for invoking secret callbackThomas Haller2019-02-051-21/+25
| * | | | | clients: don't tread secret agent as NMSecretAgentOldThomas Haller2019-02-059-15/+14
| * | | | | clients/secret-agent: use nm-utils error reason for callback while disposing ...Thomas Haller2019-02-051-7/+4