summary refs log tree commit diff
path: root/pkgs/tools/networking/wicd
Commit message (Collapse)AuthorAge
* wicd: wrapper env vars prefix -> postfixBjørn Forsman2013-07-31
| | | | | | | | Change PATH=$PATH:deps to PATH=deps:$PATH in the wicd wrappers, because the latter is more deterministic; it prevents possibly wrong versions of dependencies to sneak in from the environment. Do the same for PYTHONPATH.
* wicd: fix copying dhclient's config to it's initial locationSergey Mironov2013-06-27
|
* Merge pull request #429 from ierton/wicd-fixesVladimír Čunát2013-04-20
|\ | | | | wicd: some fixes
| * wicd: rename icons/hicolour to icons/hicolorSergey Mironov2013-04-09
| |
| * wicd: remove unused patches, remove ast with plain rmSergey Mironov2013-04-04
| |
| * wicd: [HACK] fix various gtk issuesSergey Mironov2013-03-31
| | | | | | | | | | | | * hack around s.translate situation * fix KeyError exception in error dialog * fix Russian translation
| * wicd: fix missing application iconSergey Mironov2013-03-31
| |
| * wicd: bring translations back.Sergey Mironov2013-03-31
| |
| * wicd: fix dhclient interactionSergey Mironov2013-03-31
| | | | | | | | | | | | | | wicd used to write dhclient config file into $out/var/lib/wicd directory attempting to change nix-store. That didn't work and thats why we couldn't use dhclient. With this patch wicd will generate temporary file name for this purpose. File is generated each time the daemon starts.
* | Fix the path to `ping`Cillian de Róiste2013-04-03
|/ | | | | iputils-20101006/sbin/ping has moved to iputils-20121221/bin/ping Wicd uses ping to test the connection and produced and error message.
* Wicd: #379 Also add the gtk-2.0 directory in pygobject to the PYTHONPATHCillian de Róiste2013-03-16
|
* #379 wicd: Add ifconfig and ping to the PATHCillian de Róiste2013-03-15
| | | | | /var/log/wicd/wicd.log showed that it failed to find ifconfig that was probably the main issue (after the gobject import failure)
* #379 Update wicd to 1.7.2.4, fix patches, disable translationsCillian de Róiste2013-03-15
|
* Fix wicd to find the python gobject on its PYTHONPATHCillian de Róiste2013-03-14
|
* wicd: NixOS/nixos#88 add resolvconf to PATH for wicdCillian de Róiste2013-02-18
| | | | | with this patch resolvconf is used to set the DNS via wicd, although this doesn't seem to stop dhcpcd from clobbering /etc/resolv.conf
* Adding support for dhcpcd to wicd.Russell O'Connor2012-04-01
| | | | svn path=/nixpkgs/trunk/; revision=33532
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-23
|\ | | | | | | | | | | | | Not merged r32497 (tree conflict, glibc GNU Hurd update). Ludovic, could you please look at this? svn path=/nixpkgs/branches/stdenv-updates/; revision=32520
| * wicd: emit ip-up and ip-down as wellPeter Simons2012-02-22
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32482
* | svn merge ^/nixpkgs/trunk, one simple conflict in jrubyYury G. Kudryashov2012-01-19
|\| | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=31721
| * wicd: integrate with upstart eventsPeter Simons2012-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | quite some services need to be started/restarted when a connection is established/teared down. Also, some services are optional depending on the connected access point. For example: use a vpn on an untrusted network. these small trigger scripts don't change any behaviour by themselves, but allow you to hook in to them if you need. example use: jobs.gw6c.startOn = pkgs.lib.mkForce "started openvpn-dcsOffice"; jobs.gw6c.stopOn = pkgs.lib.mkForce "stopping openvpn-dcsOffice"; jobs."openvpn-dcsOffice".startOn = pkgs.lib.mkForce "wicd-postconnect"; jobs."openvpn-dcsOffice".stopOn = pkgs.lib.mkForce "stopping network-interfaces or wicd-predisconnect"; In the example, I use 3 layers. When a physical connection is available (wifi connect), I setup a vpn connection, and setup an ipv6 tunnel on top of that. When disconnecting, they are automatically shut down in the right order as well. svn path=/nixpkgs/trunk/; revision=31662
* | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
|/ | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Wicd: Protect the password in the WPA2-TTLS template.Ludovic Courtès2011-12-13
| | | | svn path=/nixpkgs/trunk/; revision=30867
* wicd should no longer write into the nix store.Russell O'Connor2011-04-07
| | | | | | But it doesn't compile optimized bytecode. :( I would be good if someone who actually knew python could give this package some love. svn path=/nixpkgs/trunk/; revision=26742
* * wicd updated to 1.7.1b2, which is compatible with Python 2.7.Eelco Dolstra2011-04-06
| | | | svn path=/nixpkgs/trunk/; revision=26727
* Wicd: Add a template for WPA2-TTLS.Ludovic Courtès2011-01-13
| | | | svn path=/nixpkgs/trunk/; revision=25534
* Maybe this will fix wicd.Russell O'Connor2010-11-30
| | | | svn path=/nixpkgs/trunk/; revision=24933
* Update wicd to 1.7.0Russell O'Connor2010-11-29
| | | | svn path=/nixpkgs/trunk/; revision=24929
* Adding fix for wicd, sent by roconnor to nix-dev.Lluís Batlle i Rossell2010-01-11
| | | | svn path=/nixpkgs/trunk/; revision=19345
* Fixing the style in the wicd expression, based on the recommendationsLluís Batlle i Rossell2010-01-10
| | | | | | | made by ludo in the mailing list. svn path=/nixpkgs/trunk/; revision=19342
* Adding wicd, written by roconnor, sent to the nix-dev list on 2010-01-07Lluís Batlle i Rossell2010-01-07
svn path=/nixpkgs/trunk/; revision=19297