From 3dad619e727ca6652bffd25361036797480df28f Mon Sep 17 00:00:00 2001 From: esanchezm Date: Wed, 5 Jul 2006 16:27:34 +0000 Subject: [PATCH] 2006-07-05 Esteban Sanchez * AUTHORS, README: Added to repository * PandoraAgent.dev: Linker options modified to not point to a static path. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@94 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_agents/win32/AUTHORS | 1 + pandora_agents/win32/ChangeLog | 7 +++++++ pandora_agents/win32/PandoraAgent.dev | 2 +- pandora_agents/win32/README | 15 +++++++++++++++ 4 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 pandora_agents/win32/AUTHORS create mode 100644 pandora_agents/win32/README diff --git a/pandora_agents/win32/AUTHORS b/pandora_agents/win32/AUTHORS new file mode 100644 index 0000000000..f583164926 --- /dev/null +++ b/pandora_agents/win32/AUTHORS @@ -0,0 +1 @@ +Esteban Sánchez diff --git a/pandora_agents/win32/ChangeLog b/pandora_agents/win32/ChangeLog index 849626c239..4484e31340 100644 --- a/pandora_agents/win32/ChangeLog +++ b/pandora_agents/win32/ChangeLog @@ -1,3 +1,10 @@ +2006-07-05 Esteban Sanchez + + * AUTHORS, README: Added to repository + + * PandoraAgent.dev: Linker options modified to not point to a static + path. + 2006-07-05 Esteban Sanchez * pandora.h, ssh/padora_ssh_client.h: Define renamed. diff --git a/pandora_agents/win32/PandoraAgent.dev b/pandora_agents/win32/PandoraAgent.dev index 8ee68c1adc..de9b257385 100644 --- a/pandora_agents/win32/PandoraAgent.dev +++ b/pandora_agents/win32/PandoraAgent.dev @@ -12,7 +12,7 @@ ResourceIncludes= MakeIncludes= Compiler= CppCompiler= -Linker=-lole32 -loleaut32 -luuid_@@_e:/work/common/Dev-Cpp/lib/libws2_32.a_@@_e:/work/common/Dev-Cpp/lib/libpsapi.a_@@_e:/work/common/Dev-Cpp/lib/libws2_32.a_@@_e:/work/common/Dev-Cpp/lib/libeay32.a_@@_e:/work/common/Dev-Cpp/lib/libz.lib_@@_e:/work/common/Dev-Cpp/lib/libiphlpapi.a_@@_e:/work/common/Dev-Cpp/lib/libnetapi32.a_@@_ +Linker=-lole32_@@_-loleaut32_@@_-luuid_@@_-lpsapi_@@_-lwsock32_@@_-leay32_@@_-lz_@@_-liphlpapi_@@_-lnetapi32_@@_-lws2_32_@@_ IsCpp=1 Icon= ExeOutput= diff --git a/pandora_agents/win32/README b/pandora_agents/win32/README new file mode 100644 index 0000000000..81323611c2 --- /dev/null +++ b/pandora_agents/win32/README @@ -0,0 +1,15 @@ +Pandora is the free distributed auditing system. + +This is the Windows agent, programmed in C++ with GNU tools and gcc. + +In order to build from sources, you will need the latest Dev-Cpp IDE version, +with the MinGW tools. Download from http://www.bloodshed.net/devcpp.html + +Open PandoraAgent.dev with Dev-Cpp and construct the project. Everything should +compile fine in a default installation. + +If you found any problem when building from source, please contact us by +email (estebans@artica.es) or the SourceForge project web. + +http://sourceforge.net/projects/pandora/ +