about summary refs log tree commit diff
path: root/pkgs/tools/networking
Commit message (Collapse)AuthorAge
* speedtest_cli: update from 0.2.5 to 0.2.7Rob Vermaas2014-05-22
|
* openssh: Fix broken URLEelco Dolstra2014-05-22
|
* nm-applet: add support for pptpJaka Hudoklin2014-05-20
|
* Merge pull request #2708 from offlinehacker/pkgs/network-manager/gnome3lethalman2014-05-20
|\ | | | | network-manager: Fix all plugins to use gnome3 and gtk3, like nm-applet does
| * network-manager: Fix all plugins to use gnome3 and gtk3, like nm-applet doesJaka Hudoklin2014-05-20
| | | | | | | | | | | | | | | | | | I think this makes sense, because now all the plugins will be gnome3 gtk3 based, the same way nm-applet is. I also removed networkmanager_pptp_gnome variation of networkmanager_pptp package, because i think no variation is needed and gnome support should be on by default like in other packages.
* | Add cutter, TCP/IP Connection cuttingJaka Hudoklin2014-05-20
|/
* Merge pull request #2632 from cstrahan/biosdevnameAustin Seipp2014-05-14
|\ | | | | biosdevname: add package
| * biosdevname: add packageCharles Strahan2014-05-13
| |
* | Merge pull request #2637 from wkennington/master.openvpnAustin Seipp2014-05-13
|\ \ | | | | | | openvpn: Update 2.3.3 -> 2.3.4
| * | openvpn: Update 2.3.3 -> 2.3.4William A. Kennington III2014-05-13
| |/
* | Merge pull request #2609 from CodeBlock/wicd-cursesAustin Seipp2014-05-13
|\ \ | |/ |/| wicd: enable curses, urwid is packaged now
| * wicd: enable curses, urwid is packagedRicky Elrod2014-05-11
| | | | | | | | Signed-off-by: Ricky Elrod <ricky@elrod.me>
* | Merge pull request #2628 from pSub/nm-connection-editorDomen Kožar2014-05-12
|\ \ | |/ |/| nm-connection-editor: fix missing schema for gtk3 FileChooser
| * nm-connection-editor: fix missing schema for gtk3 FileChooserPascal Wittmann2014-05-12
| |
* | httpie: Update -> 0.8.0Ricky Elrod2014-05-08
| | | | | | | | Signed-off-by: Ricky Elrod <ricky@elrod.me>
* | Merge pull request #2579 from darklajid/bump_lftpRob Vermaas2014-05-08
|\ \ | | | | | | nixpkgs: Bump lftp to 4.4.16
| * | nixpkgs: Bump lftp to 4.4.16Benjamin Podszun2014-05-08
| |/
* | Rename fetchGitHub -> fetchFromGitHubEelco Dolstra2014-05-08
| | | | | | | | We're not fetching all of GitHub, after all.
* | Add a utility function "fetchGitHub"Eelco Dolstra2014-05-08
| | | | | | | | | | | | | | | | | | | | | | This is a small wrapper around fetchzip. It allows you to say: src = fetchGitHub { owner = "NixOS"; repo = "nix"; rev = "924e19341a5ee488634bc9ce1ea9758ac496afc3"; # or a tag sha256 = "1ld1jc26wy0smkg63chvdzsppfw6zy1ykf3mmc50hkx397wcbl09"; };
* | Add a function "fetchzip"Eelco Dolstra2014-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | This function downloads and unpacks a file in one fixed-output derivation. This is primarily useful for dynamically generated zip files, such as GitHub's /archive URLs, where the unpacked content of the zip file doesn't change, but the zip file itself may (e.g. due to minor changes in the compression algorithm, or changes in timestamps). Fetchzip is implemented by extending fetchurl with a "postFetch" hook that is executed after the file has been downloaded. This hook can thus perform arbitrary checks or transformations on the downloaded file.
* | Fix indentationEelco Dolstra2014-05-08
|/
* curl: minor update 7.35.0 -> 7.36.0, including CVE fixesVladimír Čunát2014-05-03
|
* Switch Axel to a publically accessible download sourceMichael Raskin2014-05-03
|
* nixos: overhaul datadog moduleAustin Seipp2014-05-02
| | | | | | | | | | | | | | | | | This overhauls the Datadog module a bit to be much more useful. In particular, it adds support for nginx and postgresql monitoring integrations to dd-agent. These have to exist in separate files under /etc/dd-agent, so the module just exposes then as separate options. In the future, more integrations could be added this way. In the process of doing this, I also had to rename the dd-agent user to datadog. Note the UIDs did not change, so this is strictly backwards compatible. The reason for this is to make it easier to create a 'datadog' postgres user with access to pg_stats, as 'dd-agent' typically isn't a valid username. This allows the out of the box configurations to be used. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* gtk-gnutella: mark as "broken"Peter Simons2014-04-26
| | | | The current version doesn't compile with the latest GCC any more.
* Merge pull request #2363 from wizeman/u/nethogsRob Vermaas2014-04-25
|\ | | | | nethogs: Add package
| * nethogs: Add packageRicardo M. Correia2014-04-23
| | | | | | | | nethogs is a small 'net top' tool, grouping bandwidth by process.
* | sproxy: bumpShea Levy2014-04-24
| |
* | Silence some Hydra evaluation warningsEelco Dolstra2014-04-24
| |
* | dhcpcd: Fix segfaultsEelco Dolstra2014-04-24
|/ | | | | | | | | | | | | | This fixes several problems in the dhcpcd service: * A segfault during startup, due to a race with udev (dhcpcd would get an ADD event from udev, causing it to re-add an interface that it already had, leading to a segfault later on). * A hang/segfault processing "dhcpcd rebind" (which NixOS calls after waking up from suspend). Also, add "lo" to the list of ignored interfaces. It usually ignores "lo", but apparently not when it gets an ADD event from udev.
* dd-agent: update from 4.2.0 to 4.2.1Rob Vermaas2014-04-22
|
* openvpn: Add systemd startup notificationEelco Dolstra2014-04-22
| | | | | | | | | | | | | This causes OpenVPN services to reach the "active" state when the VPN connection is up (i.e., after OpenVPN prints "Initialization Sequence Completed"). This allows units to be ordered correctly after openvpn-* units, and makes systemctl present a password prompt: $ start openvpn-foo Enter Private Key Password: ************* (I first tried to implement this by calling "systemd-notify --ready" from the "up" script, but systemd-notify is not reliable.)
* openvpn: Update to 2.3.3Eelco Dolstra2014-04-22
|
* Merge branch 'systemd-update'Eelco Dolstra2014-04-20
|\
| * dhcpcd: Update to 6.3.2Eelco Dolstra2014-04-17
| |
* | Update pdnsd to 1.2.9a, allow to build on any unixJohn Wiegley2014-04-19
| |
* | dnsmasq: Update to 2.69Eelco Dolstra2014-04-18
|/
* miniupnpd: Update to 1.8.20140401Eelco Dolstra2014-04-15
|
* Update mtr to 0.85, and allow building on any unixJohn Wiegley2014-04-14
|
* lftp: add/update meta attributesBjørn Forsman2014-04-13
|
* lftp: update 4.4.5 -> 4.4.15Bjørn Forsman2014-04-13
| | | | | | | Bug fixes and minor improvements. I had to switch download mirror because the current one didn't have the newest release(s).
* Change several package constraints from linux to unixJohn Wiegley2014-04-12
| | | | They all build on Darwin.
* spiped: attempt to fix linux Hydra buildAustin Seipp2014-04-11
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Adding TCPFlow: a tool to separate tcp streams when capturingMichael Raskin2014-04-11
|
* cjdns: update to 20130303Emery Hemingway2014-04-09
| | | | | build system is now nodejs based new nixos module to start cjdns
* stunnel: adopt, bump to version 5.01Austin Seipp2014-04-08
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* spiped: add patch to fix linux buildAustin Seipp2014-04-08
| | | | | | | The build fails with permission denied on /dev/stderr, which I imagine is due to the fact it's in a chroot build. So disable all that for now. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Update dd-agent to 4.2.0Rob Vermaas2014-04-08
|
* spiped: version 1.3.1Austin Seipp2014-04-06
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Add sproxy-webShea Levy2014-04-06
|