Changeset 1549

Show
Ignore:
Timestamp:
02/14/08 12:45:25 (7 months ago)
Author:
common
Message:

nepenthes

  • 0.2.2 version bump
  • update CHANGES and configure.ac
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nepenthes/trunk/CHANGES

    r701 r1549  
     1Version 0.2.2 
     2================== 
     3 
     4This release has been overdue for a long time. 
     5It should compile using g++4.2 (and automake 1.10). 
     6 
     7Nepenthes 
     8        FIXES and ADDITIONS 
     9        ----- 
     10        * DownloadManager 
     11                * 0.0.0.0 is local 
     12                * if replace_local_ips is not set, local downloads will be dropped 
     13 
     14        * SocketManager 
     15                *  adding sockets during send or recv increases the .size() of m_Sockets,  
     16                   therefore the pollfd set is read beyond its borders, prevent this 
     17 
     18         
     19Modules 
     20        FIXES and ADDITIONS 
     21        ----- 
     22        * submit-norman 
     23                * submit to cwsandbox too, add a new config var urls,  
     24                  which is a list of urls to post to 
     25 
     26        * download-ftp 
     27                * big endian fixes (rui) 
     28 
     29        * shellcode-signatures 
     30                * sparc64 fixes (rui 
     31 
     32 
     33        * log-prelude 
     34                * various fixes (yoann) 
     35 
     36        * sqlhandler-postgres 
     37                * support options 
     38 
     39 
     40        * submit-norman 
     41                * use captchaless url 
     42 
     43 
     44        * log-surfnet 
     45                * prevent attack insert failures from messing up following attacks using the same socket ptr 
     46                * update attack severity for delayed attacks 
     47                * erase closed sockets from the socket tracker if there is no outstanding query to process 
     48 
     49        * download-curl 
     50                * new curl api 
     51 
     52        NEW 
     53        --- 
     54        * vuln-sav 
     55                * added 
     56 
     57        * log-hexdump 
     58                * added, external module now 
     59                * compile with --enable-debug-logging and load loghexdump.so 
     60 
     61 
     62        * sumbit-mwserv 
     63                * added (oxff) 
     64 
     65 
     66 
     67        * submit-http 
     68                * added (Niklas Schiffler) 
     69 
     70 
     71        * module-honeytrap 
     72                * added 
     73 
    174Version 0.2.0 
    275================== 
  • nepenthes/trunk/configure.ac

    r1488 r1549  
    77 
    88AC_PREREQ(2.59) 
    9 AC_INIT([nepenthes], [0.2.1], [dornseif@informatik.rwth-aachen.de]) 
    10 AM_INIT_AUTOMAKE([nepenthes], [0.2.1]) 
     9AC_INIT([nepenthes], [0.2.2], [nepenthesdev@gmail.com]) 
     10AM_INIT_AUTOMAKE([nepenthes], [0.2.2]) 
    1111AC_REVISION([$Id$]) 
    1212