1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by CDBS
Files: include/libssh/auth.h
include/libssh/bind.h
include/libssh/buffer.h
include/libssh/channels.h
include/libssh/crc32.h
include/libssh/crypto.h
include/libssh/dh.h
include/libssh/ecdh.h
include/libssh/gssapi.h
include/libssh/kex.h
include/libssh/keys.h
include/libssh/legacy.h
include/libssh/libcrypto.h
include/libssh/libgcrypt.h
include/libssh/libssh.h
include/libssh/libsshpp.hpp
include/libssh/messages.h
include/libssh/misc.h
include/libssh/packet.h
include/libssh/pcap.h
include/libssh/pki.h
include/libssh/pki_priv.h
include/libssh/poll.h
include/libssh/priv.h
include/libssh/scp.h
include/libssh/server.h
include/libssh/session.h
include/libssh/sftp.h
include/libssh/socket.h
include/libssh/string.h
include/libssh/threads.h
include/libssh/wrapper.h
src/auth1.c
src/base64.c
src/bind.c
src/buffer.c
src/client.c
src/connect.c
src/crc32.c
src/ecdh.c
src/error.c
src/gcrypt_missing.c
src/init.c
src/kex.c
src/kex1.c
src/legacy.c
src/libcrypto.c
src/libgcrypt.c
src/log.c
src/messages.c
src/packet.c
src/packet1.c
src/packet_cb.c
src/packet_crypt.c
src/pcap.c
src/server.c
src/session.c
src/sftpserver.c
src/socket.c
src/string.c
src/threads.c
src/threads/pthread.c
src/wrapper.c
tests/benchmarks/bench_raw.c
tests/benchmarks/bench_scp.c
tests/benchmarks/bench_sftp.c
tests/benchmarks/benchmarks.c
tests/benchmarks/benchmarks.h
tests/benchmarks/latency.c
tests/client/torture_algorithms.c
tests/client/torture_auth.c
tests/client/torture_connect.c
tests/client/torture_knownhosts.c
tests/client/torture_session.c
tests/test_pcap.c
tests/test_socket.c
Copyright: 2003, Aris Adamantiadis
2003-2006, Aris Adamantiadis
2003-2008, Aris Adamantiadis
2003-2009, Aris Adamantiadis
2003-2013, Aris Adamantiadis
2004-2005, Aris Adamantiadis
2004-2013, Aris Adamantiadis
2005, Aris Adamantiadis
2005-2005, Aris Adamantiadis
2005-2008, Aris Adamantiadis
2005-2013, Aris Adamantiadis
2008-2010, Aris Adamantiadis
2008-2013, Aris Adamantiadis
2009, Aris Adamantiadis
2010, Aris Adamantiadis
2011, Aris Adamantiadis
2011-2013, Aris Adamantiadis
2012, Aris Adamantiadis
2013, Aris Adamantiadis
License: LGPL-2.1+
FIXME
Files: examples/exec.c
examples/senddata.c
include/libssh/ssh1.h
include/libssh/ssh2.h
src/curve25519_ref.c
tests/authentication.c
tests/benchmarks/bench1.sh
tests/benchmarks/bench2.sh
tests/chmodtest.c
tests/client/torture_proxycommand.c
tests/client/torture_sftp_dir.c
tests/client/torture_sftp_read.c
tests/client/torture_sftp_static.c
tests/cmdline.c
tests/connection.c
tests/generate.py
tests/sftp_stress/main.c
tests/test_exec.c
tests/test_ssh_bind_accept_fd.c
tests/test_tunnel.c
tests/tests.h
tests/unittests/torture_buffer.c
tests/unittests/torture_callbacks.c
tests/unittests/torture_channel.c
tests/unittests/torture_init.c
tests/unittests/torture_isipaddr.c
tests/unittests/torture_keyfiles.c
tests/unittests/torture_list.c
tests/unittests/torture_misc.c
tests/unittests/torture_options.c
tests/unittests/torture_pki.c
tests/unittests/torture_rand.c
Copyright: *No copyright*
License: UNKNOWN
FIXME
Files: examples/authentication.c
examples/connect_ssh.c
examples/examples_common.h
examples/knownhosts.c
examples/libssh_scp.c
examples/libsshpp.cpp
examples/libsshpp_noexcept.cpp
examples/proxy.c
examples/sample.c
examples/samplesftp.c
examples/samplesshd-cb.c
examples/samplesshd-kbdint.c
examples/samplesshd-tty.c
examples/samplesshd.c
examples/scp_download.c
examples/sshnetcat.c
Copyright: 2003-2009, Aris Adamantiadis
2003-2011, Aris Adamantiadis
2003-2013, Aris Adamantiadis
2009, Aris Adamantiadis
2010, Aris Adamantiadis
License: UNKNOWN
FIXME
Files: src/channels.c
src/channels1.c
src/gzip.c
src/known_hosts.c
src/misc.c
src/options.c
src/pki.c
src/pki_crypto.c
src/pki_gcrypt.c
src/sftp.c
Copyright: 2003, Aris Adamantiadis
2003-2008, Aris Adamantiadis
2003-2009, Aris Adamantiadis
2003-2013, Aris Adamantiadis
2005-2008, Aris Adamantiadis
2008-2009, Andreas Schneider <asn@cryptomilk.org>
2009, Andreas Schneider <asn@cryptomilk.org>
2009-2011, Andreas Schneider <asn@cryptomilk.org>
2009-2013, Andreas Schneider <asn@cryptomilk.org>
2010, Aris Adamantiadis
2011-2013, Andreas Schneider <asn@cryptomilk.org>
License: LGPL-2.1+
FIXME
Files: include/libssh/agent.h
include/libssh/options.h
src/agent.c
src/callbacks.c
src/config.c
tests/client/torture_forward.c
tests/client/torture_request_env.c
tests/torture.c
tests/torture.h
Copyright: 2008-2009, Andreas Schneider <asn@cryptomilk.org>
2008-2013, Andreas Schneider <asn@cryptomilk.org>
2009-2013, Andreas Schneider <asn@cryptomilk.org>
2011, Andreas Schneider <asn@cryptomilk.org>
2013, Andreas Schneider <asn@cryptomilk.org>
License: LGPL-2.1+
FIXME
Files: include/libssh/curve25519.h
src/curve25519.c
Copyright: 2013, Aris Adamantiadis <aris@badcode.be>
License: LGPL-2.1
FIXME
Files: include/libssh/callbacks.h
src/scp.c
Copyright: 2009, Aris Adamantiadis <aris@0xbadc0de.be>
License: LGPL-2.1+
FIXME
Files: src/match.c
Copyright: 1995, Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
2000, Markus Friedl.
License: BSD (2 clause)
FIXME
Files: include/libssh/knownhosts.h
Copyright: 20014 Aris Adamantiadis <aris@badcode.be>
License: LGPL
FIXME
Files: src/poll.c
Copyright: 2003-2013, Aris Adamantiadis
2009, Aleksandar Kanchev
2009-2013, Andreas Schneider <asn@cryptomilk.org>
License: LGPL-2.1+
FIXME
Files: src/dh.c
Copyright: 2003-2013, Aris Adamantiadis
2009-2013, Andreas Schneider <asn@cryptomilk.org>
2012, Dmitriy Kuznetsov <dk@yandex.ru>
License: LGPL-2.1+
FIXME
Files: src/auth.c
Copyright: 2003-2013, Aris Adamantiadis <aris@0xbadc0de.be>
2008-2013, Andreas Schneider <asn@cryptomilk.org>
License: LGPL-2.1+
FIXME
Files: src/getpass.c
Copyright: 2011-2013, Andreas Schneider <mail@cryptomilk.org>
License: LGPL-2.1+
FIXME
Files: src/gssapi.c
Copyright: 2013, Aris Adamantiadis <aris@badcode.be>
License: LGPL-2.1+
FIXME
|