Commit Graph

419 Commits (8d4d42be84b75628b71bcebce1bf22ff592f4657)

Author SHA1 Message Date
noud 8d4d42be84 SQL
update of MYSQL.servers.sql,
not using organization field.
2012-10-29 16:51:14 +01:00
noud d043d759d5 install.
variable cydefsig home dir.
2012-10-29 16:49:53 +01:00
noud 39abe9e589 Distribution
distribution changes conform func.spec.
2012-10-29 16:49:04 +01:00
noud bf6f86c5aa RBAC
We have a rule(?), if so:
$isAclAdd || $event['Event']['user_id'] == $me['id'].
This rule, i "have add right OR the event was and is already mine".
if that's correct, that was forgotten in the actions_menu.ctp.
2012-10-26 10:34:24 +02:00
noud f56cb25bed Merge branch 'master' into develop 2012-10-25 15:23:22 +02:00
noud 05085533de blackhole
full out-commented.
2012-10-25 15:16:19 +02:00
noud f296a9381e RBAC
real inactive buttons.
2012-10-25 15:00:43 +02:00
Andrzej Dereszowski a4eca35c0e Fixed lost JS helper in EventsController 2012-10-25 11:47:04 +02:00
noud 8bc1b767ef GFI Sandbox
Replace Windows specific info in a $string with environment variables en
registry keys.
2012-10-25 10:14:40 +02:00
noud fa86316747 blackhole
revert the commit, this screws CSRF
(thanks to Christophe for noticing)
2012-10-24 17:16:12 +02:00
noud 3c02cccf30 dropdowns
undo better optgroup support in dropdown in Attribute::add()
and just remove the not usable empty category.
2012-10-24 11:38:29 +02:00
noud 944cfb1348 dropdowns
better optgroup support in dropdown in Attribute::add().
2012-10-24 11:22:18 +02:00
noud cfe6535f97 distribution
better descriptive tooltip text.
2012-10-24 11:20:36 +02:00
noud 0232148631 dropdowns
better optgroup support in dropdowns where 'ALL' or '' is used
in Search Attributes and Search Logs.
2012-10-24 10:42:32 +02:00
noud e01dd6de77 distribution
do not display distribution 'All' in Events index or Event view.
2012-10-24 08:57:41 +02:00
noud 5149952c9d JQuery
bump JQuery from 1.7.2(.min) to 1.8.2(.min).
2012-10-24 08:29:07 +02:00
noud c005be5536 CakePHP
CakePHP update from 2.2.2 to 2.2.3
2012-10-24 08:23:34 +02:00
noud a502b4dde7 IDS Signature
corrected wrong description for IDS Signature.
2012-10-24 08:22:49 +02:00
noud 23cce1e2db Correlation.
to overcome a possible error on empty correlations.
2012-10-23 17:28:56 +02:00
noud 9790c4b60f Crypt_GPG
small comment about debug and
small note in readme about file rights.
2012-10-23 17:27:50 +02:00
noud b6c6fda2ee outcommented a debug (PGP related). 2012-10-23 15:01:34 +02:00
noud cb677105b1 blackhole
add component security to GroupsController.
2012-10-23 15:00:48 +02:00
noud 1b570b9183 Pulldowns
removed the select optgroup.
2012-10-23 14:58:50 +02:00
noud 7a7a1142f6 distribution.
distribution on add is default "All".
2012-10-23 12:16:16 +02:00
noud fb38f0ca92 GFI Sandbox
regexp replacement of usernames.
2012-10-23 12:05:40 +02:00
noud 4b096fa584 distribution
changes and cleanup.
2012-10-23 11:28:39 +02:00
noud 1f428e4aa5 Wording change
so this works.
2012-10-22 16:39:33 +02:00
Andrzej Dereszowski 25e63dda68 Wording change
Changed Private column to Distribution + some minor vocabulary changes.
2012-10-22 16:29:08 +02:00
noud 5a385b4e0b Merge branch 'master' into develop 2012-10-22 15:27:12 +02:00
noud e300ab7ffa Merge branch 'master' of ssh://misp.ncirc.nato.int/home/git/cydefsig.git 2012-10-22 15:14:33 +02:00
noud c512be8064 JQuery
bump JQuery from 1.7.2(.min) to 1.8.2(.min).
2012-10-22 13:38:52 +02:00
noud 5984f57fb9 CakePHP
CakePHP update from 2.2.2 to 2.2.3
2012-10-22 13:26:49 +02:00
noud e13d6f26e8 IDS Signature
corrected wrong description for IDS Signature.
2012-10-22 13:24:45 +02:00
noud a7347064f7 IDS Signature description
wrong description for signature.
(possible commited 2 times)
2012-10-22 12:08:24 +02:00
noud e693571fde private
description in event::view().
2012-10-22 11:18:53 +02:00
noud 833f6d074f Correlation.
to overcome a possible error on empty correlations.
2012-10-19 15:04:31 +02:00
noud 0d65adc9d5 Merge branch 'master' into develop 2012-10-19 13:31:19 +02:00
noud 897732cd46 Crypt_GPG
small comment about debug and
small note in readme about file rights.
2012-10-19 13:17:56 +02:00
noud 7077d1e8d4 GFI sandbox.
better representation of a downloadable attribute
in a link (just href the file name, not including the path).
2012-10-19 10:04:20 +02:00
noud eae89d95cd Private.
Add "Pull only" as a sharing state where,
everybody does see an event, is pullable,
but will never be pushed.

Has a generatePrivate for db conversion now.
2012-10-18 11:40:12 +02:00
Andrzej Dereszowski 0402c291a2 New attribute type - yara sig 2012-10-18 09:56:46 +02:00
noud 67e50cb612 Private
Private events are true private and
running a server in 2 modes (private and sync),
so real private (red) or private to server (amber)
or full distributable (green).

Mind this needs a change to tables events, attributes and correlation.
These are in MYSQL.private.sql.
2012-10-17 14:45:26 +02:00
noud bf4e46da8f Merge branch 'master' into develop 2012-10-17 13:26:16 +02:00
noud 899ef6300b blackhole
i have an idea this blackholeCallback seems to overcome a lot of
blackhole situations we got.
Notably during deleting multiple events from the index,
this improved not getting a blackhole a lot.
2012-10-17 13:00:50 +02:00
noud 5bef441aba GFI Sandbox 2012-10-17 10:42:09 +02:00
noud f8a0e0c6cf Routes (logs pagination)
recommitted to be sure it's in repo.
2012-10-17 09:32:07 +02:00
noud 9435419ebc RBAC
Group in user profile is no link.
2012-10-11 17:17:21 +02:00
noud f3af4278b9 Merge branch 'master' into develop 2012-10-10 16:20:25 +02:00
noud 2763f0811b Code Standards
Given xxx.default.php, do not check database.php anymore.
2012-10-10 16:19:09 +02:00
noud f400755f7c RBAC
more correct deactivated buttons being gray but as well having no
effect.
2012-10-10 16:13:53 +02:00