After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 154201 - Seahorse agent
Seahorse agent
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
0.7.x
Other Linux
: Low enhancement
: ---
Assigned To: Stef Walter
Stef Walter
Depends on:
Blocks: 108304
 
 
Reported: 2004-09-30 20:59 UTC by Stef Walter
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Seahorse agent patch (219.98 KB, patch)
2004-09-30 20:59 UTC, Stef Walter
none Details | Review
image goes in seahorse/data/ (866 bytes, image/png)
2004-09-30 21:01 UTC, Stef Walter
  Details
Updated agent patch (279.43 KB, patch)
2004-10-05 16:01 UTC, Stef Walter
none Details | Review
Updated patch (294.87 KB, patch)
2004-10-08 17:34 UTC, Stef Walter
none Details | Review
Updated patch (292.52 KB, patch)
2004-10-12 00:34 UTC, Stef Walter
none Details | Review
Updated patch (281.23 KB, patch)
2004-10-14 00:05 UTC, Stef Walter
none Details | Review

Description Stef Walter 2004-09-30 20:59:00 UTC
Attached patch adds a password caching agent (similar to gpg-agent) to seahorse.
It integrates with the tray, gconf etc...

Couldn't post to sourceforge list due to size, so I'll put it here for now.
Comment 1 Stef Walter 2004-09-30 20:59:31 UTC
Created attachment 32129 [details] [review]
Seahorse agent patch
Comment 2 Stef Walter 2004-09-30 21:00:44 UTC
Some work left todo:

- Integration with PGP Preferences
- Change terminology from GPG to PGP
- Error output should go to syslog (as it's a daemon) 
Comment 3 Stef Walter 2004-09-30 21:01:26 UTC
Created attachment 32130 [details]
image goes in seahorse/data/
Comment 4 Stef Walter 2004-10-05 16:01:23 UTC
Created attachment 32251 [details] [review]
Updated agent patch

Updated:

- Integrates with Preferences
- When running can put itself into gpg.conf so user doesn't have to configure.
Comment 5 Stef Walter 2004-10-08 17:34:44 UTC
Created attachment 32406 [details] [review]
Updated patch

Locks gpg.conf while changing. Code formatting and comment fixes.
Comment 6 Stef Walter 2004-10-12 00:34:48 UTC
Created attachment 32499 [details] [review]
Updated patch

Sync with trunk.
Comment 7 Stef Walter 2004-10-14 00:05:12 UTC
Created attachment 32588 [details] [review]
Updated patch

- Use stock icons for dialogs
- Lookup key ids properly for display
- Log errors to syslog
- Handle prompts without associated key properly
Comment 8 Stef Walter 2004-10-14 22:36:45 UTC
Committed with a configure flag to disable this functionality.