aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/gnome/auth-dialog
Commit message (Collapse)AuthorAgeFilesLines
* nm: Update auth-dialogTobias Brunner2016-09-051-106/+250
| | | | | | This updates the auth dialog so that passwords are properly retrieved (e.g. for the nm-applet). It also adds support for external UI mode and properly handles secret flags.
* nm: Replace libgnomeui with libnma for password dialogLubomir Rintel2016-09-052-45/+28
| | | | | | | | libgnomeui is long deprecated. There's one functional difference: the choice to save the passwords is gone. The password flags and saved password should be set in the preferences dialog, but this commit does not fix that.
* nm: Port to libnmLubomir Rintel2016-09-052-7/+6
|
* nm: Check for libnmLubomir Rintel2016-09-051-3/+2
| | | | | libnm replaces libnm-glib. This will make sense with port to libnm and is done to reduce line noise in that commit.
* nm: Replace libgnomekeyring with libsecretLubomir Rintel2016-09-052-39/+18
| | | | The former is deprecated and the newer API is nicer anyway.
* nm: Drop some unneeded dependenciesLubomir Rintel2016-09-051-1/+0
|
* nm: Automatically determine path to the auth dialogLubomir Rintel2016-09-051-1/+1
|
* nm: Require the PSK to be at least 20 characters longTobias Brunner2013-11-271-2/+9
|
* nm: Add PSK option to auth-dialogTobias Brunner2013-11-271-3/+10
|
* Migrated NM frontend plugin to NetworkManager 0.9Martin Willi2011-09-052-70/+67
| | | | Use GtkBuilder, drop gconf dependency.
* Moved sources of the NetworkManager plugin to src/frontends.Tobias Brunner2010-10-143-0/+274