#### Pre-Submission Checklist
- [x] Commit message has the format required by CONTRIBUTING guide
- [x] Commits are split per component (core, individual modules, libs, utils, ...)
- [x] Each component has a single commit (if not, squash them into one commit)
- [x] No commits to README files for modules (changes must be done to docbook files in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [ ] Small bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
Added TLS encryption keys export into the database.
Later keys can be searched and saved to a file. Key search can be done by timestamp, connection IP addresses, and port numbers. For key search, used kamcmd utility.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/4339
-- Commit Summary --
* tls_tracker: added module for tls encriptions key export
-- File Changes --
A src/modules/tls_tracker/Makefile (75)
A src/modules/tls_tracker/README (1)
A src/modules/tls_tracker/api.c (33)
A src/modules/tls_tracker/api.h (40)
A src/modules/tls_tracker/doc/Makefile (4)
A src/modules/tls_tracker/doc/tls_tracker.xml (117)
A src/modules/tls_tracker/tls_tracker_mod.c (1126)
A src/modules/tls_tracker/tls_tracker_mod.h (25)
A src/modules/tls_tracker/tls_tracker_rpc.c (478)
A src/modules/tls_tracker/tls_tracker_rpc.h (8)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/4339.patchhttps://github.com/kamailio/kamailio/pull/4339.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4339
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/4339(a)github.com>
sergey-safarov created an issue (kamailio/kamailio#4282)
I have refactored `alpine` image generation. This GitHub action works in a personal repository, but cannot clean up untagged images from the "kamailio" account.
Example
https://github.com/kamailio/kamailio/actions/runs/15605254192/job/439654377…
@linuxmaniac do you have any idea why this can happen?
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4282
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4282(a)github.com>