about summary refs log tree commit diff
path: root/pkgs/tools/security/monkeysphere
AgeCommit message (Collapse)AuthorFilesLines
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-5/+5
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-30monkeysphere: *Flags are listsRobin Gloster1-4/+4
2019-10-22monkeysphere: restrict to linux platformsRenaud1-1/+1
On Hydra, Darwin build is failing since v0.42 cc @primeos
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-05-20monkeysphere: 0.43 -> 0.44Michael Weiss2-27/+6
2019-01-28monkeysphere: Fix the Ed25519 testsMichael Weiss1-0/+12
The Ed25519 test was failing inside of the sandbox because /dev/tty is not available: ### generating ed25519 key for testuser... gpg: cannot open '/dev/tty': No such device or address FAILED!
2019-01-28monkeysphere: 0.42 -> 0.43R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/monkeysphere/versions
2018-12-24Merge branch 'master' into stagingJan Tojnar2-9/+40
2018-12-20monkeysphere: Patch OpenSSH to run the tests in the sandboxMichael Weiss2-9/+40
2018-12-15lib.makePerlPath -> perlPackages.makePerlPathvolth1-1/+1
2018-11-30monkeysphere: Update the comment why the tests don't runMichael Weiss1-2/+4
2018-10-19monkeysphere: Replace a hardcoded path and fix more testsMichael Weiss1-6/+8
2018-10-17monkeysphere: 0.41 -> 0.42Michael Weiss1-3/+20
2018-09-07monkeysphere: Correctly wrap the keytrans aliases (subcommands)Michael Weiss2-57/+21
2018-09-07monkeysphere: Wrap all relevant programsMichael Weiss1-15/+22
2018-09-06monkeysphere: 0.37 -> 0.41Michael Weiss2-46/+34
TODO(WIP): This needs more testing and a module.
2018-02-23monkeysphere: wrap the monkeysphere executable with the necessary crypto ↵Sebastian Conybeare1-0/+5
libraries for ssh-proxycommand
2015-08-01monkeysphere: fix descriptionArseniy Seroka1-1/+2
2015-08-01Add monkeysphere packageFabian Kirchner2-0/+135