Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assorted code and whitespace fixes #5410

Merged
merged 13 commits into from
Jan 2, 2024

Commits on Jan 2, 2024

  1. Benchmark with non-repeating candidate passwords

    Fixes openwall#5409 except for formats with mask acceleration
    solardiz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    055925a View commit details
    Browse the repository at this point in the history
  2. bt_hash_type_64.c: Add static qualifier to add64()

    This completes what 2ad75ba started and
    should help work around what looks like a bug in some gcc 13 revisions.
    
    Hopefully fixes openwall#5406
    solardiz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    8da5067 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a5c5d9 View commit details
    Browse the repository at this point in the history
  4. base64_convert: Never NUL-terminate raw output

    This makes the actual behavior match the comment in base64_convert.h
    
    Fixes openwall#5408
    solardiz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    acf0a8b View commit details
    Browse the repository at this point in the history
  5. Remove run/oui.txt

    solardiz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    8b4112e View commit details
    Browse the repository at this point in the history
  6. Fix "space before tab in indent"

    except for one line in src/configure, all as detected by:
    git diff-index --check --cached 4b825dc642cb6eb9a060e54bf8d69288fbee4904
    solardiz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    372cf68 View commit details
    Browse the repository at this point in the history
  7. Drop trailing whitespace from some run/ files

    excluding fuzz.dic rules/ ztex/inouttraffic.ihx
    solardiz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    08925da View commit details
    Browse the repository at this point in the history
  8. Drop trailing whitespace from some src/ files

    for now excluding unused/ tests/NIST_CAVS/ ztex/ (mixed linefeeds)
    solardiz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    cbc3f99 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb4e9a2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cb5bc17 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e897b1 View commit details
    Browse the repository at this point in the history
  12. Fix "new blank line at EOF"

    for now excluding src/tests/NIST_CAVS/ and src/ztex/fpga-*
    solardiz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    51654ac View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    60d6cfe View commit details
    Browse the repository at this point in the history