Version: (using KDE KDE 3.2.2) Installed from: SuSE RPMs A lot of websites use session ids in their URLs. Kwallet currently doesn't recognize all of those URLs so the user always has to enter his password. Another thing are loadbalanced webservers with different names like www1, www2, www3, ... all serving the same site/application. So I'd like to be able to add wildcards to the password/form maps in kwallet.
*** 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. ***
Actually since wildcards are now implemented in kwallet, this is a dupe of #72317 so I will merge the two. KHTML will have a fallback "find approximate match" mechanism I guess. *** This bug has been marked as a duplicate of 72317 ***