25 Commits

Author SHA1 Message Date
robert
9f9aec07c9 update to 3.1.5 2015-05-17 16:04:10 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
ajacoutot
dc1c7c4872 MySQL -> MariaDB in READMEs. 2014-09-14 05:58:07 +00:00
brad
b94a402501 Switch from using MySQL to using MariaDB attempt #2. MariaDB is a drop-in replacement.
ok sthen@
2014-09-13 18:09:20 +00:00
espie
fba99f4fde more appropriate uses of INSTALL_PROGRAM.
Unhardcode chown.
2014-08-10 10:11:47 +00:00
ajacoutot
eb061317b2 We have AI_ADDRCONFIG now.
ok robert@ (maintainer)
2014-04-29 07:32:20 +00:00
naddy
0f88ce9cc8 add another semi-portable alternative to work around our lack of sum(1) 2014-04-03 15:13:19 +00:00
espie
80b8aa04a3 iick, passwd directly in binary file 2014-01-25 13:18:04 +00:00
ajacoutot
d4efdbbb5c Set @mode explicitely. 2014-01-19 09:54:18 +00:00
brad
17833ea850 Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.

Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
ajacoutot
21f28e6522 Revert the mysql->MariaDB blurb in the READMEs.
It seems the MariaDB move will be reverted.
2013-06-06 13:57:48 +00:00
ajacoutot
9afcdab386 mysql -> MariaDB 2013-06-05 14:38:08 +00:00
brad
0b77cf86a5 Switch from using MySQL to using MariaDB. MariaDB is a drop-in replacement.
ok sthen aja
2013-05-25 00:33:09 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
ajacoutot
9e358a7825 Properly enable xml logs.
Use @extraunexec instead of @extra.
Always start the server in check mode.

from robert@
2012-09-07 13:39:43 +00:00
robert
7f7d57b857 --enable-xml-log is needed for both the client and the server so enable
it by default
2012-06-25 18:54:07 +00:00
ajacoutot
9866105e83 No need for @extraunexec here, @extra is enough. 2012-05-18 13:05:15 +00:00
ajacoutot
9aa5ebca2b typo: Zabbix -> Samhain 2012-05-18 11:30:09 +00:00
robert
2bb0ee1cd7 Add support for te samhain in-binary password so that remote logging
works and add a readme on how to set this up properly.
2012-05-18 10:28:05 +00:00
ajacoutot
f7d38c649a Unbreak on a clean box: fix the way FLAVOR are handled.
spotted by sthen@

ok sthen@ robert@ (maintainer)
2012-05-16 13:47:18 +00:00
ajacoutot
61d2f52129 Fix dependency loop; spotted by robert@ 2012-05-16 09:36:53 +00:00
ajacoutot
9210b9f432 Make -server and -client RUN_DEPENDS on -main.
Make DESCR consisten.

ok robert@ (maintainer)
2012-05-15 09:47:03 +00:00
ajacoutot
9c6bcdb4d1 Tweak error message; FLAVORs can be either conflicting or unknown.
No pkg change.

ok robert@ (maintainer)
2012-05-15 07:20:37 +00:00
ajacoutot
34c989a247 No need to specify localstatedir, gnu CONFIGURE_STYLE takes care of it.
Remove content of /var/samhain/* with pkg_delete -c.

ok robert@ (maintainer)
2012-05-11 09:38:28 +00:00
robert
14ae1c3418 import of samhain:
Samhain is an open source file integrity and host-based intrusion
detection system for Linux and Unix. It can run as a daemon process,
and and thus can remember file changes - contrary to a tool that runs
from cron, if a file is modified you will get only one report, while
subsequent checks of that file will ignore the modification as it is
already reported (unless the file is modified again).

ok jasper@
2012-05-11 09:24:23 +00:00