Release OAuth plugin version 1.0.0 23/18323/1
authorJussi Laako <jussi.laako@linux.intel.com>
Thu, 20 Mar 2014 14:01:42 +0000 (16:01 +0200)
committerJussi Laako <jussi.laako@linux.intel.com>
Thu, 20 Mar 2014 14:30:18 +0000 (16:30 +0200)
commita5a3c800cecbdf2297876b77408701106e7652ee
treed8a4726c1c9cbb9f33bc921a0cab522a2506ea61
parent542c03f273e57a137382bb462e807c444b2b4d51
Release OAuth plugin version 1.0.0

Change-Id: I5c7b222a047312731293ab90ea70c5de48a7d8af
74 files changed:
AUTHORS [new file with mode: 0644]
COPYING.LIB [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 [new file with mode: 0644]
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/test-driver [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/gsignond-plugin-oauth-docs.sgml [new file with mode: 0644]
docs/gsignond-plugin-oauth-overrides.txt [new file with mode: 0644]
docs/gsignond-plugin-oauth-sections.txt [new file with mode: 0644]
docs/gsignond-plugin-oauth.types [new file with mode: 0644]
docs/html/GSignondOauthPlugin.html [new file with mode: 0644]
docs/html/api-index-full.html [new file with mode: 0644]
docs/html/ch01.html [new file with mode: 0644]
docs/html/deprecated-api-index.html [new file with mode: 0644]
docs/html/gsignond-plugin-oauth.devhelp2 [new file with mode: 0644]
docs/html/home.png [new file with mode: 0644]
docs/html/index.html [new file with mode: 0644]
docs/html/index.sgml [new file with mode: 0644]
docs/html/left-insensitive.png [new file with mode: 0644]
docs/html/left.png [new file with mode: 0644]
docs/html/object-tree.html [new file with mode: 0644]
docs/html/right-insensitive.png [new file with mode: 0644]
docs/html/right.png [new file with mode: 0644]
docs/html/style.css [new file with mode: 0644]
docs/html/up-insensitive.png [new file with mode: 0644]
docs/html/up.png [new file with mode: 0644]
examples/Makefile.am [new file with mode: 0644]
examples/Makefile.in [new file with mode: 0644]
examples/gsignond-oauth1-example.c [new file with mode: 0644]
examples/gsignond-oauth2-example.c [new file with mode: 0644]
gtk-doc.make [new file with mode: 0644]
m4/gtk-doc.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/gsignond-plugin-oauth.changes [new file with mode: 0644]
packaging/gsignond-plugin-oauth.spec [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/Makefile.in [new file with mode: 0644]
src/gsignond-oauth-plugin-oauth1.c [new file with mode: 0644]
src/gsignond-oauth-plugin-oauth1.h [new file with mode: 0644]
src/gsignond-oauth-plugin-oauth2.c [new file with mode: 0644]
src/gsignond-oauth-plugin-oauth2.h [new file with mode: 0644]
src/gsignond-oauth-plugin-utils.c [new file with mode: 0644]
src/gsignond-oauth-plugin-utils.h [new file with mode: 0644]
src/gsignond-oauth-plugin.c [new file with mode: 0644]
src/gsignond-oauth-plugin.h [new file with mode: 0644]
test/Makefile.am [new file with mode: 0644]
test/Makefile.in [new file with mode: 0644]
test/cacert.pem.template [new file with mode: 0644]
test/oauth1tests.c [new file with mode: 0644]
test/oauth2tests.c [new file with mode: 0644]
test/oauthplugintest.c [new file with mode: 0644]
test/privkey.pem.template [new file with mode: 0644]
test/valgrind.supp [new file with mode: 0644]