- Nov 04, 2021
-
-
Stephan Bosch authored
-
Stephan Bosch authored
Upon login success, the next line was erroneously skipped.
-
Stephan Bosch authored
-
- May 15, 2020
-
-
Timo Sirainen authored
-
Timo Sirainen authored
-
Timo Sirainen authored
It's still not fully correct, but we don't have existing code that supports parsing it.
-
Timo Sirainen authored
-
- May 06, 2020
-
-
Timo Sirainen authored
-
Timo Sirainen authored
-
- Apr 24, 2020
-
-
Timo Sirainen authored
-
- Jan 01, 2018
-
-
Stephan Bosch authored
-
- Mar 09, 2017
-
-
Timo Sirainen authored
-
Timo Sirainen authored
-
- 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
-
- Dec 26, 2016
-
-
Stephan Bosch authored
-
- Jun 20, 2016
-
-
Stephan Bosch authored
managesieve-login: proxy: Did not handle zero return value from managesieve_parser_read_args() correctly.
-
- May 18, 2016
-
-
Timo Sirainen authored
-
- Jan 19, 2016
-
-
Stephan Bosch authored
Also made sure that any capability-derived state information is reset properly before a new capability reply is to be parsed.
-
Stephan Bosch authored
-
- Jan 03, 2016
-
-
Stephan Bosch authored
-
- May 22, 2015
-
-
Stephan Bosch authored
Previous change had several problems.
-
Stephan Bosch authored
It now uses dsasl-client, so it should now be possible to use SASL mechanisms other than PLAIN. Cleaned up the code a bit.
-
Stephan Bosch authored
-
- May 21, 2015
-
-
Stephan Bosch authored
-
- Jan 08, 2015
-
-
Stephan Bosch authored
-
- Jan 01, 2014
-
-
Stephan Bosch authored
-
- Apr 06, 2013
-
-
Stephan Bosch authored
-
- Aug 12, 2012
-
-
Stephan Bosch authored
-
- Feb 12, 2012
-
-
Stephan Bosch authored
Updated version number to v0.4.0 and added a warning to configure. Applied generic-login.patch.
-
- Jan 28, 2012
-
-
Stephan Bosch authored
-
- Jan 27, 2012
-
-
Stephan Bosch authored
-
- Jan 22, 2012
-
-
Stephan Bosch authored
ManageSieve: added support for reading quoted and literal strings as a stream. Fixes support for handing large SASL responses. Also resolves long-standing FIXME regarding the second parameter of PUTSCRIPT: it can now be a quoted string. Includes a few small changes in the login daemon that were done in the dovecot equivalents before.
-
- Jan 07, 2012
-
-
Stephan Bosch authored
-
- Mar 05, 2011
-
-
Stephan Bosch authored
-
- Aug 17, 2010
-
-
Stephan Bosch authored
-
- Jan 13, 2010
-
-
Stephan Bosch authored
-