User's Manual
Table Of Contents
- Contents
- List of Tables
- List of Figures
- 1 Introduction and Important Notes
- 2 Overview
- 3 Planning a HiPath Cordless IP System
- 3.1 Planning According to Call Traffic Load
- 3.2 General
- 3.3 Propagation Conditions for Radio Traffic
- 3.4 Determining the Installation Site
- 3.5 Installing Base Stations
- 4 Putting Into Service
- 5 Installation and Administration
- 5.1 Terminology
- 5.2 Network Concept
- 5.3 Synchronisation over air concept
- 5.4 WBM related issues
- 5.5 Phone related issues
- 5.6 Partition concept of BSIP1
- 5.7 Factory reset of BSIP1
- 5.8 Release notes
- 5.9 Quick Start
- 5.10 Quick start overview
- 5.11 Prepare and connect hardware
- 5.12 Configure BSIP1 for IWU mode
- 5.13 Configuration of VoIP (Infrastructure) network
- 5.14 Configuration of DECT network
- 5.15 Configuration of users at the PBX
- 5.16 Configuration of users at the BSIP IWU
- 5.17 Start system services and register handsets
- 5.18 Configure further BSIP Only to the system
- 5.19 "Quick Start" Completion
- 5.20 Further steps
- 5.21 Configuration reference
- 5.22 WBM overview
- 5.23 Administration
- 5.24 "Network/Gateways" Configuration
- 5.25 "Group" Configuration
- 5.26 Users Configuration
- 5.27 Dect Configuration
- 5.27.1 Configuration Page "Dect - Device"
- 5.27.2 Configuration Page "Dect - Sync"
- 5.27.3 Configuration Page "Dect - ARI"
- 5.27.4 Configuration Page "Dect - About"
- 5.27.5 Configuration Page "Dect - Radio" (Advanced mode)
- 5.27.6 Configuration Page "Dect - Call" (Advanced mode)
- 5.27.7 Configuration Page "Dect - Debug" (Advanced mode)
- 5.27.8 General DECT configuration
- 5.28 Debugging Configuration
- 5.29 "Status" Configuration
- 5.30 "System" Configuration
- 5.31 Configuration Hints for PBXs
- 5.32 HiPath OpenOffice EE
- 5.33 HiPath OpenOffice ME
- 5.34 Troubleshooting / FAQ
- 5.35 Configuration hints for Web Browser
- 6 Technical Data
- 7 Diagnosis and Maintenance
- 8 Open Source Software used in the Product
- Index
Open Source Software used in the Product Nur für den internen Gebrauch
A31003-C1010-S100-2-7620, 08/2010
212 HiPath Cordless IP, Service Manual
c08.fm
Text of the used Open Source Software Licenses
8.4.9 OpenSSH
This file is part of the OpenSSH software.
The licences which components of this software fall under are as follows.
First, we will summarize and say that all components are under a BSD licence,
or a licence more free than that.
OpenSSH contains no GPL code.
1)
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
* All rights reserved
*
* As far as I am concerned, the code I have written for this software
* can be used freely for any purpose. Any derived versions of this
* software must be clearly marked as such, and if the derived work is
* incompatible with the protocol description in the RFC file, it must be
* called by a name other than "ssh" or "Secure Shell".
[Tatu continues]
* However, I am not implying to give any licenses to any patents or
* copyrights held by third parties, and the software includes parts that
* are not under my direct control. As far as I know, all included
* source code is used in accordance with the relevant license agreements
* and can be used freely for any purpose (the GNU license being the most
* restrictive); see below for details.
[However, none of that term is relevant at this point in time. All of
these restrictively licenced software components which he talks about
have been removed from OpenSSH, i.e.,
- RSA is no longer included, found in the OpenSSL library
- IDEA is no longer included, its use is deprecated
- DES is now external, in the OpenSSL library
- GMP is no longer used, and instead we call BN code from OpenSSL
- Zlib is now external, in a library
- The make-ssh-known-hosts script is no longer included
- TSS has been removed
- MD5 is now external, in the OpenSSL library
- RC4 support has been replaced with ARC4 support from OpenSSL
- Blowfish is now external, in the OpenSSL library