[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4-288-g3599e22

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Mon Jul 15 10:22:20 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OISF".

The branch, master has been updated
       via  3599e22e4c0981caf216d6fbd6e83102ab6df789 (commit)
       via  48cf0585fb69c9bad712377d82796e191e24af47 (commit)
       via  080c15b3fce8ee693d5431f2aa89d267a7fd9b7c (commit)
      from  538da268121a6bb936a66c5932a3d78852d42c5a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3599e22e4c0981caf216d6fbd6e83102ab6df789
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Jul 15 12:20:46 2013 +0200

    libhtp: remove libhtp from repo

commit 48cf0585fb69c9bad712377d82796e191e24af47
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Tue Apr 2 20:58:01 2013 +0530

    Suricata upgrade to libhtp 0.5.x.
    
    Remove the support for now unsupported personalities from libhtp -
    TOMCAT_6_0, APACHE and APACHE_2_2.  We instead use the APACHE_2
    personality.

commit 080c15b3fce8ee693d5431f2aa89d267a7fd9b7c
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Oct 5 11:46:05 2012 +0200

    Enable libhtp 0.3.0 compilation and crash free UT run. Still see 5 failed tests.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac                                       |   11 +-
 libhtp/AUTHORS                                     |    1 -
 libhtp/COPYING                                     |   13 -
 libhtp/LIBHTP_LICENSING_EXCEPTION                  |  120 --
 libhtp/LICENSE                                     |  281 ---
 libhtp/Makefile.am                                 |    8 -
 libhtp/README                                      |  103 -
 libhtp/configure.ac                                |  137 --
 libhtp/docs/QUICK_START                            |  102 -
 libhtp/docs/doxygen.conf                           | 1356 ------------
 libhtp/htp.pc.in                                   |   11 -
 libhtp/htp/Makefile.am                             |   14 -
 libhtp/htp/bstr.c                                  |  657 ------
 libhtp/htp/bstr.h                                  |   97 -
 libhtp/htp/dslib.c                                 |  563 -----
 libhtp/htp/dslib.h                                 |  106 -
 libhtp/htp/hooks.c                                 |  194 --
 libhtp/htp/hooks.h                                 |   51 -
 libhtp/htp/htp.c                                   |   27 -
 libhtp/htp/htp.h                                   | 1168 ----------
 libhtp/htp/htp_config.c                            |  886 --------
 libhtp/htp/htp_connection.c                        |  120 --
 libhtp/htp/htp_connection_parser.c                 |  288 ---
 libhtp/htp/htp_decompressors.c                     |  226 --
 libhtp/htp/htp_decompressors.h                     |   49 -
 libhtp/htp/htp_parsers.c                           |   56 -
 libhtp/htp/htp_request.c                           |  915 --------
 libhtp/htp/htp_request_apache_2_2.c                |  336 ---
 libhtp/htp/htp_request_generic.c                   |  309 ---
 libhtp/htp/htp_request_parsers.c                   |  123 --
 libhtp/htp/htp_response.c                          |  848 --------
 libhtp/htp/htp_response_generic.c                  |  294 ---
 libhtp/htp/htp_transaction.c                       |  196 --
 libhtp/htp/htp_util.c                              | 2260 --------------------
 libhtp/htp/utf8_decoder.c                          |   94 -
 libhtp/htp/utf8_decoder.h                          |   55 -
 libhtp/m4/.keep                                    |    2 -
 libhtp/test/Makefile.am                            |   12 -
 libhtp/test/files/01-get.t                         |   14 -
 libhtp/test/files/02-header-test-apache2.t         |  Bin 393 -> 0 bytes
 libhtp/test/files/03-post-urlencoded.t             |   34 -
 libhtp/test/files/04-post-urlencoded-chunked.t     |   24 -
 libhtp/test/files/05-expect.t                      |   37 -
 libhtp/test/files/06-uri-normal.t                  |    9 -
 libhtp/test/files/07-pipelined-connection.t        |   15 -
 libhtp/test/files/08-not-pipelined-connection.t    |   18 -
 libhtp/test/files/09-multi-packet-request-head.t   |   14 -
 libhtp/test/files/10-host-in-headers.t             |   34 -
 libhtp/test/files/11-response-stream-closure.t     |   13 -
 libhtp/test/files/12-connect-request.t             |   21 -
 libhtp/test/files/13-compressed-response-gzip-ct.t |  Bin 1462 -> 0 bytes
 .../files/14-compressed-response-gzip-chunked.t    |  Bin 29051 -> 0 bytes
 libhtp/test/files/15-connect-complete.t            |  Bin 8601 -> 0 bytes
 libhtp/test/files/16-connect-extra.t               |   32 -
 libhtp/test/files/misc.t                           |   10 -
 libhtp/test/main.c                                 | 1388 ------------
 libhtp/test/test-tcpick.c                          |  335 ---
 libhtp/test/test.c                                 |  375 ----
 libhtp/test/test.h                                 |   48 -
 src/Makefile.am                                    |    1 +
 src/app-layer-htp-file.c                           |   32 +-
 src/app-layer-htp-libhtp.c                         |  209 ++
 src/app-layer-htp-libhtp.h                         |   51 +
 src/app-layer-htp.c                                | 1095 +++++-----
 src/app-layer-htp.h                                |   15 +-
 src/detect-engine-hcbd.c                           |    6 +-
 src/detect-engine-hcd.c                            |   20 +-
 src/detect-engine-hhd.c                            |   16 +-
 src/detect-engine-hhhd.c                           |   14 +-
 src/detect-engine-hmd.c                            |    2 +-
 src/detect-engine-hrhd.c                           |   73 +-
 src/detect-engine-hrhhd.c                          |   18 +-
 src/detect-engine-hrud.c                           |    2 +-
 src/detect-engine-hsbd.c                           |    6 +-
 src/detect-engine-hscd.c                           |    2 +-
 src/detect-engine-hsmd.c                           |    2 +-
 src/detect-engine-hua.c                            |   10 +-
 src/detect-engine-mpm.c                            |    2 +
 src/detect-engine-state.c                          |    5 +-
 src/detect-engine-uri.c                            |   14 +-
 src/detect-parse.c                                 |    8 -
 src/detect-uricontent.c                            |   48 +-
 src/detect.c                                       |   12 +-
 src/log-file.c                                     |   61 +-
 src/log-filestore.c                                |   60 +-
 src/log-httplog.c                                  |   15 +-
 src/suricata.c                                     |   10 +-
 suricata.yaml.in                                   |    5 +-
 88 files changed, 1042 insertions(+), 15282 deletions(-)
 delete mode 100644 libhtp/AUTHORS
 delete mode 100644 libhtp/COPYING
 delete mode 100644 libhtp/ChangeLog
 delete mode 100644 libhtp/LIBHTP_LICENSING_EXCEPTION
 delete mode 100644 libhtp/LICENSE
 delete mode 100644 libhtp/Makefile.am
 delete mode 100644 libhtp/NEWS
 delete mode 100644 libhtp/README
 delete mode 100644 libhtp/configure.ac
 delete mode 100644 libhtp/docs/QUICK_START
 delete mode 100644 libhtp/docs/doxygen.conf
 delete mode 100644 libhtp/htp.pc.in
 delete mode 100644 libhtp/htp/Makefile.am
 delete mode 100644 libhtp/htp/bstr.c
 delete mode 100644 libhtp/htp/bstr.h
 delete mode 100644 libhtp/htp/dslib.c
 delete mode 100644 libhtp/htp/dslib.h
 delete mode 100644 libhtp/htp/hooks.c
 delete mode 100644 libhtp/htp/hooks.h
 delete mode 100644 libhtp/htp/htp.c
 delete mode 100644 libhtp/htp/htp.h
 delete mode 100644 libhtp/htp/htp_config.c
 delete mode 100644 libhtp/htp/htp_connection.c
 delete mode 100644 libhtp/htp/htp_connection_parser.c
 delete mode 100644 libhtp/htp/htp_decompressors.c
 delete mode 100644 libhtp/htp/htp_decompressors.h
 delete mode 100644 libhtp/htp/htp_parsers.c
 delete mode 100644 libhtp/htp/htp_request.c
 delete mode 100644 libhtp/htp/htp_request_apache_2_2.c
 delete mode 100644 libhtp/htp/htp_request_generic.c
 delete mode 100644 libhtp/htp/htp_request_parsers.c
 delete mode 100644 libhtp/htp/htp_response.c
 delete mode 100644 libhtp/htp/htp_response_generic.c
 delete mode 100644 libhtp/htp/htp_transaction.c
 delete mode 100644 libhtp/htp/htp_util.c
 delete mode 100644 libhtp/htp/utf8_decoder.c
 delete mode 100644 libhtp/htp/utf8_decoder.h
 delete mode 100644 libhtp/m4/.keep
 delete mode 100644 libhtp/test/Makefile.am
 delete mode 100644 libhtp/test/files/01-get.t
 delete mode 100644 libhtp/test/files/02-header-test-apache2.t
 delete mode 100644 libhtp/test/files/03-post-urlencoded.t
 delete mode 100644 libhtp/test/files/04-post-urlencoded-chunked.t
 delete mode 100644 libhtp/test/files/05-expect.t
 delete mode 100644 libhtp/test/files/06-uri-normal.t
 delete mode 100644 libhtp/test/files/07-pipelined-connection.t
 delete mode 100644 libhtp/test/files/08-not-pipelined-connection.t
 delete mode 100644 libhtp/test/files/09-multi-packet-request-head.t
 delete mode 100644 libhtp/test/files/10-host-in-headers.t
 delete mode 100644 libhtp/test/files/11-response-stream-closure.t
 delete mode 100644 libhtp/test/files/12-connect-request.t
 delete mode 100644 libhtp/test/files/13-compressed-response-gzip-ct.t
 delete mode 100644 libhtp/test/files/14-compressed-response-gzip-chunked.t
 delete mode 100644 libhtp/test/files/15-connect-complete.t
 delete mode 100644 libhtp/test/files/16-connect-extra.t
 delete mode 100644 libhtp/test/files/anchor.empty
 delete mode 100644 libhtp/test/files/misc.t
 delete mode 100644 libhtp/test/main.c
 delete mode 100644 libhtp/test/test-tcpick.c
 delete mode 100644 libhtp/test/test.c
 delete mode 100644 libhtp/test/test.h
 create mode 100644 src/app-layer-htp-libhtp.c
 create mode 100644 src/app-layer-htp-libhtp.h


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list