diff options
author | Dan OpenSolaris Anderson <opensolaris@drydog.com> | 2010-01-08 13:30:02 -0800 |
---|---|---|
committer | Dan OpenSolaris Anderson <opensolaris@drydog.com> | 2010-01-08 13:30:02 -0800 |
commit | ddcb637016537d200651b05908187af72d7babd3 (patch) | |
tree | b047d58663bcfb7b90bb56455908b9628eda95c1 /usr/src/lib/libgss | |
parent | 9e3469d3db608feb0e43d9955cbf406c22025463 (diff) | |
download | illumos-joyent-ddcb637016537d200651b05908187af72d7babd3.tar.gz |
6862532 "cryptoadm: failed to parse configuration" error
6353443 domestic (crypt) source build leaves stuff it shouldn't
6818180 mac(1) printed "invalid key" error message when user input an invalid passphrase
Diffstat (limited to 'usr/src/lib/libgss')
-rw-r--r-- | usr/src/lib/libgss/README.spi | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/usr/src/lib/libgss/README.spi b/usr/src/lib/libgss/README.spi index a6fa349229..be425bd8d1 100644 --- a/usr/src/lib/libgss/README.spi +++ b/usr/src/lib/libgss/README.spi @@ -2,9 +2,8 @@ CDDL HEADER START The contents of this file are subject to the terms of the - Common Development and Distribution License, Version 1.0 only - (the "License"). You may not use this file except in compliance - with the License. + Common Development and Distribution License (the "License"). + You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. @@ -19,17 +18,13 @@ CDDL HEADER END - Copyright 2005 Sun Microsystems, Inc. All rights reserved. + Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. -#ident "%Z%%M% %I% %E% SMI" - The Service Provider Interface for libgss and its Mechanisms ------------------------------------------------------------ -/* CRYPT DELETE START */ - 1. The libgss SPI upto 11/2004 Prior to PSARC 2004/810 the libgss SPI consisted of a function @@ -115,5 +110,3 @@ mechanism provider's mechanism OIDs. - libgss will dlsym() each mechanism provider SPI method. - -/* CRYPT DELETE END */ |