Aorimn
040d941283
Fix -o vs -O changes
...
This commit is the follower of 7e940e2 "Change offset short option from
'o' to 'O'". It finalizes the changement of the offset option from -o to
-O.
2017-02-08 16:02:18 +01:00
Aorimn
73286463f7
Add accuracy to the offset description
...
As stated in issue #93 , the offset's metric isn't specified.
This commit adds the metric, bytes, for which to give the offset.
2016-10-24 22:42:12 +02:00
Jack Lamberti
95603ac927
Fixed some other typos
2016-06-19 20:37:37 -04:00
Jack Lamberti
8ff9563b95
Fixed typo, changed developped to developed
2016-06-17 14:28:58 -04:00
Aorimn
7e940e21f1
Change offset short option from 'o' to 'O'
...
This might break some configuration, but fstab passing arguments doesn't
give us much choice.
2016-04-20 23:09:20 +02:00
Aorimn
a0f0a32808
Remove a note in the manual pages
...
The note was for FAT volumes not being supported. As this is not correct
anymore, we just remove this note.
2015-10-05 22:42:56 +02:00
Aorimn
f794fda7b6
Update manual pages according to issue #31 fix
...
Using getopt_long with optional arguments to options, you have to put an
equal sign (=) betwen the option name and its argument if it's a long
option (--user-password=MYSECRETPASSWORD) or stick the password to the
option if it's a short one (-uMYSECRETPASSWORD).
2015-03-14 00:24:26 +01:00
Aorimn
0ac7a71cc4
Add a new executable
...
This executable is a ruby script which attempts to find
BitLocker-encrypted volumes. It can be feed with files and will print
the ones which are BitLocker-encrypted partitions.
2015-02-07 00:02:49 +01:00
Aorimn
95ae09442c
Remove outdated paragraph
...
Now that there are different manual pages for dislocker-fuse and
dislocker-file, we don't need this paragraph.
2015-02-07 00:00:59 +01:00
Aorimn
83c285e172
Add man page for dislocker-file command
...
This commit adds a man page for the dislocker-file command for Linux,
FreeBSD - which is a symbolic link to the Linux man page - and OSX.
2014-12-14 08:43:48 +01:00
Aorimn
8669828a46
Change manual pages conception
...
This commit changes the manual pages structure and put files per
architecture. This also updates the page's content.
Note that the freebsd manual for dislocker-fuse is only a link to the
linux manual page.
2014-12-13 23:32:39 +01:00
Aorimn
16028743a9
Add option for not checking the state
...
Having a volume in an "unstable state" doesn't mean it can't be mounted.
This option may still be useful when performing forensic analysis where
you have a copy of the original volume and still want to see decrypted
data, whatever the encryption state of the volume.
2014-07-20 13:10:38 +02:00
Aorimn
223b814792
Conjugation and small note
2014-06-26 19:51:13 +02:00
Aorimn
6c0990c341
Add note for endianness in the FVEK file
2014-04-03 20:14:55 +02:00
Aorimn
b65f77173c
Confusion between bits and bytes in FVEK file format
2014-03-30 23:59:24 +02:00
Aorimn
6397a8b733
Update not-OSX manpage to better match the OSX one
2014-02-01 19:17:16 +01:00
Aorimn
9568556630
Changing manual format for OSX manpage
2014-02-01 19:10:36 +01:00
Aorimn
651123a8b5
Split the manual page between OSX users and others
...
Instructions for OSX users aren't the same as for other users,
thus separate them in two different man pages
2014-01-27 01:16:23 +01:00
Aorimn
fbc8ae6453
Some man fixes
2013-12-09 21:02:56 +01:00
Aorimn
bee8f6151f
Fix two man entries (-r and -u)
2013-11-02 22:27:56 +01:00
Aorimn
b534c8b561
-u option added, this was missing, not really from this branch but I
...
don't care.
2013-07-11 21:30:31 +02:00
Aorimn
f4618a92e3
Adding the -k option
2013-07-11 21:14:14 +02:00
Romain Coltel
b02ee88b7e
First commit - Beginning version: 0.2.3
2012-12-10 19:24:03 +01:00