platform/upstream/cryptsetup.git
2012-04-24 Arno WagnerSybnced to web version
2012-04-22 Arno Wagnersynced with wiki version
2012-04-19 Milan BrozFix requested_type description in header.
2012-04-15 Milan BrozUpdate nl.po.
2012-04-14 Milan BrozIncrease devel version.
2012-04-14 Milan BrozUpdate vi.po.
2012-04-10 Milan BrozAdd Ukrainian translation.
2012-04-09 Milan BrozUpdate ReleaseNotes.
2012-04-09 Milan BrozUpdate po files.
2012-04-09 Milan BrozFix support for LUKS header created by cryptsetup-1.0.0
2012-04-02 Milan BrozVersion 1.4.2.
2012-04-02 Milan BrozAllow to specify --align-payload only for luksFormat.
2012-04-02 Milan BrozAdd repair command and API for repairing known LUKS...
2012-03-29 Milan BrozAdd --keyfile-offset and --new-keyfile-offset to crypts...
2012-03-20 Milan BrozReplace some tabs.
2012-03-20 Milan BrozSimplify valgrind check (let's add more configs later...
2012-03-20 Milan BrozForce uevent for UUID check, not all udev installations...
2012-03-20 Milan BrozFix superfluous comma and cleanup autoconf.
2012-03-20 Milan BrozSupport UUID=<LUKS_UUID> format for device specification.
2012-03-16 Milan BrozFix retry if entered passphrases (with verify option...
2012-03-16 Milan BrozUnify password verification option.
2012-03-09 Milan BrozTest commit.
2012-03-09 Milan BrozTest commit.
2012-03-09 Milan BrozFix TODO.
2012-03-07 Milan BrozAdd some LUKS header "invalid keyslot" repair code...
2012-03-03 Milan BrozMerge branch 'master' of https://code.google.com/p...
2012-03-03 Milan BrozFix Python extension build (thanks to sven.s.jonsson)
2012-02-23 Debian Usersynced with wiki
2012-02-23 Debian Usersynced to Wiki
2012-02-21 Debian UserMerge branch 'master' of https://code.google.com/p...
2012-02-21 Debian Userupdated to match web
2012-02-14 Milan BrozTODO / LANG issue.
2012-02-11 Milan BrozAlso test volume key mismatch for luksOpen.
2012-02-11 Milan BrozAdd support for --master-key-file to luksOpen.
2012-02-08 Milan BrozFix svn/git source checkout in README.
2012-02-07 Milan BrozTest git commit.
2012-02-07 Arno Wagnerminor fixes, global spellcheck
2012-02-05 Arno Wagnerfixed some typos
2012-01-20 Arno Wagnerfixed some typos.
2012-01-20 Arno Wagnersunced txt version
2012-01-15 Arno Wagneradded blkid as alternative to cryptsetup isLuks
2012-01-14 Arno Wagnertext version synced
2012-01-12 Milan BrozFix use of empty keyfile (Issue 120).
2012-01-08 Arno Wagnerupdated ASCII version also
2011-12-19 Arno Wagnerremoved comment about RC4. Really no need to make strea...
2011-12-19 Arno Wagnerupdated txt version to match web
2011-12-05 Milan BrozFix discards option name.
2011-12-02 Arno Wagnerupdated plan text version
2011-11-13 Milan BrozFix error message for luksClose and detached LUKS header.
2011-11-09 Milan BrozFix typo.
2011-11-09 Milan BrozAdd 1.4.1 Release Notes.
2011-11-09 Milan BrozVersion 1.4.1.
2011-11-08 Milan BrozFix cryptsetup status output if parameter is device...
2011-11-08 Milan BrozAdd some constants to Python binding.
2011-11-07 Milan BrozSilent gcc strict aliasing warning.
2011-11-07 Milan BrozAdd COPYING.LGPL file.
2011-11-07 Milan BrozFix crypt_load usage in Python binding.
2011-11-07 Milan BrozFix void / None Python bindings.
2011-11-06 Milan BrozFix typo.
2011-11-06 Milan BrozFix typo in iteration time api call.
2011-11-06 Milan BrozAdd debugLevel and set iteration time python binding.
2011-11-06 Milan BrozAdd tests for former python API.
2011-11-04 Milan BrozMerge pycryptsetup (Python libcryptsetup bindings).
2011-11-02 Milan BrozFix FSF address in license text according to
2011-11-01 Arno Wagnersynchronized to web version
2011-10-28 Milan BrozUpdate it.po.
2011-10-27 Milan BrozFix crypt_get_volume_key_size() for plain device.
2011-10-26 Milan BrozVersion 1.4.0.
2011-10-26 Milan BrozSilent some extra gcc warnings in tests.
2011-10-25 Milan BrozFix isLuks message (should appear only in verbose mode).
2011-10-25 Milan BrozUpdate nl.po.
2011-10-17 Milan BrozUpdate de.po.
2011-10-17 Jonas Meurerfix typo in german translation
2011-10-16 Milan BrozUpdate on disk format to 1.2.1.
2011-10-15 Milan BrozUpdate po files.
2011-10-15 Milan BrozRemoves obsolete valgrind suppression (Thanks to okozina)
2011-10-15 Milan BrozUse system wide libcryptsetup in examples.
2011-10-10 Milan BrozReencode Changelog to UTF8.
2011-10-10 Milan BrozFix flag description comment.
2011-10-10 Milan BrozAdd 1.4.0 release notes
2011-10-10 Milan BrozPrint warning if detached header path is unusable.
2011-10-09 Milan BrozRevert get_last_error change for test-api (crypt_init...
2011-10-09 Milan BrozPrepare 1.4.0-rc1 (some minor fixes still needed).
2011-10-09 Milan BrozFix makefile for examples.
2011-10-09 Milan BrozAdd license to example files (LGPL).
2011-10-09 Milan BrozRewrite examples to more simple format.
2011-10-09 Milan BrozAdd simple makefile for examples.
2011-10-09 Milan BrozAdd LUKS on-disk format docs, update TODO.
2011-10-09 Milan BrozFix some complier warnings.
2011-10-09 Milan BrozDetect static uuid library if static build is requested.
2011-10-09 Milan BrozMove setting of error text to crypt_log to catch all...
2011-10-09 Milan BrozFix exit code if passphrases do not match in luksAddKey...
2011-10-09 Milan BrozFix luksKillSLot exit code if slot is inactive or inval...
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 BrozFix some doxygen docs warnings and mistakes.
2011-10-08 Milan BrozFix doxyfile location.
2011-10-08 Milan BrozAdd doxyfile.
2011-10-08 Milan BrozAdd some examples. (thanks to okozina)
2011-10-08 Milan BrozAdd doxygen formatted documentation for libcryptsetup...
next