Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-10 | Restructure our includes. | Peter Jones | |
This re-structures our includes so we can be sure everything is always including all the system headers in a uniform, predictable way. Temporarily it also adds a bunch of junk at all the places we use variadic functions to specifically pick either the MS (cdecl) or ELF ABIs. I'm not 100% sure that's all correct (see later patch) but it's enough to allow this to build. Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2021-02-16 | SPDX: Clarify the attribution for crypt_blowfish | Peter Jones | |
Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2018-03-12 | Move includes around to clean the source tree up a bit. | Peter Jones | |
Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2013-09-26 | MokManager: support blowfish-based crypt() hash | Gary Ching-Pang Lin | |
Conflicts: Makefile |