Commit Graph

2955 Commits

Author SHA1 Message Date
ritt 318b1cb1a2 Check for 'Content-Length:' case-insensitive 2024-07-31 14:15:22 +02:00
ritt f22f35fe21 Added missing packages, thanks to L. J.-R. 2024-07-29 11:14:09 +02:00
ritt 34c1df1207 Fixed strlcpy in Makefile 2024-07-26 16:14:56 +02:00
ritt bc2185158a Added back strlcpy 2024-07-26 16:06:25 +02:00
ritt 7ff054262d Fixed compiler warnings 2024-07-26 15:48:59 +02:00
ritt 7237e900be Updated pipeline with new docker images 2024-07-26 15:27:35 +02:00
ritt 2eba8869bb Removed unused variables 2024-05-03 16:04:21 +02:00
ritt 8f942d1d18 Disabled attachment file retrieval to prevent poxy mis-use 2024-05-03 15:50:17 +02:00
ritt 3020557a2b Fixed typos 2024-04-16 13:29:35 +02:00
ritt 3876ffa2cc Fixed line break 2024-04-15 18:04:52 +02:00
ritt a644db7f2c Updated MacOSX command 2024-04-15 18:00:54 +02:00
ritt fe60aaf0c4 Fixed wrong number of attachments display 2024-03-14 21:17:01 +01:00
ritt 0b38d54d74 Switched to C++ 17 2024-03-13 14:50:32 +01:00
ritt 23df00d989 Updated pipeline script to generate ELx packages automatically, thanks to L.J-R. 2024-02-26 17:27:03 +01:00
ritt 145db25c8e Changed Kerberos authentication to make password changed only affecting local password 2024-02-23 15:44:50 +01:00
ritt 838ac0185f Fixed problem when using webserver authentication and changing user, thanks to F.H. 2024-02-23 15:13:17 +01:00
ritt 715d9b39b7 Send 404 properly in http header if file not found 2024-02-23 14:58:37 +01:00
ritt 90291455f7 Fixed compiler warnings 2024-02-23 08:26:17 +01:00
ritt caf4266aaa bitbucket-pipelines.yml edited online with Bitbucket 2024-02-23 07:15:37 +00:00
ritt 0cd2a615dd Fixed compiler warnings, updated download instructions 2023-09-18 14:37:35 +02:00
Matt Jolly 65d4f95011 Merged in fixes (pull request #11)
put `cmake_minimum_required` before `project`

Approved-by: Stefan Ritt
2023-07-26 11:49:09 +00:00
Matt Jolly d1ca68083a put cmake_minimum_required before project
This suppresses a warning when configuring with CMake
2023-07-16 19:57:06 +10:00
ritt 338841043c Fixed issues with LDAP, made it compile again 2023-02-08 08:42:08 +01:00
ritt fc6679b57b Changed method to keep text in multi-edits 2023-02-07 15:31:57 +01:00
ritt 7c7b74b619 Increased version in elog-version.h 2023-02-07 14:55:35 +01:00
ritt dc4af9b86e Merged 2023-02-03 16:53:19 +01:00
ritt 6ca918bbb5 Made RPM work again 2023-02-03 16:52:09 +01:00
ritt b6e2914cae Translated new strings 2023-02-01 15:16:53 +01:00
ritt 63b6209695 Release 3.1.5-0 2023-01-31 17:08:21 +01:00
ritt 4ceb9b93e6 Display different password recovery message 2023-01-31 14:52:11 +01:00
ritt 2e0f4719e6 Added "white-space:pre-wrap" to plain text display 2023-01-04 15:05:17 +01:00
ritt 209deb00af Added length check for new user names 2023-01-04 13:37:35 +01:00
ritt c89114fab7 bitbucket-pipelines.yml edited online with Bitbucket 2023-01-04 11:25:44 +00:00
ritt 5095d90429 Implemented "Hard wrap" option 2023-01-04 11:40:16 +01:00
ritt bcd7b50edd Fixed compiler warnings 2022-05-10 13:25:29 +02:00
ritt e70bd68d9f Fixed invalid "mode" parameter 2022-05-10 13:15:45 +02:00
ritt 9adae9b632 Added back regex.c needed under Windows 2022-04-20 13:23:19 +02:00
ritt 2ba240f76d Fixed buffer overflow in el_delete_attachmwent() with long file names 2022-03-28 14:03:56 +02:00
ritt d828aa5830 Added optional address sanitizer flags 2022-02-16 16:00:26 +01:00
ritt 6864323b70 Fixed one more buffer underflow 2022-02-16 15:56:43 +01:00
ritt 341dfa2f89 Fixed some other buffer overflow 2022-02-16 15:31:16 +01:00
ritt cb2ecb7aac Fixed remaining compiler warnings 2022-02-16 08:44:51 +01:00
ritt 701c1f222f Fixed another buffer underrun 2022-02-15 18:04:33 +01:00
ritt 49709e76b9 Fix read-beyond-buffer 2022-02-15 18:00:28 +01:00
ritt 7fa9eb76a8 Updated mxml 2022-02-15 13:43:26 +01:00
ritt 93c1bff53c Removed unused variable in release mode 2022-02-15 13:37:32 +01:00
ritt b4fc26f5e8 Fixed potential buffer overflows (gcc 9.2.0 warnings) 2022-02-15 13:29:14 +01:00
ritt fd24762297 Fixed (some, not all) compiler warnings about potential buffer overflows 2022-02-11 19:08:31 +01:00
ritt ca458a318e Switched to c++ 2022-02-11 16:41:24 +01:00
ritt 0b6e9d7c4f Updated mxml 2022-02-11 14:23:48 +01:00