| File |
Last Change
|
|---|---|
../
|
|
mkpasswd.c
|
7329 (10 years ago) by michael: - Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers, we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and forever and use uintmax_t instead which has at least a 'standardized' conversion specifier associated with it. |
Makefile.in
|
7107 (10 years ago) by michael: - autoreconf |
README
|
6591 (10 years ago) by michael: - Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks |
Makefile.am
|
6591 (10 years ago) by michael: - Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks |
README.mkpasswd
|
6589 (10 years ago) by michael: - mkpasswd.c: remove MD5 support as well; reformatting - Update README.mkpasswd |