summarylogtreecommitdiffstats
path: root/ChangeLog
blob: 724f5aa141cdca7afe8d3691cf483041daa82d18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
2019-04-29 Giancarlo Razzolini <grazzolini@gmail.com>

	* 0.0.6:
	- Implement verification of the post MBR gap where grub state 1.5 is located
	- Implement verification of BIOS Boot partition when using GPT with MBR
	- Add a call to resolve_device to make sure the ESP partition can be properly found

2015-08-13 Giancarlo Razzolini <grazzolini@gmail.com>

	* 0.0.5:
	- The cmdline name/value pair is now mandatory.
	- Improved the check for the mbr bootdisk to see if the device specified in the configuration is really a block device.

2015-06-08 Giancarlo Razzolini <grazzolini@gmail.com>

	* 0.0.4:
	- Decouple of the PKGBUILD and other AUR relevant files from the source code for upload in the new AUR system.

2015-04-01 Giancarlo Razzolini <grazzolini@gmail.com>

	* 0.0.3:
	- The same check of the cmdline is also performed in the initramfs. This indicate a bootloader configuration bypassing.
	- Added a warning confirmation to make sure the user was warned of a compromised bootloader or configuration bypassing.
	- Changed the size of the mbr portion that is saved. Was incorrectly also hashing the partition table.
	- Various changes to the messaging and warning system.

2015-03-31 Giancarlo Razzolini <grazzolini@gmail.com>

	* 0.0.2:
	- Added a profile for checking the kernel cmdline for a bypassed boot partition.
	- Changed from sha256 to sha512.

2015-03-12 Giancarlo Razzolini <grazzolini@gmail.com>

	* 0.0.1 :
	- Initial release
	- There is no systemd service yet to verify if your boot partition was bypassed.