Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Permit beta builds. | Matthias Andree | 2018-06-21 | 1 | -1/+1 |
| | |||||
* | Make compatible with a pure OpenSSL 1.1.0 API, ... | Matthias Andree | 2018-06-06 | 2 | -2/+9 |
| | | | | | ...when deprecated functions are disabled, for instance, through -DOPENSSL_API_COMPAT=0x10100000L. | ||||
* | OPIE: Fix indentation to silence GCC warnings. | Matthias Andree | 2018-04-15 | 1 | -3/+3 |
| | |||||
* | Bump copyright. | Matthias Andree | 2018-04-15 | 2 | -3/+3 |
| | |||||
* | Update German <de> translation. | Matthias Andree | 2018-04-15 | 1 | -113/+117 |
| | |||||
* | OPIE: Chase to64frombits() API change. | Matthias Andree | 2018-04-15 | 1 | -2/+2 |
| | |||||
* | Fix GCC8 format truncation warnings. | Matthias Andree | 2018-04-14 | 1 | -2/+3 |
| | |||||
* | Fix useless GCC8 warning, strncpy->memcpy for fixed string. | Matthias Andree | 2018-04-14 | 1 | -1/+1 |
| | |||||
* | Fix GCC8 ?: operator type promotion warning. | Matthias Andree | 2018-04-14 | 1 | -2/+2 |
| | |||||
* | Fix indentation to silence GCC 8 warnings. | Matthias Andree | 2018-04-14 | 2 | -8/+8 |
| | |||||
* | In-depth fix for to64frombits() BASE64 encoder buffer sizing. | Matthias Andree | 2018-04-14 | 7 | -14/+20 |
| | |||||
* | ISO C90 ("C89") compatibility fix. | Matthias Andree | 2018-04-14 | 1 | -1/+1 |
| | |||||
* | Abort GSSAPI authentication properly in more situations. | Matthias Andree | 2018-04-14 | 1 | -3/+3 |
| | |||||
* | Prevent buffer overruns in do_gssauth() with long user names. | Matthias Andree | 2018-04-14 | 2 | -1/+14 |
| | | | | Reported in private by Greg Hudson. | ||||
* | GSSAPI: Do not add gratuitious NUL byte to username. | Matthias Andree | 2018-04-14 | 2 | -1/+4 |
| | | | | Greg Hudson reported this broke Exchange 2013 authentication. | ||||
* | Merge branch 'bluhm/fetchmail-plugin-length' into legacy_64 | Matthias Andree | 2017-08-11 | 1 | -1/+3 |
|\ | |||||
| * | Add a FIXME comment. | Matthias Andree | 2017-08-11 | 1 | -0/+2 |
| | | |||||
| * | Do not overrun plugin string when copying it. | Alexander Bluhm | 2017-08-10 | 1 | -1/+1 |
|/ | | | | | | | | parse_plugin() expands the % in plugin string to plugin_copy. It checks that is does not write behind the end of the destination memory, but the source length was not checked. This resulted in reading from a possibly invalid memory location which may cause a segmentation fault. Add a check for the string length of the source. | ||||
* | Call AM_PROG_AR to simplify LTO use. | Matthias Andree | 2017-04-23 | 1 | -1/+2 |
| | |||||
* | Cast argument to quiet -Wformat warning in C89 mode. | Matthias Andree | 2017-04-23 | 1 | -1/+1 |
| | |||||
* | Remove last traces of gethostbyname(). | Matthias Andree | 2017-04-22 | 7 | -415/+3 |
| | |||||
* | Update copyright. | Matthias Andree | 2017-04-22 | 4 | -1040/+1255 |
| | |||||
* | Avoid deprecated regexps in manServer.pl | Matthias Andree | 2017-04-22 | 1 | -3/+3 |
| | |||||
* | Update. | Matthias Andree | 2017-02-20 | 1 | -0/+3 |
| | |||||
* | Update. | Matthias Andree | 2017-02-20 | 1 | -1/+2 |
| | |||||
* | Reinstate --sslcertfile documentation. | Matthias Andree | 2017-02-20 | 1 | -0/+1 |
| | | | | | | Since the addition of --nosslcertck documentation in Nov. 2015 with commit 6adcb0cc, the --sslcertfile documentation had become part of --nosslcertck. Now --sslcertfile stands in a paragraph of its own. | ||||
* | Quiet linker warnings around yywrap() fix when using a C++ compiler. | Matthias Andree | 2017-02-11 | 1 | -0/+3 |
| | |||||
* | Work around GNU flex madness around yywrap(). | Matthias Andree | 2017-02-11 | 1 | -3/+5 |
| | |||||
* | Mention tls1.3 and + option in NEWS. | Matthias Andree | 2017-02-11 | 1 | -2/+3 |
| | |||||
* | Reformat. | Matthias Andree | 2017-02-11 | 1 | -2/+2 |
| | |||||
* | TLS: set hostname for SNI. | Matthias Andree | 2017-02-11 | 1 | -0/+14 |
| | |||||
* | Initial TLSv1.3 support code. | Matthias Andree | 2017-02-11 | 1 | -1/+27 |
| | |||||
* | Add one comment to pop3_fastuidl(). | Matthias Andree | 2017-02-11 | 1 | -0/+2 |
| | |||||
* | Bump version to beta3. | Matthias Andree | 2017-02-11 | 1 | -1/+1 |
| | |||||
* | Cease creating .tar.bz2 tarballs. (Keep .tar.xz) | Matthias Andree | 2016-12-12 | 1 | -1/+1 |
| | |||||
* | Fixup protocol version handling in OpenSSL 1.0.X. | Matthias Andree | 2016-12-12 | 1 | -0/+4 |
| | |||||
* | Drop unused variable. | Matthias Andree | 2016-12-12 | 1 | -1/+0 |
| | |||||
* | Merge branch 'uidl-speedup-n-log-n-64' into legacy_64 | Matthias Andree | 2016-12-12 | 11 | -144/+967 |
|\ | |||||
| * | Mention import of P-Tree O(n log n) code for UIDL. | Matthias Andree | 2016-12-11 | 1 | -0/+8 |
| | | |||||
| * | Avoid compiling unused function. | Matthias Andree | 2016-12-11 | 1 | -0/+2 |
| | | |||||
| * | Fix portability to C90 and C++. | Matthias Andree | 2016-12-11 | 5 | -12/+17 |
| | | |||||
| * | Report UIDs from databases one-per-line, with one leading blank space. | Matthias Andree | 2016-12-11 | 1 | -9/+9 |
| | | |||||
| * | #define __EXTENSIONS__ to have Solaris expose ffs() from strings.h | Matthias Andree | 2016-12-11 | 1 | -1/+4 |
| | | |||||
| * | Fixup last patch from Thomas, return void rather than NULL. | Matthias Andree | 2016-12-11 | 1 | -1/+1 |
| | | |||||
| * | Protect against possible NULL pointer | Thomas Jarosch | 2016-12-11 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Thomas Jarosch <thomas.jarosch@intra2net.com> | ||||
| * | Fix crash on --flush. | Rainer Weikusat | 2016-12-11 | 1 | -2/+5 |
| | | |||||
| * | #include <strings.h> for ffs() prototype. | Matthias Andree | 2016-12-11 | 1 | -0/+1 |
| | | |||||
| * | Fix uninitialized variable. | Matthias Andree | 2016-12-11 | 1 | -2/+2 |
| | | |||||
| * | C++ compat: cast types explicitly. | Matthias Andree | 2016-12-11 | 2 | -8/+8 |
| | | |||||
| * | UIDL database speedup with Patricia trees. | Matthias Andree | 2016-12-11 | 7 | -128/+927 |
| | | | | | | | | | | | | | | Import Rainer Weikusat's code that uses Patricia trees instead of linear lists. Snapshot Rainer's patch 2010-05-24 19:30:42 |