Commit Graph

253 Commits

Author SHA1 Message Date
brotoskyj 0440e886ab Added secret to Gitea 2025-11-05 18:22:15 -05:00
brotoskyj 2ed08526f8 Fixed Typo
Build Library / Build Library (push) Failing after 4m37s
2025-11-05 18:15:47 -05:00
brotoskyj 582c4445f3 Updated gitignore file to not include cargo or pyproject
Build Library / Build Library (push) Failing after 1m39s
2025-11-05 18:12:30 -05:00
brotoskyj c71920d90a Updated gitignore file to not include cargo or pyproject 2025-11-05 18:11:20 -05:00
brotoskyj 83c7c17fa5 Changed README 2025-11-04 18:17:24 -05:00
brotoskyj 42de80fa15 Changed AirlockTools directory to Loxide directory 2025-11-04 18:05:15 -05:00
brotoskyj 87b9bfa938 Removed not needed comments 2025-11-04 17:59:14 -05:00
Zarithas a04ce62d83 Merge branch 'RustImplementation' of https://git.racooncity.org/brotoskyj/Airlocktools into RustImplementation 2025-11-04 17:44:35 -05:00
Zarithas 1cb74508e6 Getting Rust 2025-11-04 17:44:06 -05:00
brotoskyj cf9cc6244b Working Airlock Library for Pull Policy Execution History 2025-11-04 17:37:50 -05:00
brotoskyj 960b7ff5e4 Working Library. Next commit will have it implemented in the script 2025-11-04 15:45:36 -05:00
brotoskyj 09573a163e WIP: Updated multiple readmes and auto build scripts 2025-11-04 10:27:17 -05:00
brotoskyj 098a40a1c0 Updated README.md 2025-11-04 09:10:51 -05:00
brotoskyj 14f8d4c420 Removed submodule classification in git 2025-11-04 09:04:39 -05:00
brotoskyj b59f2689f4 WIP: Rust Implementation Started 2025-11-04 09:02:19 -05:00
Zarithas 70477f3885 Policy Tree Tab added 2025-11-03 15:59:08 -05:00
Zarithas 5b9f1ab4fc Minor UI tweak - added clock and changed title icon 2025-11-03 11:10:56 -05:00
Zarithas 5aa0b5a88b TUI Upgrade 2025-11-03 10:29:13 -05:00
Zarithas b3f48eb4df Major UI Improvment with blessing 2025-10-30 12:28:56 -04:00
Zarithas 9e8da97ad9 Added Move Agent, UI Tweaks 2025-10-29 16:48:19 -04:00
Zarithas 07021fe072 Workflow upgrade for Move Audit/Enforcement 2025-10-27 12:56:40 -04:00
Zarithas f7ae588502 Fixed Printing of OTP Codes 2025-10-27 12:21:33 -04:00
Zarithas e63b08efe5 removed unecessary code 2025-10-27 12:16:00 -04:00
Zarithas 595f19ab27 Implemented OTP Activities and OTP Revoke 2025-10-27 12:14:01 -04:00
Zarithas c52767b3a3 UI Cleanup 2025-10-24 16:52:08 -04:00
Zarithas 629f6b510d Improved device selection logic 2025-10-24 15:52:25 -04:00
Zarithas f8302e15c1 Fixed several logic issues / generation of secondary paths. Cleaned up Policy Prep text to be accurate to current functionality. Fixed issue with going back from policy prep menu. Switched to logging.dict from standard logging config. 2025-10-22 17:24:39 -04:00
Zarithas 908316dc34 Bugfixes + QOL 2025-10-20 16:42:37 -04:00
Zarithas f1f33948e3 Bugfix, plus some QoL upgrades from the Async branch 2025-10-20 14:25:03 -04:00
Zarithas aa8380ac0a RC 1.1.1 2025-10-17 09:29:25 -04:00
Zarithas 766657da8b RC 1.1.1 2025-10-17 09:26:56 -04:00
Zarithas 6b68ea19dd Update services/security.py 2025-10-16 16:56:15 -04:00
Zarithas efe14760b6 Update services/security.py 2025-10-16 16:55:37 -04:00
Zarithas 5343b27533 Fixed error that was breaking Move agents
This was sending only the first char of the string.
2025-10-16 16:49:35 -04:00
Zarithas fa0c18ee02 Fixing mistakes as usual 2025-10-13 15:16:49 -04:00
Zarithas 1f51b037e4 Delete AirlockTools_client.dist/certifi/cacert.pem 2025-10-13 15:12:12 -04:00
Zarithas e7e206c590 Delete AirlockTools_client.exe 2025-10-13 15:11:51 -04:00
Zarithas 24879c318b UI Improvements, Santized Input 2025-10-13 15:09:03 -04:00
Zarithas 864ae04db5 UI Improvements 2025-10-13 15:02:13 -04:00
Zarithas 21370898a4 Cleaning up menu, added Move to Audit/Enforcement 2025-10-10 17:20:07 -04:00
Zarithas b74f77a9db Fixed issue with generating multiple OTP - now prints a nice list for Copy/Paste. Began splitting client / server functionality. Demoted selector and setup to util from service. Fixed some typos. 2025-10-09 09:36:48 -04:00
Zarithas 6e4e35fa34 Fixed a breaking sort change, added some more logic to give insight on why functions arent running 2025-10-07 16:14:25 -04:00
Zarithas bec051b240 Restricted Allowlist listing to show only those allowlists applied to the selected policy 2025-10-06 17:22:41 -04:00
Zarithas 89db386ffe Major refactor: security enhancements, modularization, config integration, reduced Parquet reliance
- Migrated codebase to class-based architecture for better modularity and maintainability
- Introduced system_config.json for centralized configuration (required for runtime)
- Added structured working directories for improved file organization
- Significantly reduced reliance on Parquet; replaced with alternative data handling
- Implemented security improvements across modules
- Several TODOs remain in the main script for future enhancements
- Linter formatting affected readability in some files (e.g., utils); cleanup is on the agenda
2025-10-05 22:20:42 -04:00
Zarithas b1e6af01c6 Rebasing 2025-09-30 14:30:53 -04:00
Zarithas 4f06b4fdfe Test 2025-09-30 14:27:35 -04:00
brotoskyj f70b297182 :Merge remote-tracking branch 'refs/remotes/origin/IOTesting' into IOTesting 2025-09-30 14:21:55 -04:00
brotoskyj 7abc9371bf Added New PUPS 2025-09-30 14:21:33 -04:00
brotoskyj 3ca3bab27e Added LTSvc 2025-09-30 14:21:33 -04:00
brotoskyj ddbb2a9ee5 Updated Bad Lists 2025-09-30 14:21:33 -04:00