-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bustype detection with smartctl works (again?)
- Loading branch information
Showing
51 changed files
with
95 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/usr/share/automake-1.16/config.guess |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/usr/share/automake-1.16/config.sub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
# -*- Autoconf -*- | ||
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.64]) | ||
AC_INIT([nwipe], [0.34], [[email protected]]) | ||
AM_INIT_AUTOMAKE(foreign subdir-objects) | ||
AC_OUTPUT(Makefile src/Makefile man/Makefile) | ||
AC_CONFIG_SRCDIR([src/nwipe.c]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
|
||
# Checks for programs. | ||
AC_PROG_CC | ||
PKG_PROG_PKG_CONFIG | ||
|
||
# Checks for libraries. | ||
|
||
PKG_CHECK_MODULES( | ||
[PANEL], | ||
[panel], | ||
[ | ||
CFLAGS="${CFLAGS} ${PANEL_CFLAGS}" | ||
LIBS="${LIBS} ${PANEL_LIBS}" | ||
], | ||
[AC_CHECK_LIB([panel], [main], [ | ||
LIBS="-lpanel $LIBS" | ||
AC_CHECK_HEADERS(panel.h,, [ | ||
AC_CHECK_HEADERS(ncurses/panel.h, [ | ||
AC_DEFINE([PANEL_IN_SUBDIR], [ncurses/], [Look for ncurses headers in subdir]) | ||
], [AC_MSG_ERROR([ncurses panel headers not found])]) | ||
]) | ||
], [AC_MSG_ERROR([ncurses panel library not found])])] | ||
) | ||
|
||
PKG_CHECK_MODULES( | ||
[NCURSES], | ||
[ncurses], | ||
[ | ||
CFLAGS="${CFLAGS} ${NCURSES_CFLAGS}" | ||
LIBS="${LIBS} ${NCURSES_LIBS}" | ||
], | ||
[AC_CHECK_LIB([ncurses], [delscreen], [ | ||
LIBS="-lncurses $LIBS" | ||
AC_CHECK_HEADERS(ncurses.h,, [ | ||
AC_CHECK_HEADERS(ncurses/ncurses.h, [ | ||
AC_DEFINE([NCURSES_IN_SUBDIR], [ncurses/], [Look for ncurses headers in subdir]) | ||
], [AC_MSG_ERROR([ncurses headers not found])]) | ||
]) | ||
], [AC_MSG_ERROR([ncurses development library not found])] | ||
)] | ||
) | ||
|
||
PKG_CHECK_MODULES( | ||
[LIBCONFIG], | ||
[libconfig], | ||
[ | ||
CFLAGS="${CFLAGS} ${LIBCONFIG_CFLAGS}" | ||
LIBS="${LIBS} ${LIBCONFIG_LIBS}" | ||
], | ||
[AC_CHECK_LIB([libconfig], [main], [ | ||
LIBS="-llibconfig $LIBS" | ||
AC_CHECK_HEADERS(libconfig.h,, [ | ||
AC_CHECK_HEADERS(libconfig.h, [ | ||
AC_DEFINE([LIBCONFIG_IN_SUBDIR], [libconfig/], [Look for libconfig headers in subdir]) | ||
], [AC_MSG_ERROR([libconfig headers not found])]) | ||
]) | ||
], [AC_MSG_ERROR([libconfig library not found])])] | ||
) | ||
|
||
AC_CHECK_LIB([intl], [libintl_dgettext]) # needed to statically link libparted, but not given in its pkgconfig file | ||
AC_CHECK_LIB([uuid], [uuid_generate]) # needed to statically link libparted, but not given in its pkgconfig file | ||
PKG_CHECK_MODULES([PARTED], [libparted], [libconfig]) | ||
AC_CHECK_LIB([pthread], [main], ,[AC_MSG_ERROR([pthread development library not found])]) | ||
|
||
# Checks for header files. | ||
AC_CHECK_HEADERS([libconfig.h fcntl.h inttypes.h netinet/in.h stddef.h stdint.h stdlib.h string.h sys/file.h sys/ioctl.h unistd.h]) | ||
|
||
# Checks for typedefs, structures, and compiler characteristics. | ||
AC_TYPE_SIZE_T | ||
AC_CHECK_MEMBERS([struct stat.st_blksize]) | ||
|
||
# Checks for library functions. | ||
AC_FUNC_MALLOC | ||
AC_CHECK_FUNCS([fdatasync memset regcomp strdup strerror]) | ||
|
||
AC_OUTPUT |
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-19-54_Model_HP_MM1000FBFVR_Serial_9XGA0RTV0000C6252V9L.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-19-57_Model_HP_MM1000FBFVR_Serial_9XG9ZA920000C6351QCD.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-00_Model_HP_MM1000FBFVR_Serial_9XGA0GLK0000C6347EAF.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-02_Model_HP_MM1000FBFVR_Serial_9XGA0PS50000C6350JK0.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-05_Model_HP_MM1000FBFVR_Serial_9XGA0RF80000C614099X.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-08_Model_HP_MM1000FBFVR_Serial_9XGA0GH70000C6347ECP.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-10_Model_HP_MM1000FBFVR_Serial_9XGA0A2M0000C6351LUJ.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-13_Model_HP_MM1000FBFVR_Serial_9XGA0HCP0000C6347CJJ.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-16_Model_HP_MM1000FBFVR_Serial_9XGA0GSL0000C6347CN0.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-18_Model_HP_MM1000FBFVR_Serial_9XGA0H9S0000C6350FK4.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-21_Model_HP_MM1000FBFVR_Serial_9XGA0PBQ0000C6384HPL.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-21_Model_ST1000NX0423_Serial_S470PJHZ.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-24_Model_HP_MM1000FBFVR_Serial_9XG9WDX40000C6188QHA.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-24_Model_ST1000NX0423_Serial_S470PJRJ.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-27_Model_HP_MM1000FBFVR_Serial_9XGA0HK10000C6347DT5.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-30_Model_HP_MM1000FBFVR_Serial_9XGA0HDD0000C6347CLY.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-32_Model_HP_MM1000FBFVR_Serial_9XGA0GYH0000C6347EYC.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-35_Model_HP_MM1000FBFVR_Serial_9XGA0H5Y0000C6347D9K.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-38_Model_HP_MM1000FBFVR_Serial_9XGA0HGF0000C6347CLC.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-40_Model_HP_MM1000FBFVR_Serial_9XGA0GWD0000C6347ENJ.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-43_Model_HP_MM1000FBFVR_Serial_9XGA0G9Z0000C6347C1S.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-00-20-46_Model_HP_MM1000FBFVR_Serial_9XGA0GVE0000C6347CN6.pdf
Binary file not shown.
Binary file added
BIN
+236 KB
nwipe_report_2023-10-02-00-20-46_Model_SEAGATE_ST300MM0008_Serial_S422B07G.pdf
Binary file not shown.
Binary file added
BIN
+236 KB
nwipe_report_2023-10-02-00-20-49_Model_NETAPP_X421_HCOBD450A10_Serial_PNHMT0GY.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-11-53-24_Model_HP_MM1000FBFVR_Serial_9XGA0RTV0000C6252V9L.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-11-53-26_Model_HP_MM1000FBFVR_Serial_9XG9ZA920000C6351QCD.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-11-53-29_Model_HP_MM1000FBFVR_Serial_9XGA0GLK0000C6347EAF.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-11-53-32_Model_HP_MM1000FBFVR_Serial_9XGA0PS50000C6350JK0.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-11-53-34_Model_HP_MM1000FBFVR_Serial_9XGA0RF80000C614099X.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-11-53-37_Model_HP_MM1000FBFVR_Serial_9XGA0GH70000C6347ECP.pdf
Binary file not shown.
Binary file added
BIN
+237 KB
nwipe_report_2023-10-02-11-53-40_Model_SEAGATE_ST300MM0008_Serial_S422B07G.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-11-53-40_Model_ST1000NX0423_Serial_S470PJHZ.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-11-53-40_Model_ST1000NX0423_Serial_S470PJRJ.pdf
Binary file not shown.
Binary file added
BIN
+236 KB
nwipe_report_2023-10-02-11-53-41_Model_NETAPP_X421_HCOBD450A10_Serial_PNHMT0GY.pdf
Binary file not shown.
Binary file added
BIN
+237 KB
nwipe_report_2023-10-02-15-37-58_Model_SEAGATE_ST300MM0008_Serial_S422B07G.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-15-37-58_Model_ST1000NX0423_Serial_S470PJRJ.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-15-37-59_Model_HP_MM1000FBFVR_Serial_9XGA0GVE0000C6347CN6.pdf
Binary file not shown.
Binary file added
BIN
+236 KB
nwipe_report_2023-10-02-15-38-02_Model_NETAPP_X421_HCOBD450A10_Serial_PNHMT0GY.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-17-08-45_Model_HP_MM1000FBFVR_Serial_9XGA0RTV0000C6252V9L.pdf
Binary file not shown.
Binary file added
BIN
+237 KB
nwipe_report_2023-10-02-17-08-48_Model_SEAGATE_ST300MM0008_Serial_S422B07G.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-17-08-48_Model_ST1000NX0423_Serial_S470PJRJ.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
nwipe_report_2023-10-02-17-08-49_Model_HP_MM1000FBFVR_Serial_9XGA0GVE0000C6347CN6.pdf
Binary file not shown.
Binary file added
BIN
+236 KB
nwipe_report_2023-10-02-17-08-51_Model_NETAPP_X421_HCOBD450A10_Serial_PNHMT0GY.pdf
Binary file not shown.
Binary file added
BIN
+237 KB
reports/nwipe_report_2023-10-02-17-36-57_Model_SEAGATE_ST300MM0008_Serial_S422B07G.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
reports/nwipe_report_2023-10-02-17-36-57_Model_ST1000NX0423_Serial_S470PJRJ.pdf
Binary file not shown.
Binary file added
BIN
+239 KB
...rts/nwipe_report_2023-10-02-17-36-58_Model_HP_MM1000FBFVR_Serial_9XGA0GVE0000C6347CN6.pdf
Binary file not shown.
Binary file added
BIN
+236 KB
reports/nwipe_report_2023-10-02-17-37-00_Model_NETAPP_X421_HCOBD450A10_Serial_PNHMT0GY.pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters