aboutsummaryrefslogtreecommitdiff
path: root/modules/mkpasswd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switch modules from reference<> to shared_ptr<> and weak_ptr<>.Gravatar Sadie Powell2026-03-291-2/+2
|
* Switch Reply::Type to be an enum instead of an enum class.Gravatar Sadie Powell2026-03-051-4/+4
| | | | This is shorter and its fully disambiguated anyway.
* Massive rework of how internal service providers work.Gravatar Sadie Powell2026-03-021-7/+7
| | | | | | | | | - ServiceType is dead. All modules use RegisterService now. - Modules can implement UnregisterService which is called from DelService now. - Split the service type prefix into its own field. - Renamed Service::name to Service::service_name. This revealed a few bugs.
* Move standard replies to the core and add remote reply support.Gravatar Sadie Powell2026-03-011-10/+6
|
* Refuse to hash passwords using insecure algorithms in MKPASSWD.Gravatar Sadie Powell2025-04-131-0/+7
|
* Rename newhash to hash now its the only option.Gravatar Sadie Powell2025-04-061-1/+1
|
* Rewrite every single hash module for the new interface.Gravatar Sadie Powell2025-04-061-0/+89