Log of /branches/baselayout-1_12/net-scripts/net/wpa_supplicant.sh
Parent Directory
|
Revision Log
Revision
2173 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 26 09:09:06 2006 UTC
(6 years, 9 months ago)
by
uberlord
File length: 11305 byte(s)
Diff to
previous 2103
wpa_supplicant now launches even when wireless radio has been killed
as if the user enables it then it will associate and work without the
user having to restart the interface.
Revision
2019 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon May 1 11:54:18 2006 UTC
(7 years ago)
by
uberlord
File length: 10989 byte(s)
Diff to
previous 2005
/proc/net/wireless may not have whitespace after $iface:
wpa_supplicant no longer requires ctrl_interface set.
Thanks to kelmo for those ideas.
Revision
1926 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 24 11:47:40 2006 UTC
(7 years, 2 months ago)
by
uberlord
Original Path:
branches/baselayout-1_12/net-scripts/net.modules.d/wpa_supplicant
File length: 10831 byte(s)
Diff to
previous 1915
Misc STYLE and quoting issues fixes in net scripts.
dhclient and udhcpc now work with RFC violating space separated
domain names in /etc/resolv.conf - they get appended to the search
option if it's not specified.
punted clean_pidfile and process_finished functions and as
start-stop-daemon as provided by rc-daemon.sh now provides
the same thing, just better.
Revision
1856 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 7 17:15:05 2006 UTC
(7 years, 3 months ago)
by
uberlord
Original Path:
branches/baselayout-1_12/net-scripts/net.modules.d/wpa_supplicant
File length: 10789 byte(s)
Diff to
previous 1798
Always ensure the end_service is called, #119233 again.
You can now specify a maxfail value for pppd (default 0), #115346.
net.lo now depends on isapnp to work with older NICs, #121539.
chat commands in pppd are now re-quoted, #121665.
ip routing policies are now supports via the rule_eth0=( ... )
variable (only supported by iproute2), #107628.
wpa_supplicant now looks for config files in order
/etc/wpa_supplicant/wpa_supplicant-$iface.conf
/etc/wpa_supplicant/wpa_supplicant.conf
/etc/wpa_supplicant.conf
and for these wpa_cli scripts
/etc/wpa_supplicant/wpa_cli.sh
/sbin/wpa_cli.action
Revision
1587 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 27 16:16:03 2005 UTC
(7 years, 6 months ago)
by
uberlord
Original Path:
branches/baselayout-1_12/net-scripts/net.modules.d/wpa_supplicant
File length: 10490 byte(s)
Diff to
previous 1582
New net scripts depend calls - functions, variables and provide.
This saves having to create 3 seperate functions in each module which means
a saving of around 600-800 bytes per module.
Split apipa out of arping module due to user demand for seperate
functionality.
arping module now works correctly.
runscript sets RC_KILL_CHILDREN=no when restarting a service, otherwise
things like your ssh session get killed.
adsl module supports new rp-pppoe-3.6 ebuild, #102820
Config profile is now changed correctly when doing 'rc foo' and you're in
the default runlevel, #101105
Revision
1503 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 7 11:45:00 2005 UTC
(7 years, 8 months ago)
by
uberlord
Original Path:
branches/baselayout-1_12/net-scripts/net.modules.d/wpa_supplicant
File length: 10263 byte(s)
Diff to
previous 1439
updated env_whitelist so that nothing is allowed by default
system module now runs through pre instead of post and is run by
lo as well, so dns_ options can be configured for it
netplug and wpa_supplicant understand negative timeouts to be defined
as "return immediately and dont wait for success"
dns options and sortlist now get merged in resolv.conf too
bridge error message regarding the kernel module should work with
newer versions of bridge-utils
Revision
1258 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 28 11:44:18 2005 UTC
(7 years, 10 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d/wpa_supplicant
File length: 10023 byte(s)
Diff to
previous 1253
wpa_supplicant now respects the background=no option if
wpa_suppliant>=0.4.0 is installed
fixed network dependencies some more
You can now restart a script marked starting/inactive
Documented the use of the RC_USE_CONFIG_PROFILE variable in conf.d/rc
udhcpc now removes stale pidfiles
Revision
1096 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 18 17:10:41 2005 UTC
(8 years, 1 month ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d/wpa_supplicant
File length: 7937 byte(s)
Diff to
previous 1089
Changed "sed -ne" to "sed -n -e" for portability.
Added auto_interface (default yes).
if auto_interface is yes then we
*) default to dhcp
*) automatically calculate a metric (this may need work)
*) select the best interface based on metric
(restore resolv.conf, ntp.conf and yp.conf we have saved)
otherwise we
*) default to null
wpa_supplicant no longer kills itself when we're not stopping the interface
it's running on.
wpa_supplicant now uses wpa_monitor (yet to be released) if available.
Added a new module called system which enables the definition of domain
name, dns servers, ntp servers, nis domain and nis servers per interface.
essidnet and dhcp helpers have been re-coded around this module.
Revision
1086 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 14 09:32:33 2005 UTC
(8 years, 1 month ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d/wpa_supplicant
File length: 7755 byte(s)
Diff to
previous 1084
Fixed ifconfig and iproute2 erroring from new lo code - fixes #88006
If /proc/net/netlink does not exist then iproute2 will fail the
check_installed function with an appropriate error - Thanks to
Jeremy Huddleston for the patch.
If /proc/net/packet does not exist then wpa_supplicant will fail
check_installed function with an appropriate error
Background fixes for net.lo, udhcpc and wpa_supplicant
Revision
1083 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 11 13:42:06 2005 UTC
(8 years, 1 month ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d/wpa_supplicant
File length: 6998 byte(s)
Diff to
previous 1077
removed ${devnull} from net.lo and net-script modules
updated all modules not to re-direct stderr where appropriate
iwconfig and wpa_supplicant now save their current ESSID via save_options
and reload it in their pre_stops so that ${ESSID} and ${ESSIDVAR} can be
used in users custom postdown functions
Revision
1072 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 1 16:33:16 2005 UTC
(8 years, 1 month ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d/wpa_supplicant
File length: 6490 byte(s)
Diff to
previous 1066
RC_DAEMON_syslog_ng allows syslog-ng to be started with the specified
launcher - like valgrind or strace. Handy for debugging/auditing.
Thanks to Rob Holland for the idea.
Stopped setting ESSID in predown functions in iwconfig and wpa_supplicant
as there is no guarantee that the current ESSID is the one we started with
Also, we may not have an ESSID at all...
Revision
750 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Sat Dec 4 20:19:47 2004 UTC
(8 years, 5 months ago)
by
uberlord
Original Path:
trunk/net-scripts/net.modules.d/wpa_supplicant
File length: 5028 byte(s)
wpa_supplicant module added
config-system now creates files as .tmp instead of .new and loads the
wpa_supplicant module if needed
ifconfig now addes aliases to devices other than eth0
dhcpcd, dhclient, pump and udhcpc now expose the dhcp_${IFACE} variable
instead of the old peer_dns_${IFACE}, peer_ntp_${IFACE}, peer_nis_${IFACE}
ones
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.
| Sticky Revision: |
|