| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=287748
|
|
|
|
| |
Notes:
svn path=/head/; revision=285417
|
|
|
|
| |
Notes:
svn path=/head/; revision=282960
|
|
|
|
| |
Notes:
svn path=/head/; revision=275703
|
|
|
|
| |
Notes:
svn path=/head/; revision=273686
|
|
|
|
| |
Notes:
svn path=/head/; revision=271514
|
|
|
|
| |
Notes:
svn path=/head/; revision=264723
|
|
|
|
| |
Notes:
svn path=/head/; revision=259929
|
|
|
|
| |
Notes:
svn path=/head/; revision=259125
|
|
|
|
|
|
|
| |
specific OS version on which it will not, please let me know.
Notes:
svn path=/head/; revision=258395
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=257504
|
|
|
|
| |
Notes:
svn path=/head/; revision=255465
|
|
|
|
| |
Notes:
svn path=/head/; revision=251384
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=251277
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Logfile monitoring has been enhanced with three new features:
(1) reporting on bursts of very similar/repeated messages
(2) reporting on expected yet missing messages (e.g. heartbeat messages)
(3) reporting on correlated events (e.g. event A is followed by event B
within X seconds)
- Better caching of UIDs/GIDs to reduce lookups
- Hostnames of clients are matched case-insensitively now
Notes:
svn path=/head/; revision=246877
|
|
|
|
| |
Notes:
svn path=/head/; revision=243634
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=242799
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=241925
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=241775
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=238378
|
|
|
|
| |
Notes:
svn path=/head/; revision=238312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
where an unauthorized client could download configuration and database
files from the server.
Full changes since 2.5.2:
- email logging has been rewritten for enhanced functionality. It's
now possible to filter messages different for each recipient, and
regular expressions can be used now for filtering
- new option SetMailPort allows to set a custom SMTP port
- in the configuration file, option values can now be set by evaluating
shell commands: Key = $( command )
- PortCheckInterface now allows a list as value
- new option SetConnectionTimeout allows to configure the client/server
connection timeout
- new option SetThrottle allows to configure throughput throttling for
the database download to the client
Notes:
svn path=/head/; revision=229503
|
|
|
|
|
|
|
|
| |
PR: 131286, 131585 (partial)
Submitted by: Vladimir Korkodinov <viper at perm dot raid dot ru>
Notes:
svn path=/head/; revision=228623
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- On request, there is now a global option LooseDirCheck ([false]/true) to
drop reports on directories with changes of size/mtime/ctime (resulting
from changes within the directory)
- An option to improve hidden process detection from within an OpenVZ
container has been added
- Port check now reports process pid, reporting to prelude is more
complete now
- A bug has been fixed whereby for files larger than 2GB, a filesize of
exactly 2GB could be inserted into the RDBMS (if logging to one)
Notes:
svn path=/head/; revision=227857
|
|
|
|
| |
Notes:
svn path=/head/; revision=223981
|
|
|
|
|
|
|
|
| |
Forgotten by: beech
Reported by: pointyhat
Notes:
svn path=/head/; revision=223609
|
|
|
|
|
|
|
| |
build issues on 64 bit platforms.
Notes:
svn path=/head/; revision=222409
|
|
|
|
| |
Notes:
svn path=/head/; revision=219609
|
|
|
|
|
|
|
| |
Submitted by: QA Tindy
Notes:
svn path=/head/; revision=218517
|
|
|
|
|
|
|
| |
the dnmalloc allocator.
Notes:
svn path=/head/; revision=218371
|
|
|
|
|
|
|
|
| |
PR: 123660
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl>
Notes:
svn path=/head/; revision=213044
|
|
|
|
|
|
|
| |
file content for small files in the signature database itself.
Notes:
svn path=/head/; revision=212385
|
|
|
|
|
|
|
| |
binary before execution did not function correctly.
Notes:
svn path=/head/; revision=205735
|
|
|
|
|
|
|
| |
by brd@.
Notes:
svn path=/head/; revision=202976
|
|
|
|
| |
Notes:
svn path=/head/; revision=199442
|
|
|
|
| |
Notes:
svn path=/head/; revision=198929
|
|
|
|
|
|
|
|
|
| |
PR: ports/116112
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl>
Approved by: lx
Notes:
svn path=/head/; revision=198862
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
Notes:
svn path=/head/; revision=196111
|
|
|
|
| |
Notes:
svn path=/head/; revision=193980
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update dependent ports accordingly.
- Bump PORTVERSION to force rebuild.
PR: ports/112703
Submitted by: Marcelo Araujo <araujo@FreeBSD.org>
Approved by: stas (mentor)
Notes:
svn path=/head/; revision=192913
|
|
|
|
|
|
|
|
|
| |
module. If you are a user of this module, upgrading is recommended.
Approved by: edwin (mentor)
Notes:
svn path=/head/; revision=191433
|
|
|
|
|
|
|
| |
Approved by: edwin (mentor)
Notes:
svn path=/head/; revision=188662
|
|
|
|
|
|
|
| |
Approved by: edwin (mentor)
Notes:
svn path=/head/; revision=183649
|
|
|
|
|
|
|
| |
Approved by: edwin (mentor)
Notes:
svn path=/head/; revision=182880
|
|
|
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
PR: ports/107985
Submitted by: Robin Gruyters <r.gruyters at yirdis.nl>
Approved by: edwin (mentor)
Notes:
svn path=/head/; revision=182530
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- library version update of related ports
Changelog libprelude:
- Hook class comparison function. Accept NULL, equal, not equal operator.
- Introduce better error checking in the idmef-class API, which is now
considered public and might be used by external application. Rename
error code to reflect the API.
- Change to the way IDMEF listed element are handled. Specifying negative
number as the position of the element from the low level API now allow
to position the element at the specified (reversed) index. Using the
high level API a negative index permit to address a list of element
backward (replace an element).
- Build fixes for SWIG > 1.3.27.
- Modify idmef_value_match() so that it always unroll listed value
(do it for both val1 and val2. Remove assertion, and let
idmef_value_type_compare() return an error code in case there is an issue.
- Handle path using IDMEF_LIST_APPEND or IDMEF_LIST_PREPEND as
path using an undefined list index on idmef_path_get() call.
- Make criteria parser accept (*) list index.
- Implement comparison function for all IDMEF object.
PR: ports/104328
Submitted by: maintainer (Robin Gruyters)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=178081
|
|
|
|
|
|
|
|
| |
PR: ports/105159
Submitted by: David Thiel (maintainer)
Notes:
svn path=/head/; revision=176462
|
|
|
|
|
|
|
|
| |
PR: ports/102915
Submitted by: David Thiel <lx at redundancy.redundancy.org> (maintainer)
Notes:
svn path=/head/; revision=172380
|
|
|
|
|
|
|
|
|
|
| |
some issues with the Prelude IDS system and compilation on x86_64.
PR: ports/99114
Submitted by: maintainer
Notes:
svn path=/head/; revision=165703
|
|
|
|
|
|
|
| |
Reported by: krismail
Notes:
svn path=/head/; revision=163081
|