Displaying 20 results from an estimated 200 matches similar to: "Some of AES_CBC_PAD team missed the last bus home"
2008 Jan 21
0
293 AES_CBC_PAD keywrap
Author: Darren Moffat <darrenm at opensolaris.org>
Repository: /hg/zfs-crypto/gate
Latest revision: b44ed1cdde88c002bba91ae1bac55f456adcc95d
Total changesets: 1
Log message:
293 AES_CBC_PAD keywrap
Fix key load once and for all by using xcopyin & uint64_t everywhere
Files:
update: usr/src/cmd/zfs/zfs_main.c
update: usr/src/lib/libzfs/common/libzfs.h
update:
2008 Mar 03
0
zpool create now loads/prompts for key. Use random salt instead of guid. Fix 654
Author: Anthony Scarpino <Anthony.Scarpino at Sun.COM>
Repository: /hg/zfs-crypto/gate
Latest revision: 04f168232992beb7ebec3b25a69735bb3e2ab678
Total changesets: 1
Log message:
zpool create now loads/prompts for key. Use random salt instead of guid. Fix 654
Files:
update: usr/src/cmd/zfs/zfs_main.c
update: usr/src/cmd/zoneadm/zfs.c
update: usr/src/cmd/zpool/zpool_main.c
update:
2008 Mar 03
0
fix pam module to use zpool_load_key property. Add some better error reporting
Author: Anthony Scarpino <Anthony.Scarpino at Sun.COM>
Repository: /hg/zfs-crypto/gate
Latest revision: a2a39602f5d2629c170434c6b35e4b6512d33744
Total changesets: 1
Log message:
fix pam module to use zpool_load_key property. Add some better error reporting
Files:
update: usr/src/lib/libzfs/common/libzfs_crypto.c
update: usr/src/lib/pam_modules/zfs_key/zfs_key.c
2008 Feb 06
0
last update to AES_CBC_PAD buffer size support broke CCM mode (oops!)
Author: Darren Moffat <darrenm at opensolaris.org>
Repository: /hg/zfs-crypto/gate
Latest revision: 2b29daa2195d09df740d6a13d5677c09974205e5
Total changesets: 1
Log message:
last update to AES_CBC_PAD buffer size support broke CCM mode (oops!)
Files:
update: usr/src/uts/common/crypto/io/aes.c
2008 Apr 28
0
removal of AES_CBC_PAD from kernel
Author: Anthony Scarpino <Anthony.Scarpino at Sun.COM>
Repository: /hg/zfs-crypto/gate
Latest revision: 3df1f6b01f2e4234af95267b22947e416a38d4ca
Total changesets: 1
Log message:
removal of AES_CBC_PAD from kernel
Files:
update: usr/src/cmd/cmd-crypto/etc/kcf.conf
update: usr/src/common/crypto/aes/aes_cbc_crypt.c
update: usr/src/common/crypto/aes/aes_cbc_crypt.h
update:
2006 Oct 31
0
6285992 JNI should make use of dm_inuse() when 6343802 is fixed
Author: talley
Repository: /hg/zfs-crypto/gate
Revision: ee193c0b713e5b433df62de6679214ea81efd17b
Log message:
6285992 JNI should make use of dm_inuse() when 6343802 is fixed
6399767 JNI: pools without root datasets are not modeled in JNI
Files:
update: usr/src/lib/libzfs_jni/common/libzfs_jni_dataset.c
update: usr/src/lib/libzfs_jni/common/libzfs_jni_dataset.h
update:
2006 Oct 31
0
6343783 SUNWcsl claims to be a usr package, but delivers root bits
Author: kucharsk
Repository: /hg/zfs-crypto/gate
Revision: 47b55cefbda15c0b07f74a8d2c0d12611bcafe9c
Log message:
6343783 SUNWcsl claims to be a usr package, but delivers root bits
Files:
update: usr/src/pkgdefs/SUNWcsl/prototype_i386
update: usr/src/pkgdefs/SUNWcslr/prototype_i386
2008 May 28
1
[Bug 2057] New: zpool key -u - permission denied should be clear
http://defect.opensolaris.org/bz/show_bug.cgi?id=2057
Summary: zpool key -u - permission denied should be clear
Classification: Development
Product: zfs-crypto
Version: unspecified
Platform: Other
OS/Version: Solaris
Status: NEW
Severity: minor
Priority: P3
Component: other
AssignedTo: ajscarp
2008 Nov 12
0
6766659 zfscrypto: assertion failed: iovcnt != 0, file: ../../common/fs/zfs/zio_crypt.c, line: 1890
Author: Darren Moffat <Darren.Moffat at Sun.COM>
Repository: /hg/zfs-crypto/gate
Latest revision: 5eb1c91e55b41ddcb2da4c9ecb74d0fbdfa07833
Total changesets: 1
Log message:
6766659 zfscrypto: assertion failed: iovcnt != 0, file: ../../common/fs/zfs/zio_crypt.c, line: 1890
Files:
update: usr/src/uts/common/fs/zfs/zio.c
update: usr/src/uts/common/fs/zfs/zvol.c
2008 Apr 02
0
885 dataset creation panics if pool keystatus not ''available''.
Author: Darren Moffat <darrenm at opensolaris.org>
Repository: /hg/zfs-crypto/gate
Latest revision: 4c9597e1e4e9b6cbd6c20be06f0cdf9c409d3629
Total changesets: 1
Log message:
885 dataset creation panics if pool keystatus not ''available''.
360 check for key on creation should be in dmu_objset_create_check()
782 zfs keysource=raw fails with keyscope=dataset when file
2008 Jul 25
0
6729887 zio_encrypt_data/zio_decrypt_data should use crypto ctx templates
Author: Darren Moffat <darrenm at opensolaris.org>
Repository: /hg/zfs-crypto/gate
Latest revision: 09d6ac706d1fcce8c5e20487fd47af73c4684b98
Total changesets: 1
Log message:
6729887 zio_encrypt_data/zio_decrypt_data should use crypto ctx templates
Files:
update: usr/src/uts/common/fs/zfs/dmu.c
update: usr/src/uts/common/fs/zfs/sys/zio_crypt.h
update: usr/src/uts/common/fs/zfs/zio_crypt.c
2008 Nov 26
2
zfs znode changes getting lost
In place of padding in zfs znode i added a new field. stored an integer value and am able to see saved information.
but after reboot it is not there. If i was able to access before reboot so it must be in memory. I think i need to save it to disk.
how does one force zfs znode to disk.
right now i dont do anything special for it. Just made an ioctl, accessed znode and made changes.
example in
2006 Oct 31
0
6351004 capacity of pool in zfs gui is not consistent with the output of zpool list
Author: talley
Repository: /hg/zfs-crypto/gate
Revision: 8f002966e2de5d912f1b3f740784a1307059b667
Log message:
6351004 capacity of pool in zfs gui is not consistent with the output of zpool list
Files:
update: usr/src/lib/libzfs_jni/common/libzfs_jni_dataset.c
2006 Oct 31
0
6410698 ZFS metadata needs to be more highly replicated (ditto blocks)
Author: billm
Repository: /hg/zfs-crypto/gate
Revision: 33640e100342f4a847c599f1a1671dda6faf4e05
Log message:
6410698 ZFS metadata needs to be more highly replicated (ditto blocks)
6410700 zdb should support reading raw blocks out of storage pool
6410709 ztest: spa config can change before pool export
Files:
update: usr/src/cmd/mdb/common/modules/zfs/zfs.c
update: usr/src/cmd/zdb/zdb.c
update:
2008 Sep 11
0
6740837 zfs-crypto, buffer modified while frozen!
Author: Darren Moffat <Darren.Moffat at Sun.COM>
Repository: /hg/zfs-crypto/gate
Latest revision: 349e022c61d22a0a5a493c242c5bc9dad1547086
Total changesets: 1
Log message:
6740837 zfs-crypto, buffer modified while frozen!
Files:
update: usr/src/uts/common/fs/zfs/zio.c
update: usr/src/uts/common/fs/zfs/zio_crypt.c
2008 May 08
0
lint nits and CCM IV/nonce size fix
Author: Darren Moffat <darrenm at opensolaris.org>
Repository: /hg/zfs-crypto/gate
Latest revision: d22dab8b3cf8927274becf145e811389891f4fb7
Total changesets: 1
Log message:
lint nits and CCM IV/nonce size fix
Files:
update: usr/src/common/zfs/zcrypt_common.c
update: usr/src/uts/common/fs/zfs/zio_crypt.c
2008 Jun 11
0
CRYPTO_INVALID_MAC can be given as errno ECKSUM
Author: Darren Moffat <darrenm at opensolaris.org>
Repository: /hg/zfs-crypto/gate
Latest revision: 71562fc59afd47d2db9236f8b5ab505c74140a63
Total changesets: 1
Log message:
CRYPTO_INVALID_MAC can be given as errno ECKSUM
full fix depends on 6712231 being implemented in ON but this is safe without it
Files:
update: usr/src/uts/common/fs/zfs/zio_crypt.c
2011 Aug 05
0
Kernel panic on zpool import. 200G of data inaccessible! assertion failed: zvol_get_stats(os, nv) == 0
System: snv_151a 64 bit on Intel.
Error: panic[cpu0] assertion failed: zvol_get_stats(os, nv) == 0,
file: ../../common/fs/zfs/zfs_ioctl.c, line: 1815
Failure first seen on Solaris 10, update 8
History:
I recently received two 320G drives and realized from reading this list it
would have been better if I would have done the install on the small drives
but I didn''t have them at the time.
2002 Mar 26
0
openssh-3.1p1, buildpkg.sh on Solaris 8
Hello.
First I would like to thank you for making building the OpenSSH package
so easy on Solaris 8. I wish it was so easy with all open source
software.
For your information, I just build and packaged OpenSSH-3.1p1 on my
Ultra 5 workstation with the following packages:
system SUNWadmr System & Network Administration Root
system SUNWarc Archive Libraries
system
2008 Sep 11
3
ZFS Crypto [Prelim] Codereview
Here''s my comments for the preliminary ZFS Crypto review.
- Dan
Webrev: http://cr.opensolaris.org/~darrenm/zfs-crypto-gate/webrev/
General comments:
DEA-1 - SCCS keywords need to be removed
DEA-2 - Copyright updated
------------------------------------------------------------------
usr/src/lib/libcryptoutil/common/keyfile.c pkcs11_read_data()
This code in pkcs11_read_data() scares