2006-07-05 Esteban Sanchez <esteban@steve-o.org>
* 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
This commit is contained in:
parent
6c16f6bc67
commit
b5f593ca21
|
@ -0,0 +1 @@
|
||||||
|
Esteban Sánchez <estebans@artica.es>
|
|
@ -1,3 +1,10 @@
|
||||||
|
2006-07-05 Esteban Sanchez <esteban@steve-o.org>
|
||||||
|
|
||||||
|
* AUTHORS, README: Added to repository
|
||||||
|
|
||||||
|
* PandoraAgent.dev: Linker options modified to not point to a static
|
||||||
|
path.
|
||||||
|
|
||||||
2006-07-05 Esteban Sanchez <esteban@steve-o.org>
|
2006-07-05 Esteban Sanchez <esteban@steve-o.org>
|
||||||
|
|
||||||
* pandora.h, ssh/padora_ssh_client.h: Define renamed.
|
* pandora.h, ssh/padora_ssh_client.h: Define renamed.
|
||||||
|
|
|
@ -12,7 +12,7 @@ ResourceIncludes=
|
||||||
MakeIncludes=
|
MakeIncludes=
|
||||||
Compiler=
|
Compiler=
|
||||||
CppCompiler=
|
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
|
IsCpp=1
|
||||||
Icon=
|
Icon=
|
||||||
ExeOutput=
|
ExeOutput=
|
||||||
|
|
|
@ -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/
|
||||||
|
|
Loading…
Reference in New Issue