about summary refs log tree commit diff
path: root/pkgs/applications/networking/iptraf-ng
AgeCommit message (Collapse)AuthorFilesLines
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
2016-02-11iptraf-ng: turn off format hardeningRobin Gloster1-0/+2
2015-11-14Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""William A. Kennington III1-0/+44
This reverts commit 741bf840dad05cd1728481045466811ae8ae8281. This reverts the fallout from reverting the major changes.
2015-10-06Revert "Merge pull request #9543 from NixOS/staging.post-15.06"Eelco Dolstra1-44/+0
This reverts commit f61176c5396ed513f3d399f73f38ab78a066667f, reversing changes made to a27ca029ee2b39e04d7d2a516a7228f4b62067fb. Conflicts: pkgs/development/libraries/ncurses/default.nix
2015-10-01iptraf-ng: init at 1.1.4devhell1-0/+44
This commit adds `iptraf-ng` which is a fork of `iptraf`. The original has not been updated in ~10 years. This fork is more modern but development is a bit slow (last update to master 15 months ago). Nevertheless, unlike `iptraf` this one doesn't barf around and works properly.