summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* applet-device-wifi: return FALSE on failure of new_auto_connection() methodBeniamino Galvani2017-03-161-33/+19
* applet-device-wifi: remove unused functionsBeniamino Galvani2017-03-162-71/+0
* applet: check permissions before showing 802.1x wifi dialog (CVE-2017-6590)Iain Lane2017-03-161-0/+18
* libnma,libnm-gtk: use package-aware gettext() macroBeniamino Galvani2017-03-142-10/+10
* applet/trival: whitespaceThomas Haller2017-03-031-32/+32
* all: drop the "private API" commentslr/gtk-docLubomir Rintel2017-03-029-41/+0
* mobile-providers: fix a typoLubomir Rintel2017-03-022-2/+2
* libnma: add gtk-doc blocks here and thereLubomir Rintel2017-03-024-0/+35
* build: merge src/Makefile.am in toplevel Makefile.amThomas Haller2017-02-091-84/+0
* build: merge src/connection-editor/Makefile.am in toplevel Makefile.amThomas Haller2017-02-092-136/+0
* build: merge src/libnma/Makefile.am in toplevel Makefile.amThomas Haller2017-02-092-91/+1
* build: merge src/libnm-gtk/Makefile.am in toplevel Makefile.amThomas Haller2017-02-094-128/+1
* build: merge src/wireless-security/Makefile.am in toplevel Makefile.amThomas Haller2017-02-092-91/+1
* build: merge src/utils/Makefile.am in toplevel Makefile.amThomas Haller2017-02-093-56/+1
* all: cleanup switch "fall through" commentsThomas Haller2017-02-092-17/+16
* editor: change flags of firewalld proxy to prevent polkit requestBeniamino Galvani2017-02-071-1/+1
* c-e: show error message when --import failsThomas Haller2017-02-043-6/+14
* editor: wifi: warn user about unsupported propertiesBeniamino Galvani2017-02-021-0/+51
* editor: add utility functions to notify about unsupported propertiesBeniamino Galvani2017-02-023-0/+82
* editor: ip-tunnel connections don't need secretsBeniamino Galvani2017-02-021-2/+0
* editor: don't leak the cloned MAC stringBeniamino Galvani2017-02-025-7/+13
* Fix a translator commentPiotr Drąg2017-01-281-2/+2
* c-e: refactor mac_addres handling in get_device_for_connection() in "page-mas...Thomas Haller2017-01-261-5/+2
* c-e: fix bad unref causing heap corruptionJan Alexander Steffens (heftig)2017-01-261-3/+5
* editor: make the window a bit larger by defaultLubomir Rintel2017-01-251-2/+2
* applet: remove unused keyring.pngLubomir Rintel2017-01-251-0/+0
* build: fix makefiles for gresource useLubomir Rintel2017-01-255-11/+70
* editor: improve the cloned MAC address selectionBeniamino Galvani2017-01-168-34/+113
* editor/ip6: allow method=sharedLubomir Rintel2017-01-162-6/+14
* editor: avoid crash when connections become invisibleBeniamino Galvani2017-01-161-3/+9
* editor: add a missing session bus checkLubomir Rintel2017-01-061-1/+2
* editor: avoid unused variable with < 1.6Lubomir Rintel2017-01-061-1/+3
* all: use gresourcesLubomir Rintel2017-01-0659-149/+206
* editor: fix bad memory access in wsec_size_group_clear()Beniamino Galvani2017-01-041-3/+4
* editor: fix memory leaks in page-ip{4,6}.cBeniamino Galvani2017-01-042-2/+2
* editor: hide device MAC from combo when NULLBeniamino Galvani2017-01-041-4/+8
* editor: remove @ifname_first argument from ce_page_setup_device_combo()Beniamino Galvani2017-01-037-18/+12
* libnma: fix WirelessSecurity refcountingBeniamino Galvani2017-01-031-0/+3
* wireless-security: disconnect all handlers upon EAPMethodLEAP destroyBeniamino Galvani2017-01-031-6/+4
* wireless-security: disconnect all handlers upon EAPMethodSimple destroyBeniamino Galvani2017-01-031-15/+6
* wireless-security: don't reference WirelessSecurity from EAP methodsBeniamino Galvani2017-01-032-6/+2
* libnma: fix memory leak in nma_utils_menu_to_secret_flags()Beniamino Galvani2017-01-031-3/+4
* device-broadband: check that the ModemManager is actually runningbg/mm-device-race-bgo776384Beniamino Galvani2016-12-301-1/+1
* applet: re-add broadband devices when MM becomes availableBeniamino Galvani2016-12-302-0/+23
* device-broadband: use define for devinfo tagBeniamino Galvani2016-12-301-4/+6
* add support for TTLS/MSCHAPV2Jonathan Kang2016-12-213-11/+31
* Fix capitalization in one more recently added translatable stringPiotr Drąg2016-12-161-1/+1
* Improve recently added translatable stringsPiotr Drąg2016-12-161-7/+7
* proxy: add compatibility for building against libnm-1-4 without proxy supportThomas Haller2016-12-165-5/+22
* nm-c-e/proxy: Support proxy handling similar to nmcli.Atul Anand2016-12-162-621/+131