[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4-68-gdf0e7af

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Tue Feb 26 12:00:38 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  df0e7af8f25894ae888f4e3cdcd1bafa11e61dcc (commit)
       via  cd305c3a785b30e279005db1942baa2523112d7d (commit)
       via  c39c5453e9fd95a9ff6f9ec4be08c70cfd8241a3 (commit)
       via  31c03d38b9789337eca501a9efdc356302c331e7 (commit)
       via  345cfc35411204a882b721dfe441a6484889f60c (commit)
       via  9fc996e4df86304eaac944700e8024ec359a6f47 (commit)
       via  5722d8846a6bf74625f686d75901aed20cc95011 (commit)
       via  36519fb4e4d5869ef1ea2944dbe3f84b95809fee (commit)
       via  84322fa55664db73d7432d3b7cd422821a353e98 (commit)
       via  c961056ed80070bbfd6c6438fe7b3310f48a7058 (commit)
       via  74a9fc4b6679e60d8d5c49c85cb476ee27d6d656 (commit)
       via  2f30485f7b45b2f4516260500fab70819cd1519b (commit)
       via  f4faff6ff9a42dec1dfde4e5a234b302b989ccac (commit)
       via  c6b38ebf6747727425b4c97adcbe0e4e101daf52 (commit)
       via  e3df0d4f5dac6ba323022dba8e064d48f15220ea (commit)
       via  bb639e4a6d28860d5489f53cf82bcbb660abe2ef (commit)
       via  68c1276433021551884ee91a27b1128e1e4ed0da (commit)
       via  78b5812ae63856916c2e6f8ce9db8f58b5d4d781 (commit)
       via  fc7e6c4a3dceb51b098f11b96339082d940b6740 (commit)
      from  346d5662b5cd9d4a0008a3dfdd7c610e8b8d44d1 (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 df0e7af8f25894ae888f4e3cdcd1bafa11e61dcc
Author: Eric Leblond <eric at regit.org>
Date:   Sat Feb 23 12:31:17 2013 +0100

    unix-manager: fix thread killing function
    
    The name of the thread was not searched in the correct family.
    
    Reported-by: iswalker <mail2cissp at gmail.com>

commit cd305c3a785b30e279005db1942baa2523112d7d
Author: Eric Leblond <eric at regit.org>
Date:   Tue Jan 22 10:47:29 2013 +0100

    suricatasc: update python packaging
    
    'make install' install now suricatasc script and Python module to
    the system. The suricatasc client module can now be used in other
    Python projects by using 'import suricatasc'.
    
    A transformation was needed for distribution of a module and a script.
    Module in src directory is now containing most of the code and the
    script only handle argument parsing and the creation of a unix socket
    client through 'suricatasc' module.

commit c39c5453e9fd95a9ff6f9ec4be08c70cfd8241a3
Author: Eric Leblond <eric at regit.org>
Date:   Thu Dec 6 11:21:57 2012 +0100

    suricatasc: refactor as a class
    
    The goal of this commit is to be able to use suricatasc has a library
    and and program. This is done by putting all active code in class and
    adding a Python magic to detect when file is used as a program.

commit 31c03d38b9789337eca501a9efdc356302c331e7
Author: Eric Leblond <eric at regit.org>
Date:   Wed Dec 5 18:30:41 2012 +0100

    unix socket: add 'dump-counters' command
    
    This patch adds a 'dump-counters' command which answer an output of
    all performance counter.

commit 345cfc35411204a882b721dfe441a6484889f60c
Author: Eric Leblond <eric at regit.org>
Date:   Wed Dec 5 18:26:21 2012 +0100

    suricatasc: improve output of command result

commit 9fc996e4df86304eaac944700e8024ec359a6f47
Author: Eric Leblond <eric at regit.org>
Date:   Tue Dec 4 17:50:22 2012 +0100

    suricatasc: treat old server case
    
    If the server don't have the 'command-list' function, suricatasc
    was failling. This patch fixes this issue by adding a static list
    instead.

commit 5722d8846a6bf74625f686d75901aed20cc95011
Author: Eric Leblond <eric at regit.org>
Date:   Tue Dec 4 09:31:08 2012 +0100

    unix socket: add 'help' as alias to 'command-list'

commit 36519fb4e4d5869ef1ea2944dbe3f84b95809fee
Author: Eric Leblond <eric at regit.org>
Date:   Fri Nov 30 20:47:47 2012 +0100

    suricatasc: real cmd line parsing and verbose mode
    
    This patch adds commandline parsing and help to suricatasc. It also
    adds a verbose mode (-v) where the send and received JSON object are
    shown. This should ease development of unix socket client.

commit 84322fa55664db73d7432d3b7cd422821a353e98
Author: Eric Leblond <eric at regit.org>
Date:   Fri Nov 30 20:11:44 2012 +0100

    unix socket: add 'conf-get' command
    
    This patch adds a 'conf-get' command which get the configuration
    value from suricata. Argument of the command is the name of the
    variable to fetch.
    The command syntax is the following:
    {
     "command": "conf-get",
     "arguments": { "variable":value}
    }

commit c961056ed80070bbfd6c6438fe7b3310f48a7058
Author: Eric Leblond <eric at regit.org>
Date:   Fri Nov 30 19:24:49 2012 +0100

    unix socket: add 'capture-mode' command
    
    This patch displays what capture mode is used.

commit 74a9fc4b6679e60d8d5c49c85cb476ee27d6d656
Author: Eric Leblond <eric at regit.org>
Date:   Fri Nov 30 19:17:20 2012 +0100

    Add function to display current capture mode
    
    This patch adds a function to display the capture mode.

commit 2f30485f7b45b2f4516260500fab70819cd1519b
Author: Eric Leblond <eric at regit.org>
Date:   Fri Nov 30 18:49:34 2012 +0100

    unix socket: add 'runnning-mode' command
    
    This command displays the active running mode ('autofp' for
    example).

commit f4faff6ff9a42dec1dfde4e5a234b302b989ccac
Author: Eric Leblond <eric at regit.org>
Date:   Fri Nov 30 18:43:51 2012 +0100

    unix socket: add 'uptime' command
    
    This command displays the nuber of second since the start of
    Suricata.

commit c6b38ebf6747727425b4c97adcbe0e4e101daf52
Author: Eric Leblond <eric at regit.org>
Date:   Fri Nov 30 18:37:41 2012 +0100

    unix socket: add 'version' command

commit e3df0d4f5dac6ba323022dba8e064d48f15220ea
Author: Eric Leblond <eric at regit.org>
Date:   Fri Nov 30 18:28:35 2012 +0100

    suricatasc: display command list

commit bb639e4a6d28860d5489f53cf82bcbb660abe2ef
Author: Eric Leblond <eric at regit.org>
Date:   Fri Nov 30 18:24:00 2012 +0100

    suricatasc: add readline completion

commit 68c1276433021551884ee91a27b1128e1e4ed0da
Author: Eric Leblond <eric at regit.org>
Date:   Fri Nov 30 18:13:11 2012 +0100

    suricatasc: factorize code and use dynamic commands
    
    This patch factorize the recv code and uses the new 'command-list'
    to get the list of existing commands from suricata. This allows
    suricatasc to be able to call any new command if this command does
    not require an argument.

commit 78b5812ae63856916c2e6f8ce9db8f58b5d4d781
Author: Eric Leblond <eric at regit.org>
Date:   Fri Nov 30 17:50:58 2012 +0100

    unix runmode: add 'pcap-current' command
    
    This command outputs the currently processed file name or 'None'
    if no file is currently processed.

commit fc7e6c4a3dceb51b098f11b96339082d940b6740
Author: Eric Leblond <eric at regit.org>
Date:   Fri Nov 30 17:33:38 2012 +0100

    unix socket: implement command-list command

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

Summary of changes:
 configure.ac                         |   15 +++
 scripts/suricatasc/Makefile.am       |   19 +++-
 scripts/suricatasc/setup.py          |   26 ++++
 scripts/suricatasc/src/__init__.py   |    2 +
 scripts/suricatasc/src/suricatasc.py |  218 ++++++++++++++++++++++++++++++++++
 scripts/suricatasc/suricatasc.in     |  123 ++++---------------
 src/counters.c                       |  197 ++++++++++++++++++++++++++++++
 src/counters.h                       |    6 +
 src/runmode-unix-socket.c            |   22 ++++
 src/runmodes.c                       |   14 ++
 src/runmodes.h                       |    1 +
 src/suricata.c                       |    5 +
 src/suricata.h                       |    1 +
 src/unix-manager.c                   |  123 +++++++++++++++++++-
 14 files changed, 672 insertions(+), 100 deletions(-)
 create mode 100755 scripts/suricatasc/setup.py
 create mode 100644 scripts/suricatasc/src/__init__.py
 create mode 100644 scripts/suricatasc/src/suricatasc.py


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list