aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/security/seccure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-2/+2
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* seccure: add licensePascal Wittmann2018-08-041-0/+1
| | | | see issue #43716
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-021-0/+1
| | | | Build-tested on x86_64 Linux & Mac.
* seccure: 0.4 -> 0.5Tobias Geerinckx-Rice2016-05-031-4/+5
|
* pkgs/tools/security/seccure: store the expression in a file called "default.nix"Peter Simons2013-10-031-0/+0
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-181-1/+1
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * Removed seccureUser because -DNOMEMLOCK no longer seems to have anyEelco Dolstra2009-05-181-23/+20
| | | | | | effect in version 0.4. svn path=/nixpkgs/trunk/; revision=15632
* Upgraded seccure 0.3 to 0.4 because the old version expression does not work ↵Sander van der Burg2009-04-211-2/+2
| | | | | | anymore and breaks my installation svn path=/nixpkgs/branches/stdenv-updates/; revision=15222
* * Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2009-03-031-3/+1
| | | | | | | | | | | | | | | | | Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
* meta.function -> passthru.function, not killing other contents of passthruMichael Raskin2008-11-041-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=13190
* Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵Michael Raskin2008-08-191-3/+3
| | | | | | overrides in builderDefsPackage to work in an intuitive manner. svn path=/nixpkgs/trunk/; revision=12655
* Undone seccure commitSander van der Burg2008-07-301-2/+1
| | | | svn path=/nixpkgs/trunk/; revision=12451
* Some fixesSander van der Burg2008-07-301-1/+2
| | | | svn path=/nixpkgs/trunk/; revision=12450
* Added seccureUser, uild variant that does not lock memory.Michael Raskin2008-03-031-1/+1
| | | | svn path=/nixpkgs/trunk/; revision=10938
* Added SECCURE - Elliptic Curve Cryptography zero-configuration command-line ↵Michael Raskin2008-03-031-0/+28
tool. Note: needs to be setuid, because loves to lock memory. svn path=/nixpkgs/trunk/; revision=10926