Skip to content
  • Naoki Kambe's avatar
    [trac521] Summary of changes · 7a7299fb
    Naoki Kambe authored
    - add new BIND 10 module "b10-stats-httpd"
      + a standalone HTTP server for the statistics HTTP/XML interface
      + b10-stats-httpd responds statistics XML data to clients.
      + b10-stats-httpd request statistics data to b10-stats, and converts 
        python dict format to XML format.
      + It also responds XSD and XSL documents with XML data.
    
      + main of b10-stats-httpd
        stats_httpd.py.in
        run_b10-stats-httpd.sh.in
    
      + spec file related to b10-stats-httpd
        stats-httpd.spec.in
    
      + unittests for b10-stats-httpd
        b10-stats-httpd_test.py
    
      + documents related to b10-stats-httpd
        b10-stats-httpd.8      
        b10-stats-httpd.xml
    
      + XML/XSD/XSL template files which b10-stats-httpd reads
        stats-httpd-xml.tpl.in
        stats-httpd-xsd.tpl.in  
        stats-httpd-xsl.tpl.in
    
      + dummy python modules for testing b10-stats-httpd
        http.server
        select
        socket
    
      + b10-stats-httpd is added in:
        configure.ac
        bind10_test.py.in
        bind10.py.in
    
    - change existent dummy modules for testing b10-stats and b10-stats-httpd
      + isc.cc.session
      + isc.config.ccsession
    
    - change environment variable
      from: "B10_FROM_BUILD"
      to  : "B10_FROM_SOURCE"
    
    - rename spec file
      from: src/bin/stats/stats.spec.pre.in
      to:   src/bin/stats/stats.spec.in
    
    - remove unnecessary module "b10-stats_stub"
      stats_stub.py.in
      run_b10-stats_stub.sh.in
      b10-stats_stub_test.py
    
    - add miscellaneous changes
      stats_test.in
      b10-stats_test.py
    
    - add a proposed entry for this branch
      ChangeLog
    7a7299fb