Commit Graph

2563 Commits (02bdf8dda325375326163f6ced8fc68026840b34)

Author SHA1 Message Date
jsteube a39f414def Add -m 14100 module
6 years ago
jsteube 3b9a26c9f6 Fix -m 20 module
6 years ago
Jens Steube 91dc75b440
Merge pull request #1872 from pellejohnk/module-20
6 years ago
jsteube 1e31b3b271 Add -m 14000 module
6 years ago
Pelle Kuiters 34c8b7af77 module-20: Added module for hashmode 20.
6 years ago
jsteube 47f78199f8 Add -m 600 module
6 years ago
jsteube bc1dd699e3 Add -m 1500 module
6 years ago
jsteube 2915266205 Add -m 18500 module
6 years ago
jsteube 85ae6d0905 Add -m 18600 module
6 years ago
jsteube 2a5f473ef1 Add -m 18400 module
6 years ago
jsteube c3630b2f18 Allow modules to change value from user_options->hash_mode to something different in hashconfig->hash_mode. This will be required for modes that can automatically select the right hash_mode for the user for instance LUKS
6 years ago
jsteube f6ea21449b Add -m 5600 module
6 years ago
jsteube 6cb9142849 Fixed mandatory module functions check
6 years ago
jsteube 5e0ed24f43 Add CHECK_MANDATORY()
6 years ago
jsteube 79c8618025 Fix cross-compiled binaries and modules
6 years ago
jsteube 083d6e1fb2 Refresh dynloader management
6 years ago
jsteube 0cd2c5ab35 Use -export_dynamic instead of --export-dynamic on OSX
6 years ago
jsteube 56d7b8ceaa Do not compile modules by default during migration
6 years ago
jsteube 555318f843 Replace -rdynamic with more cross-platform compatible --export-dynamic
6 years ago
jsteube 036e4eba2c Use -rdynamic instead of including sources of depencies for module compilation
6 years ago
jsteube b71e06fca8 Move module sources to src/modules
6 years ago
jsteube 2d4834b735 Add md5crypt based modules
6 years ago
jsteube 02fe28fe6c Preparation for -m 501
6 years ago
jsteube 3c794b370b Add -m 500 module
6 years ago
jsteube 676dd1c410 Clean up some migrated code from interface_migrated.c
6 years ago
jsteube 91fc5286fa Fix module_hash_binary_parse check
6 years ago
jsteube bc22bfee2e Some cleanup
6 years ago
jsteube 17bd76ee62 Use settings from selftest hash for benchmark unless overriden by module hooks
6 years ago
jsteube 74265307fe Automate module interface version management
6 years ago
jsteube 26033e5787 Make use of return length from ascii_digest instead of calling strlen()
6 years ago
jsteube 03f315a4ab Automatic append of salts to SALT_TYPE_GENERIC hashes is comfortable but counter-intuitive, everything that gets decoded in the module should be also accessed when encoding it again
6 years ago
jsteube fcfd07ceb2 Move parse_and_store_generic_salt to shared.c
6 years ago
jsteube df1e00e4ed Fix out-of-boundary reads in base32/base64 operations
6 years ago
jsteube 5e0dec0d6d Bring back needed variables
6 years ago
jsteube 77739ec946 Remove unused variable
6 years ago
jsteube 6aa7c9befb Prepare to make byte swapping more intuitional in encoding/decoding functions
6 years ago
Gabriele Gristina 7d3fee8a55 Fix Makefile DEBUG flags for OSX, add modules compiles by default
6 years ago
jsteube 0ae955c5ba With this commit, all hash_mode depending branches from core files are converted into hooks which can be registered on a module level
6 years ago
jsteube 86819c070f Add module_hash_save_binary() and module_hash_init_selftest()
6 years ago
jsteube 54edd16746 Clean up some code
6 years ago
jsteube 0186f025d3 Add support for hash modules to usage.c
6 years ago
jsteube aec6a3bc99 Get rid of hash_mode depending branches in potfile.c
6 years ago
jsteube 4c133c4567 Prepare hash_category
6 years ago
jsteube bbcc8fea29 Use MODULE_DEFAULT in module_init to reference a global default function
6 years ago
jsteube 888da50aad Get rid of hash_mode depending branches in status.c
6 years ago
jsteube e0deb3f825 Add module_deep_comp_kernel()
6 years ago
jsteube 6cbb5e4992 Refactor kernel_accel, kernel_loops and kernel_threads management in combination with modules
6 years ago
jsteube 9190be8d44 Add forced_kernel_accel function
6 years ago
jsteube e17c3a54d8 Add hook for unstable_warning
6 years ago
jsteube 5633d6808f Move hash_mode specific code which enforce the use of the JiT compiler to modules
6 years ago