0
I Use This!
Inactive

Commits : Listings

Analyzed 1 minute ago. based on code collected 5 minutes ago.
Feb 27, 2025 — Feb 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... over 16 years ago
- version now is 1.0.3 - removed PKG_CHECK_MODULES for libxml2 and added AM_PATH_XML instead and make use of xml2-config to handle different distros - added check for perl since we now need it More... over 16 years ago
- removed exit() calls which shouldn't occur in a library (patch from Thomas Biege) - adjusted internal functions to return errno: idmef_parser_start_document(), idmef_parser_start_element(), idmef_parser_fatal_error() More... over 16 years ago
replaced shellscript with perl gen.pl More... over 16 years ago
New file provided by Thomas Biege, Novell More... over 16 years ago
02-15-2009 libidmef-1.0.2 Sandro Poppi <[email protected]> - added experimental feature for Assets, use --enable-asset with configure [NOTE: DON'T USE! IT'S BROKEN!] - fixed a segfault issue when a tag <IDMEF-Message> was given without attributes and idmefp should be generated - fixed an implementation issue regarding analyzer path tracking: now more than 2 nested <Analyzer> tags are possible conforming to the current draft/rfc Thanks to Joel Winteregg for reporting and support - create.c.tmpl, helpers.c, parser.c, global.c, ilist.c: Fixed compile time warnings with gcc 4.x - fixed an issue in libidmef_idmefp_destroy(): now recursive behaviour of libxml2 in xmlFreeNode() is reflected as well as a segfault issue when deleting IDMEFmessage. Thanks to Joel Winteregg and Gregoire Kraehenbuehl for the hint - libidmef-functions.map -- now reflects change in AdditionalData element of draft 16 - parser.c -- cleaned up code from commented out test code -- now reflects change in AdditionalData element of draft 16 -- fixed issues when calling new... functions which may result in "unusual behaviour" (missing closing NULL) -- fixed issues which could lead to segfaults (Thanks to Joel Winteregg for reporting) - idmef-messages.dtd updated to last draft - updated the example*.xml files More... about 17 years ago
- prepared for v1.0.2-beta1 More... over 20 years ago
- removed glib.h requirement More... over 20 years ago
- version updated to beta1 More... over 20 years ago
- ilist.c: added function libidmef_list_delete() for deleting nodes from the list More... over 20 years ago
- examples/example[13].c: added freeing of generated IDMEFPtr - examples/example2.c: added freeing of generated IDMEFmesages More... over 20 years ago
- cleaned up code from irrelevant additions in idmef_parser_start_element() - fixed missing checks for memory allocation errrors More... over 20 years ago
- added idmef_message.h/message.c for functions handling IDMEFmessage Thanks to Jidong Long for pointing this out More... over 20 years ago
re-commit due to errors in prior commit More... over 20 years ago
- added for new version for IDMEF draft14 More... almost 21 years ago
- added sax parser (sp) - added support for IDMEF draft14 (sp) - added double linked list for free'ing nodes cleanly (sp) More... almost 21 years ago
Changes by Sandro Poppi <[email protected]> to update to draft 12. More... about 21 years ago
Update `configure' scripts. More... almost 22 years ago
Start updating documentation. More... almost 22 years ago
Update ChangeLog. More... almost 22 years ago
Add RPM SPEC file. More... almost 22 years ago
Update `configure' scripts. More... almost 22 years ago
Require libxml2-2.5.10 instead of libxml2-2.5.11. More... almost 22 years ago
Fix headers, stdarg.h for va_list. More... almost 22 years ago
Fix headers. More... almost 22 years ago
Add function declarations, clean-up headers, add comments and incorporate changes in support of global.c More... almost 22 years ago
Numerous fixes: - Fix clean up header files. - Remove code now in global.c - de-macro thread-specific xml calls. More... almost 22 years ago
Add global.c which contains global/internal routines. More... almost 22 years ago
Add unistd.h for struct tv on FreeBSD. More... almost 22 years ago
#ifdef the locking. More... almost 22 years ago