Commit Graph

78 Commits

Author SHA1 Message Date
Janos SUTO
65ed2f798e Bumped up version number to 1.4.5
Signed-off-by: Janos SUTO <sj@acts.hu>
2024-04-06 21:02:07 +02:00
Janos SUTO
4db63006eb Added -Wimplicit-fallthrough=2 to gcc options
Signed-off-by: Janos SUTO <sj@acts.hu>
2022-09-20 19:54:46 +02:00
Janos SUTO
186e56872a Added teaser to the configure script
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-03-26 14:31:48 +01:00
Janos SUTO
2139f8e9e4 -Wimplicit-fallthrough=2 is added for gcc 7+
Signed-off-by: Janos SUTO <sj@acts.hu>
2021-03-23 15:17:34 +01:00
Janos SUTO
f8a32dd025 Introduced smtp acl
Signed-off-by: Janos SUTO <sj@acts.hu>
2020-12-27 23:40:39 +01:00
Janos SUTO
48ec9b5c4a Add -Wimplicit-fallthrough=2 cflag only to gcc version 7+
Signed-off-by: Janos SUTO <sj@acts.hu>
2020-12-24 16:23:14 +01:00
Janos SUTO
3729ed1ecf pilerimport can read data exported by pilerexport from stdin
Signed-off-by: Janos SUTO <sj@acts.hu>
2020-12-20 22:01:34 +01:00
Janos SUTO
f7a1318b03 Added -Wimplicit-fallthrough=2 to CFLAGS
Signed-off-by: Janos SUTO <sj@acts.hu>
2020-09-17 22:49:13 +02:00
Janos SUTO
345fd715f5 cppcheck refactoring
Signed-off-by: Janos SUTO <sj@acts.hu>
2020-08-10 20:58:34 +02:00
Janos SUTO
e5062a22d8 Read version info from VERSION file
Signed-off-by: Janos SUTO <sj@acts.hu>
2020-02-23 11:47:05 +01:00
Janos SUTO
5a548be06c Moved tokenization code to tokenizer.c
Signed-off-by: Janos SUTO <sj@acts.hu>
2020-02-16 10:15:11 +01:00
Janos SUTO
8d0e2c29d8 tcp_wrappers support is optional. If its not installed, then the feature is not compiled in
Signed-off-by: Janos SUTO <sj@acts.hu>
2020-02-04 13:27:39 +01:00
Janos SUTO
2227163b68 Print libzip availability at both configure and piler -V output
Signed-off-by: Janos SUTO <sj@acts.hu>
2019-05-06 13:52:57 +02:00
Janos SUTO
f2e4cb1afe Released version 1.3.5
Signed-off-by: Janos SUTO <sj@acts.hu>
2019-04-21 18:46:57 +02:00
Janos SUTO
c37a5f2084 Added -std=c99 to gcc options
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-10-16 08:56:11 +00:00
Janos SUTO
47aa9e7cb0 Fixed gcc options for less warnings
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-10-06 16:31:02 +02:00
Janos SUTO
c669a10778 added systemd dir to SUBDIRS
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-08-13 17:30:55 +00:00
Janos SUTO
70c2580fdc Added systemd support
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-07-14 12:57:08 +00:00
Janos SUTO
2e2d04914f make install copies webui to piler localstatedir
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-06-10 18:41:42 +02:00
Janos SUTO
e7ea15594a fixed config-site.php reference in config.php
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-03-30 14:17:06 +02:00
Janos SUTO
2e801d149a moved config.php.in to the base dir
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-10-29 11:18:32 +01:00
Janos SUTO
2cc0dd65fc gui: move config-site.php to $sysconfdir/piler directory
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-10-29 11:01:39 +01:00
Janos SUTO
950211687f src: refactoring
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-08-08 15:34:45 +02:00
SJ
0b95fc19ac code refactoring
Change-Id: I6b634f1cc57b69a243259ad424b7c7aab6b93736
Signed-off-by: SJ <sj@acts.hu>
2016-11-12 10:48:08 +01:00
SJ
5f5585d519 first demo of the new architecture
Change-Id: Id76636f30173465fbd0e8516d99017b4336de4db
Signed-off-by: SJ <sj@acts.hu>
2016-10-23 22:04:55 +02:00
SJ
2abdc19f7d adding uname info to -V option
Change-Id: Ida94f4a875fc70f857d84ede7b92d720ff664d30
Signed-off-by: SJ <sj@acts.hu>
2016-07-24 13:29:19 +02:00
SJ
f70a69679d auto enabled the starttls code
Signed-off-by: SJ <sj@acts.hu>
2016-05-07 11:29:40 +02:00
SJ
1d57248db9 skipping the iv parameter initialisation 2016-04-26 22:28:38 +02:00
SJ
bd0c7e9653 code refactoring around import 2016-03-03 11:04:32 +01:00
SJ
43c1eafc48 improved the smtp engine to handle partial commands 2015-12-02 21:49:51 +01:00
SJ
b0c97aa129 added a few unit tests 2015-11-27 12:17:19 +01:00
SJ
a83bdc43a7 removed pilergetd stuff 2015-11-21 22:35:24 +01:00
SJ
ab344e0385 added a mmap based ipc feature to prevent duplicates 2015-05-09 14:31:20 +02:00
SJ
c01f0afc18 add a global extractor enable/disable option to piler.conf 2015-02-14 19:47:40 +01:00
SJ
ad85dd1a2f added compat storage layout 2015-02-01 10:40:18 +01:00
SJ
6fed43bddd introduced helper_timeout parameter 2014-11-04 12:01:39 +01:00
SJ
6d3d61374c freebsd fixes 2014-07-22 21:10:58 +02:00
SJ
7c1150052b code cleanup 2014-02-18 10:46:23 +01:00
SJ
c3bfd0f178 use the timeout binary to add a timeout feature for the external helper programs 2014-02-03 20:06:47 +01:00
SJ
a1060b76d0 fixed the reload utility 2013-09-29 10:24:05 +02:00
SJ
c951d7c79a build fixes 2013-09-28 21:47:34 +02:00
SJ
7ac7c7d98b added mariadb support with using MariaDB Client Library for C 1.0.0 Stable 2013-09-13 14:45:53 +02:00
SJ
1229e10bfc added tnef support 2013-09-11 09:19:29 +02:00
SJ
b3cea9de7f changed the internal lists to hash tables 2013-08-14 14:24:30 +02:00
SJ
bb7882cfc5 removed multitenancy option from configure script 2013-08-03 13:03:05 +02:00
SJ
20345baf7d minor fixes 2013-08-03 12:57:35 +02:00
SJ
74cd173eac daily-report.php fix 2013-05-21 11:03:03 +02:00
SJ
349298b90d improved Makefiles to support psql 2013-05-16 22:13:46 +02:00
SJ
5064f07248 added customer support for the piler daemon 2013-05-07 15:32:05 +02:00
SJ
2a94804586 added pilergetd daemon 2013-04-09 14:50:27 +02:00