about summary refs log tree commit diff
path: root/pkgs/servers/shellinabox
AgeCommit message (Collapse)AuthorFilesLines
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-03shellinabox: fix CVE-2018-16789Renaud1-4/+11
(#72620)
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-11-03treewide: abandon Google Code homepagesc0bw3b1-1/+1
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2016-12-28shellinabox: 2.19 -> 2.20Dhananjay Balan1-3/+3
should fix shellinabox vulnarabilities from https://github.com/NixOS/nixpkgs/issues/21457
2016-02-01treewide: Mass replace 'openssl}/bin' to refer the 'bin' outputTuomas Tynkkynen1-1/+1
2016-01-24treewide: Mass replace 'openssl}/lib' to refer the 'out' outputTuomas Tynkkynen1-1/+1
2016-01-18refactor to use autoreconfHook where possibleRobin Gloster1-3/+2
Close #12446.
2015-12-06shellinabox: 2.16 -> 2.19Leroy Hopson1-3/+3
2015-09-08shellinabox: 2.14 -> 2.16Thomas Bereknyei2-10/+15
2015-06-28Fix SSL/TLS support for shellinaboxdLeroy Hopson1-11/+20
shellinboxd was not finding libssl.so in it's library path, so it was falling back to ssl disabled mode. Also, the path to openssl was hardcoded to /usr/bin/openssl, so shellinaboxd could not generate SSL certificates once libssl.so was added to LD_LIBRARY_PATH.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-03-28shellinabox: unhardcode /bin/login, apply vt100 '-' fixupSergey Mironov2-1/+34
2013-12-11Add shellinaboxThomas Bereknyei1-0/+24