mirror of
https://github.com/abbas-gheydi/radotp.git
synced 2026-04-26 19:45:55 +03:00
[PR #15] [MERGED] Feat: add 'Message-Authenticator' attribute to RADIUS package and refactor code #22
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/radotp#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/abbas-gheydi/radotp/pull/15
Author: @Ctere1
Created: 1/24/2025
Status: ✅ Merged
Merged: 1/28/2025
Merged by: @abbas-gheydi
Base:
main← Head:main📝 Commits (4)
a5652c4chore: update dependenciescf30e0dfeat: add 'Message-Authenticator' attribute to RADIUS package for enhanced securitya5bd7c9refactor: optimize code structure for improved readability and maintainability8ddc837chore: rename database for consistency with new project naming convention📊 Changes
1460 files changed (+149468 additions, -92654 deletions)
View changed files
📝
.gitignore(+1 -0)📝
deploy/config/radiusd.conf(+55 -64)📝
go.mod(+42 -43)📝
go.sum(+121 -993)📝
pkgs/confs/confs.go(+3 -2)📝
pkgs/rad/actions.go(+71 -15)📝
pkgs/storage/postgres_otp.go(+6 -6)📝
pkgs/storage/postgres_webadmin.go(+7 -7)📝
pkgs/web/RestHandler.go(+22 -16)📝
pkgs/web/api.go(+8 -8)📝
pkgs/web/auth.go(+44 -56)📝
pkgs/web/edit.go(+1 -1)📝
pkgs/web/https.go(+30 -18)📝
pkgs/web/router.go(+53 -33)📝
pkgs/web/web.go(+40 -39)➖
vendor/github.com/Azure/go-ntlmssp/.travis.yml(+0 -17)➖
vendor/github.com/Azure/go-ntlmssp/README.md(+0 -29)➖
vendor/github.com/Azure/go-ntlmssp/authenticate_message.go(+0 -187)➖
vendor/github.com/Azure/go-ntlmssp/authheader.go(+0 -66)➖
vendor/github.com/Azure/go-ntlmssp/avids.go(+0 -17)...and 80 more files
📄 Description
Added:
Refactored:
Changed:
otpstoradotp_otpsfor consistency with project naming conventions.webadmintoradotp_webadminfor consistency with project naming conventions.Updated:
These changes enhance the security, performance, and maintainability of the system.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.