1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 12:58:07 +01:00
Commit Graph

18 Commits

Author SHA1 Message Date
David Paleino
1f8a1d5f76 Fix leap template (LP: #495473) 2011-09-18 10:45:30 +02:00
David Paleino
31165d0589 Added PSU template, thanks to Alexander Anisimov (LP: #424504) 2011-09-15 12:56:14 +02:00
David Paleino
bdb64eab1c Merged reyammer's branch lp:~reyammer/wicd/bug-476982: implement password hiding (LP: #476982) 2011-09-15 12:50:21 +02:00
David Paleino
a526c2108d Add new encryption templates.
Taken from http://wicd.net/punbb/viewtopic.php?id=233
2011-09-15 12:38:22 +02:00
Andrew Psaltis
b276a93bda Fixed typo in EAP-fast template, re-resolving bug 261804. 2010-03-29 13:19:08 -04:00
Andrew Psaltis
e699bd5bcb Fixed wicd-curses to support the new template backend.
Made the cacert and clcert fields optional in the eap-tls template.
2009-03-08 17:45:38 -04:00
Dan O'Reilly
8112851a86 Tweak encryption template code so that optional parameters can be supplied. Tweak UI code to reflect that new functionality.
Allow for slightly more variation in template formatting.
2009-02-28 21:52:27 -05:00
Dan O'Reilly
ea4ab09984 Fix ttls template
Add a guiutils module for gui-related functions/classes that are used in multiple modules.
Replace os.access with os.path.exists
Make the static gateway entry optional.
Don't auto-connect/reconnect when the gui is open.
Fix bug that would keep the gui from working if the wired network entry was displayed.
2009-01-19 01:06:57 -05:00
Robby Workman
b3d695d0ba Fix permissions on peap-tkip template. 2008-12-28 19:22:15 -06:00
Adam Blackburn
d4a0b8d366 Added the wpa-psk template and change the wpa one to wpa passphrase 2008-12-23 16:55:15 -06:00
imdano
890b5ee16a experimental:
- Use the full path to wpa_passphrase.
- Fix some crashing bugs in the daemon and configscript.py
- Port a few changes/fixes from trunk.
- Some minor refactoring.
2008-09-18 21:18:40 +00:00
imdano
55e292b3c1 trunk/experimental:
- Fix EAP-TLS template.  Thanks to Andrew Psaltis for the fix.
2008-09-18 16:07:49 +00:00
imdano
86bcc8f795 Experimental/Testing:
- Fixed typo in ttls template (Thanks to Nido Media for catching it)
2008-06-12 15:08:50 +00:00
imdano
189dcc698b Added wep-hex, wep-passphrase, eap-tls, wep-shared encryption templates
Removed wep template (its now called wep-hex).
2008-02-29 15:20:51 +00:00
imdano
d64850dfd3 Changed misc.Run to use subprocess.Popen instead of os.popen. Also altered Run to optionally return a pipe to the command run, instead of just the output.
The output of dhclient is now parsed by wicd and used to determine why the connection failed.
All the wpa_supplicant conf files will now generate a ctrl_interface, so that they can be accessed by wpa_cli.  wpa_cli now is used by wicd to attempt to determine is wpa_supplicant authentication was successful.  This is still experimental, and might have to be tweaked to work properly.
If wicd.py is started and the daemon isn't present, it will autolaunch it by calling launchdaemon.sh, instead of asking the user to start the daemon manually.
Cleaned up some comments, formatting, etc.
Probably a couple of other little bug fixes I'm forgetting.
2008-01-06 13:55:23 +00:00
imdano
a8a212712c Adding peap-tkip template part 2 2007-11-22 10:23:33 +00:00
compwiz18
60d6862b3d Fixed the typo in the LEAP template. 2007-10-23 00:45:36 +00:00
compwiz18
709efd2ac4 trying to fix 2007-07-04 14:51:57 +00:00