aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/gnome/auth-dialog/main.c
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-051-42/+25
| | | | | | | | 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-051-5/+4
|
* nm: Replace libgnomekeyring with libsecretLubomir Rintel2016-09-051-36/+16
| | | | The former is deprecated and the newer API is nicer anyway.
* 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-051-65/+65
| | | | Use GtkBuilder, drop gconf dependency.
* Moved sources of the NetworkManager plugin to src/frontends.Tobias Brunner2010-10-141-0/+247