Change License from GPLv2 only to GPLv2+ ("or any later").
[platform/upstream/cryptsetup.git] / lib / internal.h
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-11-19 Milan BrozAdd simple cipher benchmarking.
2012-08-28 Milan BrozReplace round_up macro with function.
2012-08-12 Milan BrozNew device access backend.
2012-06-26 Milan BrozRemove open device debugging feature (no longer needed).
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-10 Arno WagnerMerge branch 'master' of https://code.google.com/p...
2012-06-09 Milan BrozPrepare new superblock format.
2012-06-07 Milan BrozWarn if block exceeds page size.
2012-06-06 Milan BrozRewrite veritysetup to use libcryptsetup.
2012-05-26 Milan BrozAdd version string to crypto backend.
2012-05-21 Milan BrozAdd --enable-fips for linking with fipscheck library.
2012-05-20 Milan BrozSplit salt from other requests in RNG backend.
2012-04-02 Milan BrozVersion 1.4.2.
2011-10-09 Milan BrozAdd crypt_last_error() API call (using crypt context).
2011-10-09 Milan BrozSimplify global error call.
2011-10-08 Milan BrozRemove hints for old kernels.
2011-10-08 Milan BrozIf device is not rotational, do not use Gutmann wipe...
2011-08-15 Milan BrozSilent gcc warnings with -Wconst-qual switch.
2011-07-20 Milan Broz* Allow different data offset setting for detached...
2011-07-18 Milan BrozAdd crypt_get_iv_offset() function to API.
2011-07-17 Milan BrozRewrite dm query/create function backend.
2011-07-01 Milan Broz* Add --shared option for creating non-overlapping...
2011-05-24 Milan BrozMove DM helpers to separate header.
2011-05-24 Milan BrozMove devpath scan to separate file.
2011-04-18 Milan BrozFix possible leaks in blockwise read/write code.
2011-03-22 Milan BrozCheck for plain64 IV support in DM backend.
2011-03-13 Milan BrozClean up plain password hashing, do not ignore error...
2011-03-12 Milan BrozAdd backing device info into status.
2011-03-12 Milan BrozSeparate loop handling from internal code.
2011-03-11 Milan BrozAdd support for automatic loop device use (image infile...
2011-03-05 Milan BrozBetter detects dm-ioctl secure flag using version befor...
2011-01-25 Milan BrozAdd dm flags for query for features.
2010-12-31 Milan BrozSwitch to new crypto backend interface.
2010-11-15 Milan BrozRemove uneeded function prototype.
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-10-26 Milan BrozAdd utils_crypt file and test for supported modes prese...
2010-10-26 Milan BrozSimplify crypto backend init.
2010-10-26 Milan BrozGeneralise volume key struct.
2010-08-09 Milan BrozUse default data alignment to 1MiB.
2010-05-27 Milan BrozAdd verbose log level and move unlocking keyslot messag...
2010-04-09 Milan BrozSupport topology information for data alignment (LUKS).
2009-12-30 Milan BrozChange in iterations counts:
2009-11-16 Milan BrozUse proper NLS macros and detection (so the message...
2009-11-15 Milan BrozAdd temporary debug code to allow better debugging...
2009-10-23 Milan BrozRename internal locking helpers (avoids conflict when...
2009-09-30 Milan BrozProperly apply versioned symbols in library and fix...
2009-09-28 Milan BrozAdd luksHeaderBackup and luksHeaderRestore commands...
2009-09-15 Milan BrozInitialize crypto library before LUKS header load.
2009-09-08 Milan BrozUse dm-uuid for all crypt devices, contains device...
2009-09-02 Milan Broz* Add luksSuspend (freeze device and wipe key) and...
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-08-30 Milan BrozRequire device device-mapper to build and do not use...
2009-07-28 Milan BrozOptimize o_direct read/writes.
2009-06-20 Milan BrozSet UUID in device-mapper for LUKS devices.
2008-09-16 Milan BrozUse remapping to error target instead of calling udevse...
2008-09-01 Clemens FruhwirthThanks to Ivan Stankovic
2008-03-22 Clemens FruhwirthInitial checking of what was revision 56 on luks.endorp...