Codebase list kwalletcli / ea6d676
Merge branch 'master' of github.com:MirBSD/kwalletcli mirabilos authored 3 years ago mirabilos committed 3 years ago
3 changed file(s) with 10 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
0 kwalletcli – Command-Line Interface for the KDE Wallet
0 kwalletcli — Command-Line Interface for the KDE Wallet
11 ──────────────────────────────────────────────────────
22
33 kwalletcli is “OSI Certified Open Source Software” and distributed
66
77 kwalletcli is covered by The MirOS Licence:
88
9 Copyright © 2009, 2010, 2011, 2014, 2016, 2018
9 Copyright © 2009, 2010, 2011, 2014, 2016, 2018, 2020
1010 mirabilos <m@mirbsd.org>
1111 KDE 4 bindings Copyright © 2009
1212 Thomas Fischer <fischer@unix-ag.uni-kl.de>
7575 The following persons, in no particular order, have also contributed
7676 to kwalletcli, in one way or the other:
7777
78 • tarent solutions GmbH
78 • ⮡ tarent solutions GmbH
7979 • Daniel Schaal <farbing@web.de>
8080 • Felix Geyer <debfx@ubuntu.com>
8181 • pinotree (via IRC)
8282 • Timo Weingärtner <timo@tiwe.de>
8383 • Tomas Pospisek <tpo_deb@sourcepole.ch>
84 • Helmut Grohne <helmut@subdivi.de>
8485
8586 ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲
86 $MirOS: contrib/hosted/tg/code/kwalletcli/LICENCE,v 1.8 2018/02/09 16:59:54 tg Exp $
87 $MirOS: contrib/hosted/tg/code/kwalletcli/LICENCE,v 1.9 2021/01/25 13:41:58 tg Exp $
1818 inkscape:export-xdpi="22.319284"
1919 inkscape:export-ydpi="22.319284">
2020 <desc>
21 Logo for kwalletcli – Command-Line Interface for the KDE Wallet
21 Logo for kwalletcli — Command-Line Interface for the KDE Wallet
2222 Based on an experimental draft of a new MirOS logo (CC-BY-IDC),
2323 Utilising Gentium Book Basic (Bold Italic), and The Oxygen Icon
2424 Theme by <kde-artists@kde.org>
2525
26 $MirOS: contrib/hosted/tg/code/kwalletcli/kwalletcli.svg,v 1.4 2016/08/30 17:37:57 tg Exp $
26 $MirOS: contrib/hosted/tg/code/kwalletcli/kwalletcli.svg,v 1.5 2021/01/25 13:41:58 tg Exp $
2727
2828 Copyright © 2008, 2009 Lukas U. <smultron@midnightbsd.org>
2929 Copyright © 2008 mirabilos <m@mirbsd.org>
3030
31 This artwork is copyrighted material – refer to the 「LICENCE」
31 This artwork is copyrighted material — refer to the 「LICENCE」
3232 file in the kwalletcli source or binary distribution for terms.
3333 </desc>
3434 <defs
3636 extern "C" char *strdup(const char *);
3737
3838 extern "C" const char __rcsid_kwif[] =
39 "$MirOS: contrib/hosted/tg/code/kwalletcli/kwif5.cc,v 1.2 2016/08/30 19:33:51 tg Exp $";
39 "$MirOS: contrib/hosted/tg/code/kwalletcli/kwif5.cc,v 1.3 2021/01/25 13:41:51 tg Exp $";
4040
4141 extern "C" int
4242 kw_io(const char *fld, const char *ent, const char **pwp, const char *vers)
6868
6969 localwallet = KWallet::Wallet::LocalWallet();
7070 wallet = KWallet::Wallet::openWallet(localwallet,
71 /* https://lists.qt-project.org/pipermail/interest/2020-November/035993.html */
7172 QApplication::desktop()->screen()->winId());
7273
7374 if (!wallet) {