summaryrefslogtreecommitdiffstats
path: root/xpass.c
Commit message (Collapse)AuthorAgeFilesLines
* rename constant from XPASS_CRYPT_ to CRYPT_PREFIX_Remi Collet7 days1-4/+4
|
* More bindings (function missing in php)Remi Collet7 days1-1/+55
| | | | | | | | - add crypt_gensalt(?string $salt = null, int $count = 0): ?string {} - add crypt_preferred_method(): ?string {} - add crypt_checksalt(string $salt): int {} and bump version to 1.1.0-dev (new functions)
* Release 1.0.0RC1Remi Collet2024-08-281-2/+3
|
* requires libxcrypt >= 4.4Remi Collet2024-08-281-1/+1
|
* report author/licenseRemi Collet2024-08-271-1/+3
|
* start developmentRemi Collet2024-08-271-0/+188