summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.am: Use parallel tests for 'make check'Stef Walter2014-03-051-2/+9
| | | | | Also build in a 'make check-memory' and related functionality which drives valgrind.
* configure.ac: Put various autofoo litter in build/ an build/m4Stef Walter2014-03-051-19/+21
| | | | Coverage also goes to build/coverage instead of testing/
* daemon: Add gnome-keyring-daemon manual pageStef Walter2013-10-151-0/+1
|
* daemon: Fix running tests without installed gnome-keyringStef Walter2013-06-181-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=702367
* egg-asn1x: Update from gcr for recent changes in libtasn1Stef Walter2013-04-191-1/+0
|
* Remove last few references of roots-storeStef Walter2013-03-161-2/+0
|
* dbus: Only return one object path list from Collection.SearchItems()Stef Walter2013-03-041-3/+2
| | | | | | | | | | | In the Secret Service dbus interface the SearchItems method of the Collection interface only returns one list of object paths, unlike SearchItems on the Service interface which splits its return values by locked and unlocked items. Add tests to verify this behavior. https://bugzilla.gnome.org/show_bug.cgi?id=695115
* egg-armor: Fix memrchr() call with negative string lengthStef Walter2013-01-111-0/+1
| | | | | | | | | | | | * Initial patch by Gustavo Luiz Duarte <gustavold@linux.vnet.ibm.com> * The cause of this bug was reusing argument variables for other purposes in parsing functions when that didn't really make sense, so fix this as well. * Add tests that catch this issue. See https://bugzilla.redhat.com/show_bug.cgi?id=893162 https://bugzilla.gnome.org/show_bug.cgi?id=691500
* Rename the p11-kit module fileStef Walter2012-07-241-0/+1
| | | | | | * p11-kit now wants module configs to end in .module See: https://bugs.freedesktop.org/show_bug.cgi?id=52158
* Match common old GnomeKeyringItemType schemas to xdg:schema attributeStef Walter2012-07-161-0/+1
| | | | | | | | | * Properly handle the case where no xdg:schema attribute is stored in the keyring, and the caller tries to search with schema names: - org.gnome.keyring.NetworkPassword - org.gnome.keyring.Note * This allows the above items stored by libgnome-keyring to be matched by libsecret.
* daemon: Emit secret service signals when collections/items changeStef Walter2012-06-271-0/+2
| | | | | | * Emit the Secret Service DBus API signals when collections/items change. * Also fire the PropertiesChanged signal appropriately
* Bring over new egg'd components from gcrStef Walter2012-04-071-0/+1
| | | | * Updated ASN.1, armor, bytes, openssl, etc.
* pkcs11: Complete a bunch more testsStef Walter2012-04-071-0/+2
| | | | | * Add tests for the 'egg' merge coming up * Fix a few problems resulting from p11-tests tests
* ui: Add and document interface for dbus based promptingStef Walter2011-12-151-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656954
* secret-store: Add test tool for dumping the keyring formatStef Walter2011-12-141-0/+1
| | | | | * Lives in pkcs11/secret-store/tests/dump-keyring0-format * Outputs in the text GKeyFile style format
* gnome2-store: Fix locking and add tests for lockingStef Walter2011-10-151-1/+2
| | | | | | * Fix locking and add tests for locking between processes * Fix bug when writing multiple values, which caused the file to be written out twice.
* Split Gcr and Gck libraries out of gnome-keyringsplitStef Walter2011-10-061-52/+0
|
* gcr: Refactor GcrSecretExchangeStef Walter2011-10-011-0/+1
| | | | | | * Use the GcrSecretExchange object on both sides. * Allow exchange of multiple secrets, and in both directions. * Add tests
* gck: Documentation, introspection, and header fixesStef Walter2011-09-291-0/+2
|
* gck: Fix introspection warnings and complete introspection annotationsStef Walter2011-09-281-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=655651
* gcr: Implement parsing of openpgp packet contents into records.Stef Walter2011-09-271-0/+1
| | | | | | | * Also centralize our timegm() implementation for dumb OS's. * Add tests for openpgp packet parsing * Produces with-colons format in the gnupg style, slight differences but not incompatible.
* gcr: Implement recognizing of OpenPGP packetsStef Walter2011-09-271-0/+1
| | | | | * Doesn't actually parse keys or anything else about OpenPGP (yet). * Generalize the PEM code so that it works for PGP armor.
* gcr: Implement OpenSSH public key parserStef Walter2011-09-271-0/+1
| | | | * And add tests for various formats.
* egg: Add decoder for decimal data, analogous to the hex decoder.Stef Walter2011-09-271-0/+1
|
* Split the gcr library into base and ui components.Stef Walter2011-09-261-0/+2
| | | | | | * Different pkg-config files gcr-3.pc and gcr-base-3.pc * The base library doesn't link to GTK+ or anything that is used in the UI. It can be used by non-ui programs.
* gcr: Add support for unlocking files in gcr-viewerStef Walter2011-09-011-0/+1
| | | | | | | | | * Add a GcrRenderer which displays unlock widgets * Add method to GcrViewer which allows insertion of renderer before another * Functionality in GcrDisplayView for showing dialog like widgets in view * Fixes for removing renderer from view * Parser fixes for enabling all formats * Parser fixes for PKCS#12 parsing with locked data
* Implement basic little viewer window.Stef Walter2011-08-301-0/+2
| | | | | Doesn't yet layout correctly, and is pretty plain, but displays certificates.
* Put ABI symbol checks into 'make check'Stef Walter2011-08-251-1/+1
| | | | | | * We have files in which all public symbols for the gck and gcr libraries, and then check these against the linked libraries. * Not a panacea for ABI changes, but at least a simple check
* gcr: Reorganize how gcr oids are generatedStef Walter2011-08-031-0/+1
| | | | | * Use script gcr-mkoids to generate oid quark code. * Call _gcr_oids_init() before using any GCR_OID_XXX symbols.
* Release version 3.1.43.1.4Stef Walter2011-07-251-0/+1
| | | | | * Include some changes to make comparing symbols easier. * Fix some issues that came up when doing make distcheck
* gcr: Use glib-mkenums to generate types for enums and flagsStef Walter2011-07-181-1/+1
| | | | * And remove manually coded type registration in GcrCertificateChain
* gcr: Display photo as icon for Gnupg keys.Stef Walter2011-07-121-0/+1
| | | | | | | | * Load the first photo uid and use as icon for Gnupg Keys. * Add GcrMemoryIcon which is a GLoadableIcon which loads from data in memory. https://bugzilla.gnome.org/show_bug.cgi?id=650433
* gcr: Refactor gnupg process execution into its own class.Stef Walter2011-07-111-0/+1
| | | | | | | | | * Support getting user attribute data from keyring. * Support getting status messages from gpg. * Better cancellation api. * Control over LOCALE https://bugzilla.gnome.org/show_bug.cgi?id=650336
* Install a proper p11-kit module configuration fileStef Walter2011-07-061-2/+4
|
* Merge branch 'key-fingerprints'Stef Walter2011-05-241-0/+1
|\ | | | | | | | | Conflicts: gcr/Makefile.am
| * gcr: Add tests for creation of fingerprintsStef Walter2011-05-131-0/+1
| |
* | Merge branch 'split-selector'Stef Walter2011-05-241-0/+2
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: gcr/Makefile.am gcr/gcr-collection-model.c gcr/gcr-tree-selector.c
| * | gcr: Split GcrSelector into GcrComboSelector and GcrTreeSelectorStef Walter2011-05-111-0/+2
| |/ | | | | | | | | | | | | | | | | * GcrComboSelector allows selecting one object at a time and uses 'markup' property to display the object. * GcrTreeSelector uses various columns, and a checkbox so that multiple objects can be selected at once. * Add images for both of the above. * Derive directly from GtkComboBox and GtkTreeView respectively.
* | gcr: Rename GcrColons to GcrRecordStef Walter2011-05-151-0/+1
|/ | | | | * These records can be used for other purposes as well. Can represent any data with uniform single character delimiters
* docs: Add images for gcr widgets.Stef Walter2011-05-111-0/+1
|
* Merge branch 'gnome-3-0'Stef Walter2011-04-251-0/+43
|\ | | | | | | | | | | Conflicts: gcr/Makefile.am gcr/tests/Makefile.am
| * Modernize the remainder of the tests.Stef Walter2011-04-241-0/+42
| | | | | | | | | | * Bring up to date with gtester running and individual binaries. * Make the tests run in make distcheck
| * gcr: Implement tool for playing with the parserStef Walter2011-04-211-0/+1
| |
* | Merge branch 'gnome-3-0'Stef Walter2011-04-211-0/+1
|\ \ | |/
| * egg: Run the hkdf testsStef Walter2011-04-201-0/+1
| | | | | | | | * These seem to have dropped out during a previous refactoring
* | gcr: A rudimentary Gnupg Collection implementation.Stef Walter2011-04-191-0/+5
| | | | | | | | | | | | | | | | * Loads basic GPG keys. * No splitting of UIDs yet. * No monitoring yet. https://bugzilla.gnome.org/show_bug.cgi?id=647885
* | Merge branch 'gnome-3-0'Stef Walter2011-04-181-0/+13
|\ \ | |/ | | | | | | | | | | Conflicts: docs/reference/gcr/gcr-sections.txt gcr/Makefile.am gcr/gcr-library.c
| * pkcs11: Fix up gkm tests to more modern gtest style tests.Stef Walter2011-04-181-0/+13
| |
| * gcr: Modernize tests. Use standard gtest type setup.Stef Walter2011-04-061-0/+9
| |
| * Add correct version numbers to documentation.Stef Walter2011-04-051-0/+2
| |