diff options
author | Sam Hartman <hartmans@mit.edu> | 2006-10-03 19:07:17 +0000 |
---|---|---|
committer | Sam Hartman <hartmans@mit.edu> | 2006-10-03 19:07:17 +0000 |
commit | 63a8ab15aa5ee116b26a50c073fe8ee33e147cbd (patch) | |
tree | 40296b89921ea7edb3117c4d38c4132494d4ce06 /doc/copyright.texinfo | |
parent | 7f7a4fff296db90d36c39fb01dd35b61bdd6a2b0 (diff) | |
download | krb5-63a8ab15aa5ee116b26a50c073fe8ee33e147cbd.tar.gz krb5-63a8ab15aa5ee116b26a50c073fe8ee33e147cbd.tar.xz krb5-63a8ab15aa5ee116b26a50c073fe8ee33e147cbd.zip |
Preauthentication Plugin Framework
Patch from Nalin Dahyabhai at Redhat to implement a preauthentication
framework based on the plugin architecture. Currently. the API is
considered internal and the header is not installed.
See src/include/krb5/preauth_plugin.h for the interface.
ticket: new
Tags: enhancement
Status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18641 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/copyright.texinfo')
-rw-r--r-- | doc/copyright.texinfo | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/copyright.texinfo b/doc/copyright.texinfo index cfb9e2ec3f..cbe9c9751b 100644 --- a/doc/copyright.texinfo +++ b/doc/copyright.texinfo @@ -143,6 +143,41 @@ and fitness for purpose. @vskip 12pt @end iftex +Portions contributed by Redhat contain the following copyright: + +@quotation + Copyright (c) 2006 Red Hat, Inc. +Portions copyright (c) 2006 Massachusetts Institute of Technology + All Rights Reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + Neither the name of Red Hat, Inc., nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS + IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED + TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER + OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +@end quotation + @value{PRODUCT} includes documentation and software developed at the University of California at Berkeley, which includes this copyright notice: |