33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
2011-02-03 Javier Lanz <javier.lanz@artica.es>
|
|
* pandora_agent.c: Solved some leaks
|
|
* pandora_agent.conf: Added some example modules
|
|
* pandora_config.c: Added parse_config, fill module & fill setup functions
|
|
* pandora_config.h: Fixed function prototypes
|
|
* pandora_util.c: Added xml writer & trim functions
|
|
* pandora_util.h: Added trim functions prototype
|
|
* pandora_type.h: Added pointer for the link list
|
|
|
|
2011-01-22 Sancho Lerena <slerena@artica.es>
|
|
|
|
* pandora_agent.c: Uses pandora_types.h instead module_types.h
|
|
|
|
* configure.in: Change version.
|
|
|
|
* pandora_config.c: Read remote_config variable and other small changes.
|
|
|
|
* pandora_util.c: New function to produce timestamp strings, now report
|
|
timestamp in XML.
|
|
|
|
* TODO: Small doc about design goals and pending things to implement.
|
|
|
|
* pandora_type.h: Renamed file with contains all structs.
|
|
|
|
* util/pandora_agent_installer: Specific installer for Busybox.
|
|
|
|
* util/pandora_agent_daemon: Specific daemon launcher for Busybox.
|
|
|
|
2011-01-21 Sancho Lerena <slerena@artica.es>
|
|
|
|
* First version of Pandora FMS Embedded C agent :-)
|
|
|