- Nov 20, 2023
-
-
Timo Sirainen authored
-
Timo Sirainen authored
-
Timo Sirainen authored
-
- Mar 29, 2023
-
-
Timo Sirainen authored
It only causes confusing output.
-
- Jan 27, 2023
-
-
Timo Sirainen authored
-
- Jan 12, 2023
-
-
Timo Sirainen authored
Also change the callers to not bother storing it separately. Instead, they can just use mail_user_r->service_user.
-
- Jan 03, 2023
-
-
Stephan Bosch authored
-
- Nov 16, 2022
-
-
Timo Sirainen authored
-
Timo Sirainen authored
-
- Nov 14, 2022
-
-
Timo Sirainen authored
-
- Jun 28, 2022
-
-
Timo Sirainen authored
-
- Feb 14, 2022
-
-
Timo Sirainen authored
This also drops the trailing period from the log message, which matches the changes to core.
-
- Feb 08, 2022
-
-
Timo Sirainen authored
-
- Nov 02, 2021
-
-
Timo Sirainen authored
This prevents startup failures if ssl_ca has a large number of certificates.
-
- May 14, 2021
-
-
Timo Sirainen authored
Attempting to pipeline any commands with the AUTHENTICATE command resulted in crash. Fixes: Panic: file istream.c: line 317 (i_stream_read_memarea): assertion failed: (old_size <= _stream->pos - _stream->skip)
-
Timo Sirainen authored
-
- Mar 23, 2021
-
-
Aki Tuomi authored
-
- Mar 02, 2021
-
-
Timo Sirainen authored
-
- Oct 24, 2019
-
-
Stephan Bosch authored
-
- Oct 16, 2019
-
-
Stephan Bosch authored
-
- Sep 06, 2018
-
-
Timo Sirainen authored
Otherwise stats process startup can get into a loop.
-
- Jun 12, 2018
-
-
Timo Sirainen authored
Makes it easier to run with valgrind.
-
- Feb 13, 2018
-
-
Martti Rannanjärvi authored
The flag has been removed, and the setting is now the default.
-
- Jan 01, 2018
-
-
Stephan Bosch authored
-
- Dec 11, 2017
-
-
Stephan Bosch authored
This follows the following commits in Dovecot: lib-storage: Moved connection information in struct mail_user into separate struct mail_user_connection_data. lib-storage: mail-user: Added more information about the client connection.
-
- Nov 02, 2017
-
-
Timo Sirainen authored
Call master_login_init() before master_service_init_finish(), which frees all the data stack done in initialization. This didn't normally cause any visible problems, because data stack wasn't currently being used in a way that the strings were invalidated. However, it was causing failures if --enable-devel-checks was used.
-
- Oct 06, 2017
-
-
Stephan Bosch authored
It's replaced with fd-util.h which is automatically included now.
-
- Feb 22, 2017
-
-
Timo Sirainen authored
-
- Jan 30, 2017
-
-
Martti Rannanjärvi authored
path-util is a merge of realpath from Pigeonhole and abspath from core.
-
- Jan 01, 2017
-
-
Stephan Bosch authored
-
- Dec 30, 2016
-
-
Stephan Bosch authored
Used the following script: C_FILES=`git ls-files *.c` H_FILES=`git ls-files *.h` for F in "$C_FILES $H_FILES"; do echo "$F" perl -p -i -e 's/safe_memset\(&\(?([^,]*)\)?,\s*0,\s*sizeof\(\g1\)\)/i_zero_safe(&$1)/g' $F perl -p -i -e 's/safe_memset\(([^,]*),\s*0,\s*sizeof\(\*\g1\)\)/i_zero_safe($1)/g' $F perl -p -i -e 's/memset\(&\(?([^,]*)\)?,\s*0,\s*sizeof\(\g1\)\)/i_zero(&$1)/g' $F perl -p -i -e 's/memset\(([^,]*),\s*0,\s*sizeof\(\*\g1\)\)/i_zero($1)/g' $F done
-
- Nov 02, 2016
-
-
Timo Sirainen authored
-
- Jan 03, 2016
-
-
Stephan Bosch authored
-
- Sep 23, 2015
-
-
Stephan Bosch authored
-
- May 13, 2015
-
-
Stephan Bosch authored
managesieve: Managesieve used "managesieve" rather than "sieve" as login service name, which means that all managesieve-specific settings where ignored.
-
- Jan 08, 2015
-
-
Stephan Bosch authored
-
- Jun 18, 2014
-
-
Stephan Bosch authored
Most important change is that mail service_user was not freed.
-
- Jan 01, 2014
-
-
Stephan Bosch authored
-
- Apr 06, 2013
-
-
Stephan Bosch authored
-
- Sep 06, 2012
-
-
Stephan Bosch authored
-