Skip to content

Tags: upxnoops/Malcolm

Tags

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
multiple user accounts and account management (cisagov#39)

* bump version for next point release

* increase length of self-signed cert

* Prompt during installation for whether or not to disable IPv6

* In the Kibana Software dashboard pie chart, don't exclude software for which a version is unknown

* Allow Malcolm to be restarted automatically upon docker daemon restart

* sync malcolm and iso installer

* working on using htadmin as a user management frontend

* working more on account management

* working on multiple users

* tweak nginx according to arkime/arkime#1120

* more work on multi-user auto creation with moloch

* more work on multi-user auto creation with moloch

* more work on multi-user auto creation with moloch

* more work on multi-user auto creation with moloch

* bump version, udpate README for account management

* Improved comments for zeeklogs wise data source

* added user desktop file for malcolm iso

* create missing htadmin directory in iso build

* relocate icons for malcolm from desktop

* BIOS ISO is kind of busted at the moment anyway as far as preseeding goes, so for now just install the EFI bootloader.

* fix read permissions for group/world on htpasswd file for nginx processes

* A couple fixes for the iso: 1) disable some callback features in chromium via policy, 2) let wicd manage networking

* When running auth_setup.sh to reset the administrator password, don't blow away the other passwords in the database

* working on using htadmin as a user management frontend

* working on multiple users

* tweak nginx according to arkime/arkime#1120

* more work on multi-user auto creation with moloch

* more work on multi-user auto creation with moloch

* added user desktop file for malcolm iso

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ISO and Docker image improvements (cisagov#35)

* Build DEB package for python3.7 rather than just make altinstall

* Updated build ISO process to create a package for python3.7 rather than just make altinstall

* working on making malcolm iso buster-based

* bump version to 1.3.1

* genericize gitignore

* enable net.ipv4.ip_forward for docker

* issue cisagov#34: don't HUP netsniff-ng based on PCAP files that predate the netsniff-ng process being examined

* remove development package required for pip before finishing docker build

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
reduce moloch image size by 1/2 by using multistage build (cisagov#30)

* reduce size of moloch image by 50% by using multi-stage

v1.2.2

Toggle v1.2.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add index curation (close/delete indexes based on age or size)

Merge branch 'topic/curator'

v1.2.1

Toggle v1.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update references to docker images for release of v1.2.1

v1.2.0

Toggle v1.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added an installation example for Ubuntu in the README.md file