2008-06-10 15:57:10 by John R. Shannon | Files touched by this commit (3) |
Log message:
RE: pkg/38922: security/libprelude fails to build
Applied Hasso Tepper recommended fix. Thank you.
|
2008-04-28 12:52:40 by John R. Shannon | Files touched by this commit (1) |
Log message:
New patch required for 0.9.17
|
2008-04-28 12:51:49 by John R. Shannon | Files touched by this commit (3) |
Log message:
Update to 0.9.17. Changes:
- Implement RFC 4122 UUIDv1 identifier generation, more resistant to
duplicate than our previous implementation in case of clock skew, or
multiple client with the same analyzerid sending alert in parallel.
- You can now provide NULL value to idmef_path_set() in order to
destroy existing value within an IDMEF message.
- Unify memory handling of value retrieval through idmef_path_t. This
allow the user to retrieve and keep any values, even through the
associated IDMEF message is freed.
- Build system cleanup, enable RELRO when possible.
- Implement PRELUDE_CLIENT_FLAGS_AUTOCONFIG, which is set by default,
but that applications might unset in order for their client not to
read the default profile/global configuration.
- Fix possible assertion when destroying un-started prelude-client.
- Improvement to the prelude-io API, the user might now hook its own
handling function.
- Fix dumping of (not) NULL criteria operator to string. Remove
gratuitous space insertion when dumping criteria.
- Headers fixes for C++ build.
- Fix printing and cloning of empty IDMEF string.
- In IDMEF to string convertion code, print <invalid enum value> in
place of NULL on invalid enumeration value.
- Various bug fixes.
|
2008-03-06 15:53:57 by Thomas Klausner | Files touched by this commit (245) | |
Log message:
Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.
|
2008-03-03 16:13:02 by John R. Shannon | Files touched by this commit (3) |
Log message:
Update to 0.9.16.2. Changes:
- Fix bindings for IDMEF 'get_next' functions.
- Make sure we use no additional GnuLib compiler flags when building
bindings, this fix bindings compilation failure on some architecture
(Solaris).
|
2007-10-29 22:55:30 by John R. Shannon | Files touched by this commit (2) |
Log message:
Update to 0.9.16. Changes:
- Implement prelude-admin list [-l] command, which provide the ability to list
existing profile name, permission, registration permission, analyzerID, and
Issuer analyzerid.
- Implement multiple analyzer deletion in prelude-admin.
- Correct printing of IDMEF time field using non local GMT offset.
- Patch to avoid struct typespec redefinition, due to variable mispelling.
This fixes a compilation problem on OpenBSD 3.8.
- Various bug fixes.
|
2007-09-15 10:30:51 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Fix build issus on DragonFly with GNUlib and don't use d_reclen as the
assertion is ensured already by opendir.
|
2007-09-08 11:02:38 by John R. Shannon | Files touched by this commit (2) |
Log message:
Correct PLIST ommission and bump PKGREVISION
|
2007-09-05 20:58:19 by John R. Shannon | Files touched by this commit (4) |
Log message:
Corrected my misunderstanding of CONF_FILES
infrastrure. Fixed several configuration file
installation problems.
|
2007-09-03 15:43:41 by John R. Shannon | Files touched by this commit (6) |
Log message:
Update to 0.9.15.1. Changes:
- Fix build error on system that use native awk implementation in place of GNU awk
(Pierre Chifflier <chifflier at inl.fr>), fix #256.
- Avoid a prelude-string fatal assertion, by denying copy/cloning of an empty
prelude-string.
- Correction to the 'prelude-admin send' help message.
- Convert prelude-string to use prelude_return_if_fail() in place of prelude_log().
|