libnm-glib: don't fail creating connection in NMSecretAgent
[NetworkManager.git] / libnm-glib / nm-secret-agent.c
2016-03-29 Thomas Hallerlibnm-glib: don't fail creating connection in NMSecretAgent
2016-03-22 Thomas Hallersystemd: merge branch systemd into master
2016-03-11 Thomas Hallersystemd: merge branch systemd into th/systemd-lldp...
2016-03-03 Thomas Hallerall: merge branch 'danw/gerror-bgo762868'
2016-03-03 Thomas Hallerall: don't include error->code in log messages
2016-03-03 Thomas Hallerall: clean-up usage of GError
2016-02-19 Thomas Hallerall: cleanup includes and let "nm-default.h" include...
2016-02-12 Thomas Hallersystemd: merge branch 'systemd' into master
2016-01-26 Thomas Hallersystemd: merge branch 'systemd' into master
2016-01-04 Thomas Hallersystemd: merge branch 'systemd' into master
2015-11-23 Beniamino Galvanisystemd: merge branch 'systemd' into master
2015-10-08 Beniamino Galvanimerge: merge branch 'systemd' into master
2015-09-16 Thomas Hallersystemd: merge branch 'systemd-integration' into master
2015-08-12 Thomas Hallersystemd: merge branch 'systemd' into master
2015-08-05 Thomas Hallerall: merge branch 'th/nm-default-bgo752857'
2015-08-05 Thomas Hallerall: make use of new header file "nm-default.h"
2015-07-24 Dan Winshipall: merge branch 'pre-gdbus-bgo622927'
2015-07-24 Dan Winshiplibnm-glib: drop private bus support
2015-07-24 Dan Winshipall: rename nm-glib-compat.h to nm-glib.h, use everywhere
2015-07-08 Beniamino Galvanisystemd: merge branch 'systemd'
2015-05-11 Beniamino Galvanisystemd: merge branch 'systemd'
2015-05-11 Beniamino Galvanisystemd: merge branch 'systemd'
2015-03-23 Thomas Hallerdhcp: merge branch 'systemd-dhcp' into master
2015-03-04 Thomas Hallerdhcp: sd-dhcp6-client: delay setting the DUID and don...
2015-03-03 Thomas Hallerdhcp: merge branch 'master' into th/systemd-dhcp-integr...
2014-11-19 Dan WinshipMerge branch 'master' into dhcp-merge
2014-11-13 Dan Winshiplibnm*: fix library gettext usage (bgo 740071)
2014-11-13 Dan Winshipall: consistently include config.h
2014-08-27 Thomas Hallerlibnm: ensure auto-registration only when not yet regis...
2014-07-15 Dan WinshipMiscellaneous libnm-util/libnm-glib/include cleanups
2014-07-15 Dan Winshiplibnm-util, libnm-glib: whitespace fixes
2014-07-15 Dan Winshiplibnm-util, libnm-glib: standardize copyright/license...
2014-06-19 Dan Winshiplibnm-util: drop GParamSpec docs, use gtk-doc docs...
2014-06-19 Dan Winshipall: remove remaining GParamSpec name/blurb strings
2013-07-31 Dan Williamslibnm-glib: add support for agent capabilities during...
2013-05-08 Dan Winshiplibnm-glib, core: use g_cclosure_marshal_generic
2013-04-19 Martin Pittlibnm-glib: Make SecretAgent introspectable
2013-04-08 Dan Williamslibnm-glib: never call NM D-Bus methods if NM isn't...
2013-04-08 Dan Williamslibnm-glib: use private connection before trying the...
2013-04-08 Dan Williamslibnm-glib: use helpers to create dbus proxies
2013-03-07 Dan Winshipall: remove redundant return-if-fail checks
2012-12-04 Dan Williamscore: fix agent secret cancelation
2012-09-26 Dan Winshipall: Don't use ctype.h macros
2012-04-27 Dan Williamslibnm-glib: fix build on older glib without g_clear_obj...
2012-04-23 Dan Winshiplibnm-glib: NULL out priv fields on dispose()
2012-03-19 Dan Williamslibnm-glib: add 'registered' property for NMSecretAgent
2012-02-15 Dan WinshipUse glib-mkenums to generate enum types
2012-01-26 Dan Williamsdocs: update docs for NMSecretAgent callbacks
2011-10-26 Dan Williamslibnm-glib: fix introspection annotations for callbacks...
2011-03-17 Dan Williamslibnm-glib: automatically cancel secrets requests if...
2011-03-10 Dan Williamslibnm-glib: update some documentation
2011-03-02 Dan Williamslibnm-glib: document secret agent request flags
2011-02-22 Giovanni Campagnalibnm-glib: more GObject introspection fixes (bgo ...
2011-02-13 Dan WilliamsMerge remote-tracking branch 'origin/rm-userset'
2011-01-25 Dan WilliamsMerge remote branch 'origin/master' into rm-userset
2011-01-19 Dan Williamslibnm-glib: implement NMSecretAgent autoregistration
2011-01-18 Dan Williamsagent: request_new -> flags
2011-01-18 Dan Williamstrivial: fix a few small issues in the NMSecretAgent...
2011-01-18 Dan Williamslibnm-glib: implement agent secrets request cancelation
2011-01-13 Dan Williamslibnm-glib: add helper functions and callbacks to Secre...
2011-01-13 Dan Williamslibnm-glib: add NM_SECRET_AGENT_ERROR_NO_SECRETS
2011-01-13 Dan Williamslibnm-glib: add NM_SECRET_AGENT_ERROR_INTERNAL_ERROR
2011-01-12 Dan WilliamsMerge remote branch 'origin/master' into rm-userset
2010-12-14 Dan Williamslibnm-glib: allow the '.' character in agent identifiers
2010-12-14 Dan Williamslibnm-glib: fix infinite loop checking agent identifier
2010-12-14 Dan Williamslibnm-glib: add secret agent base class