Page MenuHome GnuPG
Feed All Stories

Sep 15 2022

gniibe committed rGddc6f7d19491: build: Use LDAP_DEPRECATED to detect ldap library. (authored by gniibe).
build: Use LDAP_DEPRECATED to detect ldap library.
Sep 15 2022, 4:24 AM
gniibe committed rG7a936505dcc4: build: Update .gitignore for translations under po/. (authored by gniibe).
build: Update .gitignore for translations under po/.
Sep 15 2022, 4:24 AM

Sep 14 2022

vitusb updated the task description for T6203: GpgOL (Gpg4Win 3.1.24) / Error in parsing mail-headers (empty mail-body without correct decoded encryption-scheme) when using gpgol.dll 2.5.4 (gpgol.dll 2.5.0 from 3.1.16 works).
Sep 14 2022, 11:58 PM · Restricted Project, gpgol
vitusb updated the task description for T6203: GpgOL (Gpg4Win 3.1.24) / Error in parsing mail-headers (empty mail-body without correct decoded encryption-scheme) when using gpgol.dll 2.5.4 (gpgol.dll 2.5.0 from 3.1.16 works).
Sep 14 2022, 11:42 PM · Restricted Project, gpgol
vitusb updated the task description for T6203: GpgOL (Gpg4Win 3.1.24) / Error in parsing mail-headers (empty mail-body without correct decoded encryption-scheme) when using gpgol.dll 2.5.4 (gpgol.dll 2.5.0 from 3.1.16 works).
Sep 14 2022, 11:40 PM · Restricted Project, gpgol
vitusb created T6203: GpgOL (Gpg4Win 3.1.24) / Error in parsing mail-headers (empty mail-body without correct decoded encryption-scheme) when using gpgol.dll 2.5.4 (gpgol.dll 2.5.0 from 3.1.16 works).
Sep 14 2022, 11:36 PM · Restricted Project, gpgol
ebeiersdorfer added a comment to T6014: Failed to search on certificate server. The error returned was: Syntax error in URI..

Awesome, thanks all! From an end user perspective that would be a perfectly acceptable outcome, the warning just serves to confuse people. Appreciate the help!

Sep 14 2022, 9:28 PM · gnupg24, dirmngr, Bug Report
ikloecker edited projects for T6014: Failed to search on certificate server. The error returned was: Syntax error in URI., added: dirmngr; removed kleopatra.

I have created the spin-off T6202: Kleopatra: Suppress errors of WKD lookups to deal with not bothering Kleopatra's users with error messages when doing a WKD lookup in the background. This task is for improving dirmngr.

Sep 14 2022, 5:43 PM · gnupg24, dirmngr, Bug Report
ikloecker triaged T6202: Kleopatra: Suppress errors of WKD lookups as Normal priority.
Sep 14 2022, 5:34 PM · Restricted Project, kleopatra
werner committed rDa5a2a83e2d60: web: Point to currently implemented OpenPGP spec (authored by werner).
web: Point to currently implemented OpenPGP spec
Sep 14 2022, 4:25 PM
werner added a comment to T6195: gpg: New key has unknown trust after generation.

keyboxd has nothing to do with this, it merely makes the lookup of keys a bit faster. The computation of the WoT itself takes long and there is no shortcut for it. Fortunately most users don't have a deeply meshed WoT with dedicated revokers etc., thus for them things are fast in the standard configuration.

Sep 14 2022, 4:23 PM · Not A Bug, gnupg
werner claimed T3927: gpgsm certificate import fails because of hardcoded password length limitation.
Sep 14 2022, 1:36 PM · Feature Request, gnupg24, S/MIME
werner committed rG50d12860ef21: tests: Restrict the use of gpgconf.ctl to make check. (authored by werner).
tests: Restrict the use of gpgconf.ctl to make check.
Sep 14 2022, 1:35 PM
ebo removed a project from T5972: Can't insert charaters in a magic-wand generated password : Restricted Project.
Sep 14 2022, 1:16 PM · Restricted Project, gnupg (gpg22), gpgagent, pinentry
ebo closed T5972: Can't insert charaters in a magic-wand generated password as Resolved.

works now

Sep 14 2022, 1:11 PM · Restricted Project, gnupg (gpg22), gpgagent, pinentry
ikloecker committed rMeedaaf70167f: cpp: Reject signing expired keys (authored by ikloecker).
cpp: Reject signing expired keys
Sep 14 2022, 12:48 PM
ikloecker committed rKLEOPATRA7ceef3e16d64: Do not offer expired user ID for certification (authored by ikloecker).
Do not offer expired user ID for certification
Sep 14 2022, 12:40 PM
ikloecker committed rKLEOPATRA39d9c325c50f: Refuse to certify revoked or expired keys (authored by ikloecker).
Refuse to certify revoked or expired keys
Sep 14 2022, 12:40 PM
aheinecke closed T6195: gpg: New key has unknown trust after generation as Resolved.

I agree. We have to get rid of auto check trustdb and such stuff. I always found that impossible to program around because it either takes a long time (check-trustdb) or it might return invalid results (no check).
The solution for this is keyboxd.

Sep 14 2022, 12:27 PM · Not A Bug, gnupg
werner placed T6195: gpg: New key has unknown trust after generation up for grabs.

If you run gpg --export-ownertrust you will notice that the trust has been set to ultimate (value is 6). However, due to the no-auto-check-trustdb in your gpg.conf that will valeu will only be shown after running gpg --check-trustdb. The value shown in the key listing is the computed value and the computation is done by --check-trustdb. I don't see a bug here.

Sep 14 2022, 11:06 AM · Not A Bug, gnupg
werner added a comment to T4779: GpgSM: "Invalid Object" error when importing .p12 certs with wrong passphrase.

I see what I can do

Sep 14 2022, 10:39 AM · gnupg24 (gnupg-2.4.3), Restricted Project, gnupg (gpg23), S/MIME
aheinecke removed a project from T4779: GpgSM: "Invalid Object" error when importing .p12 certs with wrong passphrase: Info Needed.

Real Passphrase is "test"

Sep 14 2022, 10:24 AM · gnupg24 (gnupg-2.4.3), Restricted Project, gnupg (gpg23), S/MIME
aheinecke added a comment to T3927: gpgsm certificate import fails because of hardcoded password length limitation.

The workaround is easy: Change the passphrase , export, import and then set a longer passphrase again.

Sep 14 2022, 10:19 AM · Feature Request, gnupg24, S/MIME
aheinecke added a comment to T6014: Failed to search on certificate server. The error returned was: Syntax error in URI..

I think it is problematic that the WKD errors are shown to the user at all. Doing some random searches gives an error each time something can't be accessed.

Can you give an example other than the Syntax error issue? So far, I haven't seen any errors when doing random searches with ASCII-only "email addresses". I simply get zero results, but I don't see error messages, e.g. if the host cannot be found.

Sep 14 2022, 10:06 AM · gnupg24, dirmngr, Bug Report
gniibe claimed T6200: gnupg: GPG_ERR_SOURCE_DEFAULT should be defined.

Pushed changes.

Sep 14 2022, 10:01 AM · gnupg
gniibe committed rGe70e09c3d5e7: common: Fix for GPG_ERR_SOURCE_DEFAULT check. (authored by gniibe).
common: Fix for GPG_ERR_SOURCE_DEFAULT check.
Sep 14 2022, 10:01 AM
gniibe committed rGd55728539f0e: kbx: Fix for GPG_ERR_SOURCE_DEFAULT. (authored by gniibe).
kbx: Fix for GPG_ERR_SOURCE_DEFAULT.
Sep 14 2022, 10:01 AM
gniibe added a comment to T6200: gnupg: GPG_ERR_SOURCE_DEFAULT should be defined.

Note that, we cannot use enum values in CPP constant expression like:

# if GPG_ERR_SOURCE_DEFAULT != GPG_ERR_SOURCE_KEYBOX

That's because CPP has no way to know enum values.

Sep 14 2022, 9:54 AM · gnupg
gniibe committed rG598884699dfc: dirmngr: Fix for USE_LDAP. (authored by gniibe).
dirmngr: Fix for USE_LDAP.
Sep 14 2022, 9:47 AM
werner added a project to T6014: Failed to search on certificate server. The error returned was: Syntax error in URI.: gnupg (gpg23).
Sep 14 2022, 9:26 AM · gnupg24, dirmngr, Bug Report
gniibe committed rG0b532627e832: common: Fix t-recsel. (authored by gniibe).
common: Fix t-recsel.
Sep 14 2022, 8:43 AM
gniibe committed rG23d7b7cfb0f9: dirmngr:dns: Fixes for function prototypes. (authored by gniibe).
dirmngr:dns: Fixes for function prototypes.
Sep 14 2022, 8:07 AM
gniibe committed rG3d7dbf16618d: agent,dirmngr,gpg,scd: Clean up for modern compiler. (authored by gniibe).
agent,dirmngr,gpg,scd: Clean up for modern compiler.
Sep 14 2022, 5:55 AM

Sep 13 2022

werner added a member for Contributor: ebo.
Sep 13 2022, 4:01 PM
werner awarded rKLEOPATRA805356a09949: Disable warnings about different signedness of pointer targets a Cup of Joe token.
Sep 13 2022, 2:03 PM
ikloecker changed the status of T6201: Kleopatra: Disable unusable actions in certificate details for remote keys from Open to Testing.

If the certificate details are opened from the Lookup on Server dialog for OpenPGP keys that are not already present in the local key ring, then all buttons and context menu entries that don't make sense should be disabled or hidden. Information that cannot
be determined for remote keys (e.g. the expiration date of keys looked up on keyservers) should be hidden or displayed as
"unknown".

Sep 13 2022, 11:31 AM · Restricted Project, kleopatra
ikloecker committed rKLEOPATRA805356a09949: Disable warnings about different signedness of pointer targets (authored by ikloecker).
Disable warnings about different signedness of pointer targets
Sep 13 2022, 11:21 AM
ikloecker committed rKLEOPATRAc8e8f96bc467: Disable or hide actions that make no sense for remote keys (authored by ikloecker).
Disable or hide actions that make no sense for remote keys
Sep 13 2022, 11:21 AM
ikloecker committed rLIBKLEOae317a5670d9: Add missing include (authored by ikloecker).
Add missing include
Sep 13 2022, 11:18 AM
ikloecker committed rLIBKLEOfc61e1b87c28: Return "unknown" as expiration date or compliance of remote keys (authored by ikloecker).
Return "unknown" as expiration date or compliance of remote keys
Sep 13 2022, 11:16 AM
ikloecker committed rLIBKLEOef28f4deeb14: Bump library version (authored by ikloecker).
Bump library version
Sep 13 2022, 11:16 AM
ikloecker committed rLIBKLEO05129d5ddef7: Add helper for checking whether a key is a remote key (authored by ikloecker).
Add helper for checking whether a key is a remote key
Sep 13 2022, 11:16 AM
ikloecker committed rLIBKLEOb0e8920da2a0: Fix compiler warnings (authored by ikloecker).
Fix compiler warnings
Sep 13 2022, 11:16 AM
ikloecker committed rLIBKLEO619ecb1f804e: Disable warnings about different signedness of pointer targets (authored by ikloecker).
Disable warnings about different signedness of pointer targets
Sep 13 2022, 11:16 AM
ikloecker moved T6201: Kleopatra: Disable unusable actions in certificate details for remote keys from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Sep 13 2022, 9:59 AM · Restricted Project, kleopatra
ikloecker added projects to T6201: Kleopatra: Disable unusable actions in certificate details for remote keys: kleopatra, Restricted Project.
Sep 13 2022, 9:59 AM · Restricted Project, kleopatra
ikloecker triaged T6201: Kleopatra: Disable unusable actions in certificate details for remote keys as Normal priority.
Sep 13 2022, 9:59 AM · Restricted Project, kleopatra
gniibe committed rG87d4338ed1d2: gpg,common,scd,sm: Function prototype fixes for modern compiler. (authored by gniibe).
gpg,common,scd,sm: Function prototype fixes for modern compiler.
Sep 13 2022, 9:55 AM
gniibe committed rGe133bcb1cdf2: tools:gpg-auth: Enhance it to support use case for login. (authored by gniibe).
tools:gpg-auth: Enhance it to support use case for login.
Sep 13 2022, 9:55 AM
gniibe triaged T6200: gnupg: GPG_ERR_SOURCE_DEFAULT should be defined as Normal priority.
Sep 13 2022, 9:53 AM · gnupg
ikloecker changed the status of T6187: Kleopatra: Import of p12 file fails with "invalid crypto engine" from Open to Testing.

The export/backup of the secret part of S/MIME certificates has been fixed with T6189: Secret key backup of S/MIME certificate creates bad result. An exported certificate should now be imported without problems.

Sep 13 2022, 9:10 AM · gpgme (gpgme 1.23.x), kleopatra, gnupg, Restricted Project
werner added a comment to T6014: Failed to search on certificate server. The error returned was: Syntax error in URI..

Of course it could be refined to use the same host if there is only a relative URL.

Sep 13 2022, 7:29 AM · gnupg24, dirmngr, Bug Report
werner added a comment to T6014: Failed to search on certificate server. The error returned was: Syntax error in URI..

That's for sure. See rGfa1b1eaa4241ff3 :

Sep 13 2022, 7:28 AM · gnupg24, dirmngr, Bug Report
mlaurent committed rLIBKLEOc92f46a3ef6e: GIT_SILENT: time to increase version (authored by mlaurent).
GIT_SILENT: time to increase version
Sep 13 2022, 7:15 AM
mlaurent committed rKLEOPATRA6bdbc1476a48: GIT_SILENT: time to increase version (authored by mlaurent).
GIT_SILENT: time to increase version
Sep 13 2022, 7:12 AM

Sep 12 2022

ikloecker added a comment to T6014: Failed to search on certificate server. The error returned was: Syntax error in URI..

Does dirmngr maybe interpret the redirect reply /.well-known/openpgpkey/hu/enzdc18iy17uy9qb3pwm4ay9a1ga6mb3/ as URI? That would explain the error because without protocol the redirect reply is indeed an invalid URI.

Sep 12 2022, 11:49 PM · gnupg24, dirmngr, Bug Report
ebeiersdorfer added a comment to T6014: Failed to search on certificate server. The error returned was: Syntax error in URI..

Let me know if you want full logs, but here is the segment with more info.

Sep 12 2022, 3:45 PM · gnupg24, dirmngr, Bug Report
ikloecker closed T6157: Kleopatra: Fix potential invalidation of the keys a command works on when the key cache is refreshed as Resolved.

All commands should work as before (or more robust if a key listing happens while the command is running). Setting to resolved because there isn't anything that can or should be tested specifically.

Sep 12 2022, 1:48 PM · Restricted Project, kleopatra
ikloecker committed rKLEOPATRA29efb2eacfc9: Remove obsolete method (authored by ikloecker).
Remove obsolete method
Sep 12 2022, 1:05 PM
ikloecker committed rKLEOPATRAcb2c7922dfd1: Remove unused c'tors (authored by ikloecker).
Remove unused c'tors
Sep 12 2022, 1:05 PM
ikloecker committed rKLEOPATRAc6245adec6c4: Simplify c'tor taking a key (authored by ikloecker).
Simplify c'tor taking a key
Sep 12 2022, 1:05 PM
ikloecker committed rKLEOPATRA019f687a069b: Store selected keys instead of their indexes (authored by ikloecker).
Store selected keys instead of their indexes
Sep 12 2022, 1:05 PM
ikloecker committed rKLEOPATRAf19ed1756917: Set key instead of index for DetailsCommand (authored by ikloecker).
Set key instead of index for DetailsCommand
Sep 12 2022, 1:05 PM
ikloecker committed rKLEOPATRA5394227615c2: Create details command as everywhere else (authored by ikloecker).
Create details command as everywhere else
Sep 12 2022, 1:05 PM
ikloecker committed rKLEOPATRAc963a702ec21: Remove unused methods (authored by ikloecker).
Remove unused methods
Sep 12 2022, 1:05 PM
bernhard closed T5816: mailing list address confusion (lists.gnupg.org shown, but does not work) as Resolved.

@ametzler1 thanks for the feedback!

Sep 12 2022, 10:58 AM · gpgweb, Bug Report
ikloecker moved T6157: Kleopatra: Fix potential invalidation of the keys a command works on when the key cache is refreshed from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Sep 12 2022, 9:41 AM · Restricted Project, kleopatra
ikloecker added a comment to T6187: Kleopatra: Import of p12 file fails with "invalid crypto engine".

Now "BER error" is reported, if the user tries to import a .p8 certificate. (The certificate exported by Kleopatra wasn't stored as PKCS#12, but presumably as PKCS#8 which gpgsm cannot import. See T6189: Secret key backup of S/MIME certificate creates bad result.)

Sep 12 2022, 9:39 AM · gpgme (gpgme 1.23.x), kleopatra, gnupg, Restricted Project
werner claimed T6195: gpg: New key has unknown trust after generation.
Sep 12 2022, 8:26 AM · Not A Bug, gnupg

Sep 11 2022

mlaurent committed rLIBKLEO2ff0e7d42c15: GIT_SILENT: prepare 5.21.2 (authored by mlaurent).
GIT_SILENT: prepare 5.21.2
Sep 11 2022, 10:06 AM
mlaurent committed rKLEOPATRA0d8a48102ee4: GIT_SILENT: prepare 5.21.2 (authored by mlaurent).
GIT_SILENT: prepare 5.21.2
Sep 11 2022, 10:05 AM

Sep 9 2022

ikloecker added a reverting change for rG8e63e813c740: common: Add a default OpenPGP ECC mapping.: rG07b0786939c8: Revert "common: Add a default OpenPGP ECC mapping.".
Sep 9 2022, 6:27 PM
ikloecker committed rGa47b3a408734: sm: Fix reporting of bad passphrase error (authored by ikloecker).
sm: Fix reporting of bad passphrase error
Sep 9 2022, 6:27 PM
ikloecker committed rG07b0786939c8: Revert "common: Add a default OpenPGP ECC mapping." (authored by ikloecker).
Revert "common: Add a default OpenPGP ECC mapping."
Sep 9 2022, 6:27 PM
ikloecker added a comment to T5713: Kleopatra: PKCS#12 Import no Error on bad passphrase.

This was broken by a regression in the P12 parsing code.

Sep 9 2022, 6:25 PM · Restricted Project, kleopatra
ikloecker added a comment to T6014: Failed to search on certificate server. The error returned was: Syntax error in URI..

I think it is problematic that the WKD errors are shown to the user at all. Doing some random searches gives an error each time something can't be accessed.

Sep 9 2022, 5:41 PM · gnupg24, dirmngr, Bug Report
ikloecker triaged T6014: Failed to search on certificate server. The error returned was: Syntax error in URI. as Normal priority.

Thanks for your help analysing this problem.

Sep 9 2022, 5:38 PM · gnupg24, dirmngr, Bug Report
aheinecke added a comment to T6014: Failed to search on certificate server. The error returned was: Syntax error in URI..

I think it is problematic that the WKD errors are shown to the user at all. Doing some random searches gives an error each time something can't be accessed.

Sep 9 2022, 4:29 PM · gnupg24, dirmngr, Bug Report
aheinecke added a comment to T6014: Failed to search on certificate server. The error returned was: Syntax error in URI..

There is probably an umlaut or special character in <domain> or <user> which makes the URL invalid. If I search for "test@ä.de" I also get Syntax error in URI.

Sep 9 2022, 4:27 PM · gnupg24, dirmngr, Bug Report
aheinecke closed T6190: GPGSM: Import / Export of raw and p8 certs / containers broken as Invalid.
--import [files]
       Import  the certificates from the PEM or binary encoded files as well as from signed-only messages.
       This command may also be used to import a secret key from a PKCS#12 file.
Sep 9 2022, 4:17 PM · gnupg, S/MIME
aheinecke added a comment to T5713: Kleopatra: PKCS#12 Import no Error on bad passphrase.

Mh, this has not changed anything for me. With GnuPG 2.3.8-beta32 i get either Invalid Object or no error at all. With this certificate

and password "0" i always get "Invalid Object" (also with other passwords)
With this certificate i get no error at all and just an import result.

Sep 9 2022, 4:07 PM · Restricted Project, kleopatra
ebeiersdorfer added a comment to T6014: Failed to search on certificate server. The error returned was: Syntax error in URI..

So looking through the logs it appears that it is trying a lookup against our domain, in addition to the key server we have configured.

Sep 9 2022, 3:56 PM · gnupg24, dirmngr, Bug Report
aheinecke added a comment to T6199: Kleopatra: MIME viewer support.

That would make sense on a Linux desktop. But my main use case for this is Windows. I have the feeling that more Linux users have a decent MUA.
If we had a MUA with good MIME Support then we would not need this feature at all. If a user has Outlook for example that could be used with GpgOL but not everyone has that. I know that some users decrypt such messages already with Kleopatra and then open the Output in Thunderbird. But again, if they had Thunderbird, they could use that with included PGP/MIME support.
Windows 10 has a default Mail app, but if you open a file with that it does not show it but asks you to configure an account.

Sep 9 2022, 3:16 PM · Restricted Project, kleopatra
ikloecker added a comment to T6199: Kleopatra: MIME viewer support.

Wouldn't it make more sense to pass the decrypted text back (wrapped into a minimal rfc2822 message) to a MUA if it turns out to be another MIME tree with attachments and what not? After all, parsing and showing MIME trees is what MUAs are really good at and many MUAs should be able to open an .eml file.

Sep 9 2022, 2:54 PM · Restricted Project, kleopatra
aheinecke added a comment to T6199: Kleopatra: MIME viewer support.

Instead of using KDE for MIME parsing, and as I would also only do simple parsing we could use the mimeparser from gpgol. This also has the advantage that we do not open new attack surfaces as we already have that code in use. The mimedataprovider can already be compiled on Linux and used with a FILE, I did this to allow fuzzing for it. And the API implements the GpgME::DataProvider interface https://dev.gnupg.org/source/gpgol/browse/master/src/mimedataprovider.h and then just offers simple functions to access the parsed content.

Sep 9 2022, 2:39 PM · Restricted Project, kleopatra
ikloecker changed the status of T6196: Kleopatra: Canceling encrypt operation in the notepad causes a bogus error message from Open to Testing.
Sep 9 2022, 2:37 PM · Restricted Project, kleopatra, Bug Report
ikloecker added a comment to T6196: Kleopatra: Canceling encrypt operation in the notepad causes a bogus error message.

If any notepad operation is canceled, then there shouldn't be any error messages or result widgets (the frame with the Close button in the screen shots) anymore.

Sep 9 2022, 2:36 PM · Restricted Project, kleopatra, Bug Report
aheinecke triaged T6199: Kleopatra: MIME viewer support as Wishlist priority.
Sep 9 2022, 2:30 PM · Restricted Project, kleopatra
ikloecker committed rKLEOPATRA70c42e4a4ccc: Use GpgME::Error instead of the cryptic encoded error in task results (authored by ikloecker).
Use GpgME::Error instead of the cryptic encoded error in task results
Sep 9 2022, 2:15 PM
ikloecker committed rKLEOPATRA24e550bb5ca2: Don't show result widget or error message if operation was canceled (authored by ikloecker).
Don't show result widget or error message if operation was canceled
Sep 9 2022, 2:15 PM
ikloecker committed rKLEOPATRA3ebfde6dc150: Use error of decryption result also if decryption was canceled (authored by ikloecker).
Use error of decryption result also if decryption was canceled
Sep 9 2022, 2:15 PM
ikloecker committed rKLEOPATRA0ab233c16adf: Remove unneeded, non-virtual reimplementation of hasError() (authored by ikloecker).
Remove unneeded, non-virtual reimplementation of hasError()
Sep 9 2022, 2:15 PM
ikloecker committed rKLEOPATRA52483af5e42e: Properly report a canceled sign and/or encrypt operation (authored by ikloecker).
Properly report a canceled sign and/or encrypt operation
Sep 9 2022, 2:15 PM
aheinecke triaged T6198: KMail: Port to keyresolver from libkleo as Wishlist priority.
Sep 9 2022, 1:50 PM · Restricted Project, Feature Request, KDE, kleopatra
ikloecker claimed T6196: Kleopatra: Canceling encrypt operation in the notepad causes a bogus error message.
Sep 9 2022, 10:48 AM · Restricted Project, kleopatra, Bug Report
vitusb added a comment to T6197: Update the gpg4win-3.1.16.exe package to latest release of version 3 gpg4win (aka gpg4win-3.1.24.exe).

If we would provide Gpg4win-3.1.24 also in binary form we would make it harder for us to argue that VS-NfD users have to purchase GnuPG VS-Desktop with the required support

Sep 9 2022, 10:40 AM · Release Info, Info Needed
cklassen committed rW68aec0a79f87: removed 'src' from excluded folders (authored by cklassen).
removed 'src' from excluded folders
Sep 9 2022, 10:36 AM
vitusb updated the task description for T6197: Update the gpg4win-3.1.16.exe package to latest release of version 3 gpg4win (aka gpg4win-3.1.24.exe).
Sep 9 2022, 10:34 AM · Release Info, Info Needed
cklassen committed rW0c8401da0255: initial commit for responsive design (authored by cklassen).
initial commit for responsive design
Sep 9 2022, 10:02 AM
cklassen committed rW73b18e182555: improved usage of space (authored by cklassen).
improved usage of space
Sep 9 2022, 10:02 AM