summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-secret-agent.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-17docs: misc. typos pt2luz.paz1-3/+3
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-1/+0
2018-03-26libnm-glib: do not use deprecated Gtk-Doc Type: and Virtual: tagsJiří Klimeš1-9/+3
2017-04-13libnm-glib/secret-agent: don't error out on missing out_connectionLubomir Rintel1-1/+1
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-5/+5
2016-03-29libnm-glib: don't fail creating connection in NMSecretAgentThomas Haller1-15/+7
2016-03-03all: don't include error->code in log messagesThomas Haller1-2/+2
2016-03-03all: clean-up usage of GErrorThomas Haller1-2/+1
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-1/+1
2015-07-24libnm-glib: drop private bus supportDan Winship1-33/+23
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-1/+1
2014-11-13all: consistently include config.hDan Winship1-1/+2
2014-08-27libnm: ensure auto-registration only when not yet registeredThomas Haller1-1/+2
2014-07-15libnm-util, libnm-glib: whitespace fixesDan Winship1-16/+16
2014-07-15libnm-util, libnm-glib: standardize copyright/license headersDan Winship1-1/+1
2014-06-19all: remove remaining GParamSpec name/blurb stringsDan Winship1-18/+14
2013-07-31libnm-glib: add support for agent capabilities during registrationDan Williams1-11/+70
2013-05-08libnm-glib, core: use g_cclosure_marshal_genericDan Winship1-4/+2
2013-04-19libnm-glib: Make SecretAgent introspectableMartin Pitt1-3/+3
2013-04-08libnm-glib: never call NM D-Bus methods if NM isn't runningDan Williams1-1/+10
2013-04-08libnm-glib: use private connection before trying the system busDan Williams1-21/+28
2013-04-08libnm-glib: use helpers to create dbus proxiesDan Williams1-8/+5
2013-03-07all: remove redundant return-if-fail checksDan Winship1-9/+0
2012-12-04core: fix agent secret cancelationDan Williams1-25/+51
2012-09-26all: Don't use ctype.h macrosDan Winship1-2/+1
2012-04-27libnm-glib: fix build on older glib without g_clear_object()Dan Williams1-1/+4
2012-04-23libnm-glib: NULL out priv fields on dispose()Dan Winship1-20/+17
2012-03-19libnm-glib: add 'registered' property for NMSecretAgentDan Williams1-2/+36
2012-02-15Use glib-mkenums to generate enum typesDan Winship1-30/+3
2012-01-26docs: update docs for NMSecretAgent callbacksDan Williams1-3/+3
2011-10-26libnm-glib: fix introspection annotations for callbacks and user_data (rh #74...Dan Williams1-9/+9
2011-03-17libnm-glib: automatically cancel secrets requests if NM goes awayDan Williams1-7/+89
2011-03-10libnm-glib: update some documentationDan Williams1-2/+7
2011-03-02libnm-glib: document secret agent request flagsDan Williams1-1/+1
2011-02-21libnm-glib: more GObject introspection fixes (bgo #181415)Giovanni Campagna1-0/+39
2011-01-19libnm-glib: implement NMSecretAgent autoregistrationDan Williams1-3/+83
2011-01-18agent: request_new -> flagsDan Williams1-6/+6
2011-01-18trivial: fix a few small issues in the NMSecretAgent classDan Williams1-2/+2
2011-01-18libnm-glib: implement agent secrets request cancelationDan Williams1-23/+50
2011-01-13libnm-glib: add helper functions and callbacks to Secret Agent APIDan Williams1-0/+112
2011-01-13libnm-glib: add NM_SECRET_AGENT_ERROR_NO_SECRETSDan Williams1-0/+2
2011-01-13libnm-glib: add NM_SECRET_AGENT_ERROR_INTERNAL_ERRORDan Williams1-0/+2
2010-12-14libnm-glib: allow the '.' character in agent identifiersDan Williams1-1/+1
2010-12-14libnm-glib: fix infinite loop checking agent identifierDan Williams1-0/+1
2010-12-14libnm-glib: add secret agent base classDan Williams1-0/+638