claws.git
2016-03-25 Ricardo MonesFix bug #3628: Typo in zh_TW.po
2016-03-25 Andrej KacianFix incorporation dialog focus with master passphrase...
2016-03-25 Ricardo MonesRemove dead code when the #ifndef is true
2016-03-24 Andrej KacianSet empty block->entries to NULL in passwd_store_delete...
2016-03-24 Andrej KacianEmpty account block in password store when deleting...
2016-03-24 Andrej KacianFix crash in rare corner case in password en/decryption.
2016-03-23 Andrej KacianUse a hardcoded IV length in password encryption.
2016-03-23 Andrej KacianUse SHA-256 for master_passphrase_hash, since SHA-512...
2016-03-22 Andrej KacianMake gnutls password encryption the default if gnutls...
2016-03-19 Andrej KacianWrite passwordstore into file also after account passwo...
2016-03-19 Andrej KacianTreat storing empty password same as storing NULL password.
2016-03-19 Andrej KacianWrite passwordstore into file more often, not just...
2016-03-19 Andrej KacianMake SpamReport plugin use the password store.
2016-03-19 Andrej KacianRemoved a forgotten debug line.
2016-03-19 Andrej KacianDo not create password block when deleting a password...
2016-03-19 Andrej KacianFix crash when unloading GData plugin when it's not...
2016-03-19 Andrej KacianMake GData plugin use the password store.
2016-03-19 Andrej KacianUpdate manual regarding new show/hide menu shortcut.
2016-03-19 Andrej KacianChange default show/hide shortcut to Ctrl+F12.
2016-03-14 Andrej KacianUse account ID instead of name in passwordstorerc.
2016-03-14 Charles LehnerMigrate managesieve to passwordstore
2016-03-03 Andrej Kacian"Master password" is now called "master passphrase".
2016-03-02 Andrej KacianMake POP3 use password store too.
2016-03-02 Andrej KacianFix previous fix ;-)
2016-03-02 Andrej KacianFix a Coverity warning caused by previous commits.
2016-03-01 Andrej KacianFix SMTP password use with password store.
2016-03-01 Andrej KacianMake accounts use new password store for their passwords.
2016-03-01 Andrej KacianImplement a password store.
2016-03-01 Andrej KacianUpon master password change, ask for old password immed...
2016-02-25 Paulfix typos in function name
2016-02-24 Paulremove the whole unncessary if block, completing the...
2016-02-24 Paulremove spurious single quotes in mailcap_get_command_in...
2016-02-24 Pauladd missing include
2016-02-20 Andrej KacianAdd warning about missing LOGIN SASL plugin for IMAP.
2016-02-20 Paulprevent always selecting html part in multipart/alternative
2016-02-19 Andrej KacianMade the gnutls password encryption work on Win32.
2016-02-19 Andrej KacianRevert "Made the gnutls password encryption work on...
2016-02-19 Andrej KacianMade the gnutls password encryption work on Win32.
2016-02-19 Andrej KacianFix a compile error on Win32.
2016-02-19 Ricardo MonesAdd scroll to SSL certificates list
2016-02-19 Ricardo MonesFix leak on error and error reporting
2016-02-19 Ricardo MonesFix a couple of typos
2016-02-19 Ricardo MonesFix bug #2604: Add support for -geometry
2016-02-19 Ricardo MonesFix bug #3578: Strings around MAILIMAP_ERROR…
2016-02-19 Ricardo MonesFix bug #3581: sys:1: Warning: Source ID # was…
2016-02-19 Ricardo MonesFix bug #3028: Claws doesn't select html part if attach...
2016-02-19 Andrej KacianImplement real LOGIN auth method for IMAP.
2016-02-19 Andrej KacianEnable SASL PLAIN auth mechanism for IMAP accounts.
2016-02-11 Colin LeroyAdd a plugin method to allow updating stored passwords...
2016-02-11 Colin LeroyActually encrypt passwords before storing them
2016-02-11 Colin LeroyRequire new password API
2016-02-11 Colin LeroySpamReport: use new password API
2016-02-11 Colin LeroyGData: use new password API. Completely untested as...
2016-02-11 Colin LeroyForgot to memset. We should add an helper function...
2016-02-11 Colin LeroyvCalendar: Use new password API
2016-02-11 Colin LeroyFix another g_log warning
2016-02-11 Colin LeroyFix indentation, sorry
2016-02-11 Colin LeroyFix a leak and g_log() in case of null passwords
2016-02-10 Andrej KacianFix two crashes in IMAP introduced by the passwords...
2016-02-10 Andrej KacianFix inputdialog modality and focus issue.
2016-02-10 Andrej KacianAnother logic fix for handling master password change...
2016-02-10 Andrej KacianFix a logic error in handling results of master passwor...
2016-02-10 Andrej KacianFix a segfault caused by freeing a string on incorrect...
2016-02-09 Andrej KacianAddendum to 503cb50 (Fix build with --with-password...
2016-02-08 Michael RasmussenAdd help text and change text of second label
2016-02-08 Andrej KacianImproved master password change dialog a bit.
2016-02-08 Andrej KacianRevert "Fix a teensy weensy memory leak in Action confi...
2016-02-08 Andrej KacianFix a teensy weensy memory leak in Action configuration...
2016-02-08 Andrej KacianFix a possible use-after-free for ContactData pointers...
2016-02-08 Andrej KacianReal fix for #3598. We were zeroing out wrong pointer.
2016-02-08 Andrej KacianMake procmime_mimeinfo_free_all() zero the passed pointer.
2016-02-08 Andrej KacianFix build with --with-password-encryption=old
2016-02-07 Andrej KacianAdded "Forget master password" mainwindow menu entry.
2016-02-07 Andrej KacianForget entered master password before trying to change it.
2016-02-06 Ricardo MonesFix segfault when account password is not saved…
2016-02-05 Andrej KacianFix a null pointer dereference introduced by 54adfb4.
2016-02-04 Andrej KacianAdded password_encryption.txt to docs/src.
2016-02-04 Andrej KacianRewritten account passwords handling.
2016-02-03 Andrej KacianRemoved simple-gettext.c, as it is not being used at...
2016-02-02 Paulfix Compose account selection when imap folder is selected
2016-01-29 Paulautomatically use external editor on fwd-as-attachment...
2016-01-28 Andrej KacianRemove the outer scrollbar from header area.
2016-01-27 Andrej KacianFix superfluous semicolons from 543c7d3.
2016-01-27 Andrej KacianRSSyl: Handle XHTML content correctly for Atom feeds.
2016-01-24 Colin LeroyFix unused variable warning
2016-01-23 Andrej KacianMH class now should not change working directory anymore.
2016-01-23 Andrej KacianZero out few forgotten pointers in procmsg_msginfo_free().
2016-01-23 Andrej KacianMake procmsg_msginfo_free() zero out pointers to freed...
2016-01-21 Andrej KacianFix for fc42499 - really set correct rcdir on Win32.
2016-01-19 Andrej KacianFix typo in handling feed name ending with a period...
2016-01-19 Paulfor release 3.13.2 3.13.2
2016-01-19 Paulmore removing of space before colon
2016-01-19 Paulupdate copyright year
2016-01-19 Paulremove space in front of colon
2016-01-19 Paulupdate transaltion files
2016-01-17 Andrej KacianDelete prototypes for non-existent prefs_write_close*().
2016-01-17 Paulfix CVE-2015-8708, bug 3557, 'Remotely exploitable...
2016-01-03 Andrej KacianUse a different default CFG_RC_DIR for Windows platform.
2016-01-03 Andrej KacianAdd missing symbol to vcalendar claws.def file.
2015-12-28 Paulfix bug 2358, '"Disposition-Notification-To:" should...
next