summaryrefslogtreecommitdiff
path: root/clients/tui
Commit message (Expand)AuthorAgeFilesLines
* tui: wifi: support WPA3-Personal (SAE)Beniamino Galvani2019-09-202-0/+11
* all: SPDX header conversionLubomir Rintel2019-09-10122-1586/+122
* wifi: drop support for wpa-none key-mgmtBeniamino Galvani2019-08-261-2/+1
* tui: newt: remove NULL checks after dereferenceBeniamino Galvani2019-08-021-6/+4
* tui: add only some options to new bond connectionsBeniamino Galvani2019-06-112-6/+18
* ipv6: add 'disabled' methodBeniamino Galvani2019-06-111-0/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-11122-122/+0
* build/meson: rename "nm_core_dep" to "libnm_core_dep"Thomas Haller2019-04-181-1/+1
* shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller2019-04-181-1/+1
* clients: only ask secrets for settings that require themBeniamino Galvani2019-04-022-0/+5
* libnm,core: use _nm_utils_ascii_str_to_uint64() instead of strtol()Thomas Haller2019-02-121-2/+2
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-1218-35/+15
* clients: don't tread secret agent as NMSecretAgentOldThomas Haller2019-02-051-4/+4
* build: meson: Add trailing commasIñigo Martínez2018-12-202-7/+7
* docs: misc. typosluz.paz2018-09-153-3/+3
* cli: fix reading "vpn.secrets.*" from passwd-fileThomas Haller2018-09-141-3/+3
* build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller2018-07-171-1/+0
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-114-24/+24
* build: unifiy specifying locale directory defineThomas Haller2018-05-312-2/+2
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-102-6/+6
* all: remove consecutive empty linesBeniamino Galvani2018-04-306-6/+0
* all: unify spelling of translators hint in source codeThomas Haller2018-04-131-1/+1
* all: fix -Wcast-function-type warningsLubomir Rintel2018-02-081-1/+1
* all: drop trailing spacesThomas Haller2018-02-074-4/+4
* all: replace non-leading tabs with spacesThomas Haller2018-02-077-21/+21
* all: require glib 2.40lr/glib-2-40Lubomir Rintel2018-01-181-10/+0
* build/meson: use variables for ldflags and linker-scriptThomas Haller2018-01-111-5/+1
* build/meson: unconditionally use linker version scriptsThomas Haller2018-01-101-4/+3
* meson: Use string variables extensivelyIñigo Martínez2018-01-101-2/+4
* meson: Improve dependency systemIñigo Martínez2018-01-102-16/+8
* clients: drop redundant #include "NetworkManager.h"Thomas Haller2018-01-0817-33/+0
* build: refine the NETWORKMANAGER_COMPILATION defineThomas Haller2018-01-081-4/+6
* build: Remove default install directoriesIñigo Martínez2018-01-021-2/+1
* libnm-core: move detection of UTF-8 capable terminals to clients/Lubomir Rintel2017-12-181-2/+3
* all: get rid of a handful of unused-but-set variablesLubomir Rintel2017-12-181-2/+0
* build: use template files for enum types' sources generationIñigo Martínez2017-12-182-2/+2
* build: add initial support for meson build systemIñigo Martínez2017-12-132-0/+117
* tui: fix creation of open Wi-Fi connectionsBeniamino Galvani2017-11-302-5/+28
* clients: some cleanup of requesting VPN secretsThomas Haller2017-11-232-25/+22
* all: include "nm-utils/nm-hash-utils.h" by defaultThomas Haller2017-11-161-2/+0
* all: use nm_close() instead of close()Thomas Haller2017-11-141-1/+1
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-2/+4
* tui: fix memory leakbg/tui-activation-rh1500651Beniamino Galvani2017-10-161-0/+2
* tui: improve tracking of activation stateBeniamino Galvani2017-10-161-21/+53
* tui: add group-forward-mask property to bridge pageBeniamino Galvani2017-10-131-0/+6
* tui: fix crash creating Wi-Fi connectionThomas Haller2017-10-112-1/+3
* shared: pass addr_family as first argument to nm_utils_parse_inaddr*()Thomas Haller2017-10-062-32/+32
* tui: extend range of route metric to full uint32Thomas Haller2017-09-052-5/+2
* tui: extend numeric range of NmtNewtEntryNumeric to gint64Thomas Haller2017-09-052-25/+25
* tui: change default route metric of new routes to -1Thomas Haller2017-09-051-2/+2