Summary: | wildcards in URLs to make kwallet work with URLs containing session ids | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Gerd v. Egidy <gerd> |
Component: | kwallet | Assignee: | George Staikos <staikos> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | CC: | divided.mind, sven.burmeister |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Gerd v. Egidy
2004-06-07 01:00:24 UTC
*** Bug 86372 has been marked as a duplicate of this bug. *** CVS commit by staikos: - Add wildcard query support to KWallet - Add a testcase for it - Add a new file kwallettypes for the DCOPRef additions (Time to move some of these into dcop/?) Review of the interface is appreciated. What does this get us? Well, the ability to find close matches for URLs. CCBUG: 82965, 72317 A kwallet/client/kwallettypes.h 1.1 [LGPL (v2+)] M +65 -1 kio/misc/kwalletd/kwalletd.cpp 1.74 M +4 -1 kio/misc/kwalletd/kwalletd.h 1.37 M +23 -1 kwallet/backend/kwalletbackend.cc 1.54 M +5 -1 kwallet/backend/kwalletbackend.h 1.21 M +2 -2 kwallet/client/Makefile.am 1.12 M +62 -3 kwallet/client/kwallet.cc 1.46 M +38 -1 kwallet/client/kwallet.h 1.30 M +17 -0 kwallet/tests/kwalletboth.cpp 1.2 *** Bug 84566 has been marked as a duplicate of this bug. *** |