This website requires JavaScript.
Explore
Help
Register
Sign In
TechnitiumSoftware
/
DnsServer
Watch
1
Star
0
Fork
0
You've already forked DnsServer
mirror of
https://github.com/TechnitiumSoftware/DnsServer.git
synced
2026-03-02 22:59:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Upload File
Apply Patch
DnsServer
/
DnsServerCore
/
Auth
History
Shreyas Zare
39cf2e26a4
AuthManager: updated code to use concurrency level of 1 since these hashmaps are mostly read.
2025-12-20 15:25:03 +05:30
..
AuthManager.cs
AuthManager: updated code to use concurrency level of 1 since these hashmaps are mostly read.
2025-12-20 15:25:03 +05:30
Group.cs
Group: fixed bug in validation code for Description.
2025-09-27 13:35:14 +05:30
Permission.cs
Permission: updated constructor to use groups object instead of authManager. Code refactoring changes done.
2025-09-27 13:38:42 +05:30
User.cs
User: fixed bug in display name validation.
2025-11-15 15:41:55 +05:30
UserSession.cs
UserSession: updated constructor to use User object instead of authManager. Implemented UpdateUserObject() method.
2025-09-27 13:55:06 +05:30