| Age | Commit message (Collapse) | Author |
|
- Update gitignore to remove the src directory from ignored files.
|
|
- Add a .gitignore file to exclude build artifacts and logs from version control.
|
|
- Add a patch to fix sfill's opendir close issue and update package release version.
- Bump package release to apply a patch fixing sfill's opendir resource leak.
- Fix memory leak by ensuring closedir is called after opendir.
|
|
- Bump package release to include a patch fixing an inode wipe overflow vulnerability.
- Fix a buffer overflow in inode wiping by properly calculating template size, allocating array elements with correct sizes, and handling file descriptors.
- Increment package revision and apply a patch to fix an inode wipe overflow vulnerability.
|
|
- Remove the installation of the cleaner script from the package.
|
|
- Update maintainer information to reflect the new maintainer's details.
|
|
- Add .SRCINFO file for Arch Linux package metadata.
- Add hardening linker flags to the build process for all executables.
- Add sdel-lib.o as a dependency to all target executables in the Makefile.
- Add Arch Linux PKGBUILD for THC secure deletion tools with patches for signal handling, warnings, Makefile dependencies, and hardening.
- Add signal parameter to cleanup handlers for proper signal handling.
- Fix compiler warnings by adding error handling for fread and getcwd calls and correcting the format specifier for st_nlink.
|