Page MenuHome GnuPG
Feed All Stories

Nov 14 2022

gusnan committed rGPA41f08a465e83: Fix casting in gtk_dialog_get_content_area (authored by gusnan).
Fix casting in gtk_dialog_get_content_area
Nov 14 2022, 11:09 AM
gusnan committed rGPA97ef72774748: Migrate to GtkApplication (authored by gusnan).
Migrate to GtkApplication
Nov 14 2022, 11:09 AM
gusnan committed rGPA8dce26a1d853: Update gitignore (authored by gusnan).
Update gitignore
Nov 14 2022, 11:09 AM
gusnan committed rGPA87d113312cf3: Use gtk_image_new_from_icon_name instead of gtk_image_new_from_stock (authored by gusnan).
Use gtk_image_new_from_icon_name instead of gtk_image_new_from_stock
Nov 14 2022, 11:09 AM
gusnan committed rGPAbe280e21eed6: fix gtk_dialog_get_content_area (authored by gusnan).
fix gtk_dialog_get_content_area
Nov 14 2022, 11:09 AM
gusnan committed rGPAa3335d23865b: Load smartcard icon from xpm file (authored by gusnan).
Load smartcard icon from xpm file
Nov 14 2022, 11:09 AM
gusnan committed rGPAcc9f94839671: Remove gtk_dialog_set_alternative_button_order (authored by gusnan).
Remove gtk_dialog_set_alternative_button_order
Nov 14 2022, 11:09 AM
gusnan committed rGPA9a0c870d853f: gtk_hbox_new to gtk_box_new(GTK_ORIENTATION_HORIZONTAL (authored by gusnan).
gtk_hbox_new to gtk_box_new(GTK_ORIENTATION_HORIZONTAL
Nov 14 2022, 11:09 AM
gusnan committed rGPA22369196bcf4: More conf dialog needs dialog casting (authored by gusnan).
More conf dialog needs dialog casting
Nov 14 2022, 11:09 AM
gusnan committed rGPA3c34f5c9d1cb: Comment out gtk_dialog_set_alternative_button_order (authored by gusnan).
Comment out gtk_dialog_set_alternative_button_order
Nov 14 2022, 11:09 AM
gusnan committed rGPA8d0fc33df943: GTK_COMBO_BOX is really GTK_COMBO_BOX_TEXT (authored by gusnan).
GTK_COMBO_BOX is really GTK_COMBO_BOX_TEXT
Nov 14 2022, 11:09 AM
gusnan committed rGPAaf4d62e2b41b: gtk_dialog_get_content_area needs parameter casting to GTK_DIALOG (authored by gusnan).
gtk_dialog_get_content_area needs parameter casting to GTK_DIALOG
Nov 14 2022, 11:09 AM
gusnan committed rGPAc4203566113f: gtk_dialog_get_content_area returns a GTK_WIDGET (authored by gusnan).
gtk_dialog_get_content_area returns a GTK_WIDGET
Nov 14 2022, 11:09 AM
gusnan committed rGPA08bbf32bdbd1: Migrate from deprecated gtk_misc_set_alignment (authored by gusnan).
Migrate from deprecated gtk_misc_set_alignment
Nov 14 2022, 11:09 AM
gusnan committed rGPAd038c6eda01c: gtk_vbox_new to gtk_box_new(GTK_ORIENTATION_VERTICAL (authored by gusnan).
gtk_vbox_new to gtk_box_new(GTK_ORIENTATION_VERTICAL
Nov 14 2022, 11:09 AM
gusnan committed rGPAed22ed1f369e: Fix incompatible pointer type warning (authored by gusnan).
Fix incompatible pointer type warning
Nov 14 2022, 11:09 AM
gusnan committed rGPAa6438f1d0590: Fix casting in gtk_dialog_get_content_area (authored by gusnan).
Fix casting in gtk_dialog_get_content_area
Nov 14 2022, 11:09 AM
gusnan committed rGPA169f648f2567: Don't use deprecated gtk_misc_set_alignment (authored by gusnan).
Don't use deprecated gtk_misc_set_alignment
Nov 14 2022, 11:09 AM
gusnan committed rGPA15a7dbde5dc9: Migrate hbox/vbox to gtk_box_new (authored by gusnan).
Migrate hbox/vbox to gtk_box_new
Nov 14 2022, 11:09 AM
gusnan committed rGPA6e992009e99f: Migrate from gtk_misc_set_alignment (authored by gusnan).
Migrate from gtk_misc_set_alignment
Nov 14 2022, 11:09 AM
gusnan committed rGPAdeb980a39298: Remove unused variable (authored by gusnan).
Remove unused variable
Nov 14 2022, 11:08 AM
gusnan committed rGPAb8c94902c54f: Disable scaling also for cardkey icon in keylist (authored by gusnan).
Disable scaling also for cardkey icon in keylist
Nov 14 2022, 11:08 AM
gusnan committed rGPA94137e7e7b3d: Replace set_alignemt with h/v-alignment functions (authored by gusnan).
Replace set_alignemt with h/v-alignment functions
Nov 14 2022, 11:08 AM
gusnan committed rGPA4e6bf4684d41: gtk_widget_size_request is deprecated, use gtk_widget_get_preferred_size (authored by gusnan).
gtk_widget_size_request is deprecated, use gtk_widget_get_preferred_size
Nov 14 2022, 11:08 AM
gusnan committed rGPAa2d324e79cc6: HBOX is deprecated, replace with BOX (authored by gusnan).
HBOX is deprecated, replace with BOX
Nov 14 2022, 11:08 AM
gusnan committed rGPAf4f9ca507f8c: Remove gtk_tree_view_set_rules_hint (authored by gusnan).
Remove gtk_tree_view_set_rules_hint
Nov 14 2022, 11:08 AM
gusnan committed rGPAeed45160535f: Don't use align widget, set alignment direct on widgets instead (authored by gusnan).
Don't use align widget, set alignment direct on widgets instead
Nov 14 2022, 11:08 AM
gusnan committed rGPA84b0d5551d87: Use box and not hbox or vbox (authored by gusnan).
Use box and not hbox or vbox
Nov 14 2022, 11:08 AM
gusnan committed rGPAeacc437d1719: Fix gtk_misc_set_alignment, use gtk_widget_* functions instead (authored by gusnan).
Fix gtk_misc_set_alignment, use gtk_widget_* functions instead
Nov 14 2022, 11:08 AM
gusnan committed rGPAe050711695db: Fix COMBO_BOXes in cardman.c (authored by gusnan).
Fix COMBO_BOXes in cardman.c
Nov 14 2022, 11:08 AM
gusnan committed rGPAb1ea64da073b: Define box as widget and not as box for dialog_get_content_area (authored by gusnan).
Define box as widget and not as box for dialog_get_content_area
Nov 14 2022, 11:08 AM
gusnan committed rGPAac13faecda4f: Migrate from table to grid (authored by gusnan).
Migrate from table to grid
Nov 14 2022, 11:08 AM
gusnan committed rGPA077f52a6b153: Migrate tables to grids in cm-openpgp.c (authored by gusnan).
Migrate tables to grids in cm-openpgp.c
Nov 14 2022, 11:08 AM
gusnan committed rGPA69e03090aead: Don't use GtkAlignment widgets, which is not necessary (authored by gusnan).
Don't use GtkAlignment widgets, which is not necessary
Nov 14 2022, 11:08 AM
gusnan committed rGPAb9e8ef690559: Replace deprecations in cm-netkey.c (authored by gusnan).
Replace deprecations in cm-netkey.c
Nov 14 2022, 11:08 AM
gusnan committed rGPAbca92b3accfc: Replace deprecations in cm-netkey.c (authored by gusnan).
Replace deprecations in cm-netkey.c
Nov 14 2022, 11:08 AM
gusnan committed rGPAae9d7fee50ad: passwddlg table to grid (authored by gusnan).
passwddlg table to grid
Nov 14 2022, 11:08 AM
gusnan committed rGPAc50afbf759ad: cast widget to dialog for gtk_dialog_get_content_area (authored by gusnan).
cast widget to dialog for gtk_dialog_get_content_area
Nov 14 2022, 11:08 AM
gusnan committed rGPA0fb5828afe18: gtk_misc_set_alignment is deprecated (authored by gusnan).
gtk_misc_set_alignment is deprecated
Nov 14 2022, 11:08 AM
gusnan committed rGPA2e760c8d2889: Migrate cm-dinsig table to grid (authored by gusnan).
Migrate cm-dinsig table to grid
Nov 14 2022, 11:08 AM
gusnan committed rGPA3887c37adfe0: VBOX is deprecated, set type to BOX (authored by gusnan).
VBOX is deprecated, set type to BOX
Nov 14 2022, 11:08 AM
gusnan committed rGPA33419db219f4: gtk_misc_set_alignment is deprecated (authored by gusnan).
gtk_misc_set_alignment is deprecated
Nov 14 2022, 11:08 AM
gusnan committed rGPAaf877afc94cf: Migrate ownertrust field from table to grid (authored by gusnan).
Migrate ownertrust field from table to grid
Nov 14 2022, 11:08 AM
gusnan committed rGPA9b495c1f6f17: Define as widget to avoid warnings (authored by gusnan).
Define as widget to avoid warnings
Nov 14 2022, 11:08 AM
gusnan committed rGPAc2b0564c3f2b: Fix warning 'passing argyment from incompatible pointer type' (authored by gusnan).
Fix warning 'passing argyment from incompatible pointer type'
Nov 14 2022, 11:08 AM
gusnan committed rGPAfd40ad5cac4d: Use gtk_box_new and not gtk_hbox_new (authored by gusnan).
Use gtk_box_new and not gtk_hbox_new
Nov 14 2022, 11:08 AM
gusnan committed rGPA13c12ae9dda0: Use gtk_box_new instead of gtk_vbox_new (authored by gusnan).
Use gtk_box_new instead of gtk_vbox_new
Nov 14 2022, 11:08 AM
gusnan committed rGPA0f4f022db8f2: Fix some deprecated gtk_[v,h]box_new (authored by gusnan).
Fix some deprecated gtk_[v,h]box_new
Nov 14 2022, 11:08 AM
gusnan committed rGPAa49b7392c434: Use gtk_box_new instead of gtk_hbox_new (authored by gusnan).
Use gtk_box_new instead of gtk_hbox_new
Nov 14 2022, 11:08 AM
gusnan committed rGPA119afc254cac: USe gtk_combo_box_text_prepend instead of gtk_combo_box_prepend_text (authored by gusnan).
USe gtk_combo_box_text_prepend instead of gtk_combo_box_prepend_text
Nov 14 2022, 11:08 AM
gusnan committed rGPAe16d3162107b: Use setlocale instead of deprecated gtk_set_locale (authored by gusnan).
Use setlocale instead of deprecated gtk_set_locale
Nov 14 2022, 11:08 AM
gusnan committed rGPA4031700ffd81: Remove some deprecataed UI calls (authored by gusnan).
Remove some deprecataed UI calls
Nov 14 2022, 11:08 AM
gusnan committed rGPA81be05380812: Use gtk_combo_box_text_new instead of gtk_combo_bxo_entry_new_text (authored by gusnan).
Use gtk_combo_box_text_new instead of gtk_combo_bxo_entry_new_text
Nov 14 2022, 11:08 AM
gusnan committed rGPA95e07080a2a0: gtk_mashal_* shouldn't be used (authored by gusnan).
gtk_mashal_* shouldn't be used
Nov 14 2022, 11:08 AM
gusnan committed rGPA14026d139f8a: Use gtk_box_pack_start (without deprecated _defualts) (authored by gusnan).
Use gtk_box_pack_start (without deprecated _defualts)
Nov 14 2022, 11:08 AM
gusnan committed rGPAbf202cf9cfa1: Some drag structs should use functions to access members now (authored by gusnan).
Some drag structs should use functions to access members now
Nov 14 2022, 11:07 AM
gusnan committed rGPA06fb6abaf61c: Use gtk_dialog_get_content_area instead of dialog->vbox (authored by gusnan).
Use gtk_dialog_get_content_area instead of dialog->vbox
Nov 14 2022, 11:07 AM
gusnan committed rGPA5ee799a30c6b: Use gtk_combo_box_text_new (authored by gusnan).
Use gtk_combo_box_text_new
Nov 14 2022, 11:07 AM
gusnan committed rGPA757a3d93f2ce: Fix another window->vbox (use gtk_dialog_get_content_area) (authored by gusnan).
Fix another window->vbox (use gtk_dialog_get_content_area)
Nov 14 2022, 11:07 AM
gusnan committed rGPA77284ea8b0ee: Use gtk_editable_set_editable instead of gtk_entry_set_editable (authored by gusnan).
Use gtk_editable_set_editable instead of gtk_entry_set_editable
Nov 14 2022, 11:07 AM
gusnan committed rGPAb9f65ebf5d97: Use gtk_combo_box_text_get_active_text (authored by gusnan).
Use gtk_combo_box_text_get_active_text
Nov 14 2022, 11:07 AM
gusnan committed rGPAc8f036629e52: Replace dialog->vbox with gtk_dialog_get_content_area (authored by gusnan).
Replace dialog->vbox with gtk_dialog_get_content_area
Nov 14 2022, 11:07 AM
gusnan committed rGPAedb061d5b449: Use G_OBJECT instead of GTK_OBJECT (authored by gusnan).
Use G_OBJECT instead of GTK_OBJECT
Nov 14 2022, 11:07 AM
gusnan committed rGPA36dfefcc0764: Replace GTK_WIDGET_IS_SENSITIVE with gtk_widget_is_sensitive (authored by gusnan).
Replace GTK_WIDGET_IS_SENSITIVE with gtk_widget_is_sensitive
Nov 14 2022, 11:07 AM
gusnan committed rGPA8b87946b34b1: Replace gtk_combo_box_append_text with gtk_combo_box_text_append (authored by gusnan).
Replace gtk_combo_box_append_text with gtk_combo_box_text_append
Nov 14 2022, 11:07 AM
gusnan committed rGPA7a714bf13a33: Replace deprecated gtk_widget_hide_all with gtk_widget_hide (authored by gusnan).
Replace deprecated gtk_widget_hide_all with gtk_widget_hide
Nov 14 2022, 11:07 AM
gusnan committed rGPA0f4b8188c1d0: Replace deprecated gtk_box_pack_start_defaults with gtk_box_pack_start (authored by gusnan).
Replace deprecated gtk_box_pack_start_defaults with gtk_box_pack_start
Nov 14 2022, 11:07 AM
gusnan committed rGPA3eaf089082ca: Check for GTK 3 in configure.ac (authored by gusnan).
Check for GTK 3 in configure.ac
Nov 14 2022, 11:07 AM
gniibe claimed T6273: AM_PATH_GPGME requires preceding invocation of AM_PATH_GPG_ERROR.
Nov 14 2022, 10:17 AM · gpgme, Bug Report
gniibe claimed T6274: documentation needs update for replacing gpgme-config.
Nov 14 2022, 10:17 AM · Documentation, gpgme, Bug Report
ikloecker claimed T5836: Kleopatra: Optionally, delete private key locally after moving a key to a smartcard.
Nov 14 2022, 9:31 AM · Bug Report, kleopatra, Restricted Project
ikloecker changed the status of T6148: Kleopatra: Simplify Ownertrust dialog from Open to Testing.

Ready for testing

Nov 14 2022, 9:17 AM · kleopatra, Restricted Project
mlaurent committed rLIBKLEOaec85a330a0c: Prepare 5.22.0 rc (authored by mlaurent).
Prepare 5.22.0 rc
Nov 14 2022, 7:33 AM
mlaurent committed rKLEOPATRA2432bb71a51b: Prepare 5.22.0 rc (authored by mlaurent).
Prepare 5.22.0 rc
Nov 14 2022, 7:31 AM
werner committed rG3f845c8de73a: agent: Allow trustlist on Windows in Unicode homedirs. (authored by werner).
agent: Allow trustlist on Windows in Unicode homedirs.
Nov 14 2022, 7:21 AM
werner added a comment to T6249: gpgrt: spawn functions.

I don't understand the last two points: This is only about the three standard descriptors but how shall we supply more descriptors? At least in GPGME we definitely need more.

Nov 14 2022, 7:12 AM · gnupg, libassuan, gpgrt
gniibe added a comment to T6249: gpgrt: spawn functions.

Evaluating again, I'd like to change spawn functions like this one in libgpg-error:

Nov 14 2022, 6:52 AM · gnupg, libassuan, gpgrt
CH3NO2 added a comment to T6266: Kleopatra Crashes when Decrypting PGP message in the Notepad .

@aheinecke What additional information do you need ?

Nov 14 2022, 5:27 AM · Info Needed, kleopatra, Bug Report
l10n daemon script <scripty@kde.org> committed rLIBKLEO27273453f40a: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 14 2022, 4:25 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO50080deb24c9: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 14 2022, 3:10 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA24c49d2f687d: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 14 2022, 3:09 AM

Nov 13 2022

werner added a member for Contributor: ametzler1.
Nov 13 2022, 7:39 PM
mlaurent committed rLIBKLEO49dcf9f3ff5f: Prepare 5.22 rc (authored by mlaurent).
Prepare 5.22 rc
Nov 13 2022, 1:08 PM
ametzler1 created T6274: documentation needs update for replacing gpgme-config.
Nov 13 2022, 8:03 AM · Documentation, gpgme, Bug Report
ametzler1 added a project to T6273: AM_PATH_GPGME requires preceding invocation of AM_PATH_GPG_ERROR: gpgme.
Nov 13 2022, 7:55 AM · gpgme, Bug Report
ametzler1 created T6273: AM_PATH_GPGME requires preceding invocation of AM_PATH_GPG_ERROR.
Nov 13 2022, 7:53 AM · gpgme, Bug Report
l10n daemon script <scripty@kde.org> committed rKLEOPATRA6de3b8b5a1d0: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 13 2022, 4:13 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAbe289e59bf26: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 13 2022, 3:07 AM

Nov 12 2022

werner added a comment to T5851: dev.gnupg.org static resources not loaded on safari.

I just moved Phabricator to a new machine and created separte certificates for files.gnupg.net and dev.gnupg.org.

Nov 12 2022, 4:23 PM · MacOS, dev.gnupg.org
l10n daemon script <scripty@kde.org> committed rKLEOPATRAf3ae8bfb1b28: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 12 2022, 3:07 AM

Nov 11 2022

ikloecker committed rKLEOPATRAbe05498b4ec0: Make invent happy (authored by ikloecker).
Make invent happy
Nov 11 2022, 3:49 PM
ikloecker committed rKLEOPATRAd8edf42c8843: Simplify changing the owner trust of keys (authored by ikloecker).
Simplify changing the owner trust of keys
Nov 11 2022, 1:48 PM
ikloecker committed rKLEOPATRAf63d3a61be6b: Remove obsolete owner trust dialog (authored by ikloecker).
Remove obsolete owner trust dialog
Nov 11 2022, 1:48 PM
ikloecker committed rKLEOPATRA68f242061dd6: Remove unused c'tors and superfluous methods (authored by ikloecker).
Remove unused c'tors and superfluous methods
Nov 11 2022, 1:48 PM
ikloecker committed rM6bcfbb3498f0: core: Check for nullptr (authored by ikloecker).
core: Check for nullptr
Nov 11 2022, 12:17 PM
werner closed T6272: gpg --cleartext and truncated lines as Resolved.

You need to handle them in a correct way. Just checking with gpg is
not enough because you don't know what has been signed. You need to
look at the signed data which gpg gives you by using the --output
option. And there you see only the signed data and not the extra
"aaa" you added after having signed the plaintext. It is not
different from adding stuff before the -----BEGIN PGP SIGNED ... line.

Nov 11 2022, 8:26 AM · Bug Report, gnupg
DemiMarie added a comment to T6272: gpg --cleartext and truncated lines .

Actually I am not sure whether this is really a bug and that the fix is needed. What has been signed and verified is what gpg has seen and what --output has written. For example a line in the cleartext format may read "- From my " but what actually has been signed was "From my". If a line has been truncated --output will write only the truncated and thus verified data and not what was in the cleartext format.

Nov 11 2022, 12:39 AM · Bug Report, gnupg

Nov 10 2022

werner triaged T6272: gpg --cleartext and truncated lines as Normal priority.

Actually I am not sure whether this is really a bug and that the fix is needed. What has been signed and verified is what gpg has seen and what --output has written. For example a line in the cleartext format may read "- From my " but what actually has been signed was "From my". If a line has been truncated --output will write only the truncated and thus verified data and not what was in the cleartext format.

Nov 10 2022, 3:25 PM · Bug Report, gnupg
werner committed rG976e9d608367: gpg: Fix verification of cleartext signatures with overlong lines. (authored by werner).
gpg: Fix verification of cleartext signatures with overlong lines.
Nov 10 2022, 2:57 PM
werner committed rG80ccded0421e: agent: Allow trustlist on Windows in Unicode homedirs. (authored by werner).
agent: Allow trustlist on Windows in Unicode homedirs.
Nov 10 2022, 2:57 PM