Initial import after relocation from IVI profile accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi master tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi tizen_3.0_ivi accepted/tizen/common/20140519.205758 accepted/tizen/ivi/20140521.203305 submit/tizen/20140519.145356 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release tizen_3.0_ivi_release
authorJussi Laako <jussi.laako@linux.intel.com>
Mon, 19 May 2014 14:52:21 +0000 (17:52 +0300)
committerJussi Laako <jussi.laako@linux.intel.com>
Mon, 19 May 2014 14:52:21 +0000 (17:52 +0300)
commit99a4739a3bef26261ea7e8fa165f3ee87418d064
tree229f7b2f9ba77dd645475444584a9ad5ed430b58
Initial import after relocation from IVI profile
76 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.manifest [new file with mode: 0644]
packaging/gsignond-plugin-oauth.spec [new file with mode: 0644]
project.config [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]