]> source.dussan.org Git - rspamd.git/commit
* Add dumper to XML file (not all sections yet)
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Thu, 1 Apr 2010 15:45:35 +0000 (19:45 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Thu, 1 Apr 2010 15:45:35 +0000 (19:45 +0400)
commit6be82def714f297d54302953286223b4afb07208
treeb156eea2e245efeb95702cc6bae6beaa02341440
parenta43a37453f497a919fb4a5358615d89f18706935
* Add dumper to XML file (not all sections yet)
* Add checksum to config files
* Some config parsing reorganizations:
  - post_load_config should be called after xml initialization
  - xml state machine is corrected to read main section variables
  - some linting is added to xml (checking of elements parity)
src/cfg_file.h
src/cfg_file.l
src/cfg_utils.c
src/cfg_xml.c
src/cfg_xml.h
src/main.c