piler/src
Janos SUTO e6607b0bf1 pilerexport should syslog the sphinx query
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-04-07 20:37:05 +02:00
..
archive.c Introduced new AES-256 encryption method for new emails 2020-12-04 16:30:59 +01:00
attachment.c cppcheck refactoring 2020-08-10 20:58:34 +02:00
av.h src: refactoring 2017-08-08 15:34:45 +02:00
avir.c src: refactoring 2017-08-08 15:34:45 +02:00
bdat.c cppcheck refactoring 2020-08-10 20:58:34 +02:00
cfg.c Added support to set min. TLS protocol version 2021-03-26 05:19:11 +01:00
cfg.h Added support to set min. TLS protocol version 2021-03-26 05:19:11 +01:00
clamd.c cppcheck refactoring 2020-08-10 20:58:34 +02:00
config.h Release of 1.3.11 2021-02-23 07:26:47 +01:00
counters.c cppcheck refactoring 2020-08-10 20:58:34 +02:00
decoder.c cppcheck refactoring 2020-08-10 20:58:34 +02:00
decoder.h cppcheck refactoring 2020-08-10 20:58:34 +02:00
defs.h Added support to set min. TLS protocol version 2021-03-26 05:19:11 +01:00
digest.c Reset buffer in make_digests() 2021-01-06 08:36:50 +01:00
dirs.c src: refactoring 2017-08-08 15:34:45 +02:00
errmsg.h added pidfile check in piler.c to prevent multiple start of the piler daemon 2018-01-11 10:56:32 +01:00
extract.c Keep a whitespace character when removing xml tags 2020-12-04 14:07:25 +01:00
hash.c cppcheck refactoring 2020-08-10 20:58:34 +02:00
hash.h compile fixes for gcc 5 2016-09-13 21:17:51 +02:00
htmlentities.h Code cleanup 2020-03-03 15:47:02 +01:00
imap.c cppcheck refactoring 2020-08-10 20:58:34 +02:00
import_imap.c cppcheck refactoring 2020-08-10 20:58:34 +02:00
import_mailbox.c Removed unused data parameter from several functions 2018-09-29 08:43:50 +02:00
import_maildir.c pilerimport can read data exported by pilerexport from stdin 2020-12-20 22:01:34 +01:00
import_pilerexport.c pilerimport can read data exported by pilerexport from stdin 2020-12-20 22:01:34 +01:00
import_pop3.c src: refactoring 2017-08-08 15:34:45 +02:00
import.c Fixed unit tests for sender 2020-12-13 08:36:12 +01:00
import.h pilerimport can read data exported by pilerexport from stdin 2020-12-20 22:01:34 +01:00
Makefile.in Introduced smtp acl 2020-12-27 23:40:39 +01:00
memc.c cppcheck refactoring 2020-08-10 20:58:34 +02:00
memc.h Removed code duplication from memc.c 2018-11-03 14:57:55 +01:00
message.c Fixed sender domain check 2020-12-13 08:52:52 +01:00
misc.c Introduced new AES-256 encryption method for new emails 2020-12-04 16:30:59 +01:00
misc.h cppcheck refactoring 2020-08-10 20:58:34 +02:00
mydomains.c cppcheck refactoring 2020-08-10 20:58:34 +02:00
mysql.c Code cleanup 2020-03-03 15:47:02 +01:00
parser_utils.c Fixed from/sender processing 2020-12-13 07:50:03 +01:00
parser.c Fixed unit tests for sender 2020-12-13 08:36:12 +01:00
parser.h Fixed unit tests for sender 2020-12-13 08:36:12 +01:00
piler-smtp.c Further improved the session timeout handling 2021-02-22 05:25:19 +01:00
piler.c Discard header-only message without a Message-ID line 2021-01-04 15:57:45 +01:00
piler.h Added debugging to track piler-smtp segfault issue 2021-02-22 05:24:12 +01:00
pileraget.c Code cleanup 2020-03-03 15:47:02 +01:00
pilerconf.c Code cleanup 2020-03-03 15:47:02 +01:00
pilerexport.c pilerexport should syslog the sphinx query 2021-04-07 20:37:05 +02:00
pilerget.c Code cleanup 2020-03-03 15:47:02 +01:00
pilerimport.c pilerimport can read data exported by pilerexport from stdin 2020-12-20 22:01:34 +01:00
pop3.c cppcheck refactoring 2020-08-10 20:58:34 +02:00
reindex.c Fixed unit tests for sender 2020-12-13 08:36:12 +01:00
rules.c More refactoring 2020-08-10 21:58:06 +02:00
rules.h Code cleanup 2020-03-03 15:47:02 +01:00
screen.c smtp acl fixes 2020-12-28 20:31:11 +01:00
screen.h smtp acl fixes 2020-12-28 20:31:11 +01:00
session.c Further improved the session timeout handling 2021-02-22 05:25:19 +01:00
sig.c Code cleanup 2020-03-03 15:47:02 +01:00
sig.h first demo of the new architecture 2016-10-23 22:04:55 +02:00
smtp.c Added support to set min. TLS protocol version 2021-03-26 05:19:11 +01:00
smtp.h revised smtp protocol handling 2018-03-02 22:46:48 +01:00
smtpcodes.h Added SMTP HELP command to piler-smtp 2021-02-08 20:36:11 +01:00
sql.h src: sql structure refactoring 2017-08-11 18:18:45 +02:00
stats.c cppcheck refactoring 2020-08-10 20:58:34 +02:00
store.c Fixed typo for openssl 1.0.x EVP_bf_cbc() 2020-12-04 19:38:21 +01:00
tai.c cppcheck refactoring 2020-08-10 20:58:34 +02:00
tai.h Code cleanup 2020-03-03 15:47:02 +01:00
test.c pilertest should calculate retention timestamp starting from the sent timestamp 2020-12-13 19:49:46 +01:00
tokenizer.c Fixed from/sender processing 2020-12-13 07:50:03 +01:00
trans.h improved the search feature 2017-05-06 20:15:41 +02:00