libprelude 0.9.16.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News libprelude 0.9.16.2 (Default branch)
# 1  
Old 01-23-2008
libprelude 0.9.16.2 (Default branch)

The Prelude Library (libprelude) is the glue thatbinds all aspects of Prelude together. Prelude isa hybrid Intrusion Detection frameworkimplementing an open communication layer for useby any security application. libprelude is alibrary that enables Prelude components tocommunicate with the Prelude concentrator. It alsomakes it easy for third party software to be made'Prelude Aware' (able to communicate with Preludecomponents). It provides common, useful featuresused by every sensor.License: GNU General Public License (GPL)Changes:
The Perl and Python wrappers for IDMEF "get_next"functions were fixed. The bindings compilationfailure on some architectures (namely Solaris) wasfixed. FreeBSD compilation fixes were made.Solaris compilation fixes were made.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Prelude.isLineEnding(3kaya)				       Kaya module reference				       Prelude.isLineEnding(3kaya)

NAME
Prelude::isLineEnding - Checks if the character is (part of) a line ending SYNOPSIS
Bool isLineEnding( Char c ) ARGUMENTS
c The character DESCRIPTION
Returns true if the character is (part of) a line ending (i.e. ' ' or ' '). AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. RELATED
Prelude.isAlpha(3kaya) Prelude.isAlnum(3kaya) Prelude.isDigit(3kaya) Prelude.isLower(3kaya) Prelude.isPunct(3kaya) Prelude.isUpper(3kaya) Prelude.isGraph(3kaya) Prelude.isSpace(3kaya) Kaya October 2012 Prelude.isLineEnding(3kaya)