master
Name already in use
Commits on May 18, 2023
-
Merge pull request #4510 from elliefm/v39/appendlimit-is-bytes-test
Simple: add tests for APPENDLIMIT capability
Commits on May 17, 2023
-
Simple: add tests for APPENDLIMIT capability
Regression test for #4506
Commits on May 15, 2023
-
Merge pull request #4484 from cyrusimap/imip_cal_ownerid
http_caldav_sched.c: use actual calendar owner id in IMIP notifications
-
Merge pull request #4509 from cyrusimap/imapopt_aps_expiry
http_applepush.c: Add and use IMAPOPT_APS_EXPIRY config option
-
Merge pull request #4507 from elliefm/v39/doc-imaptest-dovecot-docker
developer-testing.rst: explain CI imaptest setup
-
Commits on May 14, 2023
-
Merge pull request #4498 from elliefm/v39/no-suppress-imaptest-urlauth
cassandane.ini.dockertests: no longer suppress urlauth
Commits on May 12, 2023
-
Merge pull request #4504 from cyrusimap/append_flags_check_acl_seen
append.c: require ACL_SETSEEN when setting \Seen flag
-
append.c: require ACL_SETSEEN when setting \Seen flag
Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
-
cassandane.ini.dockertests: no longer suppress urlauth
"ImapTest.urlauth" no longer fails with current imaptest, so we can stop suppressing it
Commits on May 11, 2023
-
Merge pull request #4503 from cyrusimap/valgrind_errors_20230510
Fix valgrind errors found during Cassandane testing
Commits on May 10, 2023
-
cyr_backup.c: free mbname before process exit
Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
-
timsieved.c: free sievedb handler on error
Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
-
timsieved.c: fix use-after-free by changing shutdown order
Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
-
idled.c: create in-memory database in forked child
Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
-
sieve/bc_eval.c: fix memory leak due to implicit string copy
Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
-
itip_support.c: prevent use-after-free by use of memory pool
Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
-
jmap_calendar.c: free memory leaks in participantReply
Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
-
jmap_mail.c: fix leaked memory due to duplicate JSON refcount
Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
-
charset.c: do not read past allocated buffer
Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
-
mboxevent.c: fix use-after-free error
Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
Commits on May 8, 2023
-
Merge pull request #4502 from cyrusimap/imap4rev2_oldname_leak
imapd.c: plug IMAP4rev2 OLDNAME leaks
-
-
Merge pull request #4501 from elliefm/v39/github-actions-safe-directo…
…ry-fix github actions: workaround "dubious ownership" failures
-
github actions: set safe.directory for build directory
actions/checkout@v3 does this temporarily for itself, but removes it when it's done. Even though we're no longer fetching the tags manually, we still need git commands to work (in particular, tools/git-version.sh used by the build needs "git describe" to set the version string), so we need to set safe.directory manually for that. While we're here, log the result of tools/git-version.sh so if something is gonna break due to a weird version, the autopsy has that information up front.
-
github actions: let actions/checkout@v3 do the full fetch
rather than configuring it for a basic fetch and then tinkering with it after the fact
Commits on May 3, 2023
-
Merge pull request #4499 from cyrusimap/search_xapian_update_deleted_…
…noactive Return proper error codes for erroneous search state
-
Merge pull request #4483 from cyrusimap/calalarm_event_ownerid
caldav_alarm.c: add calendarOwner property to mboxevents generated for VALARMs
-
Merge pull request #4497 from cyrusimap/sieve_plus_address_mark_read
lmtpd.c: internalseen is determined by the owner of the Sieve script
-
search_xapian.c: handle deleted mailbox as non-existent during update
Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
-
search_xapian.c: fail hard if no active dir is available during update
Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
-
Merge pull request #4495 from cyrusimap/squatter_search_deadlock
Prevent deadlock between SEARCH and squatter
Commits on May 2, 2023
-
Merge pull request #4494 from cyrusimap/jmap_backup_increase_restore_…
…window_length JMAPBackup: increase restore time window length