Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
라이브 도움말 보기
등록 완료
로그인
가격 산정 요청
영업 담당자에게 문의
제품 번들을 선택했습니다. 귀하의 요청에 더 적합한 서비스를 제공해 드릴 수 있도록 개별 제품을 선택해 주십시오. *
지금은 채팅에 회신할 수 있는 기술 지원 엔지니어가 없습니다. 즉각적인 서비스를 받으려면 당사의 서비스 요청 양식을 사용하여 요청을 제출하십시오.
다음 문서의 설명에 따라 문제를 해결할 수 있습니다.
GNU LESSER GENERAL PUBLIC LICENSE
Copyright (C) 2007 Free Software Foundation, Inc. [http://fsf.org/] Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
0. Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License.
"The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below.
An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library.
A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version".
The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version.
The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work.
You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL.
If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version:
The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following:
You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following:
You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following:
The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.
/* ====================================================================
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY EXPRESSED 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 OpenSSL PROJECT OR ITS 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.
* ====================================================================
This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). This product includes software written by Tim Hudson (tjh@cryptsoft.com).
Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
All rights reserved.
This package is an SSL implementation written by Eric Young (eay@cryptsoft.com). The implementation was written so as to conform with Netscapes SSL.
This library is free for commercial and non-commercial use as long as the following conditions are aheared to. The following conditions apply to all code found in this distribution, be it the RC4, RSA, lhash, DES, etc., code; not just the SSL code. The SSL documentation included with this distribution is covered by the same copyright terms except that the holder is Tim Hudson (tjh@cryptsoft.com).
Copyright remains Eric Young's, and as such any Copyright notices in the code are not to be removed. If this package is used in a product, Eric Young should be given attribution as the author of the parts of the library used.
This can be in the form of a textual message at program startup or in documentation (online or textual) provided with the package.
THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``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 AUTHOR 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.
The license and distribution terms for any publically available version or derivative of this code cannot be changed. i.e. this code cannot simply be copied and put under another distribution licence [including the GNU Public Licence.]
*/
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. THE SOFTWARE.
Components
libtalloc2 utility
Copyright (C) Andrew Tridgell 2004-2005
Copyright (C) Stefan Metzmacher 2006
Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2008
Libxml2
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Copyright (C) 2000 Gary Pennington and Daniel Veillard.
Copyright 1991 by the Massachusetts Institute of Technology
Copyright (C) 2000 Bjorn Reese and Daniel Veillard.
Linux SCSI target framework
Copyright (C) 2007 FUJITA Tomonori <tomof@acm.org>
Copyright (C) 2007 Mike Christie <michaelc@cs.wisc.edu>
Copyright (C) 2008 Alexander Nezhinsky <nezhinsky@gmail.com>
Copyright (C) 2006-2007 Pete Wyckoff <pw@osc.edu>
Copyright (C) 2008 Ronnie Sahlberg <ronniesahlberg@gmail.com>
Copyright (C) 2002-2003 Ardis Technolgies <roman@ardistech.com>
Copyright (C) 2005-2007 Ming Zhang <blackmagic02881@gmail.com>
Copyright (C) 2005-2007 FUJITA Tomonori <tomof@acm.org>
Copyright (C) 2005-2007 Mike Christie <michaelc@cs.wisc.edu>
Copyright (C) 2007 Pete Wyckoff <pw@osc.edu>
Copyright (C) 2002-2003 Ardis Technolgies <roman@ardistech.com>,
Copyright (C) 2001-2003 InterOperability Lab (IOL) University of New Hampshire (UNH)
Copyright (C) 2005 Dmitry Yusupov
Copyright (C) 2005 Alex Aizman
Copyright (C) 2006-2007 FUJITA Tomonori <tomof@acm.org>
Copyright (C) 2006-2007 Mike Christie <michaelc@cs.wisc.edu>
Copyright (C) 2007 Dennis Dalessandro (dennis@osc.edu)
Copyright (C) 2007 Ananth Devulapalli (ananth@osc.edu)
Copyright (C) 2007 Pete Wyckoff (pw@osc.edu)
Copyright (C) 2010 Voltaire, Inc. All rights reserved.
Copyright (C) 2010 Alexander Nezhinsky (alexandern@voltaire.com)
Copyright (C) 2006 FUJITA Tomonori <tomof@acm.org>
Copyright (c) Alan Smithee.
Copyright (c) Andrew McDonald <andrew@mcdonald.org.uk>
Copyright (c) Jean-Francois Dive <jef@linuxbe.org>
Copyright (C) 2008 Mark Harvey markh794@gmail.com
Copyright (c) 2004 Cisco Systems, Inc.
Copyright (C) 2004 Dmitry Yusupov, Alex Aizman maintained by open-iscsi@googlegroups.com
Copyright (C) 2004-2007 FUJITA Tomonori <tomof@acm.org>
Copyright (C) 2007 Mark Harvey <markh794@gmail.com>
Copyright (C) 2010 Nicholas A. Bellinger <nab@linux-iscsi.org>
Copyright (C) 2011 Alexander Nezhinsky <alexandernf@mellanox.com>
Copyright (C) 2010 FUJITA Tomonori <tomof@acm.org>
Copyright (C) 2013 Nippon Telegraph and Telephone Corporation.
Copyright (C) 2011 Alexander Nezhinsky <alexandern@voltaire.com>
Copyright (C) 2007 Davide Libenzi
Copyright (C) 2013 Dan Lambright <dlambrig@redhat.com>
Copyright (C) 2008 FUJITA Tomonori <tomof@acm.org>
mhVTL
Copyright (C) 2009 - 2010 Kevan Rehm
Copyright (C) 2005 - 2013 Mark Harvey
Copyright (C) 1992 Eric Youngdale
OpenSSL
Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com). All rights reserved. Copyright remains Eric Young's
Copyright 2005 Nokia. All rights reserved.
Copyright (C) 2006, Network Resonance, Inc.
Copyright (C) 2011, RTFM, Inc.
(c) Copyright 1999 Bodo Moeller. All rights reserved.
(c) Copyright 1999 Bodo Moeller. All rights reserved
Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved.
Copyright (c) 2004, Richard Levitte <richard@levitte.org> All rights reserved.
Copyright (c) 1999-2010 The OpenSSL Project. All rights reserved.
(C) Copyright Microsoft Corp. 1993. All rights reserved.
Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) All rights reserved.
Copyright (c) 2003 The OpenSSL Project. All rights reserved.
Copyright (c) 2007 KISA(Korea Information Security Agency). All rights reserved.
Copyright (c) 2004 Kungliga Tekniska H\xF6gskolan (Royal Institute of Technology, Stockholm, Sweden).
Copyright (c) 2005 The OpenSSL Project. All rights reserved
Copyright (c) 2008 Andy Polyakov appro@openssl.org
Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) . ALL RIGHTS RESERVED.
Copyright (c) 2002 Bob Beck <beck@openbsd.org>
Copyright (c) 2002 Theo de Raadt
Copyright (c) 2002 Markus Friedl All rights reserved.
Copyright (c) 2010-2010 Intel Corp. Author: Vinodh.Gopal@intel.com
Copyright (c) 1986 by Sun Microsystems, Inc.
Copyright 2011 Google Inc.
Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) All rights reserved.
Copyright (c) 2005 Hewlett-Packard Development Company, L.P.
Samba
Copyright (c) 2003 SuSE Linux AG, Nuernberg, Germany. All rights reserved. Copyright (C) Stefan (metze) Metzmacher 2002 Copyright (C) Andrew Tridgell 2004 Copyright (C) Andrew Tridgell 2001-2003 Copyright (C) Andrew Bartlett <abartlet@samba.org> 2009 Copyright (C) Andrew Tridgell 2005 Copyright (C) Andrew Tridgell 2003-2005 Copyright (C) Stefan (metze) Metzmacher 2004 Copyright (C) Stefan (metze) Metzmacher 2004 Copyright (C) Andrew Tridgell 2005 Copyright (C) Andrew Tridgell 1992-2005 Copyright (C) Martin Pool 2002 Copyright (C) Jelmer Vernooij 2002 Copyright (C) James J Myers 2003 <myersjj@samba.org> Copyright (C) Stefan (metze) Metzmacher 2004 Copyright (C) Andrew Tridgell 1998 Copyright (C) Andrew Tridgell 1992-2003 Copyright (C) James J Myers 2003 <myersjj@samba.org> Copyright (C) Andrew Tridgell 2003 Copyright (C) James J Myers 2003 <myersjj@samba.org> Copyright (C) Andrew Tridgell 1992-2005 Copyright (C) James J Myers 2003 <myersjj@samba.org> Copyright (C) Stefan (metze) Metzmacher 2004-2005 Copyright (C) David Disseldorp 2008 <ddiss@sgi.com> Copyright (C) Stefan (metze) Metzmacher 2008 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. Copyright tridge@samba.org 2002-2003 Copyright metze@samba.org 2004 Copyright (C) tridge\@samba.org Copyright (C) metze\@samba.org Copyright (C) 2001 by Martin Pool <mbp@samba.org> Copyright (C) Jim McDonough (jmcd@us.ibm.com) 2003. Copyright (C) Stefan Metzmacher 2003 Copyright (C) Andrew Tridgell 2009 Copyright (C) Andrew Tridgell 2004 Copyright (C) Andrew Bartlett <abartlet@samba.org> 2004-2005 Copyright (C) Stefan Metzmacher 2008 Copyright (C) Jelmer Vernooij 2006 Copyright (C) Tim Potter 2004 Copyright (C) Stefan Metzmacher 2005 Copyright (C) 2004 Jelmer Vernooij, jelmer@samba.org Copyright (C) 2008 Matthias Dieter Wallnöfer, mwallnoefer@yahoo.de Copyright (C) Anatoliy Atanasov 2009 Copyright (C) Andrew Tridgell 2009 Copyright (C) Stefan Metzmacher 2004 Copyright (C) Stefan Metzmacher 2009 Copyright (C) Andrew Tridgell 2009 Copyright (C) Volker Lendecke 2005 Copyright (C) Andrew Bartlett <abartlet@samba.org> 2004-2008 Copyright (C) Stefan Metzmacher <metze@samba.org> 2005 Copyright (C) Matthias Dieter Wallnöfer 2009 Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2004,2007 Copyright (C) Andrew Bartlett <abartlet@samba.org> 2004-2005 Copyright (C) Matthias Dieter Wallnöfer 2009 Copyright (C) Stefan (metze) Metzmacher 2006 Copyright (C) Stefan (metze) Metzmacher 2004-2006 Copyright (C) Stefan (metze) Metzmacher 2005 Copyright (C) 2008 Jelmer Vernooij, jelmer@samba.org Copyright (C) 2008 Wilco Baan Hofman, wilco@baanhofman.nl Copyright (C) Guenther Deschner 2006 Copyright (C) Wilco Baan Hofman 2008 Copyright (C) 2001 Andrew Tridgell (from samba3 ads.c) Copyright (C) 2001 Remus Koos (from samba3 ads.c) Copyright (C) 2001 Andrew Bartlett (from samba3 ads.c) Copyright (C) 2008 Jelmer Vernooij, jelmer@samba.org Copyright (C) 2008 Wilco Baan Hofman, wilco@baanhofman.nl Copyright © Jelmer Vernooij <jelmer@samba.org> 2008 Copyright (C) Andrew Tridgell 2005 Copyright © Jelmer Vernooij <jelmer@samba.org> 2008 Copyright (C) Stefan Metzmacher 2006 Copyright (C) Andrew Tridgell 2005 Copyright (C) Andrew Bartlett <abartlet@samba.org> 2008
계열사 지원 사이트에서 Quest *제품*에 대한 온라인 지원 도움말을 볼 수 있습니다. 올바른 *제품* 지원 콘텐츠 및 지원에 연결하려면 계속을 클릭하십시오.
The document was helpful.
평가 결과 선택
I easily found the information I needed.
Quest Software 포털은 더 이상 IE 8, 9, 10을 지원하지 않습니다. 브라우저를 최신 버전의 Internet Explorer나 Chrome으로 업그레이드하는 것이 좋습니다.
IE 11로 업그레이드 여기를 클릭
Chrome으로 업그레이드 여기를 클릭
IE 8, 9 또는 10을 계속 사용할 경우 당사가 제공하는 뛰어난 셀프서비스 기능 모두를 최대한으로 활용하실 수 없습니다.