Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on May 18, 2023

  1. Merge pull request #4510 from elliefm/v39/appendlimit-is-bytes-test

    Simple: add tests for APPENDLIMIT capability
    elliefm committed May 18, 2023

Commits on May 17, 2023

  1. Simple: add tests for APPENDLIMIT capability

    Regression test for #4506
    elliefm committed May 17, 2023

Commits on May 15, 2023

  1. Merge pull request #4484 from cyrusimap/imip_cal_ownerid

    http_caldav_sched.c: use actual calendar owner id in IMIP notifications
    ksmurchison committed May 15, 2023
  2. Merge pull request #4509 from cyrusimap/imapopt_aps_expiry

    http_applepush.c: Add and use IMAPOPT_APS_EXPIRY config option
    ksmurchison committed May 15, 2023
  3. Merge pull request #4507 from elliefm/v39/doc-imaptest-dovecot-docker

    developer-testing.rst: explain CI imaptest setup
    elliefm committed May 15, 2023

Commits on May 14, 2023

  1. Merge pull request #4498 from elliefm/v39/no-suppress-imaptest-urlauth

    cassandane.ini.dockertests: no longer suppress urlauth
    elliefm committed May 14, 2023

Commits on May 12, 2023

  1. Merge pull request #4504 from cyrusimap/append_flags_check_acl_seen

    append.c: require ACL_SETSEEN when setting \Seen flag
    rsto committed May 12, 2023
  2. append.c: require ACL_SETSEEN when setting \Seen flag

    Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
    rsto committed May 12, 2023
  3. cassandane.ini.dockertests: no longer suppress urlauth

    "ImapTest.urlauth" no longer fails with current imaptest, so we can
    stop suppressing it
    elliefm committed May 12, 2023

Commits on May 11, 2023

  1. Merge pull request #4503 from cyrusimap/valgrind_errors_20230510

    Fix valgrind errors found during Cassandane testing
    rsto committed May 11, 2023

Commits on May 10, 2023

  1. cyr_backup.c: free mbname before process exit

    Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
    rsto committed May 10, 2023
  2. timsieved.c: free sievedb handler on error

    Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
    rsto committed May 10, 2023
  3. timsieved.c: fix use-after-free by changing shutdown order

    Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
    rsto committed May 10, 2023
  4. idled.c: create in-memory database in forked child

    Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
    rsto committed May 10, 2023
  5. sieve/bc_eval.c: fix memory leak due to implicit string copy

    Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
    rsto committed May 10, 2023
  6. itip_support.c: prevent use-after-free by use of memory pool

    Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
    rsto committed May 10, 2023
  7. jmap_calendar.c: free memory leaks in participantReply

    Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
    rsto committed May 10, 2023
  8. jmap_mail.c: fix leaked memory due to duplicate JSON refcount

    Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
    rsto committed May 10, 2023
  9. charset.c: do not read past allocated buffer

    Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
    rsto committed May 10, 2023
  10. mboxevent.c: fix use-after-free error

    Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
    rsto committed May 10, 2023

Commits on May 8, 2023

  1. Merge pull request #4502 from cyrusimap/imap4rev2_oldname_leak

    imapd.c: plug IMAP4rev2 OLDNAME leaks
    ksmurchison committed May 8, 2023
  2. Merge pull request #4501 from elliefm/v39/github-actions-safe-directo…

    …ry-fix
    
    github actions: workaround "dubious ownership" failures
    elliefm committed May 8, 2023
  3. 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.
    elliefm committed May 8, 2023
  4. 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
    elliefm committed May 8, 2023

Commits on May 3, 2023

  1. Merge pull request #4499 from cyrusimap/search_xapian_update_deleted_…

    …noactive
    
    Return proper error codes for erroneous search state
    rsto committed May 3, 2023
  2. Merge pull request #4483 from cyrusimap/calalarm_event_ownerid

    caldav_alarm.c: add calendarOwner property to mboxevents generated for VALARMs
    ksmurchison committed May 3, 2023
  3. Merge pull request #4497 from cyrusimap/sieve_plus_address_mark_read

    lmtpd.c: internalseen is determined by the owner of the Sieve script
    ksmurchison committed May 3, 2023
  4. search_xapian.c: handle deleted mailbox as non-existent during update

    Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
    rsto committed May 3, 2023
  5. search_xapian.c: fail hard if no active dir is available during update

    Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
    rsto committed May 3, 2023
  6. Merge pull request #4495 from cyrusimap/squatter_search_deadlock

    Prevent deadlock between SEARCH and squatter
    rsto committed May 3, 2023

Commits on May 2, 2023

  1. Merge pull request #4494 from cyrusimap/jmap_backup_increase_restore_…

    …window_length
    
    JMAPBackup: increase restore time window length
    rsto committed May 2, 2023
Older