Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-06 | egg: Remove egg_mkdtemp() functions and use g_mkdtemp() instead | Stef Walter | 8 | -235/+2 | |
2014-03-06 | Makefile.am: Remove coverage files when doing 'make clean' | Stef Walter | 1 | -1/+5 | |
2014-03-06 | tap-gtester: Set the HARNESS_ACTIVE environment variable | Stef Walter | 1 | -4/+7 | |
This allows tests to detect whether they're running under a harness or not. In addition handle the way GTests skips better. | |||||
2014-03-05 | configure.ac: Drop required automake to 1.12 or later | Stef Walter | 1 | -1/+1 | |
build.gnome.org doesn't have automake 1.13 yet and I guess others may not either. | |||||
2014-03-05 | daemon: Add new --unlock option to prompt for login password | Stef Walter | 2 | -3/+26 | |
https://bugzilla.gnome.org/show_bug.cgi?id=710187 | |||||
2014-03-05 | Makefile.am: Use parallel tests for 'make check' | Stef Walter | 22 | -53/+1546 | |
Also build in a 'make check-memory' and related functionality which drives valgrind. | |||||
2014-03-05 | Makefile.am: Don't do 'make distcheck' with silent make rules | Stef Walter | 1 | -0/+1 | |
2014-03-05 | configure.ac: Put various autofoo litter in build/ an build/m4 | Stef Walter | 6 | -25/+24 | |
Coverage also goes to build/coverage instead of testing/ | |||||
2014-03-05 | Makefile.am: Use a single non-recursive Makefile | Stef Walter | 72 | -980/+943 | |
This allows all the code to be built in parallel, and only rebuilding stuff that's changed when developing. Much quicker. In the meantime disable the p11-tests checks, which were very rarely used. We'll need to migrate them to TAP. | |||||
2014-03-05 | configure.ac: Modernize the autoconf/automake invocation | Stef Walter | 1 | -2/+7 | |
2014-03-05 | Makefile.am: Move tests into same directories as tested code | Stef Walter | 170 | -606/+531 | |
This allows for a cleaner build tree, and will provide benefits when moving to a single Makefile. | |||||
2014-02-05 | updated kn.po | Shankar Prasad | 1 | -50/+19 | |
2014-01-22 | Added Scottish Gaelic translation | GunChleoc | 2 | -1/+535 | |
2014-01-08 | Remove old FSF license from header files | Stef Walter | 345 | -1023/+699 | |
And refresh the COPYING and COPYING.LIB files https://bugzilla.gnome.org/show_bug.cgi?id=721549 | |||||
2013-12-02 | egg: Move away from deprecated g_test_trap_fork() | Stef Walter | 2 | -10/+14 | |
Bump glib dependency to 2.38.x | |||||
2013-12-02 | configure: Be more explicit about gnome-keyring dependencies | Stef Walter | 1 | -20/+28 | |
2013-11-10 | Add an alias man page for gnome-keyring-3 | Matthias Clasen | 3 | -51/+199 | |
Signed-off-by: Stef Walter <stefw@redhat.com> - Distribute gnome-keyring-3.1 https://bugzilla.gnome.org/show_bug.cgi?id=711581 | |||||
2013-11-10 | Add a man page for the gnome-keyring tool | Matthias Clasen | 2 | -1/+97 | |
Signed-off-by: Stef Walter <stefw@redhat.com> https://bugzilla.gnome.org/show_bug.cgi?id=711581 | |||||
2013-11-07 | Some man page updates for gnome-keyring-daemon | Matthias Clasen | 1 | -12/+19 | |
https://bugzilla.gnome.org/show_bug.cgi?id=711581 | |||||
2013-10-25 | pam: de-duplicate log message text and comment | Colin Walters | 1 | -2/+2 | |
I was reading the source to this for other reasons, just a drive by... https://bugzilla.gnome.org/show_bug.cgi?id=710827 | |||||
2013-10-17 | Release version 3.10.1 | Stef Walter | 2 | -1/+7 | |
2013-10-15 | daemon: Add gnome-keyring-daemon manual page | Stef Walter | 6 | -11/+234 | |
2013-10-15 | daemon: Add new line at the end of startup messages | Stef Walter | 1 | -4/+4 | |
2013-10-10 | buffer_get_time: use time_t as last argument | Antoine Jacoutot | 2 | -2/+2 | |
ctime and mtime are time_t values. However, buffer_get_time() takes glong as its last argument. This is problematic because depending on the operating system and arch, time_t can be different. For e.g. on OpenBSD it is both long long for 32-bit and 64-bit architectures while on Linux, it is long for 32-bit. https://bugzilla.gnome.org/show_bug.cgi?id=706405 | |||||
2013-09-26 | [l10n]Updated Turkish translation | Muhammet Kara | 1 | -101/+115 | |
2013-09-24 | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2 | -171/+171 | |
2013-09-23 | Release version 3.10.0 | Stef Walter | 2 | -1/+4 | |
2013-09-23 | daemon: Fix lapse where the login password is read in pointer-sized chunks | Lars Seipel | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=708483 | |||||
2013-08-26 | Release version 3.9.90 | Stef Walter | 3 | -2/+7 | |
2013-08-17 | daemon: Fix running gnome-keyring-daemon under test harness | Stef Walter | 1 | -6/+4 | |
2013-08-15 | More reliable means of checking if object was finalized | Stef Walter | 1 | -1/+2 | |
Don't try to use G_IS_OBJECT() to see if an object was finalized as this segfaults in corner cases, even with our crafty check for a pointer within our memory space. | |||||
2013-06-18 | daemon: Fix running tests without installed gnome-keyring | Stef Walter | 3 | -1/+18 | |
https://bugzilla.gnome.org/show_bug.cgi?id=702367 | |||||
2013-06-13 | Fixed typo in string. Fixes bug #697502 | Martin Olsson | 1 | -1/+1 | |
2013-04-30 | Release version 3.9.1 | Stef Walter | 2 | -1/+6 | |
2013-04-30 | Fix implementation of LockService dbus method | Stef Walter | 6 | -2/+201 | |
This prevented gnome_keyring_lock_all() in libgnome-keyring from working as expected. https://bugzilla.gnome.org/show_bug.cgi?id=690466 | |||||
2013-04-19 | Updated Dutch translation | Wouter Bolsterlee | 1 | -139/+231 | |
2013-04-19 | egg-asn1x: Update from gcr for recent changes in libtasn1 | Stef Walter | 14 | -99/+1529 | |
2013-04-19 | Update for deprecations in GLib | Stef Walter | 5 | -157/+155 | |
* Use GMutex insteod of GStaticMutex * Don't use g_thread_supported | |||||
2013-04-15 | Release version 3.8.1 | Stef Walter | 2 | -1/+4 | |
2013-03-26 | Updated Basque language | Inaki Larranaga Murgoitio | 1 | -83/+98 | |
2013-03-25 | Release version 3.8.0 | Stef Walter | 2 | -1/+4 | |
2013-03-23 | Finnish translation update by Jiri Grönroos | Ville-Pekka Vainio | 1 | -68/+68 | |
2013-03-19 | [l10n] Added Tadjik translation | Victor Ibragimov | 2 | -0/+548 | |
2013-03-18 | Updated kn translations | Shankar Prasad | 1 | -2/+1 | |
2013-03-18 | Updated kn translations | Shankar Prasad | 1 | -5/+6 | |
2013-03-18 | Release version 3.7.92 | Stef Walter | 2 | -1/+7 | |
2013-03-17 | Converted Portuguese translation to New Spelling (Novo AO) | Duarte Loreto | 1 | -93/+93 | |
2013-03-16 | pkcs11: More fixes for libtasn1 3.1 and later | Stef Walter | 2 | -0/+2 | |
* We really should be doing this diferrently. However for now just fix the build | |||||
2013-03-16 | Remove last few references of roots-store | Stef Walter | 3 | -81/+95 | |
2013-03-14 | Update introspection to match the new SearchItems behavior | Dmitry Shachnev | 1 | -2/+1 | |
This makes the introspection match the new behavior of Collection's SearchItems method, introduced in ddb87ccad91a6ee0. http://bugzilla.gnome.org/show_bug.cgi?id=695115 |