./wip/libee, Event Expression Library inspired by CEE

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4.1, Package name: libee-0.4.1, Maintainer: bartosz.kuzma

CEE is an upcoming standard used to describe network events in a number
of normalized formats. It's goal is to unify they currently many different
representations that exist in the industry.

The core idea of libee is to provide a small but hopefully convenient
API layer above the CEE standard. However, CEE is not finished. At the time
of this writing, CEE is under heavy development and even some of its core
data structures (like the data dictionary and taxonmy) have not been fully
specified.

More information on CEE can be found: http://cee.mitre.org/


Required to run:
[textproc/libxml2] [devel/libestr]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: fdd462e0c177684646788cc8adf8158128ccd7eb
Filesize: 348.746 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-03 11:10:35 by Aleksej Saushev | Files touched by this commit (193)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-05-04 09:48:31 by Bartosz Kuzma | Files touched by this commit (2)
Log message:
Update to 0.4.1.

Version 0.4.1 (rgerhards), 2012-04-16
* fixed configure.ac in regard to math lib
   2012-02-22 22:38:56 by Bartosz Kuzma | Files touched by this commit (3)
Log message:
Update to 0.4.0

Changes since 0.3.3:
 - rename convert tool to prevent name clash with ImageMagick's tool
 - support for decoding json added
 - bugfix: ee_newFieldFromNV() did not work correctly
   value was set, but number of values were not corrected, this the
   value could not be used (looked like non-present)
   2012-02-12 20:09:45 by Bartosz Kuzma | Files touched by this commit (2)
Log message:
MAKE_JOBS_SAFE=no
   2012-02-12 19:32:21 by Bartosz Kuzma | Files touched by this commit (3)
Log message:
Update to 0.3.2

Changes since 0.3.1
 * API enhancements:
    - added capability to enumerate tags inside a tagbucket
    - added capability to obtain tagbucket for an event
      -> ee_EventGetTagbucket()
    - added capability to add a string value to a field in one call
      -> ee_addStrValueToField()
    - added ee_getTag(), ee_setTags()
 * added additional parser
    - RFC5424Date
 * potentially problematic API change: in earlier versions,
   the function ee_TagbucketHasTag() was errornously name ee_BucketHasTag().
 * This has been corrected, potentially resulting in API incompatibility.
   We have accepted this, because we are at level 0.x AND know that potentially
   no current user has ever used this function, but instead the upper-layer
   equivalents. But if thinks break, you now know why ;)
 * flat tags are no longer encoded in the CEE encoders as CEE does not support
   flat tags. However, this can be turned on via context flags, if desired
 * bugfix: compile problems under Solaris
   closes: http://bugzilla.adiscon.com/show_bug.cgi?id=253
 * bugfix: ee_EventGetTagbucket() always returned -1 (error)
   2012-02-06 20:54:41 by Filip Hajny | Files touched by this commit (2)
Log message:
Patch to include sys/types.h for time_t on SunOS.

   2011-04-18 15:42:33 by Bartosz Kuzma | Files touched by this commit (3)
Log message:
Update to 0.3.1.

Changes:
 * API extensions
 * brought tag handling a bit inline with upcoming 0.6 draft CEE spec
   2011-04-14 11:06:55 by Bartosz Kuźma | Files touched by this commit (5) | Imported package
Log message:
Import libee-0.3.0 as wip/libee.

CEE is an upcoming standard used to describe network events in a number
of normalized formats. It's goal is to unify they currently many different
representations that exist in the industry.

The core idea of libee is to provide a small but hopefully convenient
API layer above the CEE standard. However, CEE is not finished. At the time
of this writing, CEE is under heavy development and even some of its core
data structures (like the data dictionary and taxonmy) have not been fully
specified.

More information on CEE can be found: http://cee.mitre.org/