aboutsummaryrefslogtreecommitdiff
path: root/ssha.go
Commit message (Collapse)AuthorAgeFilesLines
* Try to fix SSHA conversionlowercase_schemeQuentin Dufour2022-07-191-1/+13
|
* Improve password hash handlingSimon Beck2022-02-101-42/+36
| | | | | | | | | | | | This adds support for more hash algorithms. Also a stored password will be updated to SSHA512 upon a successful bind. It will also automatically hash a cleartext password if the `userpassword` field is modified with a cleartext one. Hashes supported: * SSHA * SSHA256 * SSHA512
* Better loggingAlex Auvolat2020-02-011-1/+2
|
* Fix password comparisonAlex Auvolat2020-02-011-3/+4
|
* Use better randomnessAlex Auvolat2020-01-271-2/+6
|
* Add ldapserver source in here & add support for client stateAlex Auvolat2020-01-191-3/+3
|
* Begin Go reimplementation of BottinAlex Auvolat2020-01-191-0/+53