Commit Graph

1753 Commits

Author SHA1 Message Date
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 4ceb9b93e6 Display different password recovery message 2023-01-31 14:52:11 +01:00
ritt 209deb00af Added length check for new user names 2023-01-04 13:37:35 +01: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 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 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 d2b89fb7fc Check for empty password in LDAP authentication 2022-02-10 17:47:12 +01:00
ritt 1ebfd06cf5 Applied patch form JJK to fix user creation under Webserver authentication 2022-02-10 17:32:08 +01:00
ritt cb3afcd826 Close file in case of error 2021-10-25 13:36:10 +02:00
Sebastian Schenk cea193ded7 remove uninitialized variable css_base 2021-06-03 18:20:07 +02:00
ritt 395e101add Don't show full path if file not found for security reasons 2021-01-08 13:46:49 +01:00
ritt b5b69ac972 Disabled TLSv1 and TLSv1_1 2021-01-07 22:54:11 +01:00
ritt 4641f5aad4 Merge branch 'master' of bitbucket.org:ritt/elog 2020-08-10 08:45:53 +02:00
ritt ee11f4ae53 Added SSL read error fix thanks to H.S.S. 2020-08-10 08:45:39 +02:00
ritt 8080d3dd19 Removed version info on 404 error 2020-08-04 13:43:39 +02:00
ritt c3c960fafc Increased max attachment size to 1 GByte 2020-08-04 13:21:43 +02:00
ritt c76272a5af Fixed two potential memory leaks 2020-04-16 11:01:58 +02:00
ritt f1046d45e7 Fixed bug with new elog entry #0 in logfile 2020-04-01 15:56:20 +02:00
ritt 80633bac29 Overwrite PID file if it exists 2020-04-01 11:55:02 +02:00
ritt 4936b76915 Do not exit if problem with PID file 2020-02-17 12:12:02 +01:00
ritt e955bde7eb Fixed bug in conditional attribute processing in find form 2020-02-11 12:53:04 +01:00
ritt e38e91da5f Fixed bug in return buffer memory allocation which caused crash for large message (>200000 chars) 2020-02-11 12:11:57 +01:00
ritt 033e292301 Fixed NULL pointer deference in show_uploader_json 2020-02-11 11:15:35 +01:00
ritt c1fd3ee3c3 Use different TLS methods for OpenSSL 1.0 and 1.1 2020-02-11 10:49:34 +01:00
ritt 8e6cb6a697 Replaced deprecated TLSv1_2_method() by TLS_method() 2020-02-11 10:03:40 +01:00
ritt 283534d97d Prevent attachment files from being overwritten 2019-12-10 12:32:11 +01:00
ritt d9d1f5b54b Fixed memory leak with ssl_con 2019-12-09 17:01:19 +01:00
ritt 993bed4923 Serve SVG files as attachments only to avoid XSS vulnerabilities 2019-12-09 16:48:20 +01:00
ritt eefdabb714 Apply HTML escaping to "loc" command 2019-12-09 16:28:16 +01:00
ritt 15787c1ede Check access to logbook before executing retrieve_url() 2019-12-09 15:21:04 +01:00
ritt 32ba07e192 Removed keepalive from retrieve_url, added password check for uploading attachments 2019-12-09 15:17:46 +01:00
ritt 38c08aceda Changed retrieve_url to send cookies only during logbook synchronization 2019-12-09 14:22:15 +01:00
ritt 7367647d40 Implemented "Allow clone" configuration setting 2019-12-09 13:13:43 +01:00
ritt 18b0d54cf4 Replaced non-portable strcasestr by stristr 2019-11-27 15:40:06 +01:00
ritt 24f03be308 Fixed typo 2019-11-27 13:49:09 +01:00
ritt 04dbd76616 Fixed Windows 10 issues 2019-11-27 13:46:45 +01:00