Jussi Laako [Tue, 27 Mar 2012 12:02:16 +0000 (15:02 +0300)]
Fix autotool scripts
Alberto Mardegan [Wed, 7 Mar 2012 13:26:14 +0000 (15:26 +0200)]
Tests: skip tests when outside of a D-Bus session
Alberto Mardegan [Wed, 7 Mar 2012 12:53:02 +0000 (14:53 +0200)]
Tests: do not install test scripts
Using "check_" instead of "bin_" in the Makefile.am forces libtool to
link against the libaccounts-glib found in the working tree, and not
against the system one.
This allows us to run "make check" locally.
David King [Wed, 25 Jan 2012 10:55:02 +0000 (10:55 +0000)]
Developer documentation improvements
Add many missing gtk-doc comments, to allow the gtk-doc check to pass
without any errors.
David King [Wed, 25 Jan 2012 10:45:15 +0000 (10:45 +0000)]
Update gtk-doc configuration
Disable the template build. Depend on version 1.14 of gtk-doc. Switch to
using XML rather than SGML. Add a gtk-doc check that is executed during
‘make test’. Improve the documentation index page. Add the sections.txt
file and alter it according to the public API symbols.
Alberto Mardegan [Tue, 20 Dec 2011 07:28:22 +0000 (09:28 +0200)]
Fix CFLAGS for introspection data generator
Alberto Mardegan [Thu, 15 Dec 2011 14:28:43 +0000 (16:28 +0200)]
Nullify the returned data when errors occur
In asynchronous callbacks, we expect that the developer will not access
the returned variables if the GError is set. Language bindings, however,
might access all arguments in order to marshal them; therefore, let's
stay on the safe side and always set the data pointers to NULL.
Alberto Mardegan [Wed, 14 Dec 2011 14:47:50 +0000 (16:47 +0200)]
Fix signon_identity_info_set_secret()
The new secret was never copied into the structure. :-O
Alberto Mardegan [Fri, 9 Dec 2011 14:51:02 +0000 (16:51 +0200)]
Add common header for the library
It seems that the .gir file format cannot handle more than one header
file.
Alberto Mardegan [Thu, 8 Dec 2011 10:08:51 +0000 (12:08 +0200)]
Add GObject introspection information to callbacks
The types and their ownership was wrong in several of them.
Alberto Mardegan [Thu, 8 Dec 2011 08:28:09 +0000 (10:28 +0200)]
Update .gitignore
Alberto Mardegan [Thu, 8 Dec 2011 08:25:30 +0000 (10:25 +0200)]
Add GType information to all enums
This fixes a problem with the GObject introspection file: values of the
IdentityType enum were missing, and those of SignonSessionDataUiPolicy
were badly named.
Alberto Mardegan [Fri, 2 Dec 2011 12:25:31 +0000 (14:25 +0200)]
More include madness
Alberto Mardegan [Fri, 2 Dec 2011 11:28:29 +0000 (13:28 +0200)]
Avoid including DBus-glib in installed headers
Alberto Mardegan [Thu, 1 Dec 2011 07:17:30 +0000 (09:17 +0200)]
Fixes for "make distcheck"
Alberto Mardegan [Wed, 30 Nov 2011 10:30:29 +0000 (12:30 +0200)]
Remove signon_identity_verify_user()
The unit test was provoking a crash: the function signature is wrong,
because on signond side this method takes a dictionary parameter, while
the client API has a username parameters.
Resolve this conflict by removing this function; we'll add it back
later, with the correct signature, if and when needed.
Alberto Mardegan [Wed, 30 Nov 2011 09:49:19 +0000 (11:49 +0200)]
Remove signon_identity_info_{get,set}_identity_ref_count
Clients should use signon_identity_{add,remove}_reference instead.
Alberto Mardegan [Wed, 30 Nov 2011 09:44:08 +0000 (11:44 +0200)]
Add GObject introspection tags
At the same time, amend/extend the documentation.
Alberto Mardegan [Tue, 29 Nov 2011 14:59:01 +0000 (16:59 +0200)]
Define SignonIdentityInfo as boxed type
Alberto Mardegan [Tue, 29 Nov 2011 14:52:01 +0000 (16:52 +0200)]
Fix a dangerous typo
Alberto Mardegan [Tue, 29 Nov 2011 14:50:11 +0000 (16:50 +0200)]
Move SignonIdentityInfo to own source file
This change is just cosmetic. No code was changed in this commit.
Alberto Mardegan [Tue, 29 Nov 2011 14:16:46 +0000 (16:16 +0200)]
Update gitignore
Sort contents (sort -V .gitignore) as well.
Alberto Mardegan [Tue, 29 Nov 2011 14:08:37 +0000 (16:08 +0200)]
Setup GObject introspection
Alberto Mardegan [Tue, 15 Nov 2011 12:57:11 +0000 (14:57 +0200)]
Fix compilation warnings
Alexander Akimov [Fri, 26 Aug 2011 11:28:40 +0000 (14:28 +0300)]
version update
Alexander Akimov [Fri, 26 Aug 2011 10:23:07 +0000 (13:23 +0300)]
adding signon-enum-types.h into list of headers
Alexander Akimov [Tue, 23 Aug 2011 06:38:45 +0000 (09:38 +0300)]
fixed errors
Alexander Akimov [Fri, 5 Aug 2011 05:35:00 +0000 (08:35 +0300)]
bringing new structure of signon errors for signon-glib
Tomi Suviola [Tue, 26 Jul 2011 11:06:21 +0000 (14:06 +0300)]
increase version
Alberto Mardegan [Wed, 4 May 2011 11:34:30 +0000 (14:34 +0300)]
Add session data definitions
Alberto Mardegan [Wed, 4 May 2011 11:31:28 +0000 (14:31 +0300)]
Do not include signoncommon.h from public header
It breaks C++ projects using GLib.
Tomi Suviola [Mon, 14 Mar 2011 09:33:01 +0000 (11:33 +0200)]
Version update
Tomi Suviola [Mon, 14 Mar 2011 09:31:08 +0000 (11:31 +0200)]
Fix bug 230915
Tomi Suviola [Thu, 10 Mar 2011 12:19:11 +0000 (14:19 +0200)]
version update
Tomi Suviola [Thu, 10 Mar 2011 11:09:22 +0000 (13:09 +0200)]
Fix bug 230136 - Password prompt disappears, while the user tries to enter his password.
Problem is that dbus call times out, so time added for the call.
Tomi Suviola [Wed, 29 Dec 2010 09:35:22 +0000 (11:35 +0200)]
increase version
Tomi Suviola [Wed, 29 Dec 2010 09:32:30 +0000 (11:32 +0200)]
Added new errors
Tomi Suviola [Wed, 29 Dec 2010 09:02:08 +0000 (11:02 +0200)]
update to support new verifyUser
Alberto Mardegan [Thu, 2 Dec 2010 14:24:34 +0000 (16:24 +0200)]
Version 0.20
Alberto Mardegan [Thu, 2 Dec 2010 12:44:15 +0000 (14:44 +0200)]
Use g_error_new_literal when providing a ready string
Tomi Suviola [Tue, 2 Nov 2010 09:44:44 +0000 (11:44 +0200)]
inc version
Tomi Suviola [Tue, 26 Oct 2010 08:19:50 +0000 (11:19 +0300)]
Merge branch 'bug_188172'
Tomi Suviola [Tue, 26 Oct 2010 08:19:19 +0000 (11:19 +0300)]
fix bug 188172 - libsignon-glib1-test tests fail
Alberto Mardegan [Mon, 25 Oct 2010 12:19:03 +0000 (15:19 +0300)]
Version 0.18
Alberto Mardegan [Mon, 25 Oct 2010 12:18:19 +0000 (15:18 +0300)]
Don't build documentation from signon-proxy
Alberto Mardegan [Mon, 25 Oct 2010 08:43:41 +0000 (11:43 +0300)]
Version 0.17
Alberto Mardegan [Mon, 25 Oct 2010 08:43:08 +0000 (11:43 +0300)]
Don't hide glib output
Alberto Mardegan [Mon, 25 Oct 2010 08:41:55 +0000 (11:41 +0300)]
Rename parameter variable
Alberto Mardegan [Wed, 6 Oct 2010 09:16:46 +0000 (12:16 +0300)]
Don't execute parallel calls
Alberto Mardegan [Mon, 25 Oct 2010 08:26:45 +0000 (11:26 +0300)]
Make tests complete faster
Instead of waiting for minutes, start signond with a shorter timeout value for
identity and authsession objects.
Alberto Mardegan [Mon, 25 Oct 2010 08:26:14 +0000 (11:26 +0300)]
Add debugging line at beginning of each test
Alberto Mardegan [Thu, 7 Oct 2010 09:06:58 +0000 (12:06 +0300)]
Update tests
Alberto Mardegan [Thu, 7 Oct 2010 08:25:44 +0000 (11:25 +0300)]
Some sed magic to shorten function names
Alberto Mardegan [Thu, 7 Oct 2010 07:15:36 +0000 (10:15 +0300)]
Don'e export marshaller symbols
If they don't start by "signon_", they won't be exported.
Alberto Mardegan [Thu, 7 Oct 2010 07:15:02 +0000 (10:15 +0300)]
Mark utility symbols as internal
Alberto Mardegan [Thu, 7 Oct 2010 07:05:16 +0000 (10:05 +0300)]
Only export symbols starting with "signon_"
Alexander Akimov [Thu, 7 Oct 2010 06:00:02 +0000 (09:00 +0300)]
version 0.16
Alexander Akimov [Thu, 7 Oct 2010 05:29:36 +0000 (08:29 +0300)]
another attempt to resolve the crash, happening during processing of "unregistered" signal by already destroyed object.
Tomi Suviola [Fri, 17 Sep 2010 10:01:02 +0000 (13:01 +0300)]
Remove bad commit
Tomi Suviola [Fri, 17 Sep 2010 09:57:03 +0000 (12:57 +0300)]
Merge branch 'master' of git@gitorious.org:accounts-sso/signon-glib
Tomi Suviola [Thu, 16 Sep 2010 08:19:24 +0000 (11:19 +0300)]
update version
Tomi Suviola [Fri, 17 Sep 2010 07:13:37 +0000 (10:13 +0300)]
Added reference into identity API
Tomi Suviola [Fri, 17 Sep 2010 06:13:47 +0000 (09:13 +0300)]
Make changes to adapt into new signon dbus api
Tomi Suviola [Thu, 16 Sep 2010 08:19:24 +0000 (11:19 +0300)]
update version
Tomi Suviola [Thu, 16 Sep 2010 07:46:56 +0000 (10:46 +0300)]
Make changes to adapt into new signon dbus api
Alexander Akimov [Wed, 1 Sep 2010 06:52:48 +0000 (09:52 +0300)]
version 0.14
Alexander Akimov [Wed, 1 Sep 2010 06:50:53 +0000 (09:50 +0300)]
The xml files are non-neeeded anymore as signond-dev provides all necessary information now
Alexander Akimov [Wed, 1 Sep 2010 05:54:57 +0000 (08:54 +0300)]
updating dbus APIs files
Alexander Akimov [Wed, 1 Sep 2010 05:54:37 +0000 (08:54 +0300)]
adding dbus_g_proxy_diconnect to objects dispose functions
Alexander Akimov [Wed, 25 Aug 2010 11:13:06 +0000 (14:13 +0300)]
the test.xml was not updated fully
Alexander Akimov [Wed, 25 Aug 2010 11:12:43 +0000 (14:12 +0300)]
request to change "signglesignon" to "SingleSignOn"
Alberto Mardegan [Fri, 13 Aug 2010 12:40:25 +0000 (15:40 +0300)]
Fix version number for maemo
Alberto Mardegan [Fri, 13 Aug 2010 07:05:20 +0000 (10:05 +0300)]
Update test package name
Tomi Suviola [Fri, 30 Jul 2010 08:13:42 +0000 (11:13 +0300)]
Dbus interface name change
Alexander Akimov [Fri, 2 Jul 2010 06:52:01 +0000 (09:52 +0300)]
obsolete variable
Alexander Akimov [Thu, 1 Jul 2010 12:19:58 +0000 (15:19 +0300)]
version 0.10
Alexander Akimov [Thu, 1 Jul 2010 12:18:50 +0000 (15:18 +0300)]
mem leak
Alexander Akimov [Thu, 1 Jul 2010 11:00:04 +0000 (14:00 +0300)]
auth_session unregistered unit test added
Alexander Akimov [Thu, 1 Jul 2010 10:59:46 +0000 (13:59 +0300)]
few NULL-checks and DEBUG's added
Alexander Akimov [Thu, 1 Jul 2010 09:10:15 +0000 (12:10 +0300)]
handling of unregistered signal from remote object
Alexander Akimov [Tue, 29 Jun 2010 07:40:33 +0000 (10:40 +0300)]
version 0.9
Alexander Akimov [Tue, 29 Jun 2010 07:25:04 +0000 (10:25 +0300)]
remove unnecessary type cast
Alexander Akimov [Tue, 29 Jun 2010 07:24:52 +0000 (10:24 +0300)]
remove obsolete variable from private structure
Alexander Akimov [Mon, 28 Jun 2010 12:00:04 +0000 (15:00 +0300)]
correspondent unit test
Alexander Akimov [Mon, 28 Jun 2010 11:59:38 +0000 (14:59 +0300)]
handling of destroyed signal and code optimization
Alexander Akimov [Mon, 28 Jun 2010 11:59:12 +0000 (14:59 +0300)]
not_read and last_error functionality
Aurel Popirtac [Fri, 11 Jun 2010 12:50:56 +0000 (15:50 +0300)]
Version 0.8
Aurel Popirtac [Fri, 11 Jun 2010 12:48:55 +0000 (15:48 +0300)]
Using g_set_error().
Aurel Popirtac [Fri, 11 Jun 2010 12:21:14 +0000 (15:21 +0300)]
Version 0.7
Aurel Popirtac [Fri, 11 Jun 2010 11:09:28 +0000 (14:09 +0300)]
Fix of bug 173216 - Random signond crash found during google sign-in - glib client lib.
Alberto Mardegan [Thu, 27 May 2010 08:41:30 +0000 (11:41 +0300)]
Version 0.6
Alberto Mardegan [Thu, 27 May 2010 08:41:12 +0000 (11:41 +0300)]
Soname bump
Mikhail Zabaluev [Mon, 24 May 2010 14:50:45 +0000 (17:50 +0300)]
Ignore built files
Mikhail Zabaluev [Mon, 24 May 2010 14:49:49 +0000 (17:49 +0300)]
Don't ignore all dotfiles
It's inconvenient to modify .gitignore files when they are ignored.
Mikhail Zabaluev [Mon, 24 May 2010 14:15:05 +0000 (17:15 +0300)]
Renamed the callback type for signon_auth_session_query_available_mechanisms()
The old name is retained as deprecated.
Alberto Mardegan [Fri, 14 May 2010 13:00:00 +0000 (16:00 +0300)]
Version 0.5
Alberto Mardegan [Wed, 12 May 2010 06:58:46 +0000 (09:58 +0300)]
Remove compilation warning
Alberto Mardegan [Wed, 12 May 2010 06:57:11 +0000 (09:57 +0300)]
Rename "signout" signal
No need to prefix the signal names, they are object-specific.
Alberto Mardegan [Wed, 12 May 2010 06:44:41 +0000 (09:44 +0300)]
Rename signon_auth_session_name() and add const
Set a proper name for the function, and mark the returned string as const.
Alberto Mardegan [Wed, 12 May 2010 06:35:56 +0000 (09:35 +0300)]
Use error names from signond-dev
Process the output with glib-mkenums with sed, in order to use the error names
from signoncommon.h as value strings for the error enum.