Commit Graph

442 Commits

Author SHA1 Message Date
Frédéric Péters
d2a87b5148 Update doc online location to unstable url
developer.gnome.org doesn't create /stable/ links for libraries that have not
reached 1.0 yet.
2015-04-15 11:49:59 +02:00
Stef Walter
ad77f143e6 libsecret: Fix up the tests for recent regressions 2015-04-14 10:48:19 +02:00
Roy Zhang
70d1bc3307 Fix typo in documentation
Since "equivalent" is not a function, it should not follow with
parenthese.

https://bugzilla.gnome.org/show_bug.cgi?id=747654
2015-04-11 07:29:05 +02:00
Samir Ribic
d0690e2504 Added Bosnian translation 2015-03-13 21:02:18 +00:00
Vamsi Krishna Brahmajosyula
e5ddb9d2df Updated autogen.sh to allow automake version 1.15
https://bugzilla.gnome.org/show_bug.cgi?id=743444
2015-01-25 08:21:44 +01:00
Stef Walter
e8a2b3cd5a Add license headers to enum template files 2014-12-04 22:50:26 +01:00
Baurzhan Muftakhidinov
9e135d9eb2 Added Kazakh translation 2014-10-28 05:58:15 +00:00
Mosaab Alzoubi
bfe9f35140 Added Arabic translation 2014-10-06 09:20:46 +01:00
Stef Walter
d205542ba3 Fix for GObject-Introspection annotation changes
The GTK-Doc form of annotations is deprecated.
2014-09-09 15:18:33 +02:00
Stef Walter
5e2fe4afaa egg: Accomodate thread-safe libgcrypt 1.6+
libcrypt no longer supports setting our own threading callbacks,
and is thread-safe if we call gcry_check_version() before creating
threads.

Unfortunately we can't guarantee that we call gcry_check_version()
early enough, we try our best. Most of the callers of libsecret either
don't use libgcrypt, or also initialize it appropriately themselves.

Bump libgcrypt dependency to 1.4.5+, and have earlier versions use
the native pthread implementation of locking.
2014-09-09 15:18:33 +02:00
Stef Walter
c91de25db1 configure: Use subdir-objects to shut up automake 1.14 2014-09-09 15:18:33 +02:00
Mattias Eriksson
4ec854f6e0 Added Swedish translation 2014-08-31 11:14:38 +00:00
Piotr Drąg
e268df59d5 doap: add <programming-language> 2014-07-31 19:39:33 +02:00
Olav Vitters
833f3c3485 doap category core 2014-07-30 20:32:20 +02:00
Tom Tryfonidis
2f09a9a34c Updated Greek translation 2014-07-09 23:20:48 +00:00
Muhammet Kara
5c4f25f1f5 Updated Turkish translation 2014-05-30 22:08:06 +00:00
Muhammet Kara
0a816b5068 Added Turkish translation 2014-05-30 21:55:54 +00:00
Piotr Drąg
b882a69150 doap: update URLs 2014-04-06 18:10:13 +02:00
Inaki Larranaga Murgoitio
a8f98f0314 Added Basque language\nAdded 'eu' (Basque) to LINGUAS 2014-04-03 17:47:20 +02:00
Stef Walter
cf94c7661d Release version 0.18.1 2014-03-23 08:59:42 +01:00
Stef Walter
d418a2dfc4 build: Use /usr/bin/env to find python during tests 2014-03-23 08:59:12 +01:00
Stef Walter
0c8b680004 Release version 0.18 2014-03-06 21:38:52 +01:00
Stef Walter
083902c185 tap-gtester: Set a standard environment variable for test harness
Lets tests know whether they're running under an automated
testing harness.
2014-03-06 12:50:46 +01:00
Stef Walter
c28233973b Makefile.am: Don't build tests during normal builds
This makes things build faster, and also fixes issues
I can't reproduce with vala and gir.

https://bugzilla.gnome.org/show_bug.cgi?id=725690
2014-03-06 12:48:48 +01:00
Stef Walter
068e80451b Makefile.am: Fix make distcheck again 2014-03-05 12:59:48 +01:00
Stef Walter
0d116b7177 libsecret: Fix uninitialized access in _secret_attributes_validate() 2014-03-05 12:59:48 +01:00
Stef Walter
fb4de0e52a glib.supp: Add valgrind suppression of uninitiaziled sigaction 2014-03-05 12:59:48 +01:00
Stef Walter
f089662a9f Makefile.am: Add check-memory target for valgrind testing
Update the test-driver to accomodate this and figure out
how best to implement this.

Fix up 'make recheck' as well.
2014-03-05 12:59:46 +01:00
Stef Walter
b00658d308 test-driver: Use a single driver which supports both tap and simple
Rename our GTest tap compiler so it's clearer what's going on.
2014-03-05 10:12:00 +01:00
Stef Walter
460d36e32c Makefile.am: Look in $builddir for headers when building vala tests 2014-03-04 23:42:42 +01:00
Stef Walter
7d58d2d2b0 Makefile.am: Fix typo in last commit 2014-03-04 22:22:10 +01:00
Stef Walter
f9a32fb043 Makefile.am: Add dependencies on vapis from vala tests 2014-03-04 21:55:07 +01:00
Stef Walter
b24d7d78f7 Makefile.am: Get the dependencies of libsecret-testable.so right 2014-03-04 21:23:58 +01:00
Stef Walter
5910155863 Makefile.am Fix build of vala tests
valac is very hard to make happy
2014-03-04 21:20:41 +01:00
Stef Walter
a1036d0053 Makefile.am: Quiet down one last rule 2014-03-04 21:20:25 +01:00
Stef Walter
59a8238971 libsecret: Fix documentation typos 2014-03-04 14:15:43 +01:00
Stef Walter
6b7d643929 libsecret: Add secret_service_encode_dbus_secret() and opposite
Add secret_service_encode_dbus_secret() and
secret_service_decode_dbus_secret() functions for encoding
and decoding the Secret Service API DBus structs that carry
secrets on the wire.

These are not added to the stable or scripting APIs.
2014-03-04 14:15:27 +01:00
Stef Walter
ded87c7b32 configure.ac: Bump version number 2014-03-04 13:02:36 +01:00
Stef Walter
b72048c920 Makefile.am: Use a single Makefile.am and parallel tests
Allow parallel building and testing by using a single Makefile.am

Implement parallel testing using TAP, with various drivers and
compilers living in the build/ directory.

Fix all sorts of issues that this caused, including builddir != srcdir,
leaks in tests and so on.

It would have been nice to break out all the above into separate
commits ... blush.
2014-03-04 12:57:19 +01:00
Daniel Mustieles
ec89646b1a Updated FSF's address 2014-01-23 13:00:05 +01:00
Stef Walter
179ba93a83 Update doc online location to stable url. 2014-01-13 09:27:20 +01:00
Stef Walter
66e8949b7b Remove unstable vapi
Just use the main vapi, and expect people to define the relevant
SECRET_WITH_UNSTABLE preprocessor macro.

https://bugzilla.gnome.org/show_bug.cgi?id=721429
2014-01-04 11:17:18 +01:00
Ryan Lortie
0257a68106 libsecret: more sed portability changes
As per POSIX, a '\' and a newline is expected after the 'i' command.

https://bugzilla.gnome.org/show_bug.cgi?id=720087
2013-12-16 17:35:54 +01:00
Matthias Clasen
5f50c1046c Fix the build
Without this change, the build ends with

https://bugzilla.gnome.org/show_bug.cgi?id=720244
2013-12-11 12:25:19 +01:00
Stef Walter
2f7eaeaf42 Bump version number 2013-12-11 10:57:22 +01:00
Stef Walter
dd6fcf87bb Mark most of unstable API as stable
This is with the exception of the 'path' functions.
2013-12-11 10:57:22 +01:00
Stef Walter
71e2791ea3 secret-prompt: Use string window ids
This is more portable and exposes what's actually in the Secret
Service API. This change was made before going stable with the
prompting functions.
2013-12-11 10:57:22 +01:00
Stef Walter
d743d4dbcc tests: Fix up the javascript and python tests 2013-12-11 10:12:51 +01:00
Stef Walter
37d1b73c25 tests: Stop when either the javascript or python tests fail 2013-12-11 10:12:51 +01:00
Stef Walter
7500977440 configure: No need for GTK or GTK compile flags 2013-12-11 10:12:51 +01:00