Nick Law
|
bb91f093a3
|
Fix segfault on immediate CNTRL-C exit, shows in Fedora32 bit
|
2018-11-25 21:53:21 +00:00 |
|
Martijn van Brummelen
|
025a02e87c
|
Merge pull request #86 from PartialVolume/netinet_header_removal
Use stdint.h, ncurses.h and panel.h instead of netinet/in.h
|
2018-11-25 20:53:24 +01:00 |
|
Martijn van Brummelen
|
68cad1b640
|
Merge pull request #84 from PartialVolume/va_list_ap_was_opened_but_not_closed_by_va_end
Close va_list 'ap' using (va_end( ap ) on failures
|
2018-11-25 20:52:47 +01:00 |
|
Nick Law
|
cd3716f260
|
Use stdint.h, ncurses.h and panel.h instead of netinet/in.h
|
2018-11-24 23:32:20 +00:00 |
|
Nick Law
|
43172a9741
|
Close va_list 'ap' using (va_end( ap ) on failures
|
2018-11-24 13:29:11 +00:00 |
|
Nick Law
|
10221fb2a9
|
(void) unused wy, to silence compiler warning
|
2018-11-23 21:09:24 +00:00 |
|
Nick Law
|
6b350a2348
|
(void) unused variables in func.nwipe_isaac_read()
|
2018-11-23 17:13:14 +00:00 |
|
Nick Law
|
00e9350dd6
|
Put Function prototypes inside #ifndef/#define/#endif macro guard
|
2018-11-23 12:56:20 +00:00 |
|
Nick Law
|
af1b470456
|
De-allocate memory used by the log functions
|
2018-11-22 20:33:47 +00:00 |
|
Nick Law
|
5f712f3b0c
|
Fix log message buffer overflow, reduce memory requirements.
|
2018-11-22 02:01:11 +00:00 |
|
Nick Law
|
528bb9fd6a
|
Malloc return status not checked in nwipe_log()
|
2018-11-21 17:14:29 +00:00 |
|
Nick Law
|
f20e7c6b74
|
Common realloc mistake: nulled but not freed
|
2018-11-21 00:27:12 +00:00 |
|
Martijn van Brummelen
|
cfd75a918c
|
Merge pull request #68 from PartialVolume/Fixes_implicit_declaration_of_function_fileno
Fixes implicit declaration of function fileno()
|
2018-11-20 16:15:33 +01:00 |
|
Nick Law
|
fa0d72cbaf
|
Memory leak:b in pass.c
|
2018-11-20 14:14:29 +00:00 |
|
Nick Law
|
42a114abc0
|
Fixes implicit declaration of function fileno()
|
2018-11-19 23:38:12 +00:00 |
|
Martijn van Brummelen
|
58d4733273
|
Merge pull request #65 from PartialVolume/Fixes-uninitialized-variable-warning
Fix uninitialized variable 'keystroke' in nwipe_gui_verify()
|
2018-11-17 11:23:03 +01:00 |
|
Nick Law
|
157797c1ca
|
Fixes uninitialized variable 'keystroke' in nwipe_gui_prng
|
2018-11-16 22:35:52 +00:00 |
|
Nick Law
|
396896e16c
|
Fix uninitialized variable 'keystroke' in nwipe_gui_verify()
|
2018-11-16 22:16:17 +00:00 |
|
Martijn van Brummelen
|
5cb6003fc0
|
Fixes spurious character at the end of serial no string.
|
2018-11-16 22:35:32 +01:00 |
|
Martijn van Brummelen
|
b2bee8ac83
|
Fixes uninitialized variable warning
|
2018-11-16 22:20:48 +01:00 |
|
Martijn van Brummelen
|
4606834286
|
Variable 'keystroke' is used uninitialized
|
2018-11-16 21:27:42 +01:00 |
|
Nick Law
|
9c69bc0e1a
|
Fix non display of serial numbers for ATA/SCSI devices
|
2018-11-16 11:13:49 +00:00 |
|
Nick Law
|
f960da3f4a
|
Pointer d undeclared
The statment free(d), should not be in nwipe_random_pass().
|
2018-11-03 09:47:43 +00:00 |
|
Martijn van Brummelen
|
81850bde42
|
Fixes uninitialized variable
|
2018-10-05 23:23:16 +02:00 |
|
Martijn van Brummelen
|
e92ac3a870
|
fix cast/serial number
|
2018-10-05 23:11:30 +02:00 |
|
Martijn van Brummelen
|
0ecc90786d
|
fix cast
|
2018-10-05 23:07:06 +02:00 |
|
Martijn van Brummelen
|
5912d0f57a
|
check right pointer
|
2018-10-05 23:02:19 +02:00 |
|
Martijn van Brummelen
|
e16da663a1
|
fix more memory leaks
|
2018-10-05 22:58:58 +02:00 |
|
Martijn van Brummelen
|
a9ed8a091a
|
fix memory leaks
|
2018-10-05 22:53:05 +02:00 |
|
Martijn van Brummelen
|
dd74c429b0
|
fix segfault by initializing nwipe_gui_thread
|
2018-10-05 22:35:41 +02:00 |
|
Martijn van Brummelen
|
baab603809
|
Version 0.25(change footer)
|
2018-10-05 22:20:09 +02:00 |
|
Martijn van Brummelen
|
533fa56de8
|
change version to 0.24
|
2017-12-06 20:44:12 +01:00 |
|
Martijn van Brummelen
|
3638eae8d4
|
change version number and add friendly throughput
|
2017-12-06 20:28:09 +01:00 |
|
Martijn van Brummelen
|
b0bc174d32
|
pre-0.24
|
2017-12-06 20:09:47 +01:00 |
|
kelderek
|
0b1cb83013
|
added #include <sys/ioctl.h> so it can get device name
|
2017-12-04 17:33:09 -05:00 |
|
martijn
|
17f23ba03b
|
remove unused variable
|
2017-12-03 20:28:09 +01:00 |
|
martijn
|
22665fa781
|
include version.h
|
2017-12-03 19:31:17 +01:00 |
|
martijn
|
95dc8abcf3
|
fix 32bit issues
|
2017-12-03 19:07:31 +01:00 |
|
Martijn van Brummelen
|
d9ba357722
|
add friendly disk size
|
2017-12-02 19:46:38 +01:00 |
|
Martijn
|
37109daae7
|
change spelling fixes github bug #31
|
2017-12-02 18:03:39 +01:00 |
|
Martijn
|
052852d475
|
change version year to 2017
|
2017-12-02 18:02:34 +01:00 |
|
Martijn van Brummelen
|
c8a5a16108
|
place files in normal location
|
2017-02-21 22:31:11 +01:00 |
|
Martijn van Brummelen
|
4e64cab3c3
|
use localtime instead of gmtime for logging
|
2017-02-13 13:40:00 +01:00 |
|
Martijn van Brummelen
|
5f65683f63
|
Merge branch 'master' of ssh://github.com/martijnvanbrummelen/nwipe
|
2017-02-12 23:00:51 +01:00 |
|
Martijn van Brummelen
|
7b170bb444
|
Revert "Revert "bump version to 0.19""
This reverts commit b808b8402c.
|
2017-02-12 23:00:24 +01:00 |
|
Martijn van Brummelen
|
464bf788c5
|
Oops
|
2017-02-12 22:30:00 +01:00 |
|
Martijn van Brummelen
|
16e78b8523
|
disable "Kill the GUI thread"
|
2017-02-12 22:23:28 +01:00 |
|
Martijn van Brummelen
|
f71b23afc4
|
Merge branch 'master' of ssh://github.com/martijnvanbrummelen/nwipe
|
2017-02-12 21:20:18 +01:00 |
|
Martijn van Brummelen
|
e7d9ff73fe
|
remove unused netinet/in.h
|
2017-02-12 20:14:55 +01:00 |
|
Martijn van Brummelen
|
1fce0eb936
|
make code more readable
|
2017-02-12 19:53:32 +01:00 |
|