libgsignon-glib first release 2.0.0
authorImran Zaman <imran.zaman@intel.com>
Fri, 14 Jun 2013 14:49:27 +0000 (17:49 +0300)
committerImran Zaman <imran.zaman@intel.com>
Fri, 14 Jun 2013 14:49:27 +0000 (17:49 +0300)
commitbe84d85240aef54907a657b834419585d0324d10
tree20dce61c9f7795ffa0a33c02cc00b0c281f2c6a2
parentc9c57f8f6690ff476789c77eca902ea1f109e7f2
libgsignon-glib first release 2.0.0
105 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
NEWS [new file with mode: 0644]
README
aclocal.m4 [new file with mode: 0644]
build-aux/ar-lib [new file with mode: 0755]
build-aux/compile [new file with mode: 0755]
build-aux/config.guess [new file with mode: 0755]
build-aux/config.sub [new file with mode: 0755]
build-aux/depcomp [new file with mode: 0755]
build-aux/install-sh [new file with mode: 0755]
build-aux/ltmain.sh [new file with mode: 0644]
build-aux/missing [new file with mode: 0755]
build-aux/py-compile [new file with mode: 0755]
config.h.in [new file with mode: 0644]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
docs/Makefile.am [new file with mode: 0644]
docs/Makefile.in [new file with mode: 0644]
docs/reference/Makefile.am [new file with mode: 0644]
docs/reference/Makefile.in [new file with mode: 0644]
docs/reference/html/SignonAuthService.html [new file with mode: 0644]
docs/reference/html/SignonAuthSession.html [new file with mode: 0644]
docs/reference/html/SignonError.html [new file with mode: 0644]
docs/reference/html/SignonIdentity.html [new file with mode: 0644]
docs/reference/html/SignonIdentityInfo.html [new file with mode: 0644]
docs/reference/html/SignonSecurityContext.html [new file with mode: 0644]
docs/reference/html/annotation-glossary.html [new file with mode: 0644]
docs/reference/html/api-index-1-8.html [new file with mode: 0644]
docs/reference/html/api-index-deprecated.html [new file with mode: 0644]
docs/reference/html/api-index-full.html [new file with mode: 0644]
docs/reference/html/appendices.html [new file with mode: 0644]
docs/reference/html/credential-management.html [new file with mode: 0644]
docs/reference/html/gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthService.html [new file with mode: 0644]
docs/reference/html/gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthSession.html [new file with mode: 0644]
docs/reference/html/gdbus-com.google.code.AccountsSSO.gSingleSignOn.Identity.html [new file with mode: 0644]
docs/reference/html/home.png [new file with mode: 0644]
docs/reference/html/index.html [new file with mode: 0644]
docs/reference/html/index.sgml [new file with mode: 0644]
docs/reference/html/left.png [new file with mode: 0644]
docs/reference/html/libgsignon-glib-objects.html [new file with mode: 0644]
docs/reference/html/libgsignon-glib-overview.html [new file with mode: 0644]
docs/reference/html/libgsignon-glib.devhelp2 [new file with mode: 0644]
docs/reference/html/object-tree.html [new file with mode: 0644]
docs/reference/html/right.png [new file with mode: 0644]
docs/reference/html/signond-dbus-api.html [new file with mode: 0644]
docs/reference/html/style.css [new file with mode: 0644]
docs/reference/html/up.png [new file with mode: 0644]
docs/reference/libgsignon-glib-docs.xml [new file with mode: 0644]
docs/reference/libgsignon-glib-overrides.txt [new file with mode: 0644]
docs/reference/libgsignon-glib-sections.txt [new file with mode: 0644]
docs/reference/libgsignon-glib.types [new file with mode: 0644]
docs/reference/version.xml.in [new file with mode: 0644]
gtk-doc.make [new file with mode: 0644]
libgsignon-glib.pc.in [new file with mode: 0644]
libgsignon-glib/Makefile.am [new file with mode: 0644]
libgsignon-glib/Makefile.in [new file with mode: 0644]
libgsignon-glib/interfaces/com.google.code.AccountsSSO.gSingleSignOn.AuthService.xml [new file with mode: 0644]
libgsignon-glib/interfaces/com.google.code.AccountsSSO.gSingleSignOn.AuthSession.xml [new file with mode: 0644]
libgsignon-glib/interfaces/com.google.code.AccountsSSO.gSingleSignOn.Identity.xml [new file with mode: 0644]
libgsignon-glib/signon-auth-service.c [new file with mode: 0644]
libgsignon-glib/signon-auth-service.h [new file with mode: 0644]
libgsignon-glib/signon-auth-session.c [new file with mode: 0644]
libgsignon-glib/signon-auth-session.h [new file with mode: 0644]
libgsignon-glib/signon-dbus-queue.c [new file with mode: 0644]
libgsignon-glib/signon-dbus-queue.h [new file with mode: 0644]
libgsignon-glib/signon-enum-types.h [new file with mode: 0644]
libgsignon-glib/signon-errors.c [new file with mode: 0644]
libgsignon-glib/signon-errors.h [new file with mode: 0644]
libgsignon-glib/signon-glib.h [new file with mode: 0644]
libgsignon-glib/signon-identity-info.c [new file with mode: 0644]
libgsignon-glib/signon-identity-info.h [new file with mode: 0644]
libgsignon-glib/signon-identity.c [new file with mode: 0644]
libgsignon-glib/signon-identity.h [new file with mode: 0644]
libgsignon-glib/signon-internals.h [new file with mode: 0644]
libgsignon-glib/signon-marshal.list [new file with mode: 0644]
libgsignon-glib/signon-security-context.c [new file with mode: 0644]
libgsignon-glib/signon-security-context.h [new file with mode: 0644]
libgsignon-glib/signon-types.h [new file with mode: 0644]
libgsignon-glib/signon-utils.c [new file with mode: 0644]
libgsignon-glib/signon-utils.h [new file with mode: 0644]
libgsignon-glib/sso-auth-service.c [new file with mode: 0644]
libgsignon-glib/sso-auth-service.h [new file with mode: 0644]
libgsignon-glib/stamp-signon-enum-types.h [new file with mode: 0644]
m4/gtk-doc.m4 [new file with mode: 0644]
m4/introspection.m4 [new file with mode: 0644]
m4/libtool.m4 [new file with mode: 0644]
m4/ltoptions.m4 [new file with mode: 0644]
m4/ltsugar.m4 [new file with mode: 0644]
m4/ltversion.m4 [new file with mode: 0644]
m4/lt~obsolete.m4 [new file with mode: 0644]
packaging/archive.sh [new file with mode: 0755]
packaging/libgsignon-glib.spec [new file with mode: 0644]
pygobject/Makefile.am [new file with mode: 0644]
pygobject/Makefile.in [new file with mode: 0644]
pygobject/Signon.py [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/Makefile.in [new file with mode: 0644]
tests/check_signon.c [new file with mode: 0644]
tests/signon-glib-test.sh [new file with mode: 0755]
tests/valgrind_common.mk [new file with mode: 0644]