5042 Commits

Author SHA1 Message Date
Daniel Rodriguez
b8fe685028 Merge branch 'ent-7482-Integracion-Pandora-Integria-credenciales-de-usuario' into 'develop'
implemented user level authentication for integria ims integration

See merge request artica/pandorafms!4117
2021-05-17 14:41:11 +00:00
Ramon Novoa
439bc2405c Add SSL support for database connections.
Ref. pandora_enterprise#4759.
2021-05-17 13:12:42 +02:00
artica
d2fd310ea2 Auto-updated build strings. 2021-05-17 01:00:38 +02:00
artica
8c0461e2bf Auto-updated build strings. 2021-05-16 01:00:26 +02:00
artica
bfc805d6a7 Auto-updated build strings. 2021-05-15 01:00:46 +02:00
artica
9b6ad55910 Auto-updated build strings. 2021-05-14 01:00:47 +02:00
José González
0633ac24b9 Fixed issues with https calls 2021-05-13 16:43:18 +02:00
Alejandro Campos
caaa9c407e Merge branch 'develop' into 'ent-7482-Integracion-Pandora-Integria-credenciales-de-usuario'
# Conflicts:
#   pandora_console/extras/mr/47.sql
#   pandora_console/operation/incidents/dashboard_detail_integriaims_incident.php
2021-05-13 11:39:24 +00:00
alejandro.campos@artica.es
9cde8c345f removed deprecated incident permissions 2021-05-13 13:33:45 +02:00
artica
afa48e815d Auto-updated build strings. 2021-05-13 01:00:45 +02:00
Ramon Novoa
3cfb07a36f Merge remote-tracking branch 'origin/develop' into ent-7308-version-del-agente-satelite-y-servidor-en-linea-de-comando 2021-05-12 10:18:30 +02:00
Ramon Novoa
83822395f6 Merge branch 'develop' into ent-7308-version-del-agente-satelite-y-servidor-en-linea-de-comando 2021-05-12 10:01:52 +02:00
artica
671c1ca0a3 Auto-updated build strings. 2021-05-12 01:00:48 +02:00
artica
6bdd983755 Auto-updated build strings. 2021-05-11 01:00:46 +02:00
Ramon Novoa
6939ec4d44 Unify the format of product version messages. 2021-05-10 17:58:17 +02:00
artica
dfba1da200 Auto-updated build strings. 2021-05-10 01:00:34 +02:00
artica
fb1ea7bd1d Auto-updated build strings. 2021-05-09 01:00:25 +02:00
artica
68f4f6f135 Auto-updated build strings. 2021-05-08 01:00:43 +02:00
artica
454e6120e4 Auto-updated build strings. 2021-05-07 01:00:44 +02:00
artica
6c87f65367 Auto-updated build strings. 2021-05-06 01:00:44 +02:00
Ramon Novoa
6b4cb8d9df Update pandora_server to work with PAR:Packer binaries.
Binaries compiled with PAR::Packer insert blanks between the name of the
executable and the first command line argument, which breaks startup
scripts.
2021-05-05 17:42:33 +02:00
Ramon Novoa
e40014444f Merge branch 'develop' into ent-5620-nuevo-compilador-para-backend 2021-05-05 17:23:29 +02:00
artica
20466ec0d1 Auto-updated build strings. 2021-05-05 01:00:40 +02:00
artica
f0f7244d84 Auto-updated build strings. 2021-05-04 01:00:33 +02:00
artica
5461a4391c Auto-updated build strings. 2021-05-03 01:00:36 +02:00
artica
2494aad730 Auto-updated build strings. 2021-05-02 01:00:30 +02:00
artica
13483e6952 Auto-updated build strings. 2021-05-01 01:00:31 +02:00
artica
c95b629776 Auto-updated build strings. 2021-04-30 01:00:41 +02:00
artica
8407c5353f Auto-updated build strings. 2021-04-29 01:00:46 +02:00
artica
778d126989 Auto-updated build strings. 2021-04-28 01:00:41 +02:00
artica
8a5f5992ac Auto-updated build strings. 2021-04-27 01:00:39 +02:00
artica
72b9748be9 Auto-updated build strings. 2021-04-26 01:00:14 +02:00
artica
fa2748ac5d Auto-updated build strings. 2021-04-25 01:00:22 +02:00
artica
351570213f Auto-updated build strings. 2021-04-24 01:00:38 +02:00
artica
f3f44ebbdd Auto-updated build strings. 2021-04-23 01:00:18 +02:00
artica
c7521d27fa Auto-updated build strings. 2021-04-22 01:00:16 +02:00
artica
d4d7494e27 Auto-updated build strings. 2021-04-21 01:00:16 +02:00
artica
20fe99ef29 Auto-updated build strings. 2021-04-20 01:00:15 +02:00
artica
3737d61793 Updated version and build strings. 2021-04-19 16:09:29 +02:00
artica
08abb25fc4 Auto-updated build strings. 2021-04-19 01:00:13 +02:00
artica
1030ef052a Auto-updated build strings. 2021-04-18 01:00:13 +02:00
artica
9ec945fa3c Auto-updated build strings. 2021-04-17 01:00:15 +02:00
artica
f585e44692 Auto-updated build strings. 2021-04-16 01:00:41 +02:00
Ramon Novoa
4d1a0d9ef4 Merge remote-tracking branch 'origin/develop' into ent-5620-nuevo-compilador-para-backend 2021-04-15 18:16:41 +02:00
Ramon Novoa
8edaad4e5a Push /usr/lib/perl5 to the back of the module search path.
When /usr/lib/perl5 is added to the front of the module search path it
takes precedence over libraries distributed with binary versions of
Pandora FMS. This can be fixed by pushing it to the back instead.
2021-04-15 17:56:02 +02:00
artica
fe9109e585 Auto-updated build strings. 2021-04-15 01:00:43 +02:00
Daniel Rodriguez
daf44e6a42 Merge branch 'ent-fix-improve-cli-profile' into 'develop'
Fixed and improved profile related CLIs.

See merge request artica/pandorafms!4029
2021-04-14 09:56:07 +00:00
Daniel Rodriguez
1d6c7c6eed Merge branch 'ent-6782-revision-general-de-la-consola-movil' into 'develop'
SAML login in mobile console

See merge request artica/pandorafms!3733
2021-04-14 07:39:29 +00:00
Junichi Satoh
56ff245675 Fixed the order of arguments in 'create_profile' as the same as comment in pandora_manage.pl and documentation, and fixed 'profile_name' was not encoded.
Plus, added new cli, 'update_profile'.
2021-04-14 11:07:13 +09:00
artica
46291eed66 Auto-updated build strings. 2021-04-14 01:00:15 +02:00