Server IP : 127.0.0.2 / Your IP : 3.139.86.62 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/cryptsetup/ |
Upload File : |
cryptsetup 1.0.7 Release Notes (2009-07-22) =========================================== Changes since 1.0.7-rc1 ------------------------ [committer name] * Allow removal of last slot in luksRemoveKey and luksKillSlot. [Milan Broz] * Add --disable-selinux option and fix static build if selinux is required. [Milan Broz] * Reject unsupported --offset and --skip options for luksFormat and update man page. [Milan Broz] Changes since 1.0.6 -------------------- [committer name] * Various man page fixes. Also merged some Debian/Ubuntu man page fixes. (thanks to Martin Pitt) [Milan Broz] * Set UUID in device-mapper for LUKS devices. [Milan Broz] * Retain readahead of underlying device. [Milan Broz] * Display device name when asking for password. (thanks to Till Maas) [Milan Broz] * Check device size when loading LUKS header. Remove misleading error message later. [Milan Broz] * Add error hint if dm-crypt mapping failed. (Key size and kernel version check for XTS and LRW mode for now.) [Milan Broz] * Use better error messages if device doesn't exist or is already used by other mapping. [Milan Broz] * Fix make distcheck. (thanks to Mike Kelly) [Milan Broz] * Check if all slots are full during luksAddKey. [Clemens Fruhwirth] * Fix segfault in set_error (thanks to Oliver Metz). [Clemens Fruhwirth] * Remove precompiled pot files. Fix uninitialized return value variable in setup.c. [Clemens Fruhwirth] * Code cleanups. (thanks to Ivan Stankovic) [Clemens Fruhwirth] * Remove unnecessary files from po directory. They will be regenerated by autogen.sh. [Clemens Fruhwirth] * Fix wrong output for remaining key at key deletion. Allow deletion of key slot while other keys have the same key information. [Clemens Fruhwirth] * Add missing AM_PROG_CC_C_O to configure.in [Milan Broz] * Remove duplicate sentence in man page (thanks to Till Maas). [Milan Broz] * Wipe start of device (possible fs signature) before LUKS-formatting. [Milan Broz] * Do not process configure.in in hidden directories. [Milan Broz] * Return more descriptive error in case of IO or header format error. [Milan Broz] * Use remapping to error target instead of calling udevsettle for temporary crypt device. [Milan Broz] * Check device mapper communication and warn user in case the communication fails. (thanks to Milan Broz) [Clemens Fruhwirth] * Fix signal handler to proper close device. (thanks to Milan Broz) [Clemens Fruhwirth] * write_lseek_blockwise: declare innerCount outside the if block, add -Wall to the default CFLAGS, * fix some signedness issues (thanks to Ivan Stankovic) [Clemens Fruhwirth] * Error handling improvement. (thanks to Erik Edin) [Clemens Fruhwirth] * Add non-exclusive override to interface definition. [Clemens Fruhwirth] * Refactor key slot selection into keyslot_from_option. Either autoselect next free keyslot or honor user choice (after checking). [Clemens Fruhwirth]