Imported Upstream version 1.6.7
[platform/upstream/cryptsetup.git] / lib / utils.c
2016-05-11 Kichan KwonImported Upstream version 1.6.7 91/68991/1 upstream/1.6.7
2016-05-10 KwonRevert "Imported upstream version 1.6.7" 41/68941/1
2016-05-10 Kichan KwonImported upstream version 1.6.7 63/68863/1
2012-12-29 Milan BrozChange License from GPLv2 only to GPLv2+ ("or any later").
2012-12-21 Milan BrozAdd copyright line for files I have written or modified.
2012-12-19 Milan BrozFix regression in header backup (1.5.1).
2012-12-10 Milan BrozGet page size should never fail (in the works case...
2012-11-25 Milan BrozFix blockwise read/write for end writes near end of...
2012-08-14 Milan BrozSet context for DM log for all DM backend entries.
2012-08-12 Milan BrozNew device access backend.
2012-06-12 Milan BrozMerge branch 'reenc' of https://code.google.com/p/crypt...
2012-06-11 Milan BrozMerge branch 'veritysetup'
2012-06-10 Milan BrozRemove some compilation warnings.
2012-06-07 Milan BrozWarn if block exceeds page size.
2012-05-01 Milan BrozRelax --shared test, allow mapping even for overlapping...
2012-04-02 Milan BrozVersion 1.4.2.
2011-11-02 Milan BrozFix FSF address in license text according to
2011-10-09 Milan BrozSimplify global error call.
2011-10-08 Milan BrozIf device is not rotational, do not use Gutmann wipe...
2011-08-01 Milan BrozImprove check for invalid offset and size values. ...
2011-07-20 Milan Broz* Allow different data offset setting for detached...
2011-07-17 Milan BrozRewrite dm query/create function backend.
2011-07-01 Milan BrozFix error message.
2011-07-01 Milan Broz* Add --shared option for creating non-overlapping...
2011-05-24 Milan BrozMove devpath scan to separate file.
2011-04-18 Milan BrozRemove old ifdef, all recent systems have this defined.
2011-04-18 Milan BrozFix possible leaks in blockwise read/write code.
2011-04-18 Milan BrozFix verbose mode compiler warnings.
2011-03-14 Milan BrozSpecify copyright holders in source files.
2011-03-11 Milan BrozAdd support for automatic loop device use (image infile...
2011-01-29 Milan BrozFix mapping removal if device disappeared but node...
2011-01-25 Milan BrozAdd dm flags for query for features.
2010-11-15 Milan BrozFix some warnings if compiled with clang.
2010-11-05 Milan Broz* Disallow mapping of device which is already in use...
2010-10-27 Milan Broz* Implement --use-random and --use-urandom for luksForm...
2010-10-26 Milan BrozMove get_key to common code, simplify verify flags.
2010-10-26 Milan BrozMove safe alloc routines into common lib file.
2010-08-09 Milan BrozUse default data alignment to 1MiB.
2010-06-01 Milan BrozFix device alignment ioctl calls parameters.
2010-05-27 Milan BrozTry to make get_key() paramater more obvious...
2010-04-16 Milan BrozDo not use kernel dm-ioctl header directly and remove...
2010-04-16 Milan BrozFix minor errors
2010-04-09 Milan BrozSupport topology information for data alignment (LUKS).
2009-12-30 Milan BrozAlways close file dscriptor on error.
2009-12-11 Milan BrozFix some strings to use gettext.
2009-12-11 Milan BrozFix error handling during reading passhrase.
2009-10-23 Milan BrozRename internal locking helpers (avoids conflict when...
2009-09-28 Milan Broz... and previous reintroduce it as debug message.
2009-09-28 Milan BrozRemove error message in previous commit.
2009-09-28 Milan BrozFail if piped input is broken.
2009-09-08 Milan BrozTry to read first sector from device to properly check...
2009-08-30 Milan Broz* Move device utils code and provide context parameter...
2009-08-30 Milan Broz* Add log macros and make logging modre consitent.
2009-08-30 Milan Broz* Move memory locking and dm initialization to command...
2009-07-28 Milan BrozOptimize o_direct read/writes.
2009-06-22 Milan BrozAdd some checks for error codes.
2009-04-01 Clemens FruhwirthSegfault bugfix thanks to Oliver Metz.
2008-09-01 Clemens FruhwirthThanks to Ivan Stankovic
2008-08-20 Clemens FruhwirthError handling improvement thanks to Erik Edin.
2008-03-22 Clemens FruhwirthInitial checking of what was revision 56 on luks.endorp...