<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/adc2/home/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/adc2/home/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 13 Apr 2014 12:28:27 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/adc2/home/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Andrew Terekhov</title><link>https://sourceforge.net/p/adc2/home/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -20,11 +20,5 @@
 Agents collect information from remote systems and send it to server. 
 Server is implemented as PHP web application: it receives and stores information, it provides user interface to access stored information.

-Demo
-------------------
-ADC demo is available on this page:
-
-login: demo
-password: demo

 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Terekhov</dc:creator><pubDate>Sun, 13 Apr 2014 12:28:27 -0000</pubDate><guid>https://sourceforge.nete66be15a41c8166958c8e2c676dd7e5423a4fc85</guid></item><item><title>WikiPage Home modified by Andrew Terekhov</title><link>https://sourceforge.net/p/adc2/home/Home/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -22,7 +22,7 @@
 
 Demo
 ------------------
-ADC demo is available on this page (hosted on sf.net =&gt; slow):
+ADC demo is available on this page:
 &lt;http://aterekhov.net/adcdemo&gt;
 login: demo
 password: demo
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Terekhov</dc:creator><pubDate>Sun, 04 Mar 2012 18:12:03 -0000</pubDate><guid>https://sourceforge.net596c0e76b0558b5fb30de96ee0cb770e280c1bc4</guid></item><item><title>WikiPage Home modified by Andrew Terekhov</title><link>https://sourceforge.net/p/adc2/home/Home/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -23,8 +23,8 @@
 Demo
 ------------------
 ADC demo is available on this page (hosted on sf.net =&gt; slow):
-&lt;http://adc2.sourceforge.net/demo/&gt;
-login: admin
-password: admin
+&lt;http://aterekhov.net/adcdemo&gt;
+login: demo
+password: demo
 
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Terekhov</dc:creator><pubDate>Sun, 04 Mar 2012 18:10:03 -0000</pubDate><guid>https://sourceforge.net852ad73304635310cf93f55a20c415c61178e682</guid></item><item><title>WikiPage Home modified by Andrew Terekhov</title><link>https://sourceforge.net/p/adc2/home/Home/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -1,5 +1,5 @@
 ADC stands for Audit Data Compare. It's a tool that helps security administrators to maintain policy compliance of configurations and policies on numerous systems.
-ADC is similar to OpenAudit or OCS, howewer ADC is designed to collect arbitrary data (not limited to PC inventory), thus it helps information security experts control configurations and policies on remote servers. 
+ADC is similar to OpenAudit or OCS, however ADC is designed to collect arbitrary data (not limited to PC inventory), thus it helps information security experts control configurations and policies on remote servers. 
 
 Problem
 ------------------
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Terekhov</dc:creator><pubDate>Mon, 30 Jan 2012 13:25:16 -0000</pubDate><guid>https://sourceforge.net2e9c33460ebfa5d3ee22f3768c6c3b7168037ad1</guid></item><item><title>WikiPage Home modified by Andrew Terekhov</title><link>https://sourceforge.net/p/adc2/home/Home/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -1,20 +1,30 @@
-[[project_admins]]
+ADC stands for Audit Data Compare. It's a tool that helps security administrators to maintain policy compliance of configurations and policies on numerous systems.
+ADC is similar to OpenAudit or OCS, howewer ADC is designed to collect arbitrary data (not limited to PC inventory), thus it helps information security experts control configurations and policies on remote servers. 
+
+Problem
+------------------
+How to maintain compliance over time?
+What if some system configuration/state is changed in such way that it becomes a security risk?
+How to be sure that all systems all over the organization are in good state, and security policies are applied everywhere?
+
+Solution
+------------------
+ADC's solution is simple and straightforward. 
+ADC automates systems audit: it collects specific configurations and policies from remote systems (Linux, Windows, networked devices), on a regular basis or when a change occurs. Collected audit data is assembled into data sets and stored for further analysis.
+Security experts then may check if a data set reflects "good"/compliant configuration. If it does - they mark data set as "good". If not - they recommend configuration changes.
+New data sets are compared to "good" ones - thus amount of data to analyze by security expert is greatly reduced.
+
+How it works
+------------------
+ADC is a distributed application with agent/server architecture. 
+Agents collect information from remote systems and send it to server. 
+Server is implemented as PHP web application: it receives and stores information, it provides user interface to access stored information.
+
+Demo
+------------------
+ADC demo is available on this page (hosted on sf.net =&gt; slow):
+&lt;http://adc2.sourceforge.net/demo/&gt;
+login: admin
+password: admin
+
 [[download_button]]
-
-ADC stands for Audit Data Compare. It's a tool that can help security administrators control correctness of configurations on many remote systems.
-
-The problem
-Imagine you have conducted an audit of some system. You've found some errors/misconfigurations and fixed them. Now you are sure it's ok. But what happens over time? Are you still sure it's ok? How do you monitor it if there are no reporting/alerts? Also what are you going to do if you receive large-sized reports frequently? 
-
-The solution
-ADC provides all-in-one solution for:
-- arbitrary text data collection from any sources
-- collection of data from one source into a set
-- change monitoring, comparison of different data collections from a source
-- common interface for all data collected from all sources
-
-The approach
-ADC consists of 2 parts: server and agents. 
-Agents collect information from data sources (remote servers), and send it to server.
-Server receives and stores information, it provides user interface to stored information.
-ADC is similar to OpenAudit or OCS, howewer ADC is designed to collect arbitrary data, not limited to PC inventory. This can help information security experts control different processes and configurations on remote servers.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Terekhov</dc:creator><pubDate>Mon, 30 Jan 2012 13:07:48 -0000</pubDate><guid>https://sourceforge.netf6185b6e9d82b2d13359844c2da28dc1af23153f</guid></item><item><title>WikiPage Home modified by Andrew Terekhov</title><link>https://sourceforge.net/p/adc2/home/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,20 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/adc2/home/markdown_syntax/) syntax.
+[[project_admins]]
+[[download_button]]
+
+ADC stands for Audit Data Compare. It's a tool that can help security administrators control correctness of configurations on many remote systems.
+
+The problem
+Imagine you have conducted an audit of some system. You've found some errors/misconfigurations and fixed them. Now you are sure it's ok. But what happens over time? Are you still sure it's ok? How do you monitor it if there are no reporting/alerts? Also what are you going to do if you receive large-sized reports frequently? 
+
+The solution
+ADC provides all-in-one solution for:
+- arbitrary text data collection from any sources
+- collection of data from one source into a set
+- change monitoring, comparison of different data collections from a source
+- common interface for all data collected from all sources
+
+The approach
+ADC consists of 2 parts: server and agents. 
+Agents collect information from data sources (remote servers), and send it to server.
+Server receives and stores information, it provides user interface to stored information.
+ADC is similar to OpenAudit or OCS, howewer ADC is designed to collect arbitrary data, not limited to PC inventory. This can help information security experts control different processes and configurations on remote servers.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Terekhov</dc:creator><pubDate>Wed, 05 Oct 2011 19:34:40 -0000</pubDate><guid>https://sourceforge.net068c5d1fa8e6cac10129b1bb94e632dda50791a0</guid></item><item><title>WikiPage Home modified by Andrew Terekhov</title><link>https://sourceforge.net/p/adc2/home/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/adc2/home/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrew Terekhov</dc:creator><pubDate>Wed, 05 Oct 2011 19:09:09 -0000</pubDate><guid>https://sourceforge.net73d3153eab277efb70712112fa692abeb963a04b</guid></item></channel></rss>