Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ci/appveyor/fix_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ci/appveyor/pypi_upload.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ci/build-manylinux.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash -xe
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ci/build-wheels.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash -xe
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ci/integration_tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ci/integration_tests/base_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
16 changes: 16 additions & 0 deletions ci/integration_tests/embedded_server/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation, version 2.1.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
31 changes: 16 additions & 15 deletions ci/integration_tests/embedded_server/openssh.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# This file is part of ssh2-python.
# Copyright (C) 2017 Panos Kittenis

# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation, version 2.1.

# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.

# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation, version 2.1.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

import os
import random
Expand Down
3 changes: 2 additions & 1 deletion ci/integration_tests/test_agent.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ci/integration_tests/test_channel.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ci/integration_tests/test_knownhost.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ci/integration_tests/test_session.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ci/integration_tests/test_sftp.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ci/osx-wheel.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash -xe
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
17 changes: 17 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation, version 2.1.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

import os
import platform
from glob import glob
Expand Down
16 changes: 15 additions & 1 deletion ssh2/__init__.pxd
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# This file is part of ssh2-python.
# Copyright (C) 2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation, version 2.1.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16 changes: 15 additions & 1 deletion ssh2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# This file is part of ssh2-python.
# Copyright (C) 2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation, version 2.1.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

from . import _version
__version__ = _version.get_versions()['version']
Expand Down
3 changes: 2 additions & 1 deletion ssh2/agent.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/agent.pyx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
5 changes: 3 additions & 2 deletions ssh2/c_pkey.pxd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis

# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation, version 2.1.
Expand Down
3 changes: 2 additions & 1 deletion ssh2/c_sftp.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/c_ssh2.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/c_stat.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/channel.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/channel.pyx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/error_codes.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/error_codes.pyx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/exceptions.pyx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/fileinfo.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/fileinfo.pyx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/knownhost.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/knownhost.pyx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/listener.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/listener.pyx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/pkey.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/pkey.pyx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/publickey.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/publickey.pyx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/session.pxd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
3 changes: 2 additions & 1 deletion ssh2/session.pyx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of ssh2-python.
# Copyright (C) 2017-2025 Panos Kittenis
# Copyright (C) 2017-2025 Panos Kittenis.
# Copyright (C) 2017-2025 ssh2-python Contributors.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down
Loading