Codebase list kwalletcli / 36fd1bf
governance tg 7 years ago
19 changed file(s) with 43 addition(s) and 42 deletion(s). Raw diff Collapse all Expand all
0 # $MirOS: contrib/hosted/tg/code/kwalletcli/BSDmakefile,v 1.16 2012/12/15 20:41:35 tg Exp $
0 # $MirOS: contrib/hosted/tg/code/kwalletcli/BSDmakefile,v 1.17 2016/08/30 17:37:56 tg Exp $
11 #-
22 # Copyright © 2009, 2010, 2011, 2012
3 # Thorsten Glaser <tg@mirbsd.org>
3 # mirabilos <m@mirbsd.org>
44 #
55 # Provided that these terms and disclaimer and all copyright notices
66 # are retained or reproduced in an accompanying document, permission
0 # $MirOS: contrib/hosted/tg/code/kwalletcli/GNUmakefile,v 1.12 2014/05/11 16:43:39 tg Exp $
0 # $MirOS: contrib/hosted/tg/code/kwalletcli/GNUmakefile,v 1.13 2016/08/30 17:37:56 tg Exp $
11 #-
22 # Copyright © 2009, 2011
3 # Thorsten Glaser <t.glaser@tarent.de>
3 # mirabilos <m@mirbsd.org>
44 #
55 # Provided that these terms and disclaimer and all copyright notices
66 # are retained or reproduced in an accompanying document, permission
77 kwalletcli is covered by The MirOS Licence:
88
99 Copyright © 2009, 2010, 2011, 2014
10 Thorsten “mirabilos” Glaser <t.glaser@tarent.de>
10 mirabilos <m@mirbsd.org>
1111 KDE 4 bindings Copyright © 2009
1212 Thomas Fischer <fischer@unix-ag.uni-kl.de>
1313
3232 licence as mksh itself (The MirOS Licence, see above):
3333
3434 Copyright © 2008, 2009 Lukas U. <smultron@midnightbsd.org>
35 Copyright © 2008 Thorsten „mirabilos“ Glaser <tg@mirbsd.org>
35 Copyright © 2008 mirabilos <m@mirbsd.org>
3636
3737 It is also a derivate of The Oxygen Icon Theme by <kde-artists@kde.org>:
3838
7070 covers the use of elements of this art library in a GUI.
7171
7272
73 The following people, in no particular order, have also contributed
73 The following persons, in no particular order, have also contributed
7474 to kwalletcli, in one way or the other:
7575
76 • tarent solutions GmbH
7677 • Daniel Schaal <farbing@web.de>
7778 • Felix Geyer <debfx@ubuntu.com>
7879 • pinotree (via IRC)
7980 • Timo Weingärtner <timo@tiwe.de>
8081
8182 ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲ ̲
82 $MirOS: contrib/hosted/tg/code/kwalletcli/LICENCE,v 1.5 2014/05/11 16:11:51 tg Exp $
83 $MirOS: contrib/hosted/tg/code/kwalletcli/LICENCE,v 1.6 2016/08/30 17:37:56 tg Exp $
00 /*-
11 * Copyright © 2011
2 * Thorsten Glaser <tg@mirbsd.org>
2 * mirabilos <m@mirbsd.org>
33 *
44 * Provided that these terms and disclaimer and all copyright notices
55 * are retained or reproduced in an accompanying document, permission
2222 #include "kwalletcli.h"
2323
2424 const char __rcsid_charconv_c[] =
25 "$MirOS: contrib/hosted/tg/code/kwalletcli/charconv.c,v 1.3 2011/04/09 22:33:49 tg Exp $";
25 "$MirOS: contrib/hosted/tg/code/kwalletcli/charconv.c,v 1.4 2016/08/30 17:37:56 tg Exp $";
2626
2727 /* From MirOS: contrib/hosted/tg/code/any2utf8/wide.c,v 1.1 2009/08/02 17:12:07 tg Exp */
2828
00 #!/usr/bin/env mksh
1 # $MirOS: contrib/hosted/tg/code/kwalletcli/kwalletaskpass,v 1.8 2014/05/11 16:02:39 tg Exp $
1 # $MirOS: contrib/hosted/tg/code/kwalletcli/kwalletaskpass,v 1.9 2016/08/30 17:37:56 tg Exp $
22 #-
33 # Copyright © 2009, 2010, 2011, 2014
4 # Thorsten Glaser <tg@mirbsd.org>
4 # mirabilos <m@mirbsd.org>
55 #
66 # Provided that these terms and disclaimer and all copyright notices
77 # are retained or reproduced in an accompanying document, permission
0 .\" $MirOS: contrib/hosted/tg/code/kwalletcli/kwalletaskpass.1,v 1.8 2016/02/11 20:12:12 tg Exp $
0 .\" $MirOS: contrib/hosted/tg/code/kwalletcli/kwalletaskpass.1,v 1.9 2016/08/30 17:37:57 tg Exp $
11 .\"-
22 .\" Copyright © 2009, 2010, 2011, 2016
33 .\" mirabilos <m@mirbsd.org>
7373 .\" with -mandoc, it might implement .Mx itself, but we want to
7474 .\" use our own definition. And .Dd must come *first*, always.
7575 .\"
76 .Dd $Mdocdate: February 11 2016 $
76 .Dd $Mdocdate: August 30 2016 $
7777 .\"
7878 .\" Check which macro package we use, and do other -mdoc setup.
7979 .\"
219219 .Sh AUTHORS
220220 .Nm
221221 was written by
222 .An Thorsten Glaser Aq tg@mirbsd.org
223 mostly for tarent GmbH.
222 .An mirabilos Aq m@mirbsd.org
223 mostly for tarent solutions GmbH.
224224 The idea came from an
225225 .Pa askpass.C
226226 file found somewhere on the 'net, with no author information.
0 .\" $MirOS: contrib/hosted/tg/code/kwalletcli/kwalletcli.1,v 1.15 2016/02/11 20:12:12 tg Exp $
0 .\" $MirOS: contrib/hosted/tg/code/kwalletcli/kwalletcli.1,v 1.16 2016/08/30 17:37:57 tg Exp $
11 .\"-
22 .\" Copyright © 2009, 2010, 2011, 2016
33 .\" mirabilos <m@mirbsd.org>
7373 .\" with -mandoc, it might implement .Mx itself, but we want to
7474 .\" use our own definition. And .Dd must come *first*, always.
7575 .\"
76 .Dd $Mdocdate: February 11 2016 $
76 .Dd $Mdocdate: August 30 2016 $
7777 .\"
7878 .\" Check which macro package we use, and do other -mdoc setup.
7979 .\"
253253 .Sh AUTHORS
254254 .Nm
255255 was written by
256 .An Thorsten Glaser Aq tg@mirbsd.org
257 mostly for tarent GmbH.
256 .An mirabilos Aq m@mirbsd.org
257 mostly for tarent solutions GmbH.
258258 .Sh CAVEATS
259259 Do not use
260260 .Fl p Ar password
00 /*-
11 * Copyright (c) 2009, 2011, 2013
2 * Thorsten Glaser <tg@mirbsd.org>
2 * mirabilos <m@mirbsd.org>
33 *
44 * Provided that these terms and disclaimer and all copyright notices
55 * are retained or reproduced in an accompanying document, permission
1818 */
1919
2020 #ifndef KWALLETCLI_H
21 #define KWALLETCLI_H "$MirOS: contrib/hosted/tg/code/kwalletcli/kwalletcli.h,v 1.7 2013/10/31 20:05:50 tg Exp $"
21 #define KWALLETCLI_H "$MirOS: contrib/hosted/tg/code/kwalletcli/kwalletcli.h,v 1.8 2016/08/30 17:37:57 tg Exp $"
2222
2323
2424 #if defined(HAVE_ATTRIBUTE_BOUNDED) && HAVE_ATTRIBUTE_BOUNDED
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.3 2009/08/20 14:20:48 tg Exp $
26 $MirOS: contrib/hosted/tg/code/kwalletcli/kwalletcli.svg,v 1.4 2016/08/30 17:37:57 tg Exp $
2727
2828 Copyright © 2008, 2009 Lukas U. <smultron@midnightbsd.org>
29 Copyright © 2008 Thorsten „mirabilos“ Glaser <tg@mirbsd.org>
29 Copyright © 2008 mirabilos <m@mirbsd.org>
3030
3131 This artwork is copyrighted material – refer to the 「LICENCE」
3232 file in the kwalletcli source or binary distribution for terms.
Binary diff not shown
Binary diff not shown
Binary diff not shown
00 #!/usr/bin/env mksh
1 # $MirOS: contrib/hosted/tg/code/kwalletcli/kwalletcli_getpin,v 1.21 2011/05/10 09:05:17 tg Exp $
1 # $MirOS: contrib/hosted/tg/code/kwalletcli/kwalletcli_getpin,v 1.22 2016/08/30 17:37:58 tg Exp $
22 #-
33 # Copyright © 2009, 2010, 2011
4 # Thorsten Glaser <t.glaser@tarent.de>
4 # mirabilos <m@mirbsd.org>
55 #
66 # Provided that these terms and disclaimer and all copyright notices
77 # are retained or reproduced in an accompanying document, permission
0 .\" $MirOS: contrib/hosted/tg/code/kwalletcli/kwalletcli_getpin.1,v 1.17 2016/02/11 20:12:12 tg Exp $
0 .\" $MirOS: contrib/hosted/tg/code/kwalletcli/kwalletcli_getpin.1,v 1.18 2016/08/30 17:37:58 tg Exp $
11 .\"-
22 .\" Copyright © 2009, 2011, 2016
33 .\" mirabilos <m@mirbsd.org>
7373 .\" with -mandoc, it might implement .Mx itself, but we want to
7474 .\" use our own definition. And .Dd must come *first*, always.
7575 .\"
76 .Dd $Mdocdate: February 11 2016 $
76 .Dd $Mdocdate: August 30 2016 $
7777 .\"
7878 .\" Check which macro package we use, and do other -mdoc setup.
7979 .\"
297297 .Sh AUTHORS
298298 .Nm
299299 was written by
300 .An Thorsten Glaser Aq tg@mirbsd.org
301 mostly for tarent GmbH.
300 .An mirabilos Aq m@mirbsd.org
301 mostly for tarent solutions GmbH.
302302 .Sh CAVEATS
303303 Some newer pinentry features, such as three-button operation
304304 or setting the window title, are not supported yet.
00 /*-
11 * Copyright © 2009, 2010
2 * Thorsten Glaser <t.glaser@tarent.de>
2 * mirabilos <m@mirbsd.org>
33 *
44 * Provided that these terms and disclaimer and all copyright notices
55 * are retained or reproduced in an accompanying document, permission
3131 extern "C" char *strdup(const char *);
3232
3333 extern "C" const char __rcsid_kwif[] =
34 "$MirOS: contrib/hosted/tg/code/kwalletcli/kwif3.cc,v 1.4 2010/01/11 15:34:30 tg Exp $";
34 "$MirOS: contrib/hosted/tg/code/kwalletcli/kwif3.cc,v 1.5 2016/08/30 17:37:58 tg Exp $";
3535
3636 extern "C" int
3737 kw_io(const char *fld, const char *ent, const char **pwp, const char *vers)
00 /*-
11 * Copyright © 2009, 2010
2 * Thorsten Glaser <t.glaser@tarent.de>
2 * mirabilos <m@mirbsd.org>
33 * Copyright © 2009
44 * Thomas Fischer <fischer@unix-ag.uni-kl.de>
55 *
3333 extern "C" char *strdup(const char *);
3434
3535 extern "C" const char __rcsid_kwif[] =
36 "$MirOS: contrib/hosted/tg/code/kwalletcli/kwif4.cc,v 1.2 2010/01/11 15:34:31 tg Exp $";
36 "$MirOS: contrib/hosted/tg/code/kwalletcli/kwif4.cc,v 1.3 2016/08/30 17:37:58 tg Exp $";
3737
3838 extern "C" int
3939 kw_io(const char *fld, const char *ent, const char **pwp, const char *vers)
00 /*-
11 * Copyright © 2009, 2011
2 * Thorsten Glaser <t.glaser@tarent.de>
2 * mirabilos <m@mirbsd.org>
33 *
44 * Provided that these terms and disclaimer and all copyright notices
55 * are retained or reproduced in an accompanying document, permission
2626 #include "kwalletcli.h"
2727
2828 const char __rcsid_main_c[] =
29 "$MirOS: contrib/hosted/tg/code/kwalletcli/main.c,v 1.10 2011/04/09 22:24:32 tg Exp $";
29 "$MirOS: contrib/hosted/tg/code/kwalletcli/main.c,v 1.11 2016/08/30 17:37:58 tg Exp $";
3030
3131 #define WOCTET_MASK (0x7FFFFF80)
3232 #define WOCTET_VALUE (0x0000EF80)
00 #!/usr/bin/env mksh
1 rcsid='$MirOS: contrib/hosted/tg/code/kwalletcli/pinentry-kwallet,v 1.15 2011/05/10 10:26:38 tg Exp $'
1 rcsid='$MirOS: contrib/hosted/tg/code/kwalletcli/pinentry-kwallet,v 1.16 2016/08/30 17:37:59 tg Exp $'
22 #-
33 # Copyright © 2009, 2010, 2011
4 # Thorsten Glaser <tg@mirbsd.org>
4 # mirabilos <m@mirbsd.org>
55 #
66 # Provided that these terms and disclaimer and all copyright notices
77 # are retained or reproduced in an accompanying document, permission
0 .\" $MirOS: contrib/hosted/tg/code/kwalletcli/pinentry-kwallet.1,v 1.9 2016/02/11 20:12:13 tg Exp $
0 .\" $MirOS: contrib/hosted/tg/code/kwalletcli/pinentry-kwallet.1,v 1.10 2016/08/30 17:37:59 tg Exp $
11 .\"-
22 .\" Copyright © 2009, 2010, 2011, 2016
33 .\" mirabilos <m@mirbsd.org>
7373 .\" with -mandoc, it might implement .Mx itself, but we want to
7474 .\" use our own definition. And .Dd must come *first*, always.
7575 .\"
76 .Dd $Mdocdate: February 11 2016 $
76 .Dd $Mdocdate: August 30 2016 $
7777 .\"
7878 .\" Check which macro package we use, and do other -mdoc setup.
7979 .\"
244244 .Sh AUTHORS
245245 .Nm
246246 was written by
247 .An Thorsten Glaser Aq tg@mirbsd.org
248 mostly for tarent GmbH.
247 .An mirabilos Aq m@mirbsd.org
248 mostly for tarent solutions GmbH.
249249 .Sh CAVEATS
250250 Some newer pinentry features, such as three-button operation,
251251 are not supported yet.