Skip to content

Tags: regular/sysdig

Tags

falco/0.6.0-test

Toggle falco/0.6.0-test's commit message
Bline (draios#759)

* minor friendliness changes

* minor refactories

* few more event listeners

* listener callback for clone()

* merge dev

* some inlining

* small interface change

* the set_output_format chisel API call now supports base64 and jsonbase64

* calculate a simple hash for each process that falco can use

* minor typo

* save container IP with the right endianess

* improve local address detection by matching against the full list of container addresses

* falco process hash includes the arguments if the process is a scripting language

* extract the image ID from the docker API

* save/load the container ID from trace files

* fix a merge issue

* Add container image id filtercheck. (draios#661)

Add support for displaying container image ids via the filtercheck
container.image.id. Only supported for docker containers right now.

* minor changes required by the agent

* compile error

* some logging for debugging purposes

* a bit more debug info

* a bit more debug info

* a bit more debug info

* a bit more debug info

* a bit more debug info

* a bit more debug info

* more debug info

* more debug info

* debug info fix

* decrease container verbosity

* more debug info

* dump to memory functionality implemented

* proper support for tracers in memory dumps

* bugfix: potential buffer underrun

* fixed a bug when converting sinsp IPv6 FDs to scap

* compression experiments

* cleanups

* cleanups

* fix a comment

* a couple of helper functions for memory dumps

* don't restart event numbering when reading merged captures + FD initialization bugfix

* remove some logging

* small changes to support memory dumping

* dump a circular capture file when a command is run in the cassandra container

* cleanups

* a bit on infrastructure for a notification event

* notification event type

* apply the filter in the successive segments of a merged capture only if there actually is a filter

* temporarily enable dump of any execve

* some debug info

* less aggressive logging

* Restore scap_savefile

* heuristic to determine if a thread is part of a shell pipe

* fixes to the pipe detection heuristic

* propagate bash pipe flags in the execve parser

* a coule of helper functions

* make sure the analyzer thread info is accessed only if available

* EOLs

* cleanups

* cleanups

* removed an unused variable

agent/0.55.0

Toggle agent/0.55.0's commit message

Unverified

No user is associated with the committer email.
Forward urladdr as is instead of recreating it

0.15.0

Toggle 0.15.0's commit message

Unverified

No user is associated with the committer email.
Merge branch 'master' into dev

agent/0.54.0

Toggle agent/0.54.0's commit message

Unverified

No user is associated with the committer email.
libsinsp: fix compilation when the library is compiled outside sysdig

g_logger was not found in user_event.h. By including sinsp_int.h we
get the logger declaration.

agent/0.53.0

Toggle agent/0.53.0's commit message

Unverified

No user is associated with the committer email.
Added some NULL checks before using strlen(), fixing issue draios#740 (

…draios#742)

* Added some NULL checks before using strlen()

* Undoing some unneccesary checks

agent/0.52.0

Toggle agent/0.52.0's commit message

Unverified

No user is associated with the committer email.
Scan subdirectories only of /proc/<pid> and not /proc/<pid>/task/<tid>

agent/0.51.0

Toggle agent/0.51.0's commit message

Unverified

No user is associated with the committer email.
compile errors on windows

0.14.0

Toggle 0.14.0's commit message
Add proc.pcmdline. (draios#721)

Add proc.pcmdline, which returns the commandline of the parent
process. This is useful for some cases like detecting ansible
environments when you want to see the parent command line (in this case,
ansible's use of python) to tell the difference between python and
python-run-by-ansible.

agent/0.50.1

Toggle agent/0.50.1's commit message

Unverified

No user is associated with the committer email.
Locally catch exceptions from authenticate()

Catch exceptions from authenticate() locally. Previously, these were
caught much higher up (e.g. within callers of top level mesos calls like
refresh()), but we want to catch them here instead now that there are
additional users of mesos_auth.

agent/0.50.0

Toggle agent/0.50.0's commit message

Unverified

No user is associated with the committer email.
Locally catch exceptions from authenticate()

Catch exceptions from authenticate() locally. Previously, these were
caught much higher up (e.g. within callers of top level mesos calls like
refresh()), but we want to catch them here instead now that there are
additional users of mesos_auth.