1
0
mirror of https://github.com/gryf/wicd.git synced 2026-03-12 12:35:49 +01:00
Commit Graph

387 Commits

Author SHA1 Message Date
Adam Blackburn
7d5e97da15 add checkbox to GTK UI to make using the DHCP Hostname optional 2009-11-26 21:42:39 -06:00
Andrew Psaltis
2159666240 Make dhcp hostnames optional, and modify wicd-curses to support this.
If the no hostname is to be used, then we give dhcp the system hostname instead.
2009-11-26 00:45:59 -05:00
Andrew Psaltis
f7d39b249d Fix annoying KeyError bug if no prior dhcp hostname has been set. 2009-11-26 00:01:07 -05:00
Andrew Psaltis
c51f2b423f Merge r477 of mainline 1.6 2009-11-26 00:00:36 -05:00
Adam Blackburn
adddc084a8 merged Erik de Castro Lopo's branch to allow multiple configuration files 2009-11-25 21:27:29 -06:00
Dan O'Reilly
51f8637d95 Make pinging wireless access points when using static gateways optional. 2009-11-24 00:27:41 -05:00
Adam Blackburn
d44d03fce4 add support for sending the hostname using dhclient 2009-11-23 21:51:07 -06:00
Adam Blackburn
6164b59691 make sure that disconnect scripts are run when the connection is dropped 2009-11-23 12:22:43 -06:00
Adam Blackburn
f8ee16fc8d make setting the essid work even if the essid is a reserved word 2009-11-23 11:43:50 -06:00
Adam Blackburn
f79d90d2b5 fixed incorrect translation when using a wired network 2009-11-23 11:01:32 -06:00
Adam Blackburn
25b6325440 merged connection-info 2009-11-21 11:55:50 -06:00
Adam Blackburn
d7cd092b0b merged dhcp-hostnames 2009-11-21 11:47:02 -06:00
Adam Blackburn
8dd6ecbbfb merged global-parameters 2009-11-21 11:03:28 -06:00
Adam Blackburn
d27f806f88 merged wired-while-scanning 2009-11-21 11:02:56 -06:00
Andrew Psaltis
ef72026e04 Swapped the order of the command line arguments for the dhcp clients and removed the
quotes around the hostnames.
2009-11-18 09:45:05 -05:00
Andrew Psaltis
ae477daa22 Merge r464 of mainline 1.6. 2009-11-15 17:34:09 -05:00
Dan O'Reilly
08f3e6477a Retry AP association verification 10 times to accomodate cards that are slow to associate. Thanks to muttoni for the patch. 2009-11-01 15:22:45 -05:00
Andrew Psaltis
03e1f83512 Merge r463 of mainline 1.6. 2009-10-31 17:55:04 -04:00
Dan O'Reilly
a45beaeeaf Determine valid wpa_supplicant drivers by parsing the list from wpa_supplicant, rather than comparing it's output to a static list of possible drivers. 2009-10-30 23:52:30 -04:00
Dan O'Reilly
0872e1b329 Handle essids that are made up of numbers. Thanks to anish for the patch. 2009-10-24 01:03:29 -04:00
Dan O'Reilly
265dd40113 Still trying to get rid of this empty wired-settings.conf section bug. 2009-09-19 17:24:40 -04:00
Dan O'Reilly
fe6d854cdf chmod to 0755, not 755. Fixes LP #431304 2009-09-19 14:58:00 -04:00
Dan O'Reilly
f5866c0426 Fix for crash when trying to connect to an essid with all numeric characters. 2009-09-10 19:43:26 -04:00
Erik de Castro Lopo
cb0c864d1c Update ConfigManager class so that for any config file X, the config parser will also read all the files in directory 'X.d'. 2009-08-29 21:28:57 +10:00
Dan O'Reilly
ec8eade509 Wait for the network interface to finish coming up before moving on during the connection process.
Use a dict instead of if/elifs in StartDHCP() method.
2009-08-28 19:47:55 -04:00
Andrew Psaltis
2cc81bfa77 Update names in the about dialogs. 2009-08-23 17:03:40 -04:00
Andrew Psaltis
8b1efca479 Added support for recording dhcp hostnames in wicd-client. 2009-08-23 14:08:31 -04:00
Andrew Psaltis
33ae33e660 Add support in the daemon for setting hostnames in dhcpcd, pump, and udhcpc. No client support yet. 2009-08-22 21:12:33 -04:00
Adam Blackburn
126a4e145e updated hidden network ESSID retrieval code 2009-08-15 18:12:40 -05:00
Adam Blackburn
6ae2b5706e changed tray tooltip back to old one 2009-08-14 22:09:04 -05:00
Adam Blackburn
ba735bfa23 don't disable the wired network entry while scanning for wireless networks 2009-08-13 20:59:05 -05:00
Adam Blackburn
a98d084dc2 merged 1.6-strip-ips and updated translations.py 2009-08-13 12:11:55 -05:00
Adam Blackburn
2663f73f67 modified bitrate regex to fit more cases 2009-08-13 11:45:47 -05:00
Adam Blackburn
078e47a110 properly escape characters in script parameters 2009-08-13 05:05:44 -05:00
Adam Blackburn
75d689d269 merged connection-info and 1.6. wicd-client working 2009-08-12 23:23:30 -05:00
Adam Blackburn
1a1a2569a1 initial merge, probably doesn't work yet 2009-08-12 23:03:16 -05:00
Adam Blackburn
661476f87a make automatic reconnect work when measuring in dBm as well 2009-08-11 22:42:44 -05:00
Adam Blackburn
6e3d6c8d02 added code to escape characters in global scripts 2009-08-09 18:40:29 -05:00
Adam Blackburn
0c111ee635 added value to be passed if there is no essid/bssid 2009-08-09 18:27:47 -05:00
Adam Blackburn
218c6a3aef merged latest 1.6 2009-08-09 18:07:22 -05:00
Adam Blackburn
e30071c012 added support for passing parameters to the global scripts 2009-08-09 18:06:33 -05:00
Adam Blackburn
4839e7e7bb commit fix from https://bugs.launchpad.net/wicd/+bug/388116/comments/3 2009-08-05 21:27:24 -05:00
Dan O'Reilly
f3d9a3b6da Actually display the error messag we get when scanning fails in the ioctl backend.
Make sure we actually abort the connection attempt when authentication validation fails.
2009-08-03 19:29:18 -04:00
Dan O'Reilly
0467dd8fce Fix crash when trying to use an unavaiable locale. 2009-08-01 21:25:58 -04:00
Dan O'Reilly
08fc68a459 Enforce valid wired profile names at the GUI level. 2009-08-01 19:05:24 -04:00
Dan O'Reilly
d684bac0ab Fix some minor formatting issues
Don't save wired profiles that have only whitespace in their names.
2009-08-01 18:57:00 -04:00
Adam Blackburn
09c8992dc9 added the -o option to the help text 2009-07-22 21:47:47 -05:00
Adam Blackburn
e1fb4584f2 added support for not displaying the tray icon or the GUI, only the notifications 2009-07-22 21:29:34 -05:00
Andrew Psaltis
607c103615 Removed excess comments from netentry.py. 2009-07-20 20:37:34 -04:00
Andrew Psaltis
271ff125da Strip the IPs from the Ad Hoc network creation dialogs. 2009-07-18 22:26:18 -04:00