No description
Find a file
Daniel Baumann 10f8949a43
Releasing fastforward version 1:0.5.51-1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-08-18 07:56:13 +02:00
.github/workflows Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
debian Releasing fastforward version 1:0.5.51-1~ffwd13+u1. 2025-08-18 07:56:13 +02:00
docs Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
examples/mod_libhtp Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
extras Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
htp Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
m4 Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
test Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
.gitignore Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
appveyor.yml Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
AUTHORS Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
autogen.sh Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
ChangeLog Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
config.rpath Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
configure.ac Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
COPYING Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
get-version.sh Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
htp.pc.in Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
LICENSE Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
Makefile.am Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
NEWS Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
NOTICE Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
README Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00
VERSION Adding upstream version 1:0.5.51. 2025-08-18 07:56:07 +02:00

LibHTP
============================================================================
Copyright 2009-2010 Open Information Security Foundation
Copyright 2010-2013 Qualys, Inc.
============================================================================

LibHTP is a security-aware parser for the HTTP protocol and the related bits
and pieces. The goal of the project is mainly to support the Suricata use case.
Other use cases might not fully be supported, and we encourage you to cover these.

   |   STATUS
   |
   |   We are currently in the process of migrating LibHTP to a Rust version and thus
   |   support will be discontinued.

See the LICENSE, COPYING, and NOTICE files distributed with this work for
information regarding licensing, copying and copyright ownership.


INSTALLATION
------------

Assuming you're using an already packaged version of LibHTP, the installation
process should be as simple as:

  $ sudo chmod u+x autogen.sh
  $ ./autogen.sh
  $ ./configure
  $ make
  $ sudo make install

If you've retrieved your LibHTP directly from the repository, you will need
to perform the following steps first:

 1. Update the version number in VERSION.

 2. Run autogen.sh, which will update the build system.



DOCUMENTATION
-------------

The best documentation at this time is the code itself and the Doxygen output (which
should be all right). There's also a quick start guide in the doc/ folder, which
should give you enough information to get going.


LICENSE
-------

LibHTP is licensed under the BSD 3-Clause license (also known as "BSD New" and
"BSD Simplified".) The complete text of the license is enclosed in the file LICENSE.