Searched defs:bug (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/auth/
H A Dcrypt-blowfish.c541 unsigned int bug, i, j; local
545 * There was a sign extension bug in older revisions of this function. While
546 * we would have liked to simply fix the bug and move on, we have to provide
547 * a backwards compatibility feature (essentially the bug) for some systems and
552 * While the bug itself affected the majority of passwords containing
565 * length remains. It is not part of the bug aftermath, though, and is
569 * For actual implementation, we set an array index in the variable "bug"
570 * (0 means no bug, 1 means sign extension bug emulation) and a flag in the
574 * Prefix "$2a$": bug
[all...]

Completed in 1210 milliseconds