SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for cryptsetup-debuginfo-1.0.5_SVNr46-58.2.x86_64.rpm :
Fri Jan 29 13:00:00 2010 lnusselAATTsuse.de
- seed random number generator if needed (bnc#575139)
- document the stages of the boot process

Thu Dec 10 13:00:00 2009 lnusselAATTsuse.de
- fix the previous fix (bnc#562085)

Thu Dec 10 13:00:00 2009 lnusselAATTsuse.de
- don\'t kill list of non-luks device mapper devices (bnc#562085)

Tue Dec 1 13:00:00 2009 lnusselAATTsuse.de
- don\'t use dirty prompt override hack anymore. Turn off kernel
printing to console instead and show a highlighed message once
before calling cryptsetup (bnc#538853)
- fix adding volumes with initrd option (bnc#558891)

Thu Nov 19 13:00:00 2009 lnusselAATTsuse.de
- 2.6.31 requires the cryptomgr module in the initrd (bnc#535013)
- add workaround to enable resume from encrypted lvm (bnc#556895)

Wed Nov 18 13:00:00 2009 lnusselAATTsuse.de
- fix missing include (bnc#556475)

Mon Nov 9 13:00:00 2009 lnusselAATTsuse.de
- print note about keyboard layout when adding a password (bnc#547923)
- fix some slot number mismatches in printed messages, found while
fixing aforementioned bug

Wed Oct 21 14:00:00 2009 lnusselAATTsuse.de
- add luks script in volumemanager stage too. This way some side
effects are avoided and make lvm on luks on raid work (bnc#547612)

Fri Oct 16 14:00:00 2009 lnusselAATTsuse.de
- boot.crypto:

* fix autodetetection of root on LVM on LUKS (bnc#528474)

Wed Sep 30 14:00:00 2009 lnusselAATTsuse.de
- boot.crypto:

* fix initrd option parsing

* the option to fsck the fs actually never worked

* set infinite timeout during 2nd stage (bnc#456004)

* Warn if using a non-absolute path for physdev in crypttab

* remove hardcoded loop device number limit (bnc#481872)

Mon Jul 13 14:00:00 2009 lnusselAATTsuse.de
- boot.crypto:

* wait for device before calling luksOpen (bnc#521446)

Tue Apr 7 14:00:00 2009 lnusselAATTsuse.de
- boot.crypto:

* add extra man page tags to avoid FIXME output of docbook

* introduce initrd option in crypttab (bnc#465711)

* make prompt work with infinite timeout (bnc#466405)

* add mkinitrd plugin scripts as patch to be able to generate
patches from git

* fix boot.crypto doesn\'t care on tries flag in crypttab [bnc#480741]
- hashalot: compute hash of empty passphrase if not interactive
(bnc#475135)
- hashalot: fix segfault with oversized hashes (bnc #476290).

Sun Dec 14 13:00:00 2008 bwalleAATTsuse.de
- Fix LUKS root partition residing on a soft raid (bnc #358341)

Mon Nov 3 13:00:00 2008 mkoenigAATTsuse.de
- boot.crypto-early: explicitly start before boot.localfs

Fri Sep 12 14:00:00 2008 mkoenigAATTsuse.de
- branch off shlib to subpackage libcryptsetup0
- rename cryptsetup-devel to libcryptsetup-devel

Wed Sep 3 14:00:00 2008 hareAATTsuse.de
- Call mkinitrd_setup during %post and %postun (bnc#413709)

Wed Aug 20 14:00:00 2008 mkoenigAATTsuse.de
- enable SELinux support [fate#303662]

Wed Aug 13 14:00:00 2008 mkoenigAATTsuse.de
- boot.crypto:

* Fix init script tags

Fri Aug 8 14:00:00 2008 mkoenigAATTsuse.de
- boot.crypto:

* Provide some reasonable exit status [bnc#409502]

Wed Jul 23 14:00:00 2008 hareAATTsuse.de
- Include mkinitrd scriptlets.

Wed Jul 23 14:00:00 2008 mkoenigAATTsuse.de
- use /sbin/udevadm settle instead of /sbin/udevsettle [bnc#404875]

Tue May 6 14:00:00 2008 mkoenigAATTsuse.de
- load loop module in boot.crypto-early as it might be needed.
It is previously initially loaded by boot.localfs.

Wed Apr 9 14:00:00 2008 mkoenigAATTsuse.de
- add support for boot.crypto-early [#355824]
needed to encrypt block devices for usage with LVM or MD
adds a new option \'noearly\' for crypttab, which will skip
the device in boot.crypto-early.

Wed Feb 27 13:00:00 2008 mkoenigAATTsuse.de
- update to svn revision 46:

* fix out of bound for key index in delKey [bnc#360041]

* Add typo fixes to the cryptsetup.8 manpage

* Add key-slot patch

* Remove O_EXCL requirement for certain LUKS operations

* mention luksKillSlot in the manpage

Mon Feb 4 13:00:00 2008 lnusselAATTsuse.de
- boot.crypto:

* check for columns of terminal (bnc#337614)

* enhance crypttab manpage (#351061)

* check for fs_passno (#345339)

Wed Jan 9 13:00:00 2008 lnusselAATTsuse.de
- upgrade to svn revision 42 which includes previous patches
- boot.crypto:

* don\'t mount read-only as safety check (#345338)

* implement precheck scripts

* allow restarting of single volumes (#345605)

* status query of individual devices (#345605)

* add vol_id check script

* maintain boot.crypto stuff in revision control and use tarball
snapshots of it

Thu Nov 29 13:00:00 2007 lnusselAATTsuse.de
- upgrade to svn revision 38

Wed Nov 7 13:00:00 2007 mkoenigAATTsuse.de
- add %fillup_prereq and %insserv_prereq to PreReq

Tue Oct 16 14:00:00 2007 lnusselAATTsuse.de
- upgrade to svn revision 31

* Rename luksDelKey into luksKillSlot

* Add luksRemoveKey that queries a given key before removal

* Fix segfault in luksOpen.

* Add LUKS_device_ready check for most LUKS calls, so that
cryptsetup dies before password querying in case a blockdev is
unavailable

* For LUKS key material access require exclusive access to the
underlying device. This will prevent multiple mappings onto a
single LUKS device. dm
*crypt doesn\'t feature any syncing
capabilities, hence there is no real application for this as it
will likely lead to disk corruption.

* Add signal handler to keyencryption to free the temporary
mapping in case the user hits ctrl-c.

Mon Aug 27 14:00:00 2007 lnusselAATTsuse.de
- remove /var/run/keymap from previous boot to make /etc/init.d/kbd
work (#296409)

Mon Aug 27 14:00:00 2007 lnusselAATTsuse.de
- run fsck with progressbar (#304750)

Thu Jun 21 14:00:00 2007 mkoenigAATTsuse.de
- run udevsettle to avoid problems with busy temporary
device mapper devices [#285478]

Mon Jun 11 14:00:00 2007 lnusselAATTsuse.de
- rephrase error message (#279169)

Fri Jun 1 14:00:00 2007 lnusselAATTsuse.de
- rename util-linux-crypto to cryptsetup
- remove dmconvert
- replace svn snapshot with official 1.0.5 release
- don\'t enable boot.crypto by default

Tue May 29 14:00:00 2007 lnusselAATTsuse.de
- fix segfault when trying to open a non existing device
- fix gcc warnings
- add Short-Description to boot.crypto
- use %find_lang

Wed May 9 14:00:00 2007 lnusselAATTsuse.de
- boot.crypto: implement \'status\'
- boot.crypto: accept argument to start/stop single devices

Wed May 9 14:00:00 2007 lnusselAATTsuse.de
- hashalot: add timeout option

Wed May 9 14:00:00 2007 lnusselAATTsuse.de
- fix build

Tue May 8 14:00:00 2007 lnusselAATTsuse.de
- boot.crypto: switch off splash screen only when needed
- boot.crypto: report status for individual volumes instead of using one global
exit status
- hashalot: exit unsucessfully on empty passphrase

Tue May 8 14:00:00 2007 lnusselAATTsuse.de
- boot.crypto: sleep a bit longer before overwriting the prompt
- boot.crypto: add support for pseed and itercountk options
- boot.crypto: skip entries with unsupported/unknown options
- hashalot: add support for itercountk

Fri May 4 14:00:00 2007 lnusselAATTsuse.de
- upgrade cryptsetup to current svn revision 30 which includes
previous patches.
- fix background prompt process not getting killed on ctrl-d in
boot.crypto

Fri Apr 27 14:00:00 2007 lnusselAATTsuse.de
- upgrade cryptsetup to current svn revision 26. Does no longer hang
when a file is specified instead of a device.
- remove obsolete cryptsetup.sh script
- boot.crypto:

* drop support for cryptoloop, use cryptsetup also for cryptotab

* refactor code and create reusable components for use in cryptotab
and crypttab code path

* run sulogin only during boot if fsck failed

* support crypttab\'s \'tries\' option
- add crypttab manpage based on Debian one

Tue Apr 24 14:00:00 2007 lnusselAATTsuse.de
- add boot.crypto (#257884)
- add crypttab and cryptotab as %ghost to filelist

Tue Mar 27 14:00:00 2007 mkoenigAATTsuse.de
- move devel .so link to %{libdir}
- run ldconfig, since we have now a shared lib installed

Fri Mar 23 13:00:00 2007 dmuellerAATTsuse.de
- cryptsetup can now link shared since libpopt is
no longer under /usr

Fri Mar 9 13:00:00 2007 lnusselAATTsuse.de
- add patch to support old loop_fish2 key hash method

Thu Dec 7 13:00:00 2006 mkoenigAATTsuse.de
- update cryptsetup to version 1.0.4:

* added terminal timeout rewrite

* allow user selection of key slot

* reading binary keys from stdin using the \"-\" as key file

* fix 64 bit compiler warning issues.

* fix getline problem for 64-bit archs.

Fri Oct 13 14:00:00 2006 mkoenigAATTsuse.de
- fix build failure due to missing pthreads

Wed Sep 13 14:00:00 2006 hvogelAATTsuse.de
- use the LUKS version of cryptsetup
- split -devel subpackage for libcryptsetup
- remove patches because they are in the new cryptsetup

* cryptsetup-0.1-static.patch

* cryptsetup-0.1-retval.patch

* cryptsetup-0.1-dmi.exists.patch

* cryptsetup-0.1-timeout.patch
- use man page from the new cryptsetup


 
ICM