summaryrefslogtreecommitdiff
path: root/pkgs/tools/security/sshuttle (follow)
Commit message (Expand)AuthorAgeFilesLines
* sshuttle: 1.1.1 → 1.1.2Nikolay Korotkiy2024-04-152-12/+14
* treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. stuebinm2024-03-191-0/+1
* sshuttle: clarify license, add changelogfigsoda2023-08-181-2/+3
* sshuttle: build and install man pagefigsoda2023-08-181-1/+14
* treewide: reduce packages I maintainerSandro Jäckel2023-07-231-1/+1
* treewide/tools: use top-level fetchPypiWeijia Wang2023-05-251-1/+2
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* sshuttle: 1.1.0 -> 1.1.1Sandro Jäckel2022-09-061-2/+2
* sshuttle: 1.0.5 -> 1.1.0, add SuperSandro2000 as maintainerSandro Jäckel2022-03-282-7/+5
* sshuttle: 1.0.3 -> 1.0.5•••New dependency: psutil Changed license: LGPL-2.1 Bjørn Forsman2021-07-191-3/+5
* sshuttle: format, cleanup, remove extra test dependenciesSandro Jäckel2021-07-171-6/+9
* treewide: setuptools_scm -> setuptools-scmSandro Jäckel2021-06-031-1/+1
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-151-2/+2
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2
* sshuttle: 1.0.2 -> 1.0.3Mario Rodas2020-07-201-2/+2
* sshuttle: fix build on darwinMario Rodas2020-07-071-10/+14
* sshuttle: 0.78.5 -> 1.0.2R. RyanTM2020-07-071-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* buildPython*: use pnameFrederik Rietdijk2020-03-301-3/+3
* treewide: remove unused variables (#63177)•••* treewide: remove unused variables * making ofborg happy volth2019-06-161-1/+1
* sshuttle: 0.78.4 -> 0.78.5Carlos D2019-03-062-10/+10
* reewide: Purge all uses `stdenv.system` and top-level `system`•••It is deprecated and will be removed after 18.09. John Ericson2018-08-301-1/+1
* sshuttle: 0.78.3 -> 0.78.4 (#44895)markuskowa2018-08-301-14/+3
* sshuttle: add licenseMarkus Kowalewski2018-08-111-0/+1
* unix-tools: introduce unix-tools.nix•••unix-tools.nix has a collection of tools that are commonly installed by default in Unix derivatives. This is intended to provide compatibility between macOS and Linux users. Three Linux-only derivations are provided for compatbility: - procps - utillinux - nettools More tools are also provided. Also: treewide: use unixtools Non-comprehensive replace of Linux-only procps and util-linux with 'unixtools'. Matthew Bauer2018-03-261-2/+2
* sshuttle: upstream fixed testsJörg Thalheim2018-03-161-8/+5
* shuttle: disable buggy test on darwinJörg Thalheim2018-03-141-0/+4
* sshuttle: fix build on i686-linuxvolth2018-03-141-1/+1
* Remove nckx as a maintainer for all packages•••Goodbye, and thanks for all the Nix... Tobias Geerinckx-Rice2018-01-161-1/+1
* Fetch sshuttle-darwin patch from githubDario Bertini2017-09-262-592/+10
* Fix tests for Sshuttle on Darwin.Dario Bertini2017-09-242-1/+589
* sshuttle: clean up expression a little bitAristid Breitkreuz2017-07-091-2/+1
* sshuttle: 0.78.0 -> 0.78.3, use py3 for tests to succeedAristid Breitkreuz2017-07-091-6/+12
* rename iElectric to domenkozar to match GitHubDomen Kožar2016-05-171-1/+1
* Python: use PyPI mirror (#15001)•••* mirrors: add pypi * Python: Use pypi mirror for all PyPI packages Frederik Rietdijk2016-04-261-1/+1
* sshuttle: 0.77.2 -> 0.78.0Tobias Geerinckx-Rice2016-04-081-2/+2
* sshuttle: 0.76 -> 0.77.2Tobias Geerinckx-Rice2016-03-081-2/+2
* buildPythonApplication: use new function for Python applicationsFrederik Rietdijk2016-02-191-1/+1
* More version attribute tidying where maintainers |= nckxTobias Geerinckx-Rice2016-01-251-2/+1
* sshuttle: 0.74 -> 0.76•••And back to fetchurl we go: “LookupError: setuptools-scm was unable to detect version for '/tmp/nix-build-.../sshuttle-v0.76-src'. Make sure you're not using GitHub's tarballs (or similar ones), as those don't contain the necessary metadata. Use PyPI's tarballs instead.” Tobias Geerinckx-Rice2016-01-171-9/+7
* sshuttle: 0.71 -> 0.74•••the tags are now in a different form sshuttle is now a real python package zimbatm2016-01-112-37/+26
* sshuttle: add PyXAPI for tproxy UDP proxy supportTobias Geerinckx-Rice2015-09-241-5/+10
* sshuttle: carry a few bug fixes until next releaseTobias Geerinckx-Rice2015-09-241-1/+16
* sshuttle: 0.61 -> 0.71•••Account for a zany new build system & add myself as a maintainer. Tested by connecting to a remote system and browsing the web & LAN, both as root and a regular (sudo) user. Cool tool. CC @iElectric Tobias Geerinckx-Rice2015-09-231-17/+29
* add sshuttle: Transparent proxy server that works as a poor man's VPNDomen Kožar2013-10-051-0/+34