Print this page
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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libgss/README.spi
          +++ new/usr/src/lib/libgss/README.spi
   1    1  
   2    2   CDDL HEADER START
   3    3  
   4    4   The contents of this file are subject to the terms of the
   5      - Common Development and Distribution License, Version 1.0 only
   6      - (the "License").  You may not use this file except in compliance
   7      - with the License.
        5 + Common Development and Distribution License (the "License").
        6 + You may not use this file except in compliance with the License.
   8    7  
   9    8   You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  10    9   or http://www.opensolaris.org/os/licensing.
  11   10   See the License for the specific language governing permissions
  12   11   and limitations under the License.
  13   12  
  14   13   When distributing Covered Code, include this CDDL HEADER in each
  15   14   file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  16   15   If applicable, add the following below this CDDL HEADER, with the
  17   16   fields enclosed by brackets "[]" replaced with your own identifying
  18   17   information: Portions Copyright [yyyy] [name of copyright owner]
  19   18  
  20   19   CDDL HEADER END
  21   20  
  22      - Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
       21 + Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
  23   22   Use is subject to license terms.
  24   23  
  25      -#ident  "%Z%%M% %I%     %E% SMI"
  26   24  
  27      -
  28   25          The Service Provider Interface for libgss and its Mechanisms
  29   26          ------------------------------------------------------------
  30   27  
  31      -/* CRYPT DELETE START */
  32      -
  33   28  1.  The libgss SPI upto 11/2004
  34   29  
  35   30      Prior to PSARC 2004/810 the libgss SPI consisted of a function
  36   31      provided by each mechanism whose return value is a pointer to a
  37   32      structure full of references to the mechanism's entry points
  38   33      (hereinafter: methods).
  39   34  
  40   35      This structure does not include any hooks for versioning, which
  41   36      means that additions of any mechanism methods at micro/patch
  42   37      releases require patching libgss.so.1 and all the GSS mechanisms
↓ open down ↓ 65 lines elided ↑ open up ↑
 108  103      reduce the number of calls to dlsym().
 109  104  
 110  105      Mechanisms that do not provide the old method registration function
 111  106      will be loaded as follows:
 112  107  
 113  108       - libgss will look for and find the mechanism's
 114  109         GSS_Indicate_mechs() method and will call it to discover the
 115  110         mechanism provider's mechanism OIDs.
 116  111  
 117  112       - libgss will dlsym() each mechanism provider SPI method.
 118      -
 119      -/* CRYPT DELETE END */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX