[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4-43-g66f3c37

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Fri Feb 22 08:56:50 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  66f3c370162ed91e6dbb6f23a59b155740a2bf9f (commit)
       via  3511f91bba561d0620b9082ab7dd3c4294400925 (commit)
       via  c4ce19a1be4cbd08d2ea6559cffc52106c900f26 (commit)
      from  ebccb9ffcd707b4b68588a78e1b62a27bf9859fa (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 66f3c370162ed91e6dbb6f23a59b155740a2bf9f
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Sat Feb 9 13:46:19 2013 +0530

    code cleanup + unittests added against http_host and http_raw_host keywords,
    against various combinations of hostname in uri and host header.

commit 3511f91bba561d0620b9082ab7dd3c4294400925
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Sat Feb 2 08:31:28 2013 +0530

    Add support for the new keyword - http_raw_host header.
    
    The corresponding pcre modifier would be 'Z'.

commit c4ce19a1be4cbd08d2ea6559cffc52106c900f26
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Fri Jan 25 17:44:07 2013 +0530

    Add support for a new keyword to inspect http_host header.
    
    The corresponding content keyword would now be - http_host.
    The corresponding pcre modifier would be W.

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

Summary of changes:
 src/Makefile.am                                    |    4 +
 src/detect-depth.c                                 |    9 +-
 src/detect-distance.c                              |   10 +-
 src/detect-engine-content-inspection.h             |    2 +
 src/{detect-engine-hrhd.c => detect-engine-hhhd.c} | 1380 +++--------
 src/{detect-engine-hua.h => detect-engine-hhhd.h}  |   14 +-
 ...{detect-engine-hrhd.c => detect-engine-hrhhd.c} | 1401 +++--------
 src/{detect-engine-hua.h => detect-engine-hrhhd.h} |   18 +-
 src/detect-engine-mpm.c                            |  202 ++-
 src/detect-engine-mpm.h                            |    2 +
 src/detect-engine-state.c                          |    2 +
 src/detect-engine-state.h                          |    4 +
 src/detect-engine.c                                |   14 +
 src/detect-fast-pattern.c                          | 2619 +++++++++++++++++++-
 src/{detect-http-ua.c => detect-http-hh.c}         |  691 +++---
 src/{detect-http-ua.h => detect-http-hh.h}         |   10 +-
 src/{detect-http-ua.c => detect-http-hrh.c}        |  812 ++++---
 src/{detect-http-ua.h => detect-http-hrh.h}        |   10 +-
 src/detect-isdataat.c                              |    9 +-
 src/detect-nocase.c                                |   10 +-
 src/detect-offset.c                                |    9 +-
 src/detect-parse.c                                 |   37 +-
 src/detect-pcre.c                                  |   43 +-
 src/detect-pcre.h                                  |    6 +-
 src/detect-within.c                                |   10 +-
 src/detect.c                                       |   66 +-
 src/detect.h                                       |   18 +-
 src/suricata-common.h                              |    2 +
 src/suricata.c                                     |    4 +
 29 files changed, 4575 insertions(+), 2843 deletions(-)
 copy src/{detect-engine-hrhd.c => detect-engine-hhhd.c} (57%)
 copy src/{detect-engine-hua.h => detect-engine-hhhd.h} (74%)
 copy src/{detect-engine-hrhd.c => detect-engine-hrhhd.c} (57%)
 copy src/{detect-engine-hua.h => detect-engine-hrhhd.h} (60%)
 copy src/{detect-http-ua.c => detect-http-hh.c} (71%)
 copy src/{detect-http-ua.h => detect-http-hh.h} (79%)
 copy src/{detect-http-ua.c => detect-http-hrh.c} (67%)
 copy src/{detect-http-ua.h => detect-http-hrh.h} (79%)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list